- 518370910136
- https://boyanzh.site
-
FOCS maintainer for almost everything.
- Joined on
2021-05-21
Block a user
feat(cmd/joj3): run all commands concurrently in teapot
Migrate all config file to multiple parsers, remove backward compatible codes
Make JOJ/JOJ3-actions-examples only contains valid branches
Healthchecker cannot properly catch the error for different hash
first, set and check the debug log file for joj3, not only for teapot.
Healthchecker cannot properly catch the error for different hash
Where is the gitea issue that proves everything happens?
feat(cmd/joj3): return non-zero on force quit
Healthchecker cannot properly catch the error for different hash
The hash of which file is wrong in the first issue?
Healthchecker cannot properly catch the error for different hash
For a healtch checker problem, why do you paste the teapot log here?
fix/forbidden (#58)
stdout := executorResult.Files["stdout"]
=> stdout := executorResult.Files[conf.Stdout]
fix/forbidden (#58)
Now the hc parser is hardcoded to read stdout from file ./stdout
and stderr from file ./stderr
. But with this check, they can not be hardcoded, make them a config option.
fix/forbidden (#58)
If the forbidden check is enabled, then just throw error for no root gitignore or wrong root gitignore.