Commit graph

190 commits

Author SHA1 Message Date
Tigor Hutasuhut 13eb3ddbb9 subreddits: page has been moved 2024-05-29 10:00:18 +07:00
Tigor Hutasuhut d5db5b81f9 view(subreddits-filter-bar): update spacing
Some checks failed
/ push (push) Has been cancelled
2024-05-28 16:42:57 +07:00
Tigor Hutasuhut 4f3ba41237 view(subreddits-list): added filter bar 2024-05-28 16:39:38 +07:00
Tigor Hutasuhut d2b81567e3 view: update icons
Some checks failed
/ push (push) Has been cancelled
2024-05-28 15:36:10 +07:00
Tigor Hutasuhut e887675346 view: optimize for mobile and add icons
Some checks failed
/ push (push) Has been cancelled
2024-05-28 15:06:55 +07:00
Tigor Hutasuhut 3fdb78362b subreddit: implemented edit page and api
Some checks failed
/ push (push) Has been cancelled
2024-05-28 00:30:29 +07:00
Tigor Hutasuhut 5957648ec3 refactor subreddits creation page
Some checks failed
/ push (push) Has been cancelled
2024-05-27 21:10:37 +07:00
Tigor Hutasuhut 88f4edbaf5 fix: wtf context 2024-05-27 14:59:28 +07:00
Tigor Hutasuhut 36c8b2bc1d chore: go mod
Some checks failed
/ push (push) Has been cancelled
2024-05-27 14:36:06 +07:00
Tigor Hutasuhut 7e29cf7e55 revert: return from comfylite to normal sqlite 2024-05-27 14:29:09 +07:00
Tigor Hutasuhut addf634820 Revert "pubsub: migrated to comfylite3"
This reverts commit f5f5c7ae9e.
2024-05-27 14:24:17 +07:00
Tigor Hutasuhut 4db333848b Revert "db: prepare moving to comfylite3"
This reverts commit cd1959d824.
2024-05-27 14:24:15 +07:00
Tigor Hutasuhut b90d5c7601 Revert "serve: run migrations on startup"
This reverts commit 32fea20476.
2024-05-27 14:24:14 +07:00
Tigor Hutasuhut d44185b665 telemetry(openobserve): remove trailing newline from log messages 2024-05-23 22:47:34 +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 cd1959d824 db: prepare moving to comfylite3 2024-05-23 16:34:39 +07:00
Tigor Hutasuhut f5f5c7ae9e pubsub: migrated to comfylite3
Some checks failed
/ push (push) Has been cancelled
2024-05-23 15:42:56 +07:00
Tigor Hutasuhut 1b29cf8337 pubsub: added retry on reddit or database busy 2024-05-23 15:27:59 +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 646010e3e4 Revert "prepare to migrate pubsub to sqlite backed db"
This reverts commit 6d7437856e.
2024-05-22 19:18:26 +07:00
Tigor Hutasuhut 6d7437856e prepare to migrate pubsub to sqlite backed db 2024-05-22 15:16:07 +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 f78661aa6e scheduler: fix missing default sheduler timeout causing scheduler to
Some checks failed
/ push (push) Has been cancelled
never runs
2024-05-21 22:27:11 +07:00
Tigor Hutasuhut a98dd2d33e views: prepare for refactoring views into separate files 2024-05-14 19:23:59 +07:00
Tigor Hutasuhut b9a589cfcd forgejo: docker push tag now push only the tag and latest image 2024-05-14 18:58:32 +07:00
Tigor Hutasuhut 2652933361 api: fix scheduler deadlocks
Some checks failed
/ push (push) Has been cancelled
2024-05-14 18:49:45 +07:00
Tigor Hutasuhut 0d849ec172 log: json output is now colored on when tty is available 2024-05-14 18:49:06 +07:00
Tigor Hutasuhut ee2e307f6a api: integrated scheduler 2024-05-14 12:08:34 +07:00
Tigor Hutasuhut 8698d61e1d errs: fix duplicate error message 2024-05-14 12:07:07 +07:00
Tigor Hutasuhut 6cea6394f3 makefile: start now pulls in web-dependencies and migrate-up 2024-05-14 11:07:44 +07:00
Tigor Hutasuhut f3ce9950a3 scheduler: implemented more proper scheduler api 2024-05-14 09:51:53 +07:00
Tigor Hutasuhut a5192c949b docker: build now take advantage of caching for web-build-docker target 2024-05-13 21:19:43 +07:00
Tigor Hutasuhut 7488e2b5e3 api: revamped scheduler to run every minute
Some checks failed
/ push (push) Has been cancelled
Schedule now triggered by a runner that loops every minute and check if cron expression passes the time check.
2024-05-13 21:10:48 +07:00
Tigor Hutasuhut a17fdf9551 web: moved endpoint /schedules to /history 2024-05-13 19:06:29 +07:00
Tigor Hutasuhut 515704f018 subreddits-page: fix horizontal scrollbar appeared when there's a subreddit with no images
Some checks failed
/ push (push) Has been cancelled
2024-05-13 16:23:07 +07:00
Tigor Hutasuhut f98bed2e69 pagination: added cancel button to the dialog
Some checks failed
/ push (push) Has been cancelled
2024-05-13 15:52:41 +07:00
Tigor Hutasuhut 5b1429c1a2 view: images: better horizontal image well component
Some checks failed
/ push (push) Has been cancelled
2024-05-13 15:27:36 +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 a150f6ee8b docker: build with build-arg for runtime version
Some checks failed
/ push (push) Has been cancelled
2024-05-13 11:11:54 +07:00
Tigor Hutasuhut 857c2dff13 docker: added compression to the binary for smaller image
Some checks failed
/ push (push) Has been cancelled
2024-05-13 10:54:39 +07:00
Tigor Hutasuhut c867be4369 view-context: remove empty query parameters from URLWithExtraQuery
Some checks failed
/ push (push) Has been cancelled
2024-05-13 10:41:23 +07:00
Tigor Hutasuhut af2a35d20f subreddit-details: uses proper pagination component 2024-05-13 10:38:14 +07:00
Tigor Hutasuhut b36a2f828a pagination: support mobile view 2024-05-13 10:38:07 +07:00
Tigor Hutasuhut cdc5cffefc pagination: minimum number of pages to show is now 5
Some checks failed
/ push (push) Has been cancelled
2024-05-12 22:51:48 +07:00
Tigor Hutasuhut 5160030304 pagination: unhide range now starts at 1 instead of 2 2024-05-12 22:50:31 +07:00
Tigor Hutasuhut fdfad2f9e1 pagination: implemented seek page feature
Some checks failed
/ push (push) Has been cancelled
2024-05-12 22:45:41 +07:00
Tigor Hutasuhut 3f3bc72f30 devices-details: added pagination component
Some checks failed
/ push (push) Has been cancelled
2024-05-12 18:13:00 +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 68fced6618 workflow: added docker login
Some checks failed
/ push (push) Has been cancelled
2024-05-12 11:26:25 +07:00