enhance(webhook): handle repository transfer events#883
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #883 +/- ##
==========================================
+ Coverage 71.45% 71.47% +0.02%
==========================================
Files 304 304
Lines 12436 12436
==========================================
+ Hits 8886 8889 +3
+ Misses 3118 3116 -2
+ Partials 432 431 -1
|
plyr4
reviewed
Jun 13, 2023
| "owner": { | ||
| "from": { | ||
| "user": { | ||
| "login": "Old-Codertocat", |
Contributor
There was a problem hiding this comment.
are these supposed to be octocat?
plyr4
reviewed
Jun 13, 2023
Contributor
Author
|
This will have to wait on the server-side changes of worker visibility: #772 for the tests to pass |
wass3rw3rk
reviewed
Jun 20, 2023
wass3rw3rk
approved these changes
Jun 20, 2023
timhuynh94
approved these changes
Jun 20, 2023
wass3rw3rk
approved these changes
Jun 20, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes go-vela/community#683
Also fixed a bug where the secrets weren't actually getting transferred because we were searching for secrets belonging to the new repo name, rather than the old.
Also added a util function to split the full name of a repo to its org and repo respectively since that was used twice.