Commit graph

10 commits

Author SHA1 Message Date
Mike Stefanello
7dcf6bc039
Add dynamic admin panel for managing entities (#108) 2025-04-22 08:26:35 -04:00
Mike Stefanello
62d46c475c
Migrate from templates to Gomponents (#103) 2025-03-05 20:01:58 -05:00
mikestefanello
ca1de66033 Added file management. 2025-02-16 14:23:52 -05:00
mikestefanello
b2ad889f56 Move web/task shutdown to container. Shutdown web before tasks. Add shutdown timeouts to config. 2025-02-16 09:39:29 -05:00
mikestefanello
f54d9f8b37 Switched to backlite for task queues. 2024-07-24 21:04:32 -04: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
Mike Stefanello
5531e0bec2
Move controller to the template renderer (#68) 2024-06-15 15:34:24 -04:00
Mike Stefanello
9acf73a4d9
Replace Echo logger with slog. (#67)
* Replace Echo logger with slog.
2024-06-14 21:01:48 -04:00
Mike Stefanello
5ebd42d8f9
Improve form and template usage (#66)
* Improve form and template usage.
2024-06-14 12:35:35 -04:00
mikestefanello
72ce41c828 Reorganized directories and packages. 2022-11-02 19:23:26 -04:00
Renamed from services/container.go (Browse further)