Commit Graph

196 Commits

Author SHA1 Message Date
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
86220fed14
chore: don't include sourcemap in image 2024-01-05 00:24:47 +08:00
b3ca1ea7d0
chore: fix example problem: ch2/4 2024-01-04 19:11:31 +08:00
43ed0fd3f4
fix: permission denied 2024-01-04 18:12:00 +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
e24c2296ae
chore: update deps 2024-01-03 00:58:06 +08:00
36760b6d8a
chore: disable sentry performance tracing, prometheus is enough 2024-01-03 00:57:13 +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
8bf0c0d0a7
feat: runner: framework: add golang support 2024-01-01 22:20:38 +08:00
b595ec95ba
chore: sync with latest woj-sandbox 2024-01-01 21:56:26 +08:00
d95c8f9ea3
fix: ncmp might core dump on old server 2024-01-01 21:55:53 +08:00
8d3b50fa77
chore: update prometheus bucket 2023-12-31 23:12:27 +08:00
7ee34fecbe
chore: add more example problems 2023-12-31 20:07:46 +08:00
e9403f9e0c
fix: search.go: add association to provide Provider info 2023-12-31 17:01:20 +08:00
2331b1d30d
chore: add more example problems 2023-12-31 16:45:17 +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
61f8fb2765
chore: example: add Tags field 2023-12-31 16:07:59 +08:00
e4fc2c01d0
fix: problem_prebuild.sh: allow to have no prebuild.Makefile script 2023-12-31 16:07:41 +08:00
e2881514d4
feat: import.sh: also parse tags 2023-12-31 16:07:02 +08:00
9b8e032f12
fix: docker_run.sh: revert back network option 2023-12-31 16:06:28 +08:00
aef5b2f3a2
release: 1.2.1 2023-12-27 22:49:04 +08:00
7414c0cad1
fix: full import.sh 2023-12-27 22:48:19 +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
1bcb797753
chore: update build_image.sh 2023-12-23 19:59:59 +08:00
212511d7b4
feat: judger: limit memory usage and add more docs 2023-12-23 19:59:38 +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
e5a48f2627
chore: update docker-compose.yml 2023-12-23 17:06:45 +08:00
7df1b60367
chore: untrack index.html 2023-12-23 16:44:04 +08:00
0bb5978bf2
feat: support frontend 2023-12-23 16:42:21 +08:00
c07d32b914
chore: update k8s yaml 2023-12-23 15:38:16 +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
c1dd0b1985
chore: update deps 2023-12-22 15:36:10 +08:00
36e5449517
chore: update build_image.sh: also push latest images 2023-12-22 15:26:39 +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