Commit Graph

3896 Commits

Author SHA1 Message Date
Luke Kysow
f72b674bd8 Rename Workspace to AtlantisWorkspace to avoid confusion 2017-12-17 17:16:04 -08:00
Luke Kysow
df05f8b79c Merge pull request #219 from hootsuite/terraform0.11
Use workspace instead of env for tf >=0.10
2017-12-17 17:12:50 -08:00
Luke Kysow
7c1220a655 Rename from environment to workspace 2017-12-17 16:46:49 -08:00
Luke Kysow
741295067a Use workspace instead of env for tf >=0.10 2017-12-17 15:40:39 -08:00
Luke Kysow
0109bcfcac Merge pull request #215 from hootsuite/safe-shutdown
Shut down server safely on SIGINT/TERM. Fixes #21
2017-12-17 14:45:20 -08:00
Luke Kysow
03481b54f5 Merge pull request #216 from hootsuite/golangversion
Use golang 1.9.2 for circleci. Hopefully fix metalint errors
2017-12-03 23:38:26 -08:00
Luke Kysow
465dab1f23 Fix shadowed vars 2017-12-03 23:34:53 -08:00
Luke Kysow
c08aa331d1 Use golang 1.9.2 for circleci. Hopefully fix metalint errors 2017-12-03 23:25:44 -08:00
Luke Kysow
76e0de91f8 Shut down server safely on SIGINT/TERM. Fixes #21 2017-12-03 22:07:53 -08:00
Luke Kysow
82fb62121e Merge pull request #214 from hootsuite/release-docs
Add docs on how to do a release
2017-12-03 21:26:25 -08:00
Luke Kysow
db70545856 Add docs on how to do a release 2017-12-03 21:25:45 -08:00
Luke Kysow
652998c73f Merge pull request #213 from hootsuite/release-0.2.1
Update for 0.2.1
v0.2.1
2017-12-03 21:16:19 -08:00
Luke Kysow
1d8370e130 Update for 0.2.1 2017-12-03 21:15:36 -08:00
Luke Kysow
ac1b10055e Merge pull request #212 from hootsuite/gitlab-docs
Update website for GitLab. Fixes #194
2017-12-03 21:03:33 -08:00
Luke Kysow
178867569d Update website for GitLab. Fixes #194 2017-12-03 21:00:44 -08:00
Luke Kysow
f686019e6d Merge pull request #211 from hootsuite/modules
Support changes in modules/ directories
2017-12-03 20:41:02 -08:00
Luke Kysow
07b7293f3c Support changes in modules/ directories 2017-11-30 20:15:12 -08:00
Luke Kysow
cd1784ab0c Merge pull request #204 from hootsuite/docs
Docs
2017-11-27 21:07:19 -08:00
Luke Kysow
e5b06454ba Fix gas linter errors. Disable err checking since that's handled by errcheck 2017-11-27 21:04:14 -08:00
Luke Kysow
cc924899e5 Add documentation for server, bootstrap and server/events packages 2017-11-26 21:41:06 -08:00
Luke Kysow
c8200bb169 Use gometalinter args instead of piping to find 2017-11-26 21:37:45 -08:00
Luke Kysow
7e89f54821 Use latest 0.10.8 terraform for e2e tests 2017-11-26 21:37:45 -08:00
Luke Kysow
76b78c9316 Don't set as-user since not needed for workspace slack apps (#206) 2017-11-22 15:39:39 -08:00
Luke Kysow
acdf771ce7 Switch to newest pegomock library (#205) 2017-11-19 22:41:43 -08:00
Luke Kysow
ff5183642f Don't run make deps on build. Everything should be vendored (#203) 2017-11-17 13:07:55 -08:00
Luke Kysow
ab7cf0cd70 Vendor slack deps (#202) 2017-11-17 09:50:53 -08:00
Luke Kysow
55c536c7fe Update changelog for 0.2.0 (#201) v0.2.0 2017-11-16 20:23:31 -08:00
Luke Kysow
9dc9434db2 Slack integration (#199)
Thanks to @nicholas-wu-hs !
2017-11-16 20:13:06 -08:00
Luke Kysow
cc015af436 Update README for GitLab (#198) 2017-11-16 16:23:48 -08:00
Luke Kysow
fa43febf60 Gitlab (#190)
Gitlab initial implementation
2017-11-16 13:22:28 -08:00
Luke Kysow
dd39715976 Merge pull request #196 from hootsuite/release-0.1.3
Update CHANGELOG.md for 0.1.3
v0.1.3
2017-11-16 13:09:29 -08:00
Luke Kysow
bc768cf652 Update CHANGELOG.md for 0.1.3 2017-11-16 13:05:41 -08:00
Luke Kysow
7b1b3a1b10 Merge pull request #192 from nadavshatz/patch-1
New version
2017-11-16 13:03:05 -08:00
Luke Kysow
283aa46141 Merge pull request #195 from hootsuite/modified-files-test
Test modules filtering bug that was fixed in #193
2017-11-16 12:57:59 -08:00
Luke Kysow
62308e98a3 Test modules filtering bug that was fixed in #193 2017-11-16 12:55:37 -08:00
Luke Kysow
a174c30810 Merge pull request #193 from sixt-payment/fix-modified-files-filter
find project paths based on filtered modified files
2017-11-16 12:54:24 -08:00
Nadav Shatz
3b174505fa New version
Relates to #191
2017-11-15 14:41:07 +02:00
Patrick Otto
9c03615ccc find project paths based on filtered modified files 2017-11-14 17:46:03 +01:00
Luke Kysow
ec3d543c1e When log-level is debug, print filename and line (#189) 2017-11-12 10:11:21 -08:00
Nadav Shatz
562272e1ef Update terraform (#186) 2017-11-08 23:40:33 -08:00
Luke Kysow
3658fcfc50 Merge pull request #182 from hootsuite/up-multicheck-timeout
Increase timeout of metacheck from 120 to 300s
2017-11-05 20:59:43 -08:00
Luke Kysow
2e747127fb Increase timeout of metacheck from 120 to 300s 2017-11-05 20:59:19 -08:00
Luke Kysow
2c45288bd6 Merge pull request #181 from suhussai/bootstrap_error_fix
check if err is nil before printing it
2017-11-05 18:32:16 -08:00
Luke Kysow
4670b67934 Merge pull request #175 from hootsuite/server-test
Server test
2017-11-04 11:40:49 -07:00
Luke Kysow
9397fd6510 Merge pull request #178 from hootsuite/project-detector
Rename projectdetector
2017-11-04 11:40:32 -07:00
suhussai
9921486669 check if err is nil before printing it 2017-11-03 00:28:37 -06:00
Luke Kysow
a70f7e46b0 Remove unused code 2017-11-02 07:09:21 -07:00
Luke Kysow
19c32d1124 Rename projectdetector 2017-11-01 08:03:26 -07:00
Luke Kysow
3528ce60ca Fix gometalint errors 2017-11-01 07:43:55 -07:00
Luke Kysow
65a07590de Test server 2017-11-01 07:41:37 -07:00