Skip to content
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

Checks integration in AzureDevOps #5

Open
applejag opened this issue May 21, 2021 · 0 comments
Open

Checks integration in AzureDevOps #5

applejag opened this issue May 21, 2021 · 0 comments
Labels
enhancement New feature or request prio/0 Lowest priority. "Wishful thinking"
Projects

Comments

@applejag
Copy link
Contributor

Add checks, or "statuses" as they're called in the Azure DevOps API. This implicitly makes a pull request not mergeable until the status is "succeeded"

API docs: https://docs.microsoft.com/en-us/rest/api/azure/devops/git/statuses/create?view=azure-devops-server-rest-5.0

On the commit:
image

In commit list:
image


We want to add this throughout the provider repos. So it would behoove us to figure out a way to do this in a generic manner.
Old thought was to use rabbitmq events, but that's no longer an obvious solution as it does in fact induce a lot of overhead for users trying to install Wharf. Would be better to just let the API talk with the providers directly.

Suggest writing an RFC on this: https://github.com/iver-wharf/rfcs

@applejag applejag added the enhancement New feature or request label May 21, 2021
@applejag applejag added this to To do in Backlog via automation May 21, 2021
@applejag applejag added the prio/0 Lowest priority. "Wishful thinking" label Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio/0 Lowest priority. "Wishful thinking"
Projects
No open projects
Backlog
To do
Development

No branches or pull requests

1 participant