Paul Pan Paul
  • Joined on 2023-01-05
Paul pushed to master at woj/woj-ui 2023-12-31 16:59:54 +08:00
33b6009da4 chore: further lower sentry sample rate
Paul pushed to master at woj/woj-ui 2023-12-31 16:45:30 +08:00
6aad88920d feat: add Empty info on details page
68ea8f439d feat: configurable page title
Compare 2 commits »
Paul pushed to develop at woj/woj-server 2023-12-31 16:45:23 +08:00
2331b1d30d chore: add more example problems
Paul pushed to develop at woj/woj-server 2023-12-31 16:19:37 +08:00
8b3961e633 fix: search.go: pass ShouldEnable
68c11932e1 fix: query.go: utils.If does not do lazy evaluation
61f8fb2765 chore: example: add Tags field
e4fc2c01d0 fix: problem_prebuild.sh: allow to have no prebuild.Makefile script
e2881514d4 feat: import.sh: also parse tags
Compare 6 commits »
Paul pushed to master at woj/woj-ui 2023-12-31 16:19:26 +08:00
29c8c0d29e feat: jump to status page after submit
c6eac312ad fix: tags might be null
Compare 2 commits »
Paul pushed to master at woj/woj-ui 2023-12-31 14:27:14 +08:00
Paul pushed to master at woj/woj-ui 2023-12-31 14:24:39 +08:00
5ba63b770f feat: add GitHub Action
Paul pushed to master at woj/woj-ui 2023-12-31 14:17:20 +08:00
7376345bd2 feat: add GitHub Action
Paul pushed to master at woj/woj-ui 2023-12-31 14:15:45 +08:00
777f9b8a65 feat: add GitHub Action
Paul pushed to master at woj/woj-ui 2023-12-31 14:13:04 +08:00
9c850a27bc feat: add GitHub Action
0c412f5bae feat: pagination on search page
e36c386805 feat: add tags support
e8a4ecaccb feat: ProTable scroll
Compare 4 commits »
Paul synced commits to dev at Paul/tiny_os from mirror 2023-12-29 18:35:21 +08:00
a8d3dee80d feat: introduce test infrastructure
9b73d703b4 chore: no lib
Compare 2 commits »
Paul opened issue woj/woj-sandbox#2 2023-12-28 01:14:25 +08:00
考虑放弃 LD_PRELOAD 模式
Paul opened issue woj/woj-sandbox#1 2023-12-28 01:11:33 +08:00
考虑使用黑名单机制
Paul pushed to master at woj/woj-sandbox 2023-12-28 01:10:20 +08:00
c50d6d83e9 fix: nullptr -> NULL, we are in C
Paul pushed to master at woj/woj-sandbox 2023-12-28 01:07:03 +08:00
02547b124d feat: pass config instead of getenv
d9655d6425 feat: separate launcher config, library functions
14873703e5 feat: allow to execute self
bc7b70d667 chore: separate test program
789ae949d5 chore: upgrade seccomp version
Compare 5 commits »
Paul pushed to develop at woj/woj-server 2023-12-27 22:50:47 +08:00
aef5b2f3a2 release: 1.2.1
Paul pushed to master at woj/woj-server 2023-12-27 22:50:14 +08:00
71724fd1bf Merge branch 'develop' version 1.2.1
aef5b2f3a2 release: 1.2.1
7414c0cad1 fix: full import.sh
cc2c42bded fix: check problem version exists on update when IsEnabled = true (#3)
6a72198541 fix: check problem version exists before submit (#3)
Compare 21 commits »
Paul pushed tag v1.2.1 to woj/woj-server 2023-12-27 22:49:29 +08:00
Paul pushed to develop at woj/woj-server 2023-12-27 22:48:26 +08:00
7414c0cad1 fix: full import.sh
Paul closed issue woj/woj-server#3 2023-12-27 22:30:17 +08:00
ProblemVersion 创建时的错误处理