Compare commits
	
		
			50 Commits
		
	
	
		
			master
			...
			healthchec
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4165085879 | |||
| 5032cb76a1 | |||
| 61e5972182 | |||
| b887aa7a08 | |||
| 80eb61dd5c | |||
| 68d1850e79 | |||
| 558daa05e7 | |||
| 06f3efbf19 | |||
| e60757eeb8 | |||
|   | e7422ff433 | ||
|   | 58117d2359 | ||
| 244590b5f1 | |||
| a0008c69be | |||
| 90738cfdbb | |||
|   | 1a515d9045 | ||
|   | d79115fa64 | ||
|   | 0ad98fb311 | ||
|   | 059c40c156 | ||
|   | 48c2d3850b | ||
| 8a91338da0 | |||
| 50ec9ccbb6 | |||
| 01b362e3bd | |||
| 4bf7708d8b | |||
| fc9828bde1 | |||
|   | ee285502ff | ||
|   | 721fa459fa | ||
|   | a4cedea002 | ||
|   | 0ebe549d48 | ||
|   | 7cfcc07b17 | ||
|   | 8cbd58f927 | ||
|   | 54353501b1 | ||
|   | dec9e2edc4 | ||
|   | 09e3cc647f | ||
|   | f49462fecf | ||
|   | 4510cb37a5 | ||
|   | 57bb79a27e | ||
|   | d46f13de4b | ||
|   | c59b32808e | ||
|   | 2ba3495dfd | ||
|   | eeee16f7d2 | ||
|   | 3dd9a099cb | ||
|   | 66a5816944 | ||
|   | a2e7680f3d | ||
|   | 60bd4d80b0 | ||
|   | edff3780a8 | ||
|   | ef271dc6f3 | ||
|   | 076445b7c3 | ||
|   | ae7d070c45 | ||
|   | c86a94c178 | ||
|   | c08d20ccd6 | 
							
								
								
									
										0
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
								
								
									
										58
									
								
								conf.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										58
									
								
								conf.json
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,58 @@ | ||||||
|  | { | ||||||
|  |   "stages": [ | ||||||
|  |     { | ||||||
|  |       "name": "healthcheck", | ||||||
|  |       "executor": { | ||||||
|  |         "name": "sandbox", | ||||||
|  |         "with": { | ||||||
|  |           "default": { | ||||||
|  |             "args": [ | ||||||
|  |               "/tmp/repo-health-checker", | ||||||
|  |               "-root=.", | ||||||
|  |               "releaseCheck=false", | ||||||
|  |               "-releaseTag=h1", | ||||||
|  |               "-releaseTag=h2", | ||||||
|  |               "-releaseTag=test" | ||||||
|  |             ], | ||||||
|  |             "env": [ | ||||||
|  |               "PATH=/usr/bin:/bin" | ||||||
|  |             ], | ||||||
|  |             "cpuLimit": 10000000000, | ||||||
|  |             "memoryLimit": 104857600, | ||||||
|  |             "procLimit": 50, | ||||||
|  |             "copyInDir": ".", | ||||||
|  |             "copyIn": { | ||||||
|  |               "/tmp/repo-health-checker": { | ||||||
|  |                 "src": "./../../../../../../build/repo-health-checker" | ||||||
|  |               } | ||||||
|  |             }, | ||||||
|  |             "copyOut": [ | ||||||
|  |               "stdout", | ||||||
|  |               "stderr" | ||||||
|  |             ], | ||||||
|  |             "stdin": { | ||||||
|  |               "content": "" | ||||||
|  |             }, | ||||||
|  |             "stdout": { | ||||||
|  |               "name": "stdout", | ||||||
|  |               "max": 4096 | ||||||
|  |             }, | ||||||
|  |             "stderr": { | ||||||
|  |               "name": "stderr", | ||||||
|  |               "max": 4096 | ||||||
|  |             } | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       "parsers": [ | ||||||
|  |         { | ||||||
|  |           "name": "healthcheck", | ||||||
|  |           "with": { | ||||||
|  |             "score": 10, | ||||||
|  |             "comment": " + comment from toml conf" | ||||||
|  |           } | ||||||
|  |         } | ||||||
|  |       ] | ||||||
|  |     } | ||||||
|  |   ] | ||||||
|  | } | ||||||
							
								
								
									
										1
									
								
								expected.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								expected.json
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | [{"name":"healthcheck","results":[{"score":10,"comment":"### Repo Size Check Passed\n### Repo LFS Check Passed\n### Forbidden File Check Passed\n### Meta File Check Passed\n### Non-ASCII Characters File Check Passed\n### Non-ASCII Characters Commit Message Check Passed\n### Repo File Check Passed\n### Author Email Check Passed\n"}],"force_quit":false}] | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user