3c9911da03
First step towards converting to use templ for rendering
2024-07-14 16:13:42 -07:00
bd54486fb3
Migrate from ent to sqlc
2024-07-11 22:22:02 -07:00
Mike Stefanello
62c53a6b4d
Default to SQLite rather than Postgres & Redis ( #72 )
...
* Initial rough draft switch to sqlite.
* Rewrote cache implemenation.
* Provide typed tasks.
* Task cleanup.
* Use same db for tasks.
* Provide task queue registration and service container injection.
* Added optional delay to tasks. Pool buffers when encoding.
* Added tests for the task client and runner.
* Added handler examples for caching and tasks.
* Cleanup and documentation.
* Use make in workflow.
* Updated documentation.
* Updated documentation.
2024-06-22 10:34:26 -04:00
mikestefanello
5af18e2473
Added additional make commands.
2023-12-16 08:12:51 -05:00
Dimitri Balios
842ddbdc9d
Update Makefile
2023-02-23 10:35:33 +02:00
mips171
5b73526436
Update Makefile
2023-01-06 10:53:34 +10:00
Nicholas Smith
baa65ebbfa
feedback
2023-01-05 08:01:50 +10:00
Nicholas Smith
4527d3d2e5
regen entities on reset
2023-01-04 22:03:15 +10:00
Nicholas Smith
2ac7604b43
add make down
2023-01-04 22:02:53 +10:00
Nicholas Smith
713d3818bb
fix worker target
2023-01-04 22:02:05 +10:00
mikestefanello
26e4d4d16a
Fixed docker make targets.
2022-11-04 18:49:25 -04:00
mikestefanello
72ce41c828
Reorganized directories and packages.
2022-11-02 19:23:26 -04:00
Ahmed Hashim
55d51c70b8
feat: connect to redis-cli
from within docker container instead of users localhost
2022-10-09 08:08:32 -04:00
Ahmed Hashim
9f6fe5f0b7
feat: connect to psql
from within docker container instead of users localhost
2022-10-09 08:07:12 -04:00
Ahmed Hashim
7f1e057ea2
feat: updgrading docker compose command to support the latest version
2022-10-09 08:06:14 -04: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
mikestefanello
6ec1b77684
Added email field to user.
2021-12-14 21:16:48 -05:00
mikestefanello
60dedc0944
Support separate database for testing.
2021-12-13 12:51:00 -05:00
mikestefanello
58e75cf7a6
Combine error templates.
2021-12-11 16:06:28 -05:00
mikestefanello
3a9f0d1879
Added additional makefile commands.
2021-12-11 14:00:10 -05:00
mikestefanello
527721486a
Added ent make commands.
2021-12-11 13:46:01 -05:00
mikestefanello
8657380530
Handle user creation upon registration.
2021-12-11 13:03:10 -05:00
mikestefanello
79d2db3c1f
Added Ent and user model.
2021-12-10 20:44:23 -05:00