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
dswbx
5343d0bd9d
allow bypassing entity data validation for unknown keys in useEntityForm
2025-01-16 10:30:28 +01:00
dswbx
ec1be3c107
Merge pull request #44 from bknd-io/fix/flow-schema
...
fix advanced flow creation due to schema mismatches
2025-01-16 10:20:31 +01:00
dswbx
6c9707d12c
refactored mutator to listen for returned data from event listeners
2025-01-16 10:10:47 +01:00
dswbx
a4274423a1
fix advanced flow creation due to schema mismatches
2025-01-14 16:01:24 +01:00
dswbx
bd4bc14282
reworked authentication and permission handling
2025-01-11 15:27:58 +01:00
dswbx
bb756548a6
Fix entity referencing issue during post-seeded relational fetch
2025-01-10 17:28:43 +01:00
dswbx
e94e8d8bd1
Refactor entity handling to preserve config while overriding type
...
Reworked `ensureEntity` to replace entities while maintaining their configuration and allowing type adjustments. Updated tests to verify type persistence and synchronization of entity properties.
2025-01-10 15:51:47 +01:00
dswbx
a8c20d3675
Refactor module schema handling and add sync mechanism
...
Redesigned entity and index management with methods to streamline schema updates and added a sync flag to signal required DB syncs post-build. Enhanced test coverage and functionality for schema modifications, including support for additional fields.
2025-01-10 14:43:39 +01:00
dswbx
c8745b3464
Merge remote-tracking branch 'origin/feat/repo-query-sort' into release/0.5
...
# Conflicts:
# app/src/data/api/DataController.ts
2025-01-10 08:23:51 +01:00
dswbx
aa86d54553
clean up data controller
2025-01-08 10:16:41 +01:00
dswbx
6026613d29
feat: allow data query to have single string as sort
2025-01-07 18:08:50 +01:00
dswbx
7d3d1e811f
refactor: extracted auth as middleware to be added manually to endpoints
2025-01-07 13:32:50 +01:00
dswbx
c1e92e503b
update & fix typing, updated examples
2024-12-23 19:28:31 +01:00
dswbx
3a79ce2cf8
added a new mutate replacement for useEntityMutate to quickly update cache without revalidating
2024-12-21 15:03:14 +01:00
dswbx
deddf00c38
added pausing to event manager, added context aware entity schemas, fixed typings, first boot event, improved useEntityQuery mutation behavior
2024-12-20 20:11:49 +01:00
dswbx
a7e3ce878a
added chainable functions in em()
2024-12-19 16:12:30 +01:00
dswbx
d7ee13011f
isolated constructor functions for entities and relations from config
2024-12-19 08:16:47 +01:00
dswbx
8e987d58f2
to em() toJSON to match expected type
2024-12-19 07:58:41 +01:00
dswbx
386c0d3ff0
added new em() shorthand for prototyping, added insertMany mutator function for seeding
2024-12-19 07:38:40 +01:00
dswbx
602235b372
optimized module manager seeding, added type support for new api hooks and reduced amount of dist chunks
2024-12-18 18:22:01 +01:00
dswbx
8c91dff94d
updated admin to use swr hooks instead of react-query
2024-12-13 16:24:55 +01:00
dswbx
50c5adce0c
added useEntity and useEntityQuery hooks
2024-12-12 17:00:10 +01:00
dswbx
9d9aa7b7a5
added useApi and useApiQuery to work seamlessly with SWR (tbc)
2024-12-12 10:37:52 +01:00