张泊明518370910136 bomingzh
张泊明518370910136 pushed to fix-health-check at JOJ/JOJ3 2024-10-13 17:13:04 +08:00
948aad0b51 fix(healthcheck): remove used args
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-13 16:38:55 +08:00
bb3743d4cc feat(healthcheck): remove redundant tag checker
张泊明518370910136 commented on pull request JOJ/JOJ3#57 2024-10-13 16:33:52 +08:00
feat(healthcheck/releasetag): recommended tag listcheck

Tags are already checked here:

if tag != "" && conventionalCommit.Scope != tag {
.

As we force tag == scope in msg to run…

张泊明518370910136 closed pull request JOJ/JOJ3#57 2024-10-13 16:33:52 +08:00
feat(healthcheck/releasetag): recommended tag listcheck
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-13 13:26:16 +08:00
92d88091ff feat(cmd/joj3): check tag on non-empty
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-13 11:47:02 +08:00
303e742d90 refactor(parser/keyword): rename EndOnMatch -> ForceQuitOnMatch
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-13 05:44:31 +08:00
cdab5ab4c8 chore: add date & time to version
f4662eb123 fix(parser/resultdetail): file format
Compare 2 commits »
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-13 05:35:46 +08:00
7004c5368e fix(parser/resultdetail): file format
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-13 05:29:25 +08:00
5f63301656 feat(parser/resultdetail): human readable units
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 19:45:24 +08:00
d934e9a067 feat(cmd/joj3): run teapot commands in goroutine
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 19:16:39 +08:00
4e3d202fa9 feat(cmd/joj3): pass conf.Conf by pointer
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 18:58:07 +08:00
9cd0e44678 refactor(cmd/joj3): split parse msg & parse conf file
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 18:36:10 +08:00
f8a7ae6067 docs: update OS restriction
张泊明518370910136 deleted branch conf from JOJ/JOJ3 2024-10-12 18:31:33 +08:00
张泊明518370910136 pushed to master at JOJ/JOJ3 2024-10-12 18:30:56 +08:00
901290d263 feat: check repo size with conf (#56)
张泊明518370910136 deleted branch feat/reposize from JOJ/JOJ3 2024-10-12 18:30:56 +08:00
张泊明518370910136 merged pull request JOJ/JOJ3#56 2024-10-12 18:30:55 +08:00
feat/reposize
张泊明518370910136 approved JOJ/JOJ3#56 2024-10-12 18:28:48 +08:00
feat/reposize
张泊明518370910136 pushed to feat/reposize at JOJ/JOJ3 2024-10-12 18:27:39 +08:00
acc0ccf88c fix: typo
张泊明518370910136 opened issue JOJ/JOJ3#58 2024-10-12 16:55:42 +08:00
healthcheck needs to check whether all files in the repo respect .gitignore file