Commit Graph

1559 Commits

Author SHA1 Message Date
Luke Kysow
28ed93ee54 Merge pull request #1034 from crainte/reword
Add "plan" to continued output statement
2020-07-07 10:35:03 -07:00
Chris Alexander
aa1bfc0a27 Add "plan" to continued statement 2020-07-01 10:11:33 -05:00
Luke Kysow
cc55ba3753 Merge pull request #1096 from runatlantis/jquery-update
Update jquery to 1.5.1
2020-06-25 13:51:24 -07:00
Luke Kysow
197972a195 Update jquery to 1.5.1
(didn't think I'd be doing this in 2020! :D)
2020-06-25 13:41:10 -07:00
Luke Kysow
306df08f6f Merge pull request #1093 from chenrui333/tf-0.12.27
terraform 0.12.27
2020-06-25 10:29:03 -07:00
Luke Kysow
7a02718653 Merge pull request #1094 from runatlantis/random-gen
Use another website for random strings
2020-06-24 14:00:13 -07:00
Luke Kysow
e0b07ac11e Use another website for random strings 2020-06-24 13:57:05 -07:00
Rui Chen
4d10348247 terraform 0.12.27 2020-06-24 16:31:21 -04:00
Luke Kysow
f944204c42 Merge pull request #1092 from runatlantis/deleted-status
Fixes #1006: Keep track of project status even if plans have been deleted
2020-06-23 22:25:37 -07:00
Luke Kysow
d3a6d18710 Merge remote-tracking branch 'origin/master' into deleted-status 2020-06-23 22:22:10 -07:00
Luke Kysow
4455e8b050 Merge pull request #1091 from runatlantis/unlock-cmd
Unlock cmd
2020-06-23 21:54:08 -07:00
Paris Morali
aed8d22b52 Implement atlantis unlock
This command is run on a pr and deletes all locks for the pr
2020-06-23 20:42:03 -07:00
Luke Kysow
c70dd5f296 Merge pull request #1088 from runatlantis/github-app
GitHub app
2020-06-19 11:48:21 -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
13ebeee1d3 Error out instead of panicking when passed a bad keyfile 2020-06-16 21:27:24 -04:00
rob
2509240b9a listen to pull_request_review*, docs on webhooks 2020-06-16 21:04:09 -04:00
rob
dffba3687a enable webhook url, listen to issue_comment event 2020-06-16 20:47:18 -04:00
Paris Morali
ab7016063a Atlantis lock discard via VCS comment
This successfully deletes the atlantis lock and
allows a competing PR to plan, but doesn not delete
the actual plans, so a user can still apply after
the lock is discarded.
This will be investigated in a follow up commit

Also fixed the basic mark down rendering for the discard command
2020-06-08 15:56:58 +01:00
parmouraly
abd2161bbb Fix typo from master merge conflict 2020-06-04 16:46:15 +01:00
parmouraly
ad512f100c Merge branch 'master' into fix-automerge-on-noapply 2020-06-04 16:32:25 +01:00
parmouraly
8a905f9c0b Typo in BoltDB test 2020-06-04 16:27:23 +01:00
parmouraly
036e1f699e Fix typo on boltDB reference 2020-06-04 16:21:16 +01:00
parmouraly
f546b69800 Remove BoltDB interface and mock as not needed 2020-06-04 16:12:26 +01:00
rob
011d3f8229 Test against a live repo, fix accordingly
more docs, add installation step
2020-06-03 20:25:11 -04:00
rob
227ce9cbf4 Upgrade to github/v31 for CompleteAppManifest
split fixtures out elsewhere, add working dir test
2020-06-03 20:18:13 -04:00
Roberto Hidalgo
199cdfe192 Play around with github app credentials 2020-06-03 20:16:24 -04:00
Luke Kysow
25cd66daa5 Merge pull request #1072 from goodspark/fix-ge-graphql-endpoint
Fix GraphQL URL for Github Enterprise
2020-06-03 15:57:26 -07:00
Sam Park
2f074727e2 Fix GraphQL URL for Github Enterprise
Partially addresses #1009, but doesn't fix it entirely. The 406 response
is still a puzzler.
2020-06-03 11:34:44 -07:00
parmouraly
9689dbb981 Fix lint error 2020-06-03 17:08:16 +01:00
parmouraly
421b24738e Integrate some more PR feedback including a test 2020-06-03 17:00:30 +01:00
Luke Kysow
6e0f265616 Merge pull request #1070 from markbrennan/master
Fixed Azure URL parameter for WriteGitCreds
2020-06-02 10:38:31 -07:00
Mark Brennan
1269c8f1a5 Fixed Azure URL parameter for WriteGitCreds
The AzureDevopsUser, AzureDevopsToken, and the AzureDevopsURL are combined
to create the .git-credentials file.
When supplying the full FQDN, https://dev.azure.com, https://
is written twice to the .git-credentials file.
2020-06-02 13:20:44 -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
Luke Kysow
edf655a57b Merge pull request #1069 from runatlantis/status-endpoint
Fix changelog
2020-06-01 17:04:30 -07:00
Luke Kysow
a0a65d2837 Fix changelog 2020-06-01 17:00:15 -07:00
Christopher Ketchum
88e397ed6d vcs/github_client: add logging around github API calls (#1042) 2020-06-01 16:42:03 -07:00
Luke Kysow
3a327baf9e Merge pull request #1068 from grimm26/allow_draft_prs
Modify the CHANGELOG for correct draft PR autoplanning flag
2020-06-01 12:35:07 -07:00
Mark Keisler
0038e3ac42 Modify the CHANGELOG to reflect that the code says --allow-draft-prs
not --enable-draft-prs
2020-06-01 14:29:37 -05:00
Luke Kysow
fd9131a11d Merge pull request #1062 from runatlantis/release-0.13.0
Release 0.13.0
v0.13.0
2020-05-29 11:43:06 -07:00
Luke Kysow
9ed38cfd0b Release 0.13.0 2020-05-29 11:38:40 -07:00
Luke Kysow
a1682c6990 Merge pull request #1059 from EppO/fix-gitlab-mr-link
GitLab's Merge Requests are using ! not #
2020-05-28 14:22:07 -07:00
Florent Monbillard
1594fc2f83 GitLab's Merge Requests are using ! not # 2020-05-28 17:09:59 -04:00
Luke Kysow
dc3ea77dff Merge pull request #1057 from chenrui333/tf-0.12.26
Bump tf to v0.12.26
2020-05-27 10:59:40 -07:00
Rui Chen
a9873aeb58 Bump tf to v0.12.26 2020-05-27 13:37:54 -04:00
Luke Kysow
b8e813d8fa Merge pull request #1056 from tammert/request-logging-debug
Changed default log level for web requests from INFO to DEBUG
2020-05-26 11:18:06 -07:00
tammert
856170821c Changed default log level for web requests from INFO to DEBUG 2020-05-26 19:52:13 +02:00
Luke Kysow
a75c5bb8be Merge pull request #1054 from runatlantis/atlantis-base
Use atlantis-base:v3.3 with git-lfs
2020-05-25 18:42:17 -07:00
Luke Kysow
28c1f4bb80 Use atlantis-base:v3.3 with git-lfs 2020-05-25 18:38:04 -07:00
Luke Kysow
df21016f81 Merge pull request #1049 from runatlantis/auto-generate-commit
Update go-github, empty automerge commit
2020-05-25 16:56:05 -07:00