9 Commits

Author SHA1 Message Date
logscore
f52f3fcec4 TANNNERRRRRRRROUTTERRRRRR 2025-10-13 21:06:27 -06:00
David Bauch
06effd4516 feat:
- vitest, test coverage, vitest package
- added dotenv dev dep for vitest loading env
- vitest and integration tests are now sequence.concurrent = true
- docker-compose.test.yml file with database service MinIO and Postgres

test: cache done
test: auth done
test: db done
test: validators done
test: s3-provider done
test: s3 provider basic migrated to vitest
test: basic and intergration test done migrated to vitest

chore:
- Updates to the README.md with prerequisites, reorganized setup instructions, and improved documentation
- Added tests and coverage badge to gh ci action
- Updates to the authentication configuration in packages/auth/src/auth.ts
2025-08-02 19:21:28 -04:00
David Bauch
38c33dffdb Squashed commit of the following:
commit 17e50e79d662fda1ad7ad7f3e4b6b4b90cc6f588
Author: David Bauch <jamesbauch@gmail.com>
Date:   Tue Jul 29 08:34:22 2025 -0400

    full deployment github action.

commit cf8bbf8d37b6428d902add914c7d70b18f5ec8cb
Author: David Bauch <jamesbauch@gmail.com>
Date:   Tue Jul 29 08:17:38 2025 -0400

    cleaned up context used by server hono app.
    updated deps
    updated schema typing
    chore: knip

commit a02bb69e7da02c01988b552342cfcd796154b08e
Author: David Bauch <jamesbauch@gmail.com>
Date:   Tue Jul 29 07:48:08 2025 -0400

    first migration sql file has IF NOT EXISTS logic for everything

commit b887c770e574427d70a46a7ff26a4eb0362b6147
Author: David Bauch <jamesbauch@gmail.com>
Date:   Tue Jul 29 07:32:32 2025 -0400

    drizzle-kit push to prod, then pulled from prod 2025-07-29

commit 8c434101a78d1c75c817711687fe1f636690e487
Author: David Bauch <jamesbauch@gmail.com>
Date:   Tue Jul 29 07:08:01 2025 -0400

    generate migrations against prod based on current dev schemas

commit d6574ccd5132097fccbc7d0660e8ff727be70b7f
Author: David Bauch <jamesbauch@gmail.com>
Date:   Tue Jul 29 07:04:36 2025 -0400

    pull schema from dev and updated schema.ts with cleaner code

commit e82b571335a5563a895130acb3fa14d21269874f
Author: David Bauch <jamesbauch@gmail.com>
Date:   Tue Jul 29 05:39:49 2025 -0400

    pull schema from prod
2025-07-29 08:46:21 -04:00
David Bauch
f3a4795251 knip fixes. remove biome. 2025-07-13 22:38:49 -04:00
Logan Reeder
877c06f861 ci/cd: cloudflare support 2025-07-09 11:45:17 -06:00
David Bauch
7034eee56b fixed config. added abstract Provider class and File interface 2025-06-27 11:26:51 -04:00
David Bauch
aacdbdba17 feat/fly-deploy 2025-06-23 21:23:34 -04:00
David Bauch
8a8bd9f934 remove those packages. add tw-animate-css to ignore cause we need it. 2025-06-19 16:46:08 -04:00
David Bauch
8392ad4c88 wip oxlint
prettier format header.tsx

adding oxlint and updating packages

wip: merging this all together

fix: removed duplicate component declarations

Somehow this got all messed up on the last merge

fixed by downgrading drizzle-orm

2025-06-18. cloudflare:workers runtime import from hono/logger. REMOVED. https://github.com/honojs/hono/issues/4233#issuecomment-2985229943

chore: added dist to .gitignore. fixed GoogleDrive import
2025-06-18 19:49:15 -04:00