-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request generator - Bitbucket cloud support #11273
Labels
enhancement
New feature or request
Comments
Jamess-Lucass
changed the title
Pull request generator - bitbucket cloud support
Pull request generator - Bitbucket cloud support
Nov 11, 2022
10 tasks
crenshaw-dev
added a commit
that referenced
this issue
Jun 26, 2023
#11273) (#11275) * feat(pull-requests): Added Bitbucket Cloud support for pull request generator Signed-off-by: Jamess-Lucass <jameslucas1210@gmail.com> * fixes from review Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Jamess-Lucass <jameslucas1210@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
yyzxw
pushed a commit
to yyzxw/argo-cd
that referenced
this issue
Aug 9, 2023
argoproj#11273) (argoproj#11275) * feat(pull-requests): Added Bitbucket Cloud support for pull request generator Signed-off-by: Jamess-Lucass <jameslucas1210@gmail.com> * fixes from review Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Jamess-Lucass <jameslucas1210@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
tesla59
pushed a commit
to tesla59/argo-cd
that referenced
this issue
Dec 16, 2023
argoproj#11273) (argoproj#11275) * feat(pull-requests): Added Bitbucket Cloud support for pull request generator Signed-off-by: Jamess-Lucass <jameslucas1210@gmail.com> * fixes from review Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Jamess-Lucass <jameslucas1210@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Same enhancement as #10695 with a slightly different proposal following ideas from #11150 and the existing implementation for
bitbucket-server
referenced in the docs hereWhat change you think needs making.
Motivation
A lot of users, including myself, use the cloud version of bitbucket and would benefit from being able to utilize the pull request generator feature provided by Argo CD.
Proposal
Named
bitbucket
to keep aligned to how thescmProvider
is named in #11150owner
(required) could be named several different things, possiblyworkspace
to follow the naming in Bitbucket Cloud REST API docsapi
(optional) is the base url for where the pull requests are queried from - In most cases this will remainhttps://api.bitbucket.org/2.0
and if theapi
is not set or left blank, it will default back tohttps://api.bitbucket.org/2.0
basicAuth
(optional) is to support authenticating to private bitbucket cloud repositoriesThe text was updated successfully, but these errors were encountered: