Commit Graph

2135 Commits

Author SHA1 Message Date
Luke Kysow
dc478a5e87 Merge pull request #735 from henrycpainter/docs_fix
Fix terragrunt typo
2019-08-16 13:30:58 +02:00
Henry Painter
f25251bc99 Fix terragrunt typo 2019-08-16 11:51:03 +01:00
Luke Kysow
23e309951d Merge pull request #730 from chenrui333/update-base-dockerfile
Upgrade dumb-init and gosu versions
2019-08-13 11:39:16 +02:00
Rui Chen
38a9f71e52 Upgrade dumb-init and gosu versions 2019-08-11 16:04:14 -04:00
Luke Kysow
3ebebe590f Merge pull request #711 from ImperialXT/master
Create .git-credentials to allow secure auth when cloning private repos
2019-08-06 12:18:58 +01:00
Luke Kysow
6120974991 Update server-configuration.md 2019-08-06 12:17:12 +01:00
Andrew Jeffree
e140823408 Add flag for configuring git-credentials-store
--write-git-creds will create a .git-credentials file and configure
git to use it. To allow authentication with your git remotes over https.
To access private repos.
2019-08-02 10:12:30 +10:00
Jeff Malnick
5f9412b284 Merge pull request #722 from maximede/issue-675
Ensure terraform_version is downloaded when using non built-in step. Fixes #675
2019-08-01 14:39:12 -07:00
Maxime Deravet
d6f2579cf9 Ensure terraform_version is downloaded when using non built-in step. Fixes #675 2019-08-01 14:32:32 -07:00
chenrui
ba8f947ed6 tf 0.12.6 (#725) 2019-08-01 12:04:51 -04:00
Thomas Nys
7e0d2739cf Update the yaml version so that it reflects latest (#726) 2019-08-01 12:03:24 -04: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
David McPike
3879daa896 Add new dependencies to remaining CircleCI jobs 2019-07-28 13:37:21 -05:00
David McPike
83d0b04532 Remove Project member from models Repo struct 2019-07-28 10:45:48 -05:00
David McPike
acef89adc4 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
2019-07-28 10:37:45 -05:00
David McPike
40cd535881 Add Azure Devops pull request example for tests 2019-07-27 22:09:40 -05:00
David McPike
ff611af29f Minor style updates 2019-07-26 14:56:03 -05:00
David McPike
75527a352d Remove Azure Devops fork info in READMEs 2019-07-26 14:34:34 -05:00
David McPike
e8cfe5af28 Fix Azure Devops Pull Events
- Event type assertion should be pointer
- Remove merge attempted webhook event type
- Move closed pull request to updated event type
2019-07-26 14:22:14 -05:00
David McPike
b6dc489a6d Update Azure Devops documentation 2019-07-26 14:18:56 -05:00
David McPike
52a794b73b Update Azure Devops webhook documentation 2019-07-26 13:30:17 -05:00
David McPike
c9c8f01c67 Fix panic from nil error 2019-07-26 10:29:20 -05:00
Luke Kysow
1e030634a8 Merge pull request #717 from EppO/patch-1
Fix typo
2019-07-23 17:54:47 +01:00
Florent Monbillard
b95d74dfd0 Fix typo 2019-07-23 10:49:29 -04:00
David McPike
9f51aadf95 First draft of Azure Devops documentation updates 2019-07-20 11:47:48 -05:00
Luke Kysow
47e08f0e4c Merge pull request #713 from chenrui333/upgrade-tf-0.12.5
Upgrade terraform to 0.12.5
2019-07-19 14:12:46 +01:00
Rui Chen
ee83f39c81 Upgrade terraform to 0.12.5 2019-07-19 07:06:51 -04:00
David McPike
424a6b005c Commit Azure Devops mocks 2019-07-16 22:07:40 -05:00
David McPike
29b74d25f1 Update Azure Devops Event Parser
- Always set explicit return values
- Add baseURL func parameter to facilitate testing
2019-07-16 21:57:41 -05:00
David McPike
f8d9e30a8e Update Azure Devops tests and get them to pass 2019-07-16 21:55:56 -05:00
Maxime Deravet
8180f35a1a Append terraform binary dir to PATH when running custom commands (#678)
Append Atlantis terraform binary dir to PATH when running custom commands
2019-07-16 15:00:10 +01:00
Luke Kysow
7c337513e2 Merge pull request #709 from runatlantis/links
Fix broken link
2019-07-15 10:52:36 +01:00
Luke Kysow
97592fd3c0 Fix broken link 2019-07-15 10:49:48 +01:00
Luke Kysow
1ff4ff5c2e Merge pull request #708 from chenrui333/upgrade-tf-0.12.4
Upgrade terraform to 0.12.4
2019-07-15 10:34:59 +01:00
Rui Chen
88152c0e26 Upgrade terraform to 0.12.4 2019-07-15 16:00:33 +08:00
David McPike
eeaab9f6d7 Merge tag 'v0.8.3' into azure-devops 2019-07-12 23:27:43 -05:00
David McPike
03d1050939 Fix minor typo, reorder flags 2019-07-12 23:23:05 -05:00
Luke Kysow
7b9c697321 Release 0.8.3 (#707) v0.8.3 2019-07-12 18:43:05 +01:00
Luke Kysow
ee8707d239 Add flag for setting Terraform Enterprise hostname (#706)
--tfe-hostname will allow for creating a .terraformrc file with a
different hostname than app.terraform.io
2019-07-12 15:19:43 +01:00
Luke Kysow
b7d4e998f6 Detect remote ops for TF >= 0.12.0 (#705)
The error message we use to detect remote ops changed between 0.11.14
and 0.12.0. Recognize this new error message.
2019-07-12 11:14:52 +01:00
David McPike
475381b928 Merge tag 'v0.8.2' into azure-devops 2019-07-11 15:57:04 -05:00
Luke Kysow
9a21eef7a0 Escape additional comment args. (#699)
Remove extra quoting and instead add a backslach to each character in
the extra args before appending it to the command.
ex. atlantis plan -- -var key=val will result in:
  sh -c "atlantis plan \-\v\a\r \k\e\y\=\v\a\l"
Fixes #697.
2019-07-11 17:42:32 +01:00
dependabot[bot]
ef9a3a034e Bump lodash.template from 4.4.0 to 4.5.0 (#700)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-11 17:42:18 +01:00
Alex Rowley
dd02deaf76 Add CommentArgs to run step runner (#693)
Add CommentArgs to run step runner

This should allow the extra args passed in the comment to be used by
run steps

Fixes #670
2019-07-11 14:21:36 +01:00
Jürgen W
595e1d4423 Upgrade to Terraform 0.12.3 2019-06-26 13:36:17 +01:00
Luke Kysow
60624e0d4f Merge pull request #689 from runatlantis/libssh
Upgrade to alpine 3.10
2019-06-25 13:59:59 +01:00
Luke Kysow
f6d90e643f Upgrade to alpine 3.10 2019-06-25 13:47:14 +01:00
Luke Kysow
e73cda944e Merge pull request #683 from runatlantis/pegomock
Fix regen-mocks target
2019-06-17 14:15:25 +01:00
Luke Kysow
4fdcee1f46 Fix regen-mocks target 2019-06-17 14:11:03 +01:00
Luke Kysow
ee6e31ef0c Merge pull request #679 from runatlantis/pegomock
Upgrade pegomock to 2.5
2019-06-14 14:42:15 +01:00