张泊明518370910136 bomingzh
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 14:03:19 +08:00
703ff7d4be fix(parser/resultdetail): add extra newline when showing files
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 13:53:24 +08:00
2a2166f1ad feat(parser/diff): add pass/fail comment to conf
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 13:31:33 +08:00
ad0918bbde fix(cmd/joj3): teapot conf
张泊明518370910136 closed issue JOJ/JOJ3#52 2024-10-12 13:23:20 +08:00
allow multiple parsers in one stage
张泊明518370910136 merged pull request JOJ/JOJ3#51 2024-10-12 13:21:59 +08:00
refactor(cmd/joj3)!: conf
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 13:21:59 +08:00
2d4c7c30a3 refactor(cmd/joj3): conf (#51)
张泊明518370910136 pushed to conf at JOJ/JOJ3 2024-10-12 13:19:13 +08:00
459d1bf53d feat(cmd/joj3): trigger old conf on new stages empty
张泊明518370910136 pushed to conf at JOJ/JOJ3 2024-10-12 13:08:21 +08:00
40fc67a60d chore: remove log GITHUB_ACTIONS
张泊明518370910136 pushed to conf at JOJ/JOJ3 2024-10-12 13:05:22 +08:00
b23c0894ea chore: log GITHUB_ACTIONS
张泊明518370910136 pushed to conf at JOJ/JOJ3 2024-10-12 13:02:20 +08:00
01133d4dff chore: fix ci-test
张泊明518370910136 pushed to conf at JOJ/JOJ3 2024-10-12 12:53:01 +08:00
adba2e4a1d feat(cmd/joj3): make it backward compatible
张泊明518370910136 pushed to conf at JOJ/JOJ3 2024-10-12 12:25:46 +08:00
214f5e76e8 feat(cmd/joj3): skip teapot config
4eb030a6d6 feat(stage): parser force quit only on stage ends
6620f9bc28 feat!: support multiple parsers in one stage (#52)
9f17bb317d docs(cmd/joj3): add TODO
66122f7194 refactor(cmd/joj): put stages into stage conf
Compare 14 commits »
张泊明518370910136 pushed to conf at JOJ/JOJ3 2024-10-12 12:25:31 +08:00
140ba85483 feat(cmd/joj3): skip teapot config
张泊明518370910136 commented on pull request JOJ/JOJ3#56 2024-10-11 23:13:47 +08:00
feat/reposize

We should use %.1f Mib here for clearance.

张泊明518370910136 commented on pull request JOJ/JOJ3#56 2024-10-11 23:13:47 +08:00
feat/reposize

We use camel case for variables in Go project.

张泊明518370910136 suggested changes for JOJ/JOJ3#56 2024-10-11 23:13:47 +08:00
feat/reposize
张泊明518370910136 pushed to conf at JOJ/JOJ3 2024-10-11 16:42:23 +08:00
6daabc07f8 feat(stage): parser force quit only on stage ends
张泊明518370910136 closed issue JOJ/JOJ3#54 2024-10-11 16:28:30 +08:00
Diff parser: show passed or failed, and hint for output hidden
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-11 16:24:03 +08:00
b46e22471f feat(parser/diff): more hints in comments (#54)
张泊明518370910136 commented on pull request JOJ/JOJ3#55 2024-10-11 12:57:41 +08:00
WIP: ci-action

So the bottleneck now is how to cache linters used by golangci-lint when building the runner image. We can not use actions/cache here so there is no easy solution.