Commit Graph

26 Commits

Author SHA1 Message Date
Bereket Engida
b5f638ca45 docs: upgrade to tailwind v4, react 19, fuma docs 15 (#1735) 2025-03-08 19:33:31 +03:00
Bereket Engida
7ba1af2ff9 Merge branch 'main' into v1.2 2025-02-27 14:20:23 +03:00
PitonsSkipper
1ecc717483 fix: add last semi-colon to the compiled migrations to support Cloudflare D1 migration (#1569)
* Update get-migration.ts

Add last semi-colon to the compiled migrations

* Update test snapshot migrations.sql
2025-02-25 12:12:02 +03:00
Bereket Engida
2c81e5bf8f Merge branch 'main' into v1.2 2025-02-14 15:17:41 +03:00
Bereket Engida
047d677966 feat: support stroring dispaly username to store un-normalized username (#1204)
* feat: support stroring dispaly username to store un-normalized username

* test: update snapshot
2025-02-14 12:33:24 +03:00
Greg Jackson
f011c741e6 fix(cli): add on delete cascade constraint to drizzle references (#1419) 2025-02-12 08:39:00 +03:00
KinfeMichael Tariku
0794de2c71 fix(drizzle): drizzle with mysql update breaks on anything other than update by id(#1377)
---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-02-08 11:11:37 +03:00
Bereket Engida
db4b4fce40 feat: support .js config (#1256) 2025-01-21 14:19:34 +03:00
Bereket Engida
bfc8f15aad fix(drizzle): default to snake-case (#1012) 2024-12-24 13:04:14 +03:00
Bereket Engida
0eacf0182d refactor: standardize how session and user data is returend in endpoints (#968) 2024-12-21 01:58:35 +03:00
Bereket Engida
92e249139f chore: fix cli snapshot 2024-12-20 23:00:16 +03:00
Marc Mogdanz
8dffaa2cd6 docs: use APIRoute instead of Route for tanstack start api routes (#943)
* fix(docs): use `APIRoute` instead of `Route` for tanstack start api routes

* fix(cli): remove unused import in drizzle schema
2024-12-20 20:59:52 +03:00
Bereket Engida
cc1666d92d docs: add section on how to use error codes 2024-12-08 14:30:24 +03:00
Bereket Engida
0aaa573a32 fix(drizzle): it should use text for id fields other than mysql (#719) 2024-12-02 12:26:43 +03:00
Bereket Engida
ee705a5f26 fix: prisma schema generator should add @db.text for mysql and generate many fields (#718) 2024-12-02 12:01:54 +03:00
Bereket Engida
783378458d chore: update snapshot 2024-11-29 20:32:19 +03:00
Bereket Engida
4b92d71d64 chore: update snapshot 2024-11-23 03:29:54 +03:00
Bereket Engida
e350a31044 fix: migration should use appropriate data type for each db (#572) 2024-11-18 16:36:43 +03:00
Bereket Engida
223d27bde5 chore: update snapshot 2024-11-15 20:52:48 +03:00
Bereket Engida
5422b05205 feat: add created at field on verification table (#506) 2024-11-15 16:08:57 +03:00
Bereket Engida
0775612256 feat: native adapter interfaces (#513) 2024-11-13 19:28:11 +03:00
Bereket Engida
f3352560e0 chore:lint 2024-10-26 16:55:52 +03:00
Nico Lynzaad
c4f405beb2 fix(cli): enhance alias path resolution (#344) 2024-10-26 16:55:23 +03:00
Bereket Engida
a573f941b1 fix: add mongodb id map and support array type gen for prisma (#243) 2024-10-19 14:33:49 +03:00
Bereket Engida
6826e2e58e feat: custom id generation (#221)
* feat: custom id generation

* fix test

* fix: failing tests
2024-10-18 09:17:48 +03:00
Bereket Engida
2953fe882d refactor: move cli to it's own pacakge (#176)
* refactor

* cleanup and more refactor

* test: cli

* chore: release v0.4.9-beta.12

* feat: kysley generate and orm migrations

* chore: release v0.4.9-beta.13

* test: generate

* test: change test snapshot file

* docs

* chore: lint

* fix: test

* chore: release v0.4.9-beta.14

* chore: release v0.4.9
2024-10-15 16:35:14 +03:00