ehrumsey
  • Joined on 2024-12-22
ehrumsey pushed to dev at ehrumsey/tiqued 2025-10-10 17:26:46 -05:00
0f0afb12ca Add drizzle-zod.
9883e643e6 Convert tasks list and task view to Remote Function queries.
5c8ef1fde5 Create empty service respone property.
077d63c175 Enable the vite/svelte inspector.
d8cbeb05f1 Add zod for data validation
Compare 10 commits »
ehrumsey pushed to main at ehrumsey/tiqued 2025-10-10 17:26:46 -05:00
9883e643e6 Convert tasks list and task view to Remote Function queries.
5c8ef1fde5 Create empty service respone property.
077d63c175 Enable the vite/svelte inspector.
d8cbeb05f1 Add zod for data validation
675cb0b3ca File rename.
Compare 50 commits »
ehrumsey pushed to dev at ehrumsey/tiqued 2025-10-03 23:06:37 -05:00
b13cee614e Task editing proof of concept.
bee3fdf2ca Update error handling and logging.
b2d7b4983a Update to match the schema changes.
2962c3aace Change tasks schema.
eddaf02824 Add method to intelligently insert/update.
Compare 14 commits »
ehrumsey pushed to main at ehrumsey/gi 2025-10-02 16:54:23 -05:00
fffc76a0d7 Fix module loading issues and improve config handling
b9edb83c52 Fix module loading issues and improve config handling
Compare 2 commits »
ehrumsey pushed to main at ehrumsey/gi 2025-10-02 16:17:37 -05:00
43a62d7e3f Initial commit
ddcca1077d Update README.md with installation, usage, and configuration details
6e72a16f7b Add configuration options to M.setup
497e3bf94a Add M.refresh_signs() function
5b1ea2ba9a Add autocommands and _is_jj_repo function
Compare 10 commits »
ehrumsey created branch main in ehrumsey/gi 2025-10-02 16:17:37 -05:00
ehrumsey created repository ehrumsey/gi 2025-10-02 15:55:57 -05:00
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-29 00:48:04 -05:00
14ece0bed0 Add link to ticket detail page.
e41f651e00 Add route to view a single task.
Compare 2 commits »
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-28 16:18:07 -05:00
8c0970a19a Update calls to TaskService.
fca17a796d Update getAll() to return status codes.
0c002edefa Add getByTaskId() and getByDbId() methods.
Compare 3 commits »
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-27 23:37:40 -05:00
136b58c44f Add /tasks route to load all tasks.
5fddf2f394 Create seeding script.
b6c6f74576 Add drizzle-seed and faker-js for database seeding.
b68935a11e Update getAll() method to include relations.
0331042b8b Change return value of getAll() failure.
Compare 10 commits »
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-26 17:30:08 -05:00
60f87472a1 Add task related tables.
009b1925e6 Add logger and gitignore output.
2c3f9be58f Add pino and pino-pretty.
c8560810fc Formatting pass.
Compare 4 commits »
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-25 17:22:11 -05:00
eb6c1a84b7 Add schema to db.ts.
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-25 16:03:04 -05:00
daa85abc8c Fix invalid SQL syntax for index creation.
7cb0621585 Get drizzle-kit working.
1fcddc2892 Change .gitignore to ignore all ".db" files.
cea75fcf85 Add dprint config.
862cf4fe5d Add drizzle.config.ts.
Compare 6 commits »
ehrumsey created branch dev in ehrumsey/tiqued 2025-09-25 00:41:54 -05:00
ehrumsey pushed to dev at ehrumsey/tiqued 2025-09-25 00:41:54 -05:00
86fdbb9ac5 Add recordTypes schema file.
bd01e0223d Add drizzle.
Compare 2 commits »
ehrumsey pushed to main at ehrumsey/tiqued 2025-09-25 00:09:16 -05:00
d347ec21d1 Initialize Sveltekit.
ehrumsey created repository ehrumsey/tiqued 2025-09-25 00:02:02 -05:00
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-13 11:27:39 -05:00
6f55c892c2 Fix exports for fold
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-13 11:18:26 -05:00
b71d39c845 Add Option fold and methods/functions for Option/Either conversion
ehrumsey pushed to master at ehrumsey/fp-lib 2025-06-12 00:37:05 -05:00
a23edf3605 Fix error typing in AsyncDoEither