张泊明518370910136 bomingzh
张泊明518370910136 pushed to master at JOJ/runner-images 2026-04-27 14:35:06 +08:00
7a35ea18ac chore: trigger image force build
张泊明518370910136 pushed to master at JOJ/JOJ3 2026-04-27 13:01:41 +08:00
404d2c6eb6 chore: use goproxy.cn [skip ci]
张泊明518370910136 pushed to master at JOJ/runner-images 2026-04-27 12:53:34 +08:00
c6ce4dab7d chore: use goproxy.cn
张泊明518370910136 deleted branch feat_repo-healthcheck-whitelist-char from JOJ/JOJ3 2026-04-27 09:19:09 +08:00
张泊明518370910136 commented on pull request JOJ/JOJ3#100 2026-04-22 17:12:10 +08:00
feat: add whitelist char support to nonascii check

:-( I merged it with wrong order, it has conflicts now.

张泊明518370910136 deleted branch feat/submodule from JOJ/JOJ3 2026-04-22 17:09:11 +08:00
张泊明518370910136 pushed to master at JOJ/JOJ3 2026-04-22 17:07:18 +08:00
9d75e359af feat: skip git module for non ascii check (#95)
张泊明518370910136 merged pull request JOJ/JOJ3#95 2026-04-22 17:07:17 +08:00
feat: skip git module for non ascii check
张泊明518370910136 deleted branch feat_repo-healthcheck-whitelist-char from JOJ/JOJ3-config-generator 2026-04-22 17:06:57 +08:00
张泊明518370910136 merged pull request JOJ/JOJ3-config-generator#29 2026-04-22 17:06:57 +08:00
feat: add whitelist character support in repo toml
张泊明518370910136 pushed to master at JOJ/JOJ3-config-generator 2026-04-22 17:06:55 +08:00
8176ea8c5e feat: add whitelist character support in repo toml (#29)
张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#29 2026-04-19 14:48:55 +08:00
feat: add whitelist character support in repo toml

I think it should work. cc @manuel

张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#29 2026-04-18 14:15:34 +08:00
feat: add whitelist character support in repo toml

And can we make it simpler by letting them provide a long string and split it to single characters by the script?

张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#29 2026-04-18 14:14:12 +08:00
feat: add whitelist character support in repo toml

Could you also add the field to tests/convert/full?

张泊明518370910136 commented on pull request JOJ/JOJ3#100 2026-04-10 15:11:49 +08:00
feat: add whitelist char support to nonascii check

Since it just reads comma seperated strings, I think we can just pass it via []string, and no need to name it as xxxCSV as it is a bit confusing?