Commit Graph

60 Commits

Author SHA1 Message Date
9b1e742db4 missed something 2025-07-19 15:13:53 -04:00
1e77fbfd4d fifth pass at ci 2025-07-19 14:00:47 -04:00
b2e22d4b6b fourth pass at ci 2025-07-19 02:05:57 -04:00
3539ceced3 third pass of ci 2025-07-19 01:51:09 -04:00
613adcb4c4 modified dockerfiles 2025-07-19 01:28:21 -04:00
79cc4caa58 added dockerfiles
for building the stuff
2025-07-19 00:44:28 -04:00
6eea6724bf cleanup 2025-07-19 00:44:08 -04:00
7f04dabf92 fleshed out publish date 2025-07-17 21:21:33 -04:00
71b3b1f42d added publish date 2025-07-17 19:35:45 -04:00
92b14e63f2 updated deps 2025-07-16 22:02:41 -04:00
baccca1cfa Merge remote-tracking branch 'origin' into pagination 2025-07-16 21:57:52 -04:00
d53f3da4c6 added cache, s3 to taskmanager, ask cache if result is the same, among others 2025-07-14 23:30:29 -04:00
57952ec41d added documentation
it's nothing too novel, okay?
2025-07-14 20:35:49 -04:00
42dff3f186 switched public api to caching library 2025-07-14 20:26:17 -04:00
f4937dc382 create caching library 2025-07-14 20:25:36 -04:00
29011c8f48 added new method to s3clientconfig struct, added from_env to be default 2025-07-14 18:21:13 -04:00
6694f47d70 added pagination to a given authors page 2025-07-07 21:05:27 -04:00
a64b8fdceb impl storage library 2025-06-30 22:58:52 -04:00
a6b4f6917b added storage library 2025-06-30 22:58:25 -04:00
585728de9d fixing tasks upload_sitemap
among other things
2025-06-30 20:38:58 -04:00
5a6346617a remove env 2025-06-30 18:41:22 -04:00
82e118a0e5 stuff happened 2025-06-29 23:41:20 -04:00
1503db9509 working import task
wip: not complete, got to fix some of markdown options
2025-05-17 21:04:56 -04:00
c8273016ee switched deprecated dep for maintained dep 2025-05-17 21:04:22 -04:00
f0c2f6f3e3 wip: task scheduler works, import task does not work
lol
2025-03-23 12:15:35 -04:00
15a203acf2 moved datetime functions to utils dir 2025-03-17 07:15:36 -04:00
2487a0f421 Merge pull request 'Added caching system' (#1) from caching into master
Reviewed-on: #1
2025-03-16 21:16:52 -05:00
075c73bb3a cleanup, added some boilerplate readmes for backend projects 2025-03-16 14:35:50 -04:00
d126fed2bd implemented working cache
some testing still has to be done
2025-03-16 02:56:54 -04:00
cb6b182042 added s3 crate 2025-03-15 18:02:26 -04:00
3cd6b6e8b3 added health, fallback not found endpoints 2025-03-15 18:02:26 -04:00
328dacb675 wip: broken state 2025-03-15 17:27:32 -04:00
637f0b47dd added rss generator 2024-12-10 14:09:13 -05:00
44f1f35caa added recent posts endpoint, added image column to authors table 2024-12-02 18:29:23 -05:00
66ba89c0b1 modified task entrypoint 2024-11-27 00:34:28 -05:00
2d00604c6f added cors to public, modified import_posts task, updated task log sql queries 2024-11-27 00:33:59 -05:00
1a480b3cf9 commented out rate limiter 2024-10-04 07:21:24 -04:00
3c78ed5ae3 implemented front matter parser, created task log abstraction fuctions 2024-10-04 07:21:10 -04:00
44be4ab04a added front matter parser for markdown 2024-09-29 21:15:42 -04:00
a742dd7f12 wip: rewrite loop to handle assigning tasks 2024-09-29 21:15:14 -04:00
7aa1dd07f4 added serde, serde_yaml crates 2024-09-29 21:14:52 -04:00
4480b87cab added get authors posts route, datasource 2024-09-28 02:26:17 -04:00
c508f78043 added rate limiting layer to activate, added author nested router 2024-09-28 01:49:40 -04:00
65e058b3c1 added comment index pagination, added author routes 2024-09-28 01:48:58 -04:00
8128459b4e wip: added get post comments, working insert comment to post 2024-09-27 23:17:33 -04:00
c303e6aaee added hot posts datasource, added respective route, added view_count updating 2024-09-26 23:53:39 -04:00
b427311742 added condition for rate limiting 2024-09-26 23:52:42 -04:00
790dac7c82 added tower_governor crate, added some basic rate limiting 2024-09-26 23:52:15 -04:00
e3e81f6685 added get_one, get_popular datasource methods, added respective routes 2024-09-26 13:11:55 -04:00
9bd2cf373a wip: get all posts route working state 2024-09-25 18:29:12 -04:00