feat: add support for Bitbucket to git-open-pr and git-wait-for-pr#3209
feat: add support for Bitbucket to git-open-pr and git-wait-for-pr#3209hiddeco merged 13 commits intoakuity:mainfrom chamodshehanka:feature/bitbucket-provider
git-open-pr and git-wait-for-pr#3209Conversation
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@krancour could you please help/guide me to up and running this in local, so can test this implementation? Thanks |
|
Hey @chamodshehanka, Information about how Kargo can be run locally can be found here: https://docs.kargo.io/contributor-guide/hacking-on-kargo#iterating-quickly However, as we would like to have this included in 1.4.0. You can leave this with me for now, and I will do the due diligence on rebasing and testing this pull request if this is alright with you. |
Thanks for sharing the guide. yah! That's totally fine with me. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3209 +/- ##
==========================================
+ Coverage 52.41% 52.88% +0.47%
==========================================
Files 309 309
Lines 27631 28011 +380
==========================================
+ Hits 14483 14814 +331
- Misses 12369 12412 +43
- Partials 779 785 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Due to the remaining |
Signed-off-by: chamodshehanka <hcsperera@gmail.com> # Conflicts: # go.mod # go.sum
Co-authored-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: chamodshehanka <hcsperera@gmail.com>
- Properly configure token authentication - Set repository owner and repo slug at all times - Properly consume responses - Minimize pull request shim to fields we use - Properly JSON roundtrip response - Restrict implementation to Bitbucket Cloud (i.e. bitbucket.org) - Properly register provider in runners Signed-off-by: Hidde Beydals <hidde@hhh.computer>
|
My fork repo got accidentally deleted, I'm trying to restore it by contacting github support or else I'll open a new PR |
|
I took care of the merge conflicts in |
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
internal/promotion/runner/builtin/schemas/git-wait-for-pr-config.json
Outdated
Show resolved
Hide resolved
internal/promotion/runner/builtin/schemas/git-open-pr-config.json
Outdated
Show resolved
Hide resolved
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
git-open-pr and git-wait-for-pr
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
|
I finished the last |
Closes: #2569
Added support for Bitbucket provider in gitprovider.
For now I opened a WIP PR
TODO