Commit Graph

604 Commits

Author SHA1 Message Date
dswbx
3f26c45dd9 refactored adapters to run test suites (#126)
* refactored adapters to run test suites

* fix bun version for tests

* added missing adapter tests and refactored examples to use `bknd.config.ts` where applicable
2025-04-01 11:43:11 +02:00
dswbx
36e4224b33 refactored EventManager to run asyncs on call only, app defaults to run before response (#129)
* refactored EventManager to run asyncs on call only, app defaults to run before response

* fix tests
2025-04-01 11:19:55 +02:00
dswbx
b2fd907e8c updated docs, fixed run with node/tsx 2025-03-28 21:12:50 +01:00
dswbx
b29c04e8c9 added more cli instructions 2025-03-28 20:52:00 +01:00
dswbx
11a28eba88 improve cli creds extraction 2025-03-28 18:03:09 +01: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
7facef47da fix media styling on mobile 2025-03-27 09:57:31 +01:00
dswbx
e2bf6a0724 Merge remote-tracking branch 'origin/feat/media-detect-dimensions' into feat/media-dialog-and-infinite 2025-03-27 09:26:09 +01:00
dswbx
f6a511d998 add media detail dialog and infinite loading 2025-03-27 09:23:14 +01:00
dswbx
9407f3d212 add image dimension detection for most common formats 2025-03-27 09:21:58 +01:00
dswbx
9d122da4b9 cli create: improve cloudflare (create d1, r2) 2025-03-26 10:30:47 +01:00
dswbx
06e92d268b fix d1 introspect issue by excluding _cf_METADATA 2025-03-26 09:58:49 +01:00
dswbx
6e6c65b375 fix d1 introspect issue by excluding _cf_METADATA 2025-03-26 09:19:54 +01:00
dswbx
f8f5ef9c98 bump version to 0.10 2025-03-25 13:03:15 +01:00
dswbx
ec015b7849 docs: add postgres and sqlocal instructions 2025-03-25 13:02:09 +01:00
dswbx
67e0374c04 add change set to mutator insert/update after event 2025-03-21 19:32:24 +01:00
dswbx
9380091ba9 Merge pull request #116 from bknd-io/fix/s3-upload-in-node
fix s3 media upload in node environments by adding content length to request
2025-03-21 18:05:04 +01:00
dswbx
0c15ec1434 hide oauth client details with type password 2025-03-21 18:03:45 +01:00
dswbx
7b8c7f1ae4 fix s3 media upload in node environments by adding content length to request 2025-03-21 18:01:44 +01:00
dswbx
f6996b1953 admin ui: started color centralization + made sidebar resizable 2025-03-18 10:56:39 +01:00
dswbx
b994c2dfb0 bump rc version 2025-03-15 15:07:29 +01:00
dswbx
622a7b2b9a add sqlocal connection including example 2025-03-15 14:40:41 +01:00
dswbx
5697b7891a update cli description for run 2025-03-14 15:37:51 +01:00
dswbx
b763826754 replaced remix with react-router 2025-03-14 15:32:43 +01:00
dswbx
181443b320 fix is_toggled test 2025-03-14 11:45:02 +01:00
dswbx
6015acb914 added basic cli telemetry 2025-03-14 11:40:56 +01:00
dswbx
a55d93b5ff data schema: disable primary field 2025-03-14 10:03:40 +01:00
dswbx
178838e06c remove postgres test from main package 2025-03-14 09:55:00 +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
1ea22248b4 fix nextjs linting hints and improve adapter to support config as function 2025-03-14 07:55:05 +01:00
dswbx
051c508254 add override to skeleton 2025-03-11 19:52:44 +01:00
dswbx
a72b11e9fb fix tests 2025-03-11 17:45:27 +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
de89e26ffb Merge remote-tracking branch 'origin/release/0.10' into feat/remove-admin-config
# Conflicts:
#	app/src/modules/server/AdminController.tsx
#	app/src/ui/Admin.tsx
2025-03-11 13:56:27 +01:00
dswbx
640f015812 upgrade tailwind to v4 2025-03-11 13:43:40 +01:00
dswbx
d90f14c707 upgrade hook form resolvers 2025-03-11 10:17:07 +01:00
dswbx
0922d90aff upgrade hook form 2025-03-11 10:11:57 +01:00
dswbx
81ca7c0e28 upgrade typebox 2025-03-11 10:08:56 +01:00
dswbx
4f87f6857f upgrade liquid, fix editor themes 2025-03-11 09:57:05 +01:00
dswbx
0dd29c3b07 fix test typings 2025-03-11 09:38:14 +01:00
dswbx
eb451a8e1a upgrade kysely and hono 2025-03-11 09:29:08 +01:00
dswbx
37df32b51b upgrade fast-xml-parser (prepare to replace) 2025-03-11 09:27:40 +01:00
dswbx
722d0bd29e upgrade cf json schema, liquid, xyflow, jotai 2025-03-11 09:02:38 +01:00
dswbx
03d3ab8b80 upgrade swr and wouter 2025-03-11 08:59:33 +01:00
dswbx
dc2d39fa14 upgrade dev dependencies 2025-03-11 08:57:01 +01:00
dswbx
368c60d7c7 upgrade vite to 6 2025-03-11 08:51:37 +01:00
dswbx
8df30f4dae upgrade to react 19 2025-03-11 08:44:49 +01:00
dswbx
2d7257d2bc updated react-form to latest 2025-03-11 06:49:38 +01:00
dswbx
eabae5d3df hotfix 0.9.1 docker fails due to trying to open a browser 2025-03-10 12:28:38 +01:00