Commit Graph

82 Commits

Author SHA1 Message Date
d1f72b758e
feat: also log user dir in status table 2024-01-06 20:34:16 +08:00
9286aea36a
chore: more verbose log 2024-01-06 19:47:16 +08:00
5826b98b95
fix: migrate is a separate command 2024-01-06 19:26:18 +08:00
696804452e
feat: use injector shutdown rather than manually call Close() 2024-01-06 19:23:12 +08:00
bb105d1451
feat: #6 [7] Rewrite run_judge 2024-01-06 19:21:37 +08:00
8dee13af85
feat: #6 [6] Rewrite compile 2024-01-06 17:39:36 +08:00
7f0f897181
feat: #6 [5] Add must and rename functions in package file 2024-01-06 17:31:00 +08:00
fd85b603dc
feat: #6 [4] Rewrite new_problem 2024-01-06 16:06:53 +08:00
31391f6ce0
feat: #6 [3] Add LimitedWriter and move file related utils out from package utils 2024-01-06 16:06:16 +08:00
8e3222daab
feat: #6 [2] Rewrite EnsureDeps 2024-01-06 15:07:11 +08:00
8d66639cdc
feat: #6 [1] Add pool in runner 2024-01-06 15:06:12 +08:00
53899d58a1
feat: add utils.Try 2024-01-06 14:42:35 +08:00
1cd3620bdb
feat: redirect to frontend landing page 2024-01-05 15:47:29 +08:00
d45d958ea1
fix: oauth: login: unify POST method 2024-01-05 15:08:38 +08:00
99d8bd6b80
chore: verify email 2024-01-05 14:34:41 +08:00
3f67523ab1
feat: username is now email 2024-01-05 14:31:09 +08:00
bb21f5858d
chore: move oauth into api 2024-01-05 00:57:43 +08:00
310eff0e88
chore: re-organize config 2024-01-05 00:44:49 +08:00
3a6dbf8595
feat: allow to override ClientIP logic in gin 2024-01-05 00:40:05 +08:00
f52450f4c1
fix: signed state could not prevent replay attack, use redis to store real state and delete once checked 2024-01-03 14:10:44 +08:00
7faeafb367
feat: add initial oauth2 support 2024-01-03 00:55:41 +08:00
09611857c9
feat: user: allow to query profile and create if not exists (transaction) 2024-01-03 00:54:15 +08:00
97c0eed6ef
chore: adjust order 2024-01-02 23:39:09 +08:00
8d3b50fa77
chore: update prometheus bucket 2023-12-31 23:12:27 +08:00
e9403f9e0c
fix: search.go: add association to provide Provider info 2023-12-31 17:01:20 +08:00
8b3961e633
fix: search.go: pass ShouldEnable 2023-12-31 16:09:02 +08:00
68c11932e1
fix: query.go: utils.If does not do lazy evaluation 2023-12-31 16:08:47 +08:00
cc2c42bded
fix: check problem version exists on update when IsEnabled = true (#3) 2023-12-27 22:28:58 +08:00
6a72198541
fix: check problem version exists before submit (#3) 2023-12-27 22:28:22 +08:00
297d031e5b
feat: support pagination on search, close #4 2023-12-27 22:21:42 +08:00
e508c6f4e8
feat: allow fuzz search on tags 2023-12-27 21:56:19 +08:00
ce7d173a82
feat: add tags support 2023-12-27 21:49:10 +08:00
f51f4fd3eb
fix: less sentry transactions 2023-12-25 22:32:15 +08:00
976f2700ef
fix: allow to set is_enable separately in problem/create 2023-12-23 17:37:13 +08:00
0fc977a5e0
fix: fallback to index.html 2023-12-23 17:34:45 +08:00
0bb5978bf2
feat: support frontend 2023-12-23 16:42:21 +08:00
1a5b8270ef
fix: DB: Submission nested preload 2023-12-23 15:37:46 +08:00
de95e8c804
fix: default uid in query 2023-12-23 15:37:24 +08:00
b45963f9b5
feat: enhanced paging support 2023-12-23 15:36:42 +08:00
17123e6911
fix: http api supports both form table and json 2023-12-23 15:35:09 +08:00
5b5f708104
release: 1.2.0 2023-12-22 15:38:44 +08:00
dc50562f22
feat: support configurable timezone 2023-12-22 15:23:24 +08:00
eb6f5d0aca
feat: use generic Response type and rewrite swagger documentation. close #1 2023-12-22 15:19:13 +08:00
9485dbbce4
fix: several nits 2023-12-21 17:14:59 +08:00
d8df6d577e
fix: enable sentry when configured 2023-12-20 23:45:53 +08:00
bb0bf6d39f
fix: avoid race condition when running AutoMigrate concurrently 2023-12-19 16:30:58 +08:00
bcf2699feb
feat: add init 2023-12-19 01:09:02 +08:00
a9106ed363
feat: separate redis addr and port from config 2023-12-18 23:43:27 +08:00
596a7219cf
chore: add tag on router 2023-12-18 21:21:15 +08:00
988206ee5d
chore: cleanup 2023-12-18 21:14:33 +08:00