张泊明518370910136 bomingzh
张泊明518370910136 created pull request JOJ/JOJ3#66 2024-10-18 11:13:48 +08:00
feat(cmd/joj3): run all commands concurrently in teapot
张泊明518370910136 created branch teapot-concurrency in JOJ/JOJ3 2024-10-18 11:13:26 +08:00
张泊明518370910136 pushed to teapot-concurrency at JOJ/JOJ3 2024-10-18 11:13:26 +08:00
a11eb747f0 feat(cmd/joj3): run all commands concurrently in teapot
张泊明518370910136 opened issue JOJ/JOJ3#65 2024-10-18 11:10:12 +08:00
Migrate all config file to multiple parsers, remove backward compatible codes
张泊明518370910136 suggested changes for JOJ/JOJ3#60 2024-10-18 11:04:13 +08:00
fix/forbidden (#58)

fix tests

张泊明518370910136 opened issue JOJ/JOJ3#64 2024-10-18 11:02:23 +08:00
Make JOJ/JOJ3-actions-examples only contains valid branches
张泊明518370910136 commented on issue JOJ/JOJ3#62 2024-10-18 10:45:14 +08:00
Healthchecker cannot properly catch the error for different hash

first, set and check the debug log file for joj3, not only for teapot.

张泊明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