Commit Graph

159 Commits

Author SHA1 Message Date
dmattia
d1fe029438 Added configurable parallelism pool size 2020-09-03 10:51:40 -05:00
Roberto Hidalgo
54d914c373 Fix github app docs
Mostly a revert of #1095, which while working, is too convoluted and can be sidestepped by using the documented --gh-org flag included in the original PR.
2020-08-19 10:27:26 -04:00
Luke Kysow
1b374fa3e6 Small refactor to disable-autoplan 2020-08-18 15:55:22 -07:00
ValdirGuerra
34f9f3f348 Add support for disable autoplan from server config 2020-08-18 15:55:22 -07:00
Luke Kysow
8ac19e4017 Deprecate --repo-whitelist for --repo-allowlist 2020-07-25 23:50:09 -07:00
Luke Kysow
675aaddbf3 Update doc links 2020-07-25 23:45:03 -07:00
David Mattia
0e7beab64d Add reference to terragrunt-atlantis-config in the Terragrunt docs (#1102)
* Added pointer to terragrunt-atlantis-config

Co-authored-by: dmattia <david@transcend.io>
2020-07-09 09:12:57 -07:00
Roberto Hidalgo
50a414cc2d Ignore .tflint.hcl (#1075)
* Ignore .tflint.hcl
2020-07-07 11:06:52 -07:00
Nicolaj Figaw
94e25926a3 UPDATE docs clarify github app 2020-07-06 09:09:18 +02:00
Luke Kysow
e0b07ac11e Use another website for random strings 2020-06-24 13:57:05 -07:00
Luke Kysow
875abf1362 Refactoring to github app code
- rename gh-app-key to gh-app-key-file for clarity
- change git credentials writer to append a line if there is an existing
.git-credentials file and in the case of the github app to replace the
old github app line
- removed automatically setting --write-git-creds to true when using a
github app and instead requiring this is set specifically
2020-06-19 11:41:44 -07:00
rob
2b74dc9a59 make fragments lowercase 2020-06-16 21:30:40 -04:00
rob
2509240b9a listen to pull_request_review*, docs on webhooks 2020-06-16 21:04:09 -04:00
rob
011d3f8229 Test against a live repo, fix accordingly
more docs, add installation step
2020-06-03 20:25:11 -04:00
Roberto Hidalgo
199cdfe192 Play around with github app credentials 2020-06-03 20:16:24 -04:00
Richard Lee
0f496c867a Export ctx.RepoRelDir to run step environment. (#1063)
* Export ctx.RepoRelDir to run step environment.
2020-06-01 17:06:56 -07:00
Wagner Narde
d6831a4cd5 Add instructions for Terraform Cloud token permissions 2020-05-11 20:11:36 -03:00
Michael Warkentin
4e00d82b95 Add note about how to set boolean flags
See discussion in https://github.com/runatlantis/atlantis/pull/994#discussion_r416914804
2020-04-30 09:21:10 -04:00
Luke Kysow
80347f4c1d Merge remote-tracking branch 'origin/master' into hide-comments 2020-04-15 21:47:58 -07:00
Luke Kysow
6e8b4eed16 Small refactor 2020-04-15 21:44:34 -07:00
John Reese
26467c7b66 Update approved requirement documentation to be consistent 2020-04-15 20:44:32 -07:00
Derek Beattie
e449628a22 Fix terragrunt extension type 2020-04-03 18:56:36 -05:00
Martin Mosegaard Amdisen
a2b8841e8e Fix docs for server-side repo config allow_custom_workflows
It was a copy-paste of allowed_overrides.
Please verify that I got the default value and description right.
2020-03-13 12:15:09 +01:00
Luke Kysow
a1e2d84281 Update broken links for TFC 2020-03-06 11:03:14 -05:00
Luke Kysow
7a98f93427 Merge pull request #927 from kennethtxytqw/patch-1
Update terraform-versions.md
2020-02-08 21:40:54 -07:00
Luke Kysow
dd87e669c4 Update apply-requirements.md 2020-02-08 21:40:42 -07:00
Kenneth Tan Xin You
3ce88ebce6 Update terraform-versions.md
Updates for https://github.com/runatlantis/atlantis/pull/789#issuecomment-581976747
2020-02-08 18:09:42 +08:00
Luke Kysow
661cc67af4 Update deployment.md 2020-02-07 11:15:45 -07:00
Dinesh Patra
50cc11e3bf udpate helm install instruction for helm v3.0.0 2020-02-06 12:35:14 -06:00
Sam Park
782501b8e9 Add a flag to control hiding behavior 2020-01-24 22:09:29 -08:00
Mark Keisler
b926e5dfff Expand on config for terragrunt custom workflow to accomodate downloaded
default-tf-version

See https://github.com/runatlantis/atlantis/issues/910
2020-01-23 13:35:27 -06:00
Josh Soref
2cf5b0a42a Spelling (#902)
Spelling fixes
2020-01-20 12:46:00 -06:00
Luke Jolly
18208abdfc Added flag --silence-fork-pr-errors 2020-01-20 10:30:14 -06:00
Luke Kysow
ec92e43d4b Refactor --vcs-status-name flag. 2020-01-20 10:16:59 -06:00
Tim Birkett
d6cfe5b20e Add status-name command line arg, config and tests 2020-01-20 10:11:21 -06:00
Luke Kysow
823263094c Merge pull request #903 from runatlantis/download-url
Add `--tf-download-url` flag
2020-01-20 09:22:53 -06:00
Cullen McDermott
d4362ffec3 Add --tf-download-url configuration option 2020-01-20 09:19:54 -06:00
Luke Kysow
f68a82685d Document env step
Fixes #758
2020-01-06 10:21:03 -06:00
Mark Mercado
167f3827b6 provide bitbucket user repo-whitelist example and fix a missing quote 2020-01-02 17:55:41 -05:00
Jaymo Kang
b066ff1833 edit example script to reflect character number recommendation (#881)
* edit example script to reflect character number recommendation
2019-12-19 09:11:54 -08:00
Toby Archer
13011b3d6d Fixing Kustomization bundle and clarifying Kustomize documentation 2019-11-22 09:59:31 -08:00
Luke Kysow
bef2c09107 Merge pull request #833 from jason-huling/openshift-docs-v2
revert openshift docs, change ATLANTIS_DATA_DIR to HOME
2019-11-12 10:46:07 -08:00
Jason Huling
57e7612475 update comment_args docs for escaping 2019-11-09 22:06:31 -08:00
Jason Huling
d50533c952 revert openshift docs, change ATLANTIS_DATA_DIR to HOME 2019-11-09 21:20:39 -08:00
Luke Kysow
663cfc6d75 Merge pull request #785 from tobbbles/master
Initial Kustomize work
2019-11-04 10:13:08 -08:00
Toby Archer
78d01f829f Kustomize support 2019-11-02 11:05:41 +01:00
Jason Huling
5a57e28b5e add back space 2019-10-31 23:13:12 -07:00
Jason Huling
652933359b note for openshift volume mount 2019-10-31 23:10:44 -07:00
Luke Kysow
fed2f59b85 Merge pull request #813 from runatlantis/azdo
Small refactoring to azure devops support
2019-10-25 18:11:15 -07:00
Luke Kysow
07ffe179e7 Small refactoring to azure devops support 2019-10-25 18:07:18 -07:00