Commit Graph

2135 Commits

Author SHA1 Message Date
Luke Kysow
f68a82685d Document env step
Fixes #758
2020-01-06 10:21:03 -06:00
Luke Kysow
50e7b1782a Merge pull request #889 from mamercad/bitbucket-user-whitelist
provide bitbucket user repo-whitelist example and fix a missing quote
2020-01-03 10:04:55 -06:00
Luke Kysow
4078357bbf Merge pull request #888 from runatlantis/project-leading-slash
Allow absolute project dirs and fix AZDO
2020-01-03 09:58:53 -06:00
Mark Mercado
167f3827b6 provide bitbucket user repo-whitelist example and fix a missing quote 2020-01-02 17:55:41 -05:00
Luke Kysow
4e8d19be0a Convert AZDO paths to relative
Previously the AZDO paths returned by GetModifiedFiles were absolute.
Now they're relative to the repo root to match the rest of the VCS's.
2020-01-02 09:45:38 -06:00
Luke Kysow
112afe9579 Allow absolute project dirs
Previously, we wouldn't modify the config
    project: /a/b/c
and would use the absolute directory.

Now we prepend ./ and then run Clean() to ensure that every project dir
is relative.
2020-01-02 09:22:13 -06:00
Luke Kysow
c7046fad31 Merge pull request #886 from mcdafydd/fixes-880
Fixes #880
2019-12-20 11:00:51 -08:00
David McPike
022dc8a3ad Fixes linting 2019-12-20 14:27:43 +00:00
David McPike
0c6658c01b Fmt and name change 2019-12-20 14:16:20 +00:00
David McPike
11ef97ef97 Tests passing 2019-12-20 14:02:06 +00:00
David McPike
80791421bd Fix build errors 2019-12-19 17:30:22 +00:00
David McPike
523dd6ecf8 Fixes 880
- Update go-azuredevops version to include iterations functions
- Initial support for posting Azure Devops status to PR instead of commit
2019-12-19 17:21:10 +00:00
Jaymo Kang
b066ff1833 edit example script to reflect character number recommendation (#881)
* edit example script to reflect character number recommendation
2019-12-19 09:11:54 -08:00
Luke Kysow
63c15159f8 Merge pull request #883 from ImperialXT/master
Fix WriteGitCreds for BitBucket
2019-12-17 15:44:51 -08:00
Andrew Jeffree
27c13036a0 Fix WriteGitCreds for BitBucket
The default BitbucketBaseURL value if not set by the user is
"https://api.bitbucket.org" which does not actually work with git.
2019-12-18 10:38:46 +11:00
Luke Kysow
7ea9b4da5e Merge pull request #878 from chenrui333/tf-0.12.18
terraform 0.12.18
2019-12-11 11:55:19 -08:00
Rui Chen
0261d0842a terraform 0.12.18 2019-12-11 14:52:32 -05:00
Luke Kysow
0b7e18b51f Merge pull request #877 from sparky005/patch-1
correctly identify atlantis subcommands in docker entrypoint
2019-12-11 09:50:24 -08:00
Adil Sadik
b8372cd471 correctly identify atlantis subcommands in docker entrypoint 2019-12-11 12:21:44 -05:00
Luke Kysow
1b6541a27f Merge pull request #871 from chenrui333/tf-0.12.17
tf 0.12.17
2019-12-02 12:36:14 -08:00
Rui Chen
1788615638 tf 0.12.17 2019-12-02 14:08:28 -05:00
Luke Kysow
50089f304c Merge pull request #868 from runatlantis/release-0.10.2
Release 0.10.2
v0.10.2
2019-11-27 11:22:47 -08:00
Luke Kysow
33e4abba22 Release 0.10.2 2019-11-27 11:17:55 -08:00
Luke Kysow
a9634d87f6 Merge pull request #867 from runatlantis/diverge-warning
Diverge warning
2019-11-27 11:02:43 -08:00
Luke Kysow
889d584514 Refactor branch diverged warning.
- only check for divergence if using checkout strategy merge
2019-11-27 10:52:39 -08:00
Marco Rinalducci
a824ad4d23 Detects if master branch has diverged and warn to pull new commits in comment 2019-11-27 10:52:39 -08:00
Luke Kysow
54d677aed0 Merge pull request #866 from runatlantis/typo
Fix typo
2019-11-27 09:44:33 -08:00
Luke Kysow
1750a67335 Merge pull request #865 from runatlantis/when-modified
Allow when_modified files to be excluded
2019-11-27 09:39:10 -08:00
Luke Kysow
1971f52728 Fix typo 2019-11-27 09:38:54 -08:00
Leon Sodhi
ce72bd4019 Allow modified files to be excluded 2019-11-27 09:33:07 -08:00
Luke Kysow
6bf0624249 Merge pull request #864 from runatlantis/update-gitlab
Update go-gitlab
2019-11-27 09:25:44 -08:00
Luke Kysow
58389386a1 Update go-gitlab 2019-11-27 09:21:47 -08:00
Luke Kysow
31a388f876 Use vendor during tests 2019-11-27 09:21:46 -08:00
Luke Kysow
a34b767aa5 Test when force_remove_source_branch is bool 2019-11-27 09:17:32 -08:00
Luke Kysow
6074545eb0 Merge pull request #863 from mcdafydd/azdo-854
Azure Devops: Improve comment formatting
2019-11-27 09:13:16 -08:00
David McPike
c017e73a7b Azure Devops: Improve comment formatting
Fixes #854
2019-11-26 22:03:32 -06:00
Luke Kysow
5c402661cd Fix link that always fails 2019-11-26 16:50:12 -08:00
Luke Kysow
e09ee5563c Merge pull request #862 from runatlantis/fix-default
Fix bug when redefining default workflow
2019-11-26 16:45:32 -08:00
Luke Kysow
3c627ce0dc Merge pull request #861 from runatlantis/fix-warning
Only warn about azdo if flag set
2019-11-26 16:18:15 -08:00
Luke Kysow
153ac96510 Fix bug when redefining default workflow
Previously, given the config:
  workflows:
    default:
      ...

We wouldn't actually use the redefined default workfow in our always
existing first repo config. This would mean that the redefined default
was never used unless users explicitly set workflow: default in the
repos array.
2019-11-26 16:16:51 -08:00
Luke Kysow
52c9189325 Only warn about azdo if flag set 2019-11-26 15:50:48 -08:00
Luke Kysow
634392d875 Merge pull request #855 from runatlantis/kustomize
Fixing Kustomization bundle and clarifying Kustomize documentation
2019-11-22 10:01:03 -08:00
Toby Archer
13011b3d6d Fixing Kustomization bundle and clarifying Kustomize documentation 2019-11-22 09:59:31 -08:00
Luke Kysow
461ecb8b39 Merge pull request #853 from mcdafydd/azdo-time
Azure Devops: Fix timestamp parsing error in webhooks
2019-11-22 09:57:08 -08:00
David McPike
8c5cb8cee2 Update azure devops module version 2019-11-22 00:47:32 -06:00
Luke Kysow
f0408df83e Merge pull request #850 from BenLeibig/v0.12.16
Bump terraform version to 0.12.16
2019-11-20 14:17:23 -08:00
BenLeibig
e4a435e364 Bump terraform version to 0.12.16 2019-11-20 21:53:13 +01:00
Luke Kysow
218226ff63 Merge pull request #840 from mcdafydd/azdo-branch-slashes-in-name
Fixes #835
2019-11-19 08:54:58 -08:00
chenrui
c14c9aa12b Bump terraform to v0.12.15 (#842) 2019-11-18 21:48:32 -05:00
David McPike
09eb6ac18e Fixes #835
- Improve tests
    - Replace instead of Split
2019-11-14 17:57:58 -06:00