Commit Graph

563 Commits

Author SHA1 Message Date
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
40c9ef9d90 Merge pull request #123 from bknd-io/feat/media-dialog-and-infinite
add media detail dialog and infinite loading
2025-03-27 10:24:48 +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
0424c08a9e Merge pull request #120 from bknd-io/feat/cf-create-infra
cli create: improve cloudflare (create d1, r2)
2025-03-26 10:32:48 +01:00
dswbx
9d122da4b9 cli create: improve cloudflare (create d1, r2) 2025-03-26 10:30:47 +01:00
dswbx
0f56d554b0 Merge pull request #119 from bknd-io/fix/cf-d1-introspect-issue-2
fix d1 introspect issue by excluding `_cf_METADATA`
2025-03-26 09:59:38 +01:00
dswbx
06e92d268b fix d1 introspect issue by excluding _cf_METADATA 2025-03-26 09:58:49 +01:00
dswbx
b44b87923b Merge pull request #118 from bknd-io/fix/cf-d1-introspect-issue
fix d1 introspect issue by excluding `_cf_METADATA`
2025-03-26 09:21:59 +01:00
dswbx
6e6c65b375 fix d1 introspect issue by excluding _cf_METADATA 2025-03-26 09:19:54 +01:00
dswbx
c9c00adf6c docs: added database overview 2025-03-25 14:21:00 +01:00
dswbx
ee15150c78 Merge pull request #109 from bknd-io/release/0.10
Release 0.10
2025-03-25 13:04:25 +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
aa66a81b27 Merge pull request #114 from bknd-io/feat/admin-colors-and-resize
admin ui: started color centralization + made sidebar resizable
2025-03-21 18:04:26 +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
ea2aa7c76c fix react example styling 2025-03-15 16:44:58 +01:00
dswbx
2531c2d8d4 updated react example with todo example 2025-03-15 16:37:03 +01:00
dswbx
0e81e14421 bump rc version 2025-03-15 15:08:04 +01:00
dswbx
b994c2dfb0 bump rc version 2025-03-15 15:07:29 +01:00
dswbx
4085d569a8 Merge pull request #113 from bknd-io/feat/data-sqlocal-connection
add sqlocal connection including example
2025-03-15 14:43:03 +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
6a6a7a9f26 Merge pull request #112 from bknd-io/feat/react-router-adapter
replaced remix with react-router
2025-03-14 15:36:27 +01:00
dswbx
b763826754 replaced remix with react-router 2025-03-14 15:32:43 +01:00
dswbx
b3a0ecbe6d Merge pull request #111 from bknd-io/feat/cli-telemetry
added basic cli telemetry
2025-03-14 11:46:17 +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
1ed94716bd Merge pull request #105 from bknd-io/feat/add-postgres-and-prepare-others
support for postgres and others
2025-03-14 09:57:44 +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
e9f2da82d7 Merge pull request #110 from bknd-io/fix/nextjs-linting-and-adapter
fix/nextjs-linting-and-adapter
2025-03-14 07:59:38 +01:00
dswbx
9cba9ada84 Merge remote-tracking branch 'origin/release/0.10' into fix/nextjs-linting-and-adapter 2025-03-14 07:56:37 +01:00
dswbx
c8dcf964bc Merge pull request #103 from bknd-io/feat/remove-admin-config
remove admin config, improve theme handling
2025-03-14 07:55:43 +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
4f01004262 update override in examples 2025-03-11 19:53:31 +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