Commit graph

35 commits

Author SHA1 Message Date
Tigor Hutasuhut 32fea20476 serve: run migrations on startup
Some checks failed
/ push (push) Has been cancelled
2024-05-23 22:31:09 +07:00
Tigor Hutasuhut cd1959d824 db: prepare moving to comfylite3 2024-05-23 16:34:39 +07:00
Tigor Hutasuhut 1896839664 api: use app level lock when writing to database
Some checks failed
/ push (push) Has been cancelled
because of database locked error
2024-05-23 13:49:37 +07:00
Tigor Hutasuhut 327c8380af sqlite: DB connection is not thread safe. Set max open connections to 1
Some checks failed
/ push (push) Has been cancelled
2024-05-22 08:00:25 +07:00
Tigor Hutasuhut 17cd952d83 view: better spacing for mobile 2024-05-13 13:38:13 +07:00
Tigor Hutasuhut c03955f284 sqldblogger: log LevelInfo as debug
Some checks failed
/ push (push) Has been cancelled
2024-05-13 11:19:54 +07:00
Tigor Hutasuhut 06cd155f72 docker: fix image base to use latest distroless image
Some checks failed
/ push (push) Has been cancelled
2024-05-12 11:56:20 +07:00
Tigor Hutasuhut 84d4ecba5b docker: added dockerfile support 2024-05-11 20:23:05 +07:00
Tigor Hutasuhut e5b148a933 subreddit-details-view: added filter by device 2024-05-06 13:27:51 +07:00
Tigor Hutasuhut e7473563ac sqlite: fix columns like subreddit name to be case insensitive 2024-05-04 22:17:10 +07:00
Tigor Hutasuhut fea186924c api: enhance the schedule status sets 2024-05-04 09:53:27 +07:00
Tigor Hutasuhut 64c3d57a61 schedule: add schedule status and history tables 2024-05-03 23:40:05 +07:00
Tigor Hutasuhut 4876930563 refactor: simpler data columns 2024-04-30 14:12:33 +07:00
Tigor Hutasuhut 2b4df20754 sqlite: date based columns migrated to int64 2024-04-29 21:45:18 +07:00
Tigor Hutasuhut d99e28d997 api: implemented image download properly 2024-04-27 15:16:14 +07:00
Tigor Hutasuhut 19cd92004c reddit: handled image downloads 2024-04-26 22:13:04 +07:00
Tigor Hutasuhut bd6092fdee subreddits: add create api 2024-04-25 20:22:05 +07:00
Tigor Hutasuhut 7e2cb047c2 pubsub: added watermill integration 2024-04-25 13:05:41 +07:00
Tigor Hutasuhut db432f4dc9 removed sqlc, moved to bob 2024-04-25 12:31:20 +07:00
Tigor Hutasuhut 0d748b42ae api(devices): add create device api endpoint 2024-04-14 20:21:45 +07:00
Tigor Hutasuhut 7ad677209b api: added devices list api endpoint 2024-04-14 17:30:04 +07:00
Tigor Hutasuhut 24c5907e54 update libs 2024-04-14 13:11:10 +07:00
Tigor Hutasuhut 640fe31d10 api: implemented download images 2024-04-14 00:32:55 +07:00
Tigor Hutasuhut f031223150 fix(telemetry): fix double instrumentation of database 2024-04-13 00:34:56 +07:00
Tigor Hutasuhut c31c909c7b telemetry: added tracing support 2024-04-13 00:15:31 +07:00
Tigor Hutasuhut 63f17437b7 prepare more reddit api 2024-04-10 22:38:19 +07:00
Tigor Hutasuhut 9e71c3cbfa migrations: added enable column to subreddits table 2024-04-09 23:07:36 +07:00
Tigor Hutasuhut 375004b8ec migrations: update images table to include post_url and poster_url 2024-04-09 22:50:56 +07:00
Tigor Hutasuhut ba35d7329f sql: added devices table migration 2024-04-09 22:37:26 +07:00
Tigor Hutasuhut 7fd9d17f40 major update 2024-04-09 21:49:23 +07:00
Tigor Hutasuhut 31adf0755e api: implemented list subreddit api 2024-04-08 23:18:09 +07:00
Tigor Hutasuhut f74df98a52 migration: fix wallpaper and wallpapers order on insert 2024-04-08 16:19:56 +07:00
Tigor Hutasuhut 117d8765fc logs: update http and sql logs 2024-04-08 15:48:45 +07:00
Tigor Hutasuhut 9026660133 added subreddit list api endpoint 2024-04-07 23:41:00 +07:00
Tigor Hutasuhut 9b3e5263ff db: added sqlc and goose as database runners 2024-04-07 00:28:29 +07:00