- 518370910136
- https://boyanzh.site
-
FOCS maintainer for almost everything.
- Joined on
2021-05-21
Block a user
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.
fix/forbidden (#58)
Also, add an option to healthcheck parser for stdout and stderr as we need to put them to /tmp/stdout
and /tmp/stderr
.