Commit Graph

16 Commits

Author SHA1 Message Date
Anubhav Mishra
c663be4247 Adding e2e tests back and upgrading terraform version 0.9.11 (#113)
* Adding e2e tests back and upgrading terraform version 0.9.11

* Fixing the binary name for e2e tests

* revert binary name change

* missed indentation for makefile

* use owner name for branch head for pull request creation
2017-08-10 21:17:50 -07:00
Anubhav Mishra
afb34df7d3 Rekey secrets for using hootsuite-circle-ci user and remove e2e tests until we open source atlantis-tests repo (#108) 2017-08-08 16:16:36 -07:00
Luke Kysow
509c5116ef Use env var GITHUB_PASSWORD instead of GITHUB_TOKEN in e2e tests 2017-07-30 15:59:23 -07:00
Luke Kysow
3ffe549bd5 Use env var GITHUB_PASSWORD instead of GITHUB_TOKEN in e2e tests 2017-07-30 15:35:37 -07:00
Luke Kysow
e728d2548b Add Getting Started instructions. Rename gh-password to gh-token 2017-07-27 13:51:48 -07:00
Luke Kysow
3187477a44 Change endpoint from /hooks to /events. Fixes #22 2017-07-02 14:19:35 -07:00
Luke Kysow
906033e99e Implement local plan storage. Refactor S3 storage (#33)
* added new flags `plan-backend`, `plan-s3-bucket`, `plan-s3-prefix` and deleted `s3-bucket`
* interface `plan.Backend` that is implemented by `file` and `s3`
* simplified s3 code
* didn't end up following my suggestions in #30 since storing stuff in metadata requires you to `Get` the object *first* and then use the metadata. By parsing the `Key` to get repo, pull, path, and env, it skips an initial `Get` step, and I can download directly to the correct directory
* allow users to specify `application/json` or `application/x-www-form-urlencoded` for the webhook delivery type
* remove sending of special header for pull request api (fixes #11)

Closes #30 and #17 and #11
2017-06-20 00:22:42 -07:00
Anubhav Mishra
3a96724da5 fixed bugs with string comparision 2017-06-18 17:09:14 -07:00
Anubhav Mishra
8581b37a7a fixes after review 2017-06-18 16:44:30 -07:00
Anubhav Mishra
898d3da670 regenerated all credentials 2017-06-17 17:23:21 -07:00
Anubhav Mishra
9af4e6f86c removing git url debug 2017-06-17 16:47:13 -07:00
Anubhav Mishra
035fece77e now printing github url to debug 2017-06-17 16:42:58 -07:00
Anubhav Mishra
36c90ad36b moving atlantis url environment variable along side e2e 2017-06-17 15:55:31 -07:00
Anubhav Mishra
2b047f5a85 clean up 2017-06-17 15:44:33 -07:00
Anubhav Mishra
90def00059 now excluding go get doesn't download e2e 2017-06-17 14:59:06 -07:00
Anubhav Mishra
8dd1d6cf46 Adding ci for atlantis 2017-06-17 14:20:51 -07:00