Commit graph

14 commits

Author SHA1 Message Date
Tigor Hutasuhut b90d5c7601 Revert "serve: run migrations on startup"
This reverts commit 32fea20476.
2024-05-27 14:24:14 +07:00
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 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 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 d99e28d997 api: implemented image download properly 2024-04-27 15:16:14 +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 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 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