Commit Graph

166 Commits

Author SHA1 Message Date
Luke Kysow
a8114bc98f Why we built Atlantis blog article (#145)
* Draft of atlantis release blog

* Assets

* resize images

* resize images

* Continue work on blog

* Final draft

* Add link to blog from README
2017-09-10 14:39:25 -07:00
Jason Wieringa
59ecae80fb Fixed key name documentation on extra_arguments (#140) 2017-08-30 19:52:14 -07:00
Anubhav Mishra
5426f519d8 Adding atlantis landing page atlantis.run. Fixes #3 (#139)
* Adding atlantis landing page atlantis.run. Fixes #3

* more docs on automated cert renewal
2017-08-26 23:42:51 -07:00
Henrik Hussfelt
487c98de36 Update docker build in README.md, suffix with dot (#138) 2017-08-24 23:31:54 -07:00
Anubhav Mishra
77dc5acba1 Update CHANGELOG.md v0.1.2 2017-08-24 11:27:59 -07:00
Luke Kysow
39dff9ceb3 Bump to v0.1.2. Update changelog and readme (#134)
* Bump to v0.1.2. Update changelog and readme

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
2017-08-23 22:57:24 -07:00
Anubhav Mishra
078dbb0917 plan and apply terraform commands error outputs printed after a new line Fixes #121 (#132)
* plan and apply terraform commands error outputs printed after a new line

* Update terraform_client.go

* returning error outputs as well
2017-08-23 22:52:10 -07:00
Luke Kysow
6a9334c1e4 Merge pull request #131 from hootsuite/options
New parsing of comments. Accept all flags. Fixes #129
2017-08-22 21:22:31 -07:00
Anubhav Mishra
0677aa1d64 Delete CNAME 2017-08-22 18:37:50 -07:00
Anubhav Mishra
b6e834a7d1 Delete _config.yml 2017-08-22 18:37:42 -07:00
Anubhav Mishra
5167f1e69f Create CNAME 2017-08-22 18:35:11 -07:00
Anubhav Mishra
7136081b6a Set theme jekyll-theme-cayman 2017-08-22 18:28:03 -07:00
Luke Kysow
aa99adb27c New parsing of comments. Accept all flags 2017-08-22 17:22:17 -07:00
Luke Kysow
2822b3a178 Merge pull request #130 from hootsuite/ensure-http
Ensure we're using the http protocol for ngrok
2017-08-17 16:24:40 -07:00
Luke Kysow
dd7592b340 Ensure we're using the http protocol for ngrok 2017-08-17 11:08:04 -07:00
Luke Kysow
2e0e970198 Merge pull request #128 from hootsuite/golang-exec
Don't quote -var
v0.1.1
2017-08-16 17:31:25 -07:00
Luke Kysow
cc95d34705 Don't quote -var 2017-08-16 17:27:45 -07:00
Luke Kysow
bb9d26511a Merge pull request #127 from hootsuite/version
Bump version to 0.1.1
2017-08-16 14:40:42 -07:00
Luke Kysow
d6bf604edd Bump version to 0.1.1 2017-08-16 14:39:59 -07:00
Luke Kysow
ba15506fa1 Update docs for using assume role (#124)
* Update docs for using assume role

* Update README.md
2017-08-16 14:10:13 -07:00
Anubhav Mishra
9c544b3dda Update CHANGELOG.md 2017-08-16 14:07:49 -07:00
Anubhav Mishra
c4da70b11b Update CHANGELOG.md 2017-08-16 14:03:51 -07:00
Anubhav Mishra
8a33c0b876 Update CHANGELOG.md 2017-08-16 13:54:34 -07:00
Anubhav Mishra
dadb0822f4 removing email argument for docker login 2017-08-16 13:38:24 -07:00
Anubhav Mishra
d1b414fff0 now copying atlantis binary instead of moving it 2017-08-16 13:35:46 -07:00
Anubhav Mishra
6b55b086cd Adding docker image and release scripts (#123)
* Adding docker image and release scripts

* Using circleci version 2

* now building dumb-init and gosu from source

* trying to fix e2e tests

* fixing working directory for circleci version 2

* start atlantis server and ngrok in the background

* Adding terraform to path and removing old decryption method for circleci

* adding terraform binary to the correct path

* ATLANTIS_URL is now being exported

* using circleci version 2 syntax to export variable

* using circleci version 2 syntax to export variable

* ngrok isnt working now

* Updating CHANGELOG

* Fixes after review and updated README.md
2017-08-16 13:29:51 -07:00
Luke Kysow
ea9536afea Merge pull request #126 from hootsuite/var-in-apply
No need to use -var when running apply
2017-08-16 11:13:48 -07:00
Luke Kysow
5d353d0b49 No need to use -var when running apply 2017-08-16 11:11:31 -07:00
Luke Kysow
cc5b9a4367 Merge pull request #122 from hootsuite/assume-role
Remove assume role functionality. Rely on Terraform. Fixes #112
2017-08-15 09:59:30 -07:00
Luke Kysow
6dc9de175d Remove assume role functionality. Rely on Terraform. Fixes #112 2017-08-15 09:58:41 -07:00
Anubhav Mishra
45dda728fc Update CHANGELOG.md 2017-08-14 16:07:26 -07:00
Anubhav Mishra
d3d1e8fa04 Adding FAQ questions and answers for atlantis (#118)
* Adding FAQ questions and answers for atlantis

* update after reviews
2017-08-14 16:05:00 -07:00
Luke Kysow
69957a836f Merge pull request #120 from hootsuite/webhook-secret
Add ability to verify webhook secret. Fixes #34
2017-08-14 15:22:11 -07:00
Luke Kysow
ff0f32ca01 Add ability toverify webhook secret. Fixes #34 2017-08-13 22:28:38 -07:00
Anubhav Mishra
4ef32c68da Updating CHANGELOG 2017-08-13 11:04:31 -07:00
Anubhav Mishra
8b4acd178c Updating CHANGELOG 2017-08-13 11:03:27 -07:00
Anubhav Mishra
edf82586a7 Adding support for https cloning using github username and token prov… (#117)
* Adding support for https cloning using github username and token provided instead of using ssh

* Update event_parser.go

* now using new name for CloneURL that is sanitized and has no username and password
2017-08-13 10:50:42 -07:00
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
Jay Wallace
6f583aae62 fixed preapply commands and added postapply/postplan (#102)
* fixed preapply commands and added postapply

* removed duplicate code and pass in stage name. Added post_plan. Updated docs
2017-08-10 10:02:44 -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
Anubhav Mishra
c63a8746c5 Update README.md 2017-08-07 18:01:57 -07:00
Anubhav Mishra
3df02c7eaa Adding slack badge using slackin (#109)
* Adding slack badge using slackin

* fix indentation

* update badge
2017-08-07 17:59:43 -07:00
Anubhav Mishra
df24372876 Adding credits for atlantis icon 2017-08-07 16:33:24 -07:00
Anubhav Mishra
db2d8fb6fd Fix github username cli argument (#106)
Fixes: https://github.com/hootsuite/atlantis/issues/104
2017-08-07 13:26:15 -07:00
Anubhav Mishra
534271b6b4 Update README.md 2017-08-04 10:21:43 -07:00
Anubhav Mishra
0099e83fa7 Update README.md 2017-08-04 10:20:38 -07:00
Anubhav Mishra
3414e79203 Update README.md 2017-08-03 22:17:17 -07:00
Luke Kysow
7f7178e942 Add sections to README 2017-08-02 15:38:01 -07:00
Luke Kysow
388323e9db Update README.md 2017-08-02 14:05:30 -07:00
Luke Kysow
e231b81be6 Update README.md 2017-08-02 14:00:51 -07:00