Commit Graph

590 Commits

Author SHA1 Message Date
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
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
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
c5ce79102e bump 0.9 and update readme with entity prefix 2025-03-05 09:15:16 +01:00
dswbx
7e61ff9995 fix refine fn typing 2025-03-05 08:35:57 +01:00
dswbx
dde5ad365e reduce api bundle size by omitting lodash 2025-03-05 08:23:40 +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
4f52537ea0 updated nextjs example 2025-03-04 14:39:32 +01:00
dswbx
e82b72275b moved flash message, removed theme from admin controller 2025-03-04 11:21:33 +01:00
dswbx
ab73b02138 refactor console verbosity and internal env handling 2025-03-04 11:18:14 +01:00
dswbx
ad353e59c9 added aws adapter docs 2025-03-03 16:56:48 +01:00
dswbx
675a39ad5c added aws lambda adapter + improvements to handle concurrency 2025-03-03 15:42:42 +01:00