Luke Kysow
7363cce699
Update config-inspect version
2020-08-27 12:26:20 -07:00
Luke Kysow
f91cc27b68
Update go-gitlab
2020-08-06 15:30:20 -07:00
rob
011d3f8229
Test against a live repo, fix accordingly
...
more docs, add installation step
2020-06-03 20:25:11 -04:00
rob
227ce9cbf4
Upgrade to github/v31 for CompleteAppManifest
...
split fixtures out elsewhere, add working dir test
2020-06-03 20:18:13 -04:00
Roberto Hidalgo
199cdfe192
Play around with github app credentials
2020-06-03 20:16:24 -04:00
Luke Kysow
7b2a0efc82
Merge pull request #1048 from runatlantis/update-pegomock
...
Update pegomock
2020-05-25 16:55:45 -07:00
Luke Kysow
8979a5fd09
Update pegomock
2020-05-25 11:58:50 -07:00
Marc Barlo
d078357d65
Merge branch 'master' of github.com:runatlantis/atlantis into parallel-plans-upstream
2020-05-04 17:19:34 -07:00
Luke Kysow
80347f4c1d
Merge remote-tracking branch 'origin/master' into hide-comments
2020-04-15 21:47:58 -07:00
Luke Kysow
418791868a
Merge remote-tracking branch 'origin/master' into bolt-upgrade
2020-04-15 20:25:35 -07:00
Luke Kysow
cad1242b3e
Merge remote-tracking branch 'origin/master' into bolt-upgrade
2020-04-15 20:18:59 -07:00
John Reese
3c0de2f81f
Use latest azuredevops package
2020-04-11 17:36:26 -04:00
John Reese
6a1219480f
Add vendoring
2020-04-10 16:47:29 -04:00
Luke Kysow
00ba152c41
Upgrade to golang 1.14
2020-04-06 16:00:52 -07:00
Aaron Masover
26847486ff
vendor and go.mod
2020-04-06 16:58:41 -06:00
Marc Barlo
f0c483d7eb
Add wait group for parallel plans
2020-02-07 14:30:02 -08:00
Sam Park
65567ebcc2
Update vendored code
2020-01-24 21:51:01 -08:00
David McPike
523dd6ecf8
Fixes 880
...
- Update go-azuredevops version to include iterations functions
- Initial support for posting Azure Devops status to PR instead of commit
2019-12-19 17:21:10 +00:00
Luke Kysow
58389386a1
Update go-gitlab
2019-11-27 09:21:47 -08:00
David McPike
8c5cb8cee2
Update azure devops module version
2019-11-22 00:47:32 -06:00
Luke Kysow
f691563b2f
Update vendor
2019-10-30 09:40:32 -07:00
Luke Kysow
cd782ec1b9
Update vendored deps
2019-10-30 09:27:56 -07:00
Luke Kysow
a02a663ec6
Merge pull request #789 from kennethtxytqw/terraform-version-config-detection
...
Terraform version config detection
2019-10-28 15:07:11 -07:00
kennethtxytqw
1c624bd3fa
go mod vendor
2019-10-15 23:18:53 +08:00
David McPike
3b5a5b6e56
Change Azure Devops from Work Item to PR comment
2019-10-04 02:03:39 -05:00
David McPike
c346cce484
Merge remote-tracking branch 'upstream/master' into azure-devops
2019-08-30 12:48:47 -05:00
Luke Kysow
b81fe9a5e5
Switch to gomod
2019-08-26 18:38:22 +02:00
David McPike
b13bb2feac
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
2019-07-29 18:51:53 -05:00
Luke Kysow
08e272854c
Upgrade pegomock
2019-03-13 17:52:27 -05:00
Luke Kysow
22f313d829
Vendor go-getter
2019-03-13 17:52:27 -05:00
Luke Kysow
44f0094b75
Fix issues with terraform execution.
...
Previously I wrote a bunch of code to deal with terraform panicking.
This code used a pipe as the stdout/err buffer and there was a bug
because I wasn't reading off the pipe and it would get full.
While testing a fix, I realized when Terraform panics, the previous code
using CombinedOutput() just worked. As a result, I'm switching back to
that code.
2019-02-11 10:20:55 -06:00
Luke Kysow
3f1a5596c1
Vendor go-linereader
2019-01-10 17:42:30 -05:00
Luke Kysow
3c1e1ab6e3
Update gitlab lib. Fix breakages.
2018-12-12 12:41:33 -06:00
Luke Kysow
139f05ab49
Update go-github library
2018-12-12 09:55:17 -06:00
Luke Kysow
359e9e2a50
Update pegomock
2018-12-11 08:20:13 -06:00
Luke Kysow
19df834c5b
Update vendor.
2018-07-20 14:30:05 +02:00
Luke Kysow
182471742c
Use correct case for sirupsen.
2018-06-20 11:49:59 +01:00
Luke Kysow
07ff6972eb
Vendor docker
2018-06-20 11:35:41 +01:00
Luke Kysow
21694c9230
Run dep ensure
2018-06-19 21:10:07 +01:00
Luke Kysow
d06f3ca3d2
Implement custom run step
2018-06-06 22:12:30 +01:00
Luke Kysow
a22e23718c
Improve test helpers.
2018-06-05 17:11:47 +01:00
Luke Kysow
497902547d
Update gorilla/mux
2018-05-30 18:47:21 +02:00
Luke Kysow
64ebc8dd2f
Fix bug with GitLab approvals not being required
...
Updated to a patched version of go-gitlab with the correct fields set.
2018-04-26 10:54:27 -06:00
Luke Kysow
acdf771ce7
Switch to newest pegomock library ( #205 )
2017-11-19 22:41:43 -08:00
Luke Kysow
ab7cf0cd70
Vendor slack deps ( #202 )
2017-11-17 09:50:53 -08:00
Luke Kysow
fa43febf60
Gitlab ( #190 )
...
Gitlab initial implementation
2017-11-16 13:22:28 -08:00
Luke Kysow
30a37aecfe
Update pegomock
2017-11-01 07:39:06 -07:00
Luke Kysow
41196a9f80
Update to latest version of pegomock library
2017-10-25 08:00:34 -07:00
Luke Kysow
c777ba3067
Update to latest version of go-github ( #157 )
2017-10-12 23:36:09 -05:00
Luke Kysow
023b7742b1
Switch to pegomock for mocking
2017-10-06 10:14:18 -07:00