Commit Graph

48 Commits

Author SHA1 Message Date
mikestefanello
6da0fcb7be Fixed doc code formatting. 2024-06-22 10:38:57 -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
mikestefanello
ca22f54c89 Added redirect package. 2024-06-16 11:30:11 -04:00
mikestefanello
71f7de8771 Removed echo-contrib dependency. 2024-06-15 16:56:47 -04:00
Mike Stefanello
5531e0bec2
Move controller to the template renderer (#68) 2024-06-15 15:34:24 -04:00
mikestefanello
6a7070a729 Misc cleanup. 2024-06-15 09:09:36 -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
7d85ff0b08 Updated documentation. 2024-06-10 08:28:00 -04:00
mikestefanello
afa8b5d2cc Fixed typo. 2024-06-09 21:42:43 -04:00
mikestefanello
28abc92e74 Easier form and form submission handling. 2024-06-09 21:39:04 -04:00
mikestefanello
2c635b5c75 Switch from routes to self-registering handlers to group related routes. 2024-06-09 12:31:30 -04:00
Jordan Stephens
114ed8444c
Fix a broken link 2024-03-30 18:47:33 -07:00
mikestefanello
c2b6928fb4 Use consts for route names and templates. 2023-12-16 11:07:20 -05:00
mikestefanello
3df20c01a7 Replace template dir file path hack with embed directive. 2023-12-10 09:33:34 -05:00
Dimitri Balios
575bf805e2
Update README.md
Fix typo
2023-05-25 21:50:20 +02:00
Dimitri Balios
d875747e31
Update README.md for typo
Typo fix "faciliate" to "facilitate"
2023-05-22 23:10:28 +02:00
mikestefanello
72ce41c828 Reorganized directories and packages. 2022-11-02 19:23:26 -04:00
mikestefanello
1018d82d13 Switch to viper for config management. 2022-11-02 14:50:19 -04:00
Ahmed Hashim
44ab335cf5
docs: only removing the psql and redis-cli dependencies from README.md + trailing whitespace characters 2022-10-09 08:57:43 -04:00
Ahmed Hashim
936e6c9b18
docs: removing the psql and redis-cli dependencies from README.md because they are now provided through their docker containers 2022-10-09 08:13:34 -04:00
mikestefanello
089c4d7ee1 README update. 2022-03-08 19:30:37 -05:00
mikestefanello
51e44a57a1 Lint check adjustments. 2022-02-10 08:56: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
156e578dd0 Use a separate cache db when running tests. 2022-02-06 10:07:25 -05:00
mikestefanello
c43f62a570 Added asynq and a task client to the container to faciliate task queues. 2022-02-02 21:24:52 -05:00
mikestefanello
6546418052 Include password token entity ID in reset URL in order to prevent loading all tokens. 2022-01-27 08:44:12 -05:00
mikestefanello
cd4cc1693c Simplified template renderer parsing and execution. 2022-01-19 09:14:18 -05:00
mikestefanello
cb43e08183 Expanded mail client for easier email operations. 2022-01-14 15:42:32 -05:00
mikestefanello
b269e7d264 Remove need for slice when setting cache tags. Require cache key for get/set ops. 2022-01-14 13:07:19 -05:00
mikestefanello
e0a65ca007 Added custom cache client for much easier cache operations. 2022-01-13 21:13:41 -05:00
mikestefanello
09c6df7f52 Use entity update method rather than query. Fixed password reset form action. 2022-01-09 21:30:09 -05:00
mikestefanello
c31f30ba5c Added user email verification support. 2022-01-08 15:32:18 -05:00
mikestefanello
eda79b6982 Added encryption info to README. 2022-01-04 20:10:10 -05:00
mikestefanello
c391be9e4d Added route errors to README. 2022-01-01 13:44:09 -05:00
mikestefanello
328c1a3367 Updated README. 2022-01-01 10:40:10 -05:00
mikestefanello
182ddc9f52 Updated README. Set project name. 2021-12-31 17:26:42 -05:00
mikestefanello
86774ae781 Added license. Cleanup and expanded documentation. 2021-12-31 10:09:52 -05:00
mikestefanello
d35cf1d8a6 Updated README. 2021-12-29 21:23:19 -05:00
mikestefanello
3e675c6be0 Updated README. 2021-12-29 18:51:12 -05:00
mikestefanello
4358677fed Updated README. 2021-12-29 12:37:12 -05:00
mikestefanello
d46e8dee5d Updated README. 2021-12-28 22:05:20 -05:00
mikestefanello
0dde8859bd Updated README. 2021-12-28 20:04:58 -05:00
mikestefanello
2c30e86c9d Added routes section to README. 2021-12-28 16:28:56 -05:00
mikestefanello
75440cfe06 Updated README. 2021-12-27 21:59:15 -05:00
mikestefanello
864281fb63 Updated README. 2021-12-27 21:26:14 -05:00
mikestefanello
db4c025aa7 Started on the README. 2021-12-27 17:36:18 -05:00