-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Azure Devops support #719
Azure Devops support #719
Commits on Apr 2, 2019
-
initial changes for azure devops support
David McPike committedApr 2, 2019 Configuration menu - View commit details
-
Copy full SHA for fe25896 - Browse repository at this point
Copy the full SHA fe25896View commit details
Commits on Apr 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ce380ec - Browse repository at this point
Copy the full SHA ce380ecView commit details
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cfcf59d - Browse repository at this point
Copy the full SHA cfcf59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1946dc0 - Browse repository at this point
Copy the full SHA 1946dc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bfefe - Browse repository at this point
Copy the full SHA 03bfefeView commit details
Commits on Apr 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5a1eb59 - Browse repository at this point
Copy the full SHA 5a1eb59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5eb119 - Browse repository at this point
Copy the full SHA c5eb119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d47de - Browse repository at this point
Copy the full SHA 08d47deView commit details
Commits on Apr 7, 2019
-
- switch to go-azuredevops package
- remove ADHostname - add ADOrg and ADProject
Configuration menu - View commit details
-
Copy full SHA for a17e565 - Browse repository at this point
Copy the full SHA a17e565View commit details
Commits on Apr 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2c83238 - Browse repository at this point
Copy the full SHA 2c83238View commit details
Commits on Apr 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 262e31b - Browse repository at this point
Copy the full SHA 262e31bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 811a2a6 - Browse repository at this point
Copy the full SHA 811a2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40593c7 - Browse repository at this point
Copy the full SHA 40593c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ff1c2 - Browse repository at this point
Copy the full SHA b7ff1c2View commit details
Commits on Apr 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a058a66 - Browse repository at this point
Copy the full SHA a058a66View commit details
Commits on Apr 27, 2019
-
Azure Devops support fork development
cmd/server.go: - Add default empty strings for Azure Devops webhook basic user/pass server/user_config.go: - Rename AzureDevopsBasicUser to AzureDevopsWebhookBasicUser to signify difference from the API call credentials server/server.go: - fix azuredevopsClient var - add Azure Devops to []supportedVCSHosts - add AzureDevopsRequestValidator for basic auth webhook support server/azuredevops_request_validator*.go: - add charset utf-8 to support content-types for webhooks - start adding validator tests server/events_controller.go*: - change azuredevops webhook header to Request-Id - move Validate() and Basic Auth webhook support to go-azuredevops - add pull and comment event functions
Configuration menu - View commit details
-
Copy full SHA for 7dd2687 - Browse repository at this point
Copy the full SHA 7dd2687View commit details -
Updates to azuredevops_client.go
- remove unneeded NewAzureDevopsClient() code - change to using const refs - add GetPullRequest()
Configuration menu - View commit details
-
Copy full SHA for 4bffa57 - Browse repository at this point
Copy the full SHA 4bffa57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d11f80 - Browse repository at this point
Copy the full SHA 4d11f80View commit details -
Initial support for azure devops events
- Pull request events - Work item comment events
Configuration menu - View commit details
-
Copy full SHA for 5cbcf25 - Browse repository at this point
Copy the full SHA 5cbcf25View commit details
Commits on Apr 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 87e88e3 - Browse repository at this point
Copy the full SHA 87e88e3View commit details -
- Add missing headRepo set to AzureDevops event parser - Strip 'refs/heads' from branch values sent to models.PullRequest - Fix calls to NewClient() to use org, not username - Add notes about use of /'s in repo FullName - Force use of 'dev.azure.com' for VCSHost.Hostname value - NewAzureDevopsClient(): Rename 'account' to 'username' to match docs - NewAzureDevopsClient(): Rename unused 'hostname' to 'org'
Configuration menu - View commit details
-
Copy full SHA for 4eb9a01 - Browse repository at this point
Copy the full SHA 4eb9a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c27c12 - Browse repository at this point
Copy the full SHA 8c27c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10abea0 - Browse repository at this point
Copy the full SHA 10abea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f210c - Browse repository at this point
Copy the full SHA 10f210cView commit details
Commits on Apr 29, 2019
-
- Add bluemonday to strip HTML tags from comments - Rename all WorkItemEvent refs to WorkItemCommentedEvent - Rename pullEvent to event to match types - Minor comment clean-ups - Support multiple pull request links in a work item
Configuration menu - View commit details
-
Copy full SHA for cbb28ec - Browse repository at this point
Copy the full SHA cbb28ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a849d - Browse repository at this point
Copy the full SHA 36a849dView commit details
Commits on Apr 30, 2019
-
- Fixes logic error in PullIsMergeable() - Replace GetRemoteURL() with GetWebURL() - returns what we want
Configuration menu - View commit details
-
Copy full SHA for bf1ccc4 - Browse repository at this point
Copy the full SHA bf1ccc4View commit details
Commits on May 17, 2019
-
- Remove project from NewRepo() calls - Add new function SplitAzureDevopsRepoFullName
Configuration menu - View commit details
-
Copy full SHA for 7f1fd23 - Browse repository at this point
Copy the full SHA 7f1fd23View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9041f - Browse repository at this point
Copy the full SHA dd9041fView commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5d7d3c0 - Browse repository at this point
Copy the full SHA 5d7d3c0View commit details -
- Add blackfriday for markdown-to-html comment translation Azure Devops doesn't support markdown in work item comments - Restore NewRepo() to original form - removing project parameter - Add models.SplitAzureDevopsRepoFullName() to handle project name All Azure Devops URIs need owner, project, and repo. This function allows us to avoid adding project to NewRepo() - Update calls to azuredevops.NewClient() to match library requirements - Add context to azuredevops client to match library requirements - Basic working CreateComment() and MergePull() support (not widely tested)
Configuration menu - View commit details
-
Copy full SHA for 12f95c5 - Browse repository at this point
Copy the full SHA 12f95c5View commit details
Commits on May 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cb9bdb0 - Browse repository at this point
Copy the full SHA cb9bdb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 299ed4d - Browse repository at this point
Copy the full SHA 299ed4dView commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 475381b - Browse repository at this point
Copy the full SHA 475381bView commit details
Commits on Jul 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 03d1050 - Browse repository at this point
Copy the full SHA 03d1050View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeaab9f - Browse repository at this point
Copy the full SHA eeaab9fView commit details
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f8d9e30 - Browse repository at this point
Copy the full SHA f8d9e30View commit details -
Update Azure Devops Event Parser
- Always set explicit return values - Add baseURL func parameter to facilitate testing
Configuration menu - View commit details
-
Copy full SHA for 29b74d2 - Browse repository at this point
Copy the full SHA 29b74d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424a6b0 - Browse repository at this point
Copy the full SHA 424a6b0View commit details
Commits on Jul 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9f51aad - Browse repository at this point
Copy the full SHA 9f51aadView commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c9c8f01 - Browse repository at this point
Copy the full SHA c9c8f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a794b - Browse repository at this point
Copy the full SHA 52a794bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6dc489 - Browse repository at this point
Copy the full SHA b6dc489View commit details -
- Event type assertion should be pointer - Remove merge attempted webhook event type - Move closed pull request to updated event type
Configuration menu - View commit details
-
Copy full SHA for e8cfe5a - Browse repository at this point
Copy the full SHA e8cfe5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75527a3 - Browse repository at this point
Copy the full SHA 75527a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff611af - Browse repository at this point
Copy the full SHA ff611afView commit details
Commits on Jul 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 40cd535 - Browse repository at this point
Copy the full SHA 40cd535View commit details -
Azure Devops PR minor cleanup, fix tests, checks
- Re-write tests for azuredevops_client - CircleCI checks should pass - NewAzureDevopsClient() now takes a hostname like NewGithubClient() - Docs include comment about default merge strategy requirements
Configuration menu - View commit details
-
Copy full SHA for acef89a - Browse repository at this point
Copy the full SHA acef89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d0b04 - Browse repository at this point
Copy the full SHA 83d0b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3879daa - Browse repository at this point
Copy the full SHA 3879daaView commit details
Commits on Jul 29, 2019
-
Resolve Azure Devops PR comments
- Remove AzureDevopsWorkItemID from CommandContext struct - Add new dependencies to dep vendoring - Change final CreateComment return to nil error value - Clean up unused code/comments
Configuration menu - View commit details
-
Copy full SHA for b13bb2f - Browse repository at this point
Copy the full SHA b13bb2fView commit details
Commits on Aug 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a31afcb - Browse repository at this point
Copy the full SHA a31afcbView commit details
Commits on Aug 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c346cce - Browse repository at this point
Copy the full SHA c346cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e04005a - Browse repository at this point
Copy the full SHA e04005aView commit details
Commits on Sep 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bb88c95 - Browse repository at this point
Copy the full SHA bb88c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6dca2b - Browse repository at this point
Copy the full SHA b6dca2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba3808e - Browse repository at this point
Copy the full SHA ba3808eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70814fc - Browse repository at this point
Copy the full SHA 70814fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6779bb - Browse repository at this point
Copy the full SHA a6779bbView commit details
Commits on Sep 23, 2019
-
- Remove org and project configs - Add support for WriteGitCreds
Configuration menu - View commit details
-
Copy full SHA for 495cf76 - Browse repository at this point
Copy the full SHA 495cf76View commit details
Commits on Sep 24, 2019
-
Azure Devops event parser updates
- Extract owner and project from workitem.commented payload - Process all Relations and return last error
Configuration menu - View commit details
-
Copy full SHA for 9714c87 - Browse repository at this point
Copy the full SHA 9714c87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f7ea0 - Browse repository at this point
Copy the full SHA 19f7ea0View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ce76e8e - Browse repository at this point
Copy the full SHA ce76e8eView commit details
Commits on Oct 2, 2019
-
Update runatlantis.io/guide/testing-locally.md
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1671fac - Browse repository at this point
Copy the full SHA 1671facView commit details -
Update runatlantis.io/docs/configuring-webhooks.md
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dab4613 - Browse repository at this point
Copy the full SHA dab4613View commit details -
Update runatlantis.io/docs/deployment.md
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d64be55 - Browse repository at this point
Copy the full SHA d64be55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95234bf - Browse repository at this point
Copy the full SHA 95234bfView commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3b5a5b6 - Browse repository at this point
Copy the full SHA 3b5a5b6View commit details
Commits on Oct 5, 2019
-
Complete migration to PR comment event
- Update docs - Remove work item commented event code
Configuration menu - View commit details
-
Copy full SHA for 9424893 - Browse repository at this point
Copy the full SHA 9424893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92e5126 - Browse repository at this point
Copy the full SHA 92e5126View commit details
Commits on Oct 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7c42914 - Browse repository at this point
Copy the full SHA 7c42914View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8685e0 - Browse repository at this point
Copy the full SHA a8685e0View commit details
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 822928c - Browse repository at this point
Copy the full SHA 822928cView commit details