张泊明518370910136 bomingzh
张泊明518370910136 commented on issue JOJ/JOJ3#62 2024-10-18 10:38:39 +08:00
Healthchecker cannot properly catch the error for different hash

Where is the gitea issue that proves everything happens?

张泊明518370910136 commented on issue JOJ/JOJ3#62 2024-10-18 10:02:04 +08:00
Healthchecker cannot properly catch the error for different hash

where is the issue?

张泊明518370910136 commented on issue JOJ/JOJ3#62 2024-10-18 09:12:33 +08:00
Healthchecker cannot properly catch the error for different hash

So the content of push.yaml?

张泊明518370910136 created pull request JOJ/JOJ3#63 2024-10-18 09:03:39 +08:00
feat(cmd/joj3): return non-zero on force quit
张泊明518370910136 pushed to force-quit-ret-non-zero at JOJ/JOJ3 2024-10-18 09:03:26 +08:00
ac7c23c408 feat(cmd/joj3): return non-zero on force quit
张泊明518370910136 created branch force-quit-ret-non-zero in JOJ/JOJ3 2024-10-18 09:03:25 +08:00
张泊明518370910136 commented on issue JOJ/JOJ3#62 2024-10-18 02:01:26 +08:00
Healthchecker cannot properly catch the error for different hash

The hash of which file is wrong in the first issue?

张泊明518370910136 commented on issue JOJ/JOJ3#62 2024-10-18 01:54:28 +08:00
Healthchecker cannot properly catch the error for different hash

For a healtch checker problem, why do you paste the teapot log here?

张泊明518370910136 commented on pull request JOJ/JOJ3#60 2024-10-17 18:26:19 +08:00
fix/forbidden (#58)

new test cases needed

张泊明518370910136 commented on pull request JOJ/JOJ3#60 2024-10-17 17:06:26 +08:00
fix/forbidden (#58)

stdout := executorResult.Files["stdout"] => stdout := executorResult.Files[conf.Stdout]

张泊明518370910136 commented on pull request JOJ/JOJ3#60 2024-10-17 17:04:36 +08:00
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.

张泊明518370910136 commented on pull request JOJ/JOJ3#60 2024-10-17 17:03:03 +08:00
fix/forbidden (#58)

If the forbidden check is enabled, then just throw error for no root gitignore or wrong root gitignore.

张泊明518370910136 closed issue JOJ/JOJ3#61 2024-10-17 16:57:33 +08:00
healthcheck not working
张泊明518370910136 commented on pull request JOJ/JOJ3#60 2024-10-17 16:53:09 +08:00
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.

张泊明518370910136 commented on pull request JOJ/JOJ3#60 2024-10-17 16:48:50 +08:00
fix/forbidden (#58)
  1. Check the existence of the root .gitignore file
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-17 11:40:59 +08:00
ff0b0957eb refactor(cmd/joj3): backward compatible arg order [force build]
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-17 09:00:19 +08:00
fcc1f1856f feat(cmd/joj3): pass commit hash to teapot [force build]
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-17 04:15:53 +08:00
7ff6dfb002 fix(parser/clangtidy): ignore empty lines
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-17 03:15:42 +08:00
e44537ea95 feat(cmd/joj3): issue with actor [force build]
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-16 08:56:19 +08:00
1e83ba4b87 fix(parser/resultdetail): format on empty error