Commit Graph

23 Commits

Author SHA1 Message Date
Luis Eduardo Jeréz Girón 53648a1be9 Remove .air.toml and update Dockerfiles to install binaries in a dedicated directory 2024-11-02 09:49:52 -06:00
Luis Eduardo Jeréz Girón 8db421438e Add permission fix step in Dockerfiles and update taskfile 2024-11-02 09:33:57 -06:00
Luis Eduardo Jeréz Girón 6842e094b6 Refactor javascript building process 2024-10-14 01:37:29 -06:00
Luis Eduardo Jeréz Girón bf5316a67b Refactor SQLC configuration and build process 2024-10-14 01:11:16 -06:00
Luis Eduardo Jeréz Girón 028527e133 Move and rename compose.dev.yaml file to keep organization 2024-09-07 19:31:47 -06:00
Luis Eduardo Jeréz Girón c9927fe084 Ensure dependency check script is executable before execution 2024-09-07 00:23:04 -06:00
Luis Eduardo Jeréz Girón d534d9a8c2 Add dependency checks in CI workflow and scripts to ensure required software is installed before running tests and linting 2024-09-06 23:59:47 -06:00
Luis Eduardo Jeréz Girón 9cb0fd59a1 Fix build-static command 2024-09-06 00:20:09 -06:00
Luis Eduardo Jeréz Girón f981261488 Optimize taskfile to prevent rebuilding unchanged things 2024-09-06 00:17:02 -06:00
Luis Eduardo Jeréz Girón ae6555c6b2 Add air for hot reload 2024-09-05 23:55:33 -06:00
Luis Eduardo Jeréz Girón 62ca473d12 Add descriptive comments for each task in the taskfile.yaml for better clarity and maintenance 2024-09-05 23:22:59 -06:00
Luis Eduardo Jeréz Girón 9aac8ab8b2 Move goose command to taskfile entirely 2024-09-05 23:13:54 -06:00
Luis Eduardo Jeréz Girón ef8259e7d9 Add javascript bundler and move kill-port dependency from Dockerfile to package.json 2024-09-05 22:56:05 -06:00
Luis Eduardo Jeréz Girón ca26502b98 Refactor dev task in taskfile.yaml to not use air 2024-09-05 01:44:12 -06:00
Luis Eduardo Jeréz Girón c61c496642 Refactor tailwind processing to improve organization 2024-08-31 11:23:29 -06:00
Luis Eduardo Jeréz Girón 1501fdd8bd Add change-password CLI functionality 2024-08-04 23:44:44 -06:00
Luis Eduardo Jeréz Girón f764bf066d Update Dockerfiles and taskfile.yaml for golangci-lint 2024-07-29 23:08:40 -06:00
Luis Eduardo Jeréz Girón 3997a52e92 Update Dockerfile and taskfile.yaml for migration support 2024-07-24 16:50:12 -06:00
Luis Eduardo Jeréz Girón 3a9e178651 Add standardjs for javascript formatting 2024-07-23 18:14:15 -06:00
Luis Eduardo Jeréz Girón ea2926716d Add sqlc.yaml and gen-db task for SQLC code generation 2024-07-19 23:53:07 -06:00
Luis Eduardo Jeréz Girón b97e6296f7 Add goose command for database migrations 2024-07-19 23:50:02 -06:00
Luis Eduardo Jeréz Girón 54842091e5 Add reset-db task to reset the development database 2024-07-19 23:45:37 -06:00
Luis Eduardo Jeréz Girón 31884b70f6 Add taskfile.yaml for defining project tasks and commands 2024-07-19 18:31:43 -06:00