57 Commits

Author SHA1 Message Date
4bf5e47f08 Add govulncheck to makefile 2025-05-07 11:28:57 -07:00
28b4dfccba Remove unnecessary photo container type 2024-12-23 19:35:32 -08:00
1e118af29f Build: Omit correct storage directory 2024-12-20 19:31:03 -08:00
ad1a9906e3 Dev make target automatically rebuilds 2024-10-15 08:25:57 -07:00
f451e47c35 Move unit testing from built into pre-commit hook
Also stop building a coverage profile on every test run since it takes
longer than the tests and I am not actually using it.
2023-08-08 15:12:32 +00:00
b676003c81 Add unit built tag 2023-06-04 04:39:39 +00:00
15b77731a5 Build will now fail if unit tests are failing 2023-06-02 17:34:30 +00:00
1b4c551821 Remove air
It was buggy and often would kick off the build twice or even
recursively.
2023-06-02 17:25:05 +00:00
21c481af55 Add air for reloading Go code
This is really helpful now that changing templates requires a rebuild.
2023-04-21 22:32:10 +00:00
5e000e5e46 Fix build after switching to postcss 2023-02-15 03:48:42 +00:00
3c00259c1a Make run and make build now always build tailwind 2023-02-11 16:51:13 +00:00
ba0bde6a70 Switch to building tailwind with postcss
This will allow us to pull tailwind css values out of Go files in
addition to out of html template files.
2023-02-10 03:38:46 +00:00
904c5411fc Fix error in check-updates 2022-12-29 18:25:45 +00:00
d90ab31d35 Add and configure sqlc 2022-12-29 18:17:54 +00:00
f6a898c05b Move mod=vendor flag into makefile 2022-12-07 17:51:26 +00:00
78d81ed07c Use test config file when running tests 2022-11-29 04:51:37 +00:00
77d602082c Rewrite how storage directories are configured 2022-11-19 04:53:48 +00:00
c17520ccab Add config flag to run target in Makefile 2022-11-16 16:19:54 +00:00
c801570460 Switch from envconfig to viper 2022-11-16 15:55:55 +00:00
098631e8b4 Move main.go into cmd package 2022-11-04 04:49:33 +00:00
aebc88053f First pass at introducing full text search into new models 2022-09-23 15:23:18 +00:00
a9ca362a83 Show unit test coverage in vs-code 2022-09-21 09:32:36 -07:00
069d909408 Finish refactor excluding templates 2022-09-17 20:27:50 -07:00
c37d44d94b Unit tests passing with user and passwordtoken migrated to new db 2022-09-16 12:52:20 -07:00
84030be8b7 Run database migrations when starting the app 2022-09-14 21:10:08 -07:00
f3f5f74985 Initial creation of new database schema 2022-09-14 15:18:45 -07:00
94d2ae7542 Production image fixes 2022-09-09 20:58:06 -07:00
70b6029a35 Fix image tag 2022-09-09 20:56:43 -07:00
84674f1099 Fix issues when building on fresh clone 2022-09-09 10:56:38 -07:00
9ceefd9fa8 Makefile target for building a production container image 2022-09-09 09:41:34 -07:00
156d88ae86 Do not track generated css in git 2022-09-09 09:41:34 -07:00
5cdaa421c6 Create production docker image
Image contains necessary shared libraries. The image is built off the
dev container image, but does not include anything not critical for
running the app.
2022-09-09 09:41:34 -07:00
a1a6ba9f59 Switch from redis to Ristretto for page caching 2022-09-09 09:41:34 -07:00
96186809b0 Fix unit tests 2022-09-06 10:03:54 -07:00
be9fa0086c Add schema for housing listings and requests 2022-08-31 16:58:40 -07:00
efe79f5a05 Update command to run application 2022-08-30 08:27:44 -07:00
9557a13d0f Run a worker in the main process 2022-08-26 15:01:24 -07:00
0f339fd8e4 Optmize css distribution 2022-08-19 14:26:20 -07:00
fc324262ce Add TailwindCSS
Will remove bulma once it's no longer being used by the example
templates.
2022-08-13 08:54:01 -07:00
f18dc03a9e Convert database to sqlite 2022-08-13 08:53:44 -07:00
mikestefanello
acebcf0ba0 Let error handler handle all error logic, logging, and canceling. 2022-05-17 08:45:18 -04:00
mikestefanello
944a4d941a Added make command to check for dependency updates. 2022-02-10 08:21:07 -05:00
mikestefanello
83cdbc4395 Added task worker service and example task processor. 2022-02-08 08:58:22 -05:00
mikestefanello
726556e973 Added make target to connect to the test cache. 2022-02-07 21:23:09 -05:00
mikestefanello
86774ae781 Added license. Cleanup and expanded documentation. 2021-12-31 10:09:52 -05:00
mikestefanello
db4c025aa7 Started on the README. 2021-12-27 17:36:18 -05:00
mikestefanello
85981e75a7 Added shutdown method to container. 2021-12-19 13:22:44 -05:00
mikestefanello
d28f02f8d6 Moved pager to the controller package. Added additional documentation. 2021-12-18 16:55:35 -05:00
mikestefanello
195d572036 Fixed container tests and import 2021-12-17 21:14:43 -05:00
mikestefanello
774f0b0858 Documentation and started tests for auth package. 2021-12-17 19:58:44 -05:00