Jeremy Olexa
c278bac6be
Execute tf with vars that give source of run.
...
Add new variables to execute TF with:
-var atlantis_repo=owner/repo
-var atlantis_pull_num=10
These can be used within TF to set the session_name of the AWS session
that Terraform creates. This allows all API calls to be traced back to a
specific pull request and user.
2018-09-25 12:31:20 -05:00
Luke Kysow
e8c7d819b5
Inputfalse ( #277 )
...
Add input=false to init, plan, and apply step runners
2018-09-14 14:47:51 -07:00
Luke Kysow
af419ef3e1
Fix gometalint errors
2018-09-07 10:54:48 -07:00
Luke Kysow
756435e467
Expose repo name, owner, and branch to run step runner for custom steps ( #232 )
...
Commits by @mootpt (squashed)
2018-08-20 11:13:27 -10:00
Luke Kysow
13f79f3963
Split init step test into its own.
2018-08-17 13:52:43 -10:00
Jeff Knurek
62f7526db4
INIT: if the init cmd fails providing more info in the logs is helpful
2018-08-17 13:51:32 -10:00
Luke Kysow
3b02a1fc31
Test plan/apply all.
2018-08-09 14:23:44 -10:00
Luke Kysow
78a2bb519e
Set PLANFILE environment variable in run step.
...
Env var is set to where Atlantis expects the planfile to be.
Fixes #168 .
2018-07-07 10:04:49 +02:00
Luke Kysow
9b2d037373
Add .gometalint.json config
...
After update of errcheck, needed to explicitly disable checking fmt
functions.
2018-07-05 13:54:10 +02:00
Luke Kysow
85a775b94b
Fix todos. Remove TF_WORKSPACE.
2018-07-02 14:39:39 +02:00
Luke Kysow
f067818aa5
Test project command runner.
2018-07-01 23:48:32 +02:00
Luke Kysow
f01915876d
Add env vars to run step
2018-06-29 20:20:55 +02:00
Luke Kysow
3339dcd92b
Dir/Path -> RepoRelDir, path (in templates) -> dir
2018-06-29 18:05:47 +02:00
Luke Kysow
6f8401d57b
Test BuildAutoplanCommands
2018-06-29 17:21:53 +02:00
Luke Kysow
124a016f08
WIP
2018-06-21 18:27:03 +01:00
Luke Kysow
d3ec832eff
WIP
2018-06-21 18:18:54 +01:00
Luke Kysow
45d80fc695
Fix gometalint errors.
2018-06-19 20:59:25 +01:00
Luke Kysow
6b507eb721
Add -p flag.
2018-06-19 20:51:59 +01:00
Luke Kysow
8ab4857f77
Fix all tests
2018-06-15 16:16:31 +01:00
Luke Kysow
b5e2a730de
WIP Add operators and get compiled.
2018-06-15 14:03:27 +01:00
Luke Kysow
3525ab3bd9
WIP
2018-06-12 14:54:38 +01:00
Luke Kysow
9839e0dac1
Move execution planner. Don't plan in deleted dirs
2018-06-11 18:00:57 +01:00
Luke Kysow
437b62591a
Test execution_planner
2018-06-08 20:58:29 +01:00
Luke Kysow
d6883e83e4
Move runtime elements to the runtime package
2018-06-08 16:36:04 +01:00