mikestefanello
b6d2b01c9b
Updated readme and makefile.
2025-04-21 21:47:51 -04:00
mikestefanello
bbf51211cd
Updated readme.
2025-04-21 20:42:35 -04:00
mikestefanello
5245c9484b
Add make command to create an admin user.
2025-04-20 10:44:14 -04:00
Mike Stefanello
051d032038
Migrate from templates to Gomponents ( #103 )
2025-03-05 20:01:58 -05:00
Dimitri Balios
42a07787f0
Update Makefile ( #80 )
...
ent install -d flag is deprecated. -d=true is a no-op
2024-09-18 17:06:54 -04:00
Mike Stefanello
a096abd195
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
a787d5dc7f
Added additional make commands.
2023-12-16 08:12:51 -05:00
Dimitri Balios
bb880ef091
Update Makefile
2023-02-23 10:35:33 +02:00
mips171
b03beccfb2
Update Makefile
2023-01-06 10:53:34 +10:00
Nicholas Smith
7e4d92fc92
feedback
2023-01-05 08:01:50 +10:00
Nicholas Smith
1f947eae7a
regen entities on reset
2023-01-04 22:03:15 +10:00
Nicholas Smith
fd0487abac
add make down
2023-01-04 22:02:53 +10:00
Nicholas Smith
70f96b4735
fix worker target
2023-01-04 22:02:05 +10:00
mikestefanello
76ccf3b8db
Fixed docker make targets.
2022-11-04 18:49:25 -04:00
mikestefanello
dceb232cb2
Reorganized directories and packages.
2022-11-02 19:23:26 -04:00
Ahmed Hashim
b4621afbd9
feat: connect to redis-cli from within docker container instead of users localhost
2022-10-09 08:08:32 -04:00
Ahmed Hashim
ac0adde9e6
feat: connect to psql from within docker container instead of users localhost
2022-10-09 08:07:12 -04:00
Ahmed Hashim
ea1ee27b89
feat: updgrading docker compose command to support the latest version
2022-10-09 08:06:14 -04:00
mikestefanello
ecd0120920
Let error handler handle all error logic, logging, and canceling.
2022-05-17 08:45:18 -04:00
mikestefanello
0cb52b6e12
Added make command to check for dependency updates.
2022-02-10 08:21:07 -05:00
mikestefanello
90408d68a7
Added task worker service and example task processor.
2022-02-08 08:58:22 -05:00
mikestefanello
27a2389e2c
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