diff options
| author | Nicholas M. Iodice <niiodice@microsoft.com> | 2020-05-24 21:51:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-25 10:51:54 +0800 |
| commit | 0b4f7ce69e06266869bd50545daa2f225560a24f (patch) | |
| tree | 3b9c2063455766f2cdcd334e0e3d579ab01b9c92 /go.sum | |
| parent | 816ccdf6b1ed0337865ef67e3ed2aff536e876c4 (diff) | |
Implement min reviewer branch policy + build validation + fix docs links (#326)
* Implement Min Reviewer Branch Policy
This change also does the following:
- Implement core components that can be shared across other policies
- Fix some documentation issues
* Adding support for build validation policy
* making acc tests more consistent'
* Update azuredevops/crud/branchpolicy/crud_branch_policy.go
Co-authored-by: xuzhang3 <57888764+xuzhang3@users.noreply.github.com>
* Update azuredevops/resource_branchpolicy_acceptance_test.go
Co-authored-by: xuzhang3 <57888764+xuzhang3@users.noreply.github.com>
* formatting fix
* docs fix
Co-authored-by: xuzhang3 <57888764+xuzhang3@users.noreply.github.com>
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -256,8 +256,6 @@ github.com/mattn/go-isatty v0.0.5/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hd github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-shellwords v1.0.4/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/microsoft/azure-devops-go-api/azuredevops v0.0.0-20200327121006-543de4815ec2 h1:Xi4UB142pCZ7i5UAvJO60PZQCCyQf+6uJ5/6aX/Z5bk= -github.com/microsoft/azure-devops-go-api/azuredevops v0.0.0-20200327121006-543de4815ec2/go.mod h1:PoGiBqKSQK1vIfQ+yVaFcGjDySHvym6FM1cNYnwzbrY= github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b2 h1:BF9jJAspnyzig7c8e1Ka3sxaYRJLC9HntYH2jE3f9C8= github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b2/go.mod h1:PoGiBqKSQK1vIfQ+yVaFcGjDySHvym6FM1cNYnwzbrY= github.com/miekg/dns v1.0.8/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= |
