dswbx
3704cad53a
added BaseIntrospector and reorganized connections
2025-03-07 17:20:37 +01:00
dswbx
25a3cb9655
ignore pg test for now (missing env on ci)
2025-03-07 15:04:44 +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
09074f6591
updated nextjs example with app router
2025-02-27 20:09:03 +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
b6d28bbf42
feat/ci-tests ( #97 )
2025-02-26 17:15:51 +01:00
dswbx
b8f87a2097
Merge pull request #92 from bknd-io/fix/many-to-many-respect-with-select
...
fix ManyToManyRelation to respect `select` from `with` query
2025-02-22 13:23:58 +01:00
dswbx
4625151db8
fix relations test with new select
2025-02-22 13:23:37 +01:00
dswbx
280d2dccfb
Merge pull request #95 from bknd-io/feat/media-more-mime-and-add-dropzone-checker
...
media more mime types and add dropzone mime checker
2025-02-22 13:20:35 +01:00
dswbx
147d6b7ff7
added timestamps to app console logs
2025-02-22 13:18:23 +01:00
dswbx
f801d3a556
media: added more mime types, added mime type check on dropzone
2025-02-22 13:14:32 +01:00
dswbx
94c40de011
fix media mime guessing when uploading to entity
2025-02-20 11:32:24 +01:00
dswbx
7994eabe7d
export RepoQueryIn from client
2025-02-18 12:54:13 +01:00
dswbx
dec382b49d
cli create: add default database name for cloudflare
2025-02-18 10:49:37 +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
149a6d768c
Merge pull request #80 from bknd-io/fix/api-and-media
...
fix/api-and-media
2025-02-14 11:42:50 +01:00
dswbx
f0bdb3a75e
improved typing, renamed functions for clarity
2025-02-14 11:04:50 +01:00
dswbx
c4e505582b
updated media api and added tests, fixed body limit
2025-02-14 10:42:36 +01:00
dswbx
c8fa704e32
running schema mutations in safe proxy and revert to previous on error
2025-02-12 09:01:56 +01:00
dswbx
f29641c702
using path instead of pointer, replaced lodash usage
2025-02-08 09:18:24 +01:00
dswbx
78d4f928ba
fix nextjs node adapter import
2025-02-06 15:19:25 +01:00
dswbx
e14d528386
Merge pull request #68 from bknd-io/feat/media-settings-ui
...
Improved media settings UI/UX
2025-02-06 13:59:24 +01:00
dswbx
9a4c2bd530
finalize new media settings ui
2025-02-06 13:58:29 +01:00
dswbx
46cf310ad6
finalize new media settings
2025-02-05 17:54:48 +01:00
dswbx
f432473ed9
initial json schema form implementation
2025-02-05 10:31:08 +01:00
dswbx
a8e78f984d
fix repo stringified string parsing
2025-02-01 12:12:22 +01:00
dswbx
c2b3316fcb
updated API instantiation, and update user on verify
2025-01-29 14:44:32 +01:00
dswbx
2d6d83ccb2
add fetcher option to api to allow local calls
2025-01-25 19:29:36 +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
db10188945
strengthened schema ensuring for system entities
2025-01-18 12:39:34 +01:00
dswbx
a6fd9f0d96
fix system entity registration by re-applying configs to modules
2025-01-17 15:46:05 +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
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
f47218708a
added event related tests to mutator, fixed tests
2025-01-16 10:13:54 +01:00
dswbx
aa4aca1a90
added event related tests to mutator, fixed tests
2025-01-16 10:11:10 +01:00
dswbx
438e36f185
refactor event listener registration
...
unified listener creation logic under `createEventListener`, adding support for a flexible `RegisterListenerConfig`. Updated associated tests and improved error handling for unregistered events.
2025-01-15 17:46:41 +01:00
dswbx
6625c9bc48
Refactor event system to support returnable events
...
Added support for validating and managing return values in events. Implemented `validate` and `clone` methods in the event base class for event mutation and return handling. Additionally, enhanced error handling, introduced "once" listeners, and improved async execution management in the `EventManager`.
2025-01-15 17:21:28 +01:00
dswbx
d8671355a6
exposed bknd middlewares to be used for custom routes
2025-01-11 15:45:32 +01:00
dswbx
5823c2d245
fixed auth tests
2025-01-11 11:35:11 +01:00
dswbx
c732566f63
Add integration tests for auth, improve auth middleware and cookies handling
2025-01-11 10:52:31 +01:00