-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…19783) * fix(appset): allow for shorthand git refs in git generators Signed-off-by: rumstead <[email protected]> * Retrigger CI pipeline Signed-off-by: rumstead <[email protected]> * attempt to fix goimports Signed-off-by: rumstead <[email protected]> * attempt to fix goimports Signed-off-by: rumstead <[email protected]> * remove redundant test Signed-off-by: rumstead <[email protected]> --------- Signed-off-by: rumstead <[email protected]>
- Loading branch information
Showing
6 changed files
with
308 additions
and
38 deletions.
There are no files selected for viewing
186 changes: 186 additions & 0 deletions
186
applicationset/webhook/testdata/github-commit-event-feature-branch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
{ | ||
"ref": "refs/heads/env/dev", | ||
"before": "d5c1ffa8e294bc18c639bfb4e0df499251034414", | ||
"after": "63738bb582c8b540af7bcfc18f87c575c3ed66e0", | ||
"created": false, | ||
"deleted": false, | ||
"forced": true, | ||
"base_ref": null, | ||
"compare": "https://github.com/org/repo/compare/d5c1ffa8e294...63738bb582c8", | ||
"commits": [ | ||
{ | ||
"id": "63738bb582c8b540af7bcfc18f87c575c3ed66e0", | ||
"tree_id": "64897da445207e409ad05af93b1f349ad0a4ee19", | ||
"distinct": true, | ||
"message": "Add staging-argocd-demo environment", | ||
"timestamp": "2018-05-04T15:40:02-07:00", | ||
"url": "https://github.com/org/repo/commit/63738bb582c8b540af7bcfc18f87c575c3ed66e0", | ||
"author": { | ||
"name": "Jesse Suen", | ||
"email": "[email protected]", | ||
"username": "org" | ||
}, | ||
"committer": { | ||
"name": "Jesse Suen", | ||
"email": "[email protected]", | ||
"username": "org" | ||
}, | ||
"added": [ | ||
"ksapps/test-app/environments/staging-argocd-demo/main.jsonnet", | ||
"ksapps/test-app/environments/staging-argocd-demo/params.libsonnet" | ||
], | ||
"removed": [ | ||
|
||
], | ||
"modified": [ | ||
"ksapps/test-app/app.yaml" | ||
] | ||
} | ||
], | ||
"head_commit": { | ||
"id": "63738bb582c8b540af7bcfc18f87c575c3ed66e0", | ||
"tree_id": "64897da445207e409ad05af93b1f349ad0a4ee19", | ||
"distinct": true, | ||
"message": "Add staging-argocd-demo environment", | ||
"timestamp": "2018-05-04T15:40:02-07:00", | ||
"url": "https://github.com/org/repo/commit/63738bb582c8b540af7bcfc18f87c575c3ed66e0", | ||
"author": { | ||
"name": "Jesse Suen", | ||
"email": "[email protected]", | ||
"username": "org" | ||
}, | ||
"committer": { | ||
"name": "Jesse Suen", | ||
"email": "[email protected]", | ||
"username": "org" | ||
}, | ||
"added": [ | ||
"ksapps/test-app/environments/staging-argocd-demo/main.jsonnet", | ||
"ksapps/test-app/environments/staging-argocd-demo/params.libsonnet" | ||
], | ||
"removed": [ | ||
|
||
], | ||
"modified": [ | ||
"ksapps/test-app/app.yaml" | ||
] | ||
}, | ||
"repository": { | ||
"id": 123060978, | ||
"name": "repo", | ||
"full_name": "org/repo", | ||
"owner": { | ||
"name": "org", | ||
"email": "[email protected]", | ||
"login": "org", | ||
"id": 12677113, | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/12677113?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/org", | ||
"html_url": "https://github.com/org", | ||
"followers_url": "https://api.github.com/users/org/followers", | ||
"following_url": "https://api.github.com/users/org/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/org/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/org/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/org/subscriptions", | ||
"organizations_url": "https://api.github.com/users/org/orgs", | ||
"repos_url": "https://api.github.com/users/org/repos", | ||
"events_url": "https://api.github.com/users/org/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/org/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"private": false, | ||
"html_url": "https://github.com/org/repo", | ||
"description": "Test Repository", | ||
"fork": false, | ||
"url": "https://github.com/org/repo", | ||
"forks_url": "https://api.github.com/repos/org/repo/forks", | ||
"keys_url": "https://api.github.com/repos/org/repo/keys{/key_id}", | ||
"collaborators_url": "https://api.github.com/repos/org/repo/collaborators{/collaborator}", | ||
"teams_url": "https://api.github.com/repos/org/repo/teams", | ||
"hooks_url": "https://api.github.com/repos/org/repo/hooks", | ||
"issue_events_url": "https://api.github.com/repos/org/repo/issues/events{/number}", | ||
"events_url": "https://api.github.com/repos/org/repo/events", | ||
"assignees_url": "https://api.github.com/repos/org/repo/assignees{/user}", | ||
"branches_url": "https://api.github.com/repos/org/repo/branches{/branch}", | ||
"tags_url": "https://api.github.com/repos/org/repo/tags", | ||
"blobs_url": "https://api.github.com/repos/org/repo/git/blobs{/sha}", | ||
"git_tags_url": "https://api.github.com/repos/org/repo/git/tags{/sha}", | ||
"git_refs_url": "https://api.github.com/repos/org/repo/git/refs{/sha}", | ||
"trees_url": "https://api.github.com/repos/org/repo/git/trees{/sha}", | ||
"statuses_url": "https://api.github.com/repos/org/repo/statuses/{sha}", | ||
"languages_url": "https://api.github.com/repos/org/repo/languages", | ||
"stargazers_url": "https://api.github.com/repos/org/repo/stargazers", | ||
"contributors_url": "https://api.github.com/repos/org/repo/contributors", | ||
"subscribers_url": "https://api.github.com/repos/org/repo/subscribers", | ||
"subscription_url": "https://api.github.com/repos/org/repo/subscription", | ||
"commits_url": "https://api.github.com/repos/org/repo/commits{/sha}", | ||
"git_commits_url": "https://api.github.com/repos/org/repo/git/commits{/sha}", | ||
"comments_url": "https://api.github.com/repos/org/repo/comments{/number}", | ||
"issue_comment_url": "https://api.github.com/repos/org/repo/issues/comments{/number}", | ||
"contents_url": "https://api.github.com/repos/org/repo/contents/{+path}", | ||
"compare_url": "https://api.github.com/repos/org/repo/compare/{base}...{head}", | ||
"merges_url": "https://api.github.com/repos/org/repo/merges", | ||
"archive_url": "https://api.github.com/repos/org/repo/{archive_format}{/ref}", | ||
"downloads_url": "https://api.github.com/repos/org/repo/downloads", | ||
"issues_url": "https://api.github.com/repos/org/repo/issues{/number}", | ||
"pulls_url": "https://api.github.com/repos/org/repo/pulls{/number}", | ||
"milestones_url": "https://api.github.com/repos/org/repo/milestones{/number}", | ||
"notifications_url": "https://api.github.com/repos/org/repo/notifications{?since,all,participating}", | ||
"labels_url": "https://api.github.com/repos/org/repo/labels{/name}", | ||
"releases_url": "https://api.github.com/repos/org/repo/releases{/id}", | ||
"deployments_url": "https://api.github.com/repos/org/repo/deployments", | ||
"created_at": 1519698615, | ||
"updated_at": "2018-05-04T22:37:55Z", | ||
"pushed_at": 1525473610, | ||
"git_url": "git://github.com/org/repo.git", | ||
"ssh_url": "[email protected]:org/repo.git", | ||
"clone_url": "https://github.com/org/repo.git", | ||
"svn_url": "https://github.com/org/repo", | ||
"homepage": null, | ||
"size": 538, | ||
"stargazers_count": 0, | ||
"watchers_count": 0, | ||
"language": null, | ||
"has_issues": true, | ||
"has_projects": true, | ||
"has_downloads": true, | ||
"has_wiki": true, | ||
"has_pages": false, | ||
"forks_count": 1, | ||
"mirror_url": null, | ||
"archived": false, | ||
"open_issues_count": 0, | ||
"license": null, | ||
"forks": 1, | ||
"open_issues": 0, | ||
"watchers": 0, | ||
"default_branch": "master", | ||
"stargazers": 0, | ||
"master_branch": "master" | ||
}, | ||
"pusher": { | ||
"name": "org", | ||
"email": "[email protected]" | ||
}, | ||
"sender": { | ||
"login": "org", | ||
"id": 12677113, | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/12677113?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/org", | ||
"html_url": "https://github.com/org", | ||
"followers_url": "https://api.github.com/users/org/followers", | ||
"following_url": "https://api.github.com/users/org/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/org/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/org/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/org/subscriptions", | ||
"organizations_url": "https://api.github.com/users/org/orgs", | ||
"repos_url": "https://api.github.com/users/org/repos", | ||
"events_url": "https://api.github.com/users/org/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/org/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.