dswbx
4c11789ea8
Fix Release 0.11.1 ( #150 )
...
* fix strategy forms handling, add register route and hidden fields
Refactored strategy forms to include hidden fields for type and name. Added a registration route with necessary adjustments to the admin controller and routes. Corrected field handling within relevant forms and components.
* fix admin access permissions and refactor routing structure
display a fixed error for unmet permissions when retrieving the schema. moved auth routes outside of BkndProvider and reorganized remaining routes to include BkndWrapper.
* fix: properly type BkndWrapper
* bump fix release version
* ModuleManager: update diff checking and AppData validation
Revised diff handling includes validation of diffs, reverting changes on failure, and enforcing module constraints with onBeforeUpdate hooks. Introduced `validateDiffs` and backup of stable configs. Applied changes in related modules, tests, and UI layer to align with updated diff logic.
* fix: cli: running from config file were using invalid args
* fix: cli: improve sequence of onBuilt trigger to allow custom routes from cli
* fix e2e tests
2025-04-20 09:29:58 +02:00
dswbx
75e2b96344
fixed limbo batching issue by disabling batching ( #133 )
...
* fixed limbo batching issue by disabling batching
* updated @libsql/client to `0.15.2`
2025-04-02 20:19:20 +02:00
dswbx
9e3c081e50
reorganized storage adapter and added test suites for adapter and fields ( #124 )
...
* reorganized storage adapter and added test suites for adapter and fields
* added build command in ci pipeline
* updated workflow to also run node tests
* updated workflow: try with separate tasks
* updated workflow: try with separate tasks
* updated workflow: added tsx as dev dependency
* updated workflow: try with find instead of glob
2025-03-27 20:41:42 +01:00
dswbx
06e92d268b
fix d1 introspect issue by excluding _cf_METADATA
2025-03-26 09:58:49 +01:00
dswbx
67e0374c04
add change set to mutator insert/update after event
2025-03-21 19:32:24 +01:00
dswbx
622a7b2b9a
add sqlocal connection including example
2025-03-15 14:40:41 +01:00
dswbx
c4aaa5a90b
move postgres to a separate package
2025-03-14 09:42:51 +01:00
dswbx
b1b2e97a5a
Merge remote-tracking branch 'origin/release/0.10' into feat/add-postgres-and-prepare-others
...
# Conflicts:
# app/package.json
# bun.lock
2025-03-14 08:06:50 +01:00
dswbx
96781f5d3d
removed admin config from server, theme is now client side, fixed module manager migrations
2025-03-11 17:41:33 +01:00
dswbx
a4cb012ce8
added batching for postgres
2025-03-07 19:40:58 +01:00
dswbx
3704cad53a
added BaseIntrospector and reorganized connections
2025-03-07 17:20:37 +01:00
dswbx
a5c422d45d
initialized postgres support
2025-03-07 15:02:19 +01:00
dswbx
dda02807c1
fix typing to allow PrimaryFieldType as Primitive in where
2025-03-05 08:14:15 +01:00
dswbx
ef629321ab
added readOneBy, updateMany, deleteMany, exists
2025-03-05 08:02:57 +01:00
dswbx
ab73b02138
refactor console verbosity and internal env handling
2025-03-04 11:18:14 +01:00
dswbx
5ca21b6c01
fix active sidebar active item, added error boundaries for relational form fields, fixed schema diagram for m:n relations
2025-03-03 07:13:04 +01:00
dswbx
3e28124494
fix many to many reference query
2025-02-27 11:43:12 +01:00
dswbx
dd48962901
added auth strategies migration, fixed rebuild of modules on migrations
2025-02-27 10:08:22 +01:00
dswbx
7743f71a11
added format command and added trailing commas to reduce conflicts
2025-02-26 20:06:03 +01:00
dswbx
4a2dbf8f79
added bulk updates to data controller
2025-02-26 18:04:07 +01:00
dswbx
9a741f49a0
added index on media entity_id, report query with unindexed fields
2025-02-22 22:09:50 +01:00
dswbx
837b0a3d43
fix ManyToManyRelation to respect select from with query
2025-02-21 11:12:58 +01:00
dswbx
cfa950aa46
fix media upload without name, add data result to uploaded payload
2025-02-21 07:40:43 +01:00
dswbx
a29e824ecc
minor fixes in build and console
2025-02-19 17:41:48 +01:00
dswbx
ee7dcd44f4
updated remix adapter for non-middleware env, fixed console mute
2025-02-19 14:13:29 +01:00
dswbx
f494735a79
fix persisting of many to many entity
2025-02-18 15:43:19 +01:00
dswbx
7994eabe7d
export RepoQueryIn from client
2025-02-18 12:54:13 +01:00
dswbx
e99abb09b6
Merge branch 'release/0.8' into refactor/data-api-entity-prefix
2025-02-18 10:22:15 +01:00
dswbx
e12ed1e4b3
cli run will prefer data file now, improved console coloring
2025-02-18 10:11:59 +01:00
dswbx
3e6d381239
prefixed data entity endpoints with /entity
2025-02-18 09:12:12 +01:00
dswbx
21a8f56c48
moved auth ctx to request context, cleaned up system controller
2025-02-14 20:32:09 +01:00
dswbx
fb76f8d789
improve media mime type inferring + added uploadToEntity in media api
2025-02-14 18:02:43 +01:00
dswbx
d84731d89e
cli: try to fallback to env if present
2025-02-12 09:52:18 +01:00
dswbx
2c6a4d2bed
update app create config to accept libsql config directly
2025-02-12 09:21:51 +01:00
dswbx
61d06973a4
ignore d1 system tables, deploy verified
2025-02-12 07:29:56 +01:00
dswbx
be39d1c374
adding d1 for cloudflare environments
2025-02-10 17:46:22 +01:00
dswbx
d79da9d204
fix: popover regression & dropzone rerender lost state
2025-02-10 14:52:14 +01:00
dswbx
8f0cef1f37
clear console log
2025-02-01 12:15:48 +01:00
dswbx
a8e78f984d
fix repo stringified string parsing
2025-02-01 12:12:22 +01:00
dswbx
7dd42fbff3
fixed schema updates to fail in nextjs envs due to lodash's merge
2025-01-23 08:34:11 +01:00
dswbx
fb2dff956b
added better error messages if config secret permission is missing
2025-01-18 13:31:33 +01:00
dswbx
db10188945
strengthened schema ensuring for system entities
2025-01-18 12:39:34 +01:00
dswbx
a723d6f618
added easier access points to modify schema + added relation flip in dialog
2025-01-17 13:17:09 +01:00
dswbx
2a015ba0a1
extended dataapi tests
2025-01-17 05:02:26 +01:00
dswbx
8a6d8329f3
refactor for better precision
2025-01-16 17:25:19 +01:00
dswbx
69ea5a00ee
DataApi: automatically switch to POST if the URL is too long
2025-01-16 17:18:30 +01:00
dswbx
c6cbd36231
fix RepoQuery typings
2025-01-16 16:21:32 +01:00
dswbx
8226b644ae
fix double registration of auth middleware on data routes
2025-01-16 15:45:29 +01:00
dswbx
26a5fd8b34
reworked WithBuilder to allow recursive with operations
2025-01-16 15:25:30 +01:00
dswbx
37a65bcaf6
updated repo query schema, repo and withbuilder validation, and reworked relation with building
2025-01-16 13:22:15 +01:00