Leon Sodhi
ce72bd4019
Allow modified files to be excluded
2019-11-27 09:33:07 -08:00
Luke Kysow
a34b767aa5
Test when force_remove_source_branch is bool
2019-11-27 09:17:32 -08:00
David McPike
c017e73a7b
Azure Devops: Improve comment formatting
...
Fixes #854
2019-11-26 22:03:32 -06: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
David McPike
09eb6ac18e
Fixes #835
...
- Improve tests
- Replace instead of Split
2019-11-14 17:57:58 -06:00
David McPike
71239cf943
Fixes #835
...
AzureDevops: Support slashes in branch names
2019-11-14 00:23:44 -06:00
Luke Kysow
649a124073
Merge pull request #816 from mdcurran/yml-extension-warning
...
Log warning when atlantis.yml is used as config
2019-10-30 08:42:42 -07:00
Max Curran
c2934b4b49
Error out if atlantis.yml is used as config file
2019-10-30 00:12:38 +00:00
Luke Kysow
0d5e25c42c
Merge pull request #817 from runatlantis/tf-version-detection
...
Logging cleanup for version detection
2019-10-28 15:37:26 -07:00
Luke Kysow
67fd5ef992
Logging cleanup for version detection
2019-10-28 15:07:25 -07:00
Luke Kysow
a02a663ec6
Merge pull request #789 from kennethtxytqw/terraform-version-config-detection
...
Terraform version config detection
2019-10-28 15:07:11 -07:00
Luke Kysow
e56f14a781
Log output of failed terraform workspace new cmd
2019-10-25 18:15:50 -07:00
Luke Kysow
fed2f59b85
Merge pull request #813 from runatlantis/azdo
...
Small refactoring to azure devops support
2019-10-25 18:11:15 -07:00
Luke Kysow
07ffe179e7
Small refactoring to azure devops support
2019-10-25 18:07:18 -07:00
Luke Kysow
774b6da2ba
Merge pull request #719 from mcdafydd/azure-devops
...
Azure Devops support
2019-10-25 18:02:28 -07:00
Andrew Jeffree
a9c843d2f2
Configure git to use https instead of ssh.
2019-10-25 10:59:50 +11:00
Kenneth Tan Xin You
4db1ed87f1
Added terraform-config-inspect.
2019-10-15 23:17:10 +08:00
David McPike
822928c710
Fix azuredevops PullIsApproved logic
2019-10-09 19:43:38 -05:00
David McPike
a8685e0e3a
Clean up log messages
2019-10-09 08:23:21 -05:00
David McPike
7c42914d81
Ignore PR updated change reviewer events
2019-10-09 08:07:28 -05:00
David McPike
92e5126eaa
Update mocks
2019-10-05 11:33:38 -05:00
David McPike
9424893e1f
Complete migration to PR comment event
...
- Update docs
- Remove work item commented event code
2019-10-05 00:17:42 -05:00
Luke Kysow
86a56a39ba
Merge pull request #783 from Nuru/logo
...
Use bigger logo on the web pages
2019-10-04 14:39:17 -07:00
David McPike
3b5a5b6e56
Change Azure Devops from Work Item to PR comment
2019-10-04 02:03:39 -05:00
Dave D'Amico
ae57df9c44
Fix to allow whitelist globbing for strings after wildcard ( #796 )
...
* almost ready for PR
* updated test and fmt
* added one more test per feedback
* updates to testing and code per feedback
2019-10-03 06:48:13 -04:00
David McPike
ce76e8ee18
Remove unnecessary copyright headers;minor cleanup
2019-09-26 21:46:01 -05:00
David McPike
9714c87dda
Azure Devops event parser updates
...
- Extract owner and project from workitem.commented payload
- Process all Relations and return last error
2019-09-24 09:41:59 -05:00
David McPike
495cf76efd
Azure Devops update
...
- Remove org and project configs
- Add support for WriteGitCreds
2019-09-23 08:24:59 -05:00
David McPike
bb88c95dff
Improves Azure Devops webhook error handling
2019-09-22 16:09:04 -05:00
Nuru
4e8d1e64ac
Use bigger logo on the web pages
2019-09-20 03:24:01 -07:00
Steve Mitchell
17bcd9d768
fix a picky test that depends on git version
2019-09-18 22:56:09 -04:00
Dave D'Amico
83b2adb593
Issue 720: display workspace name in locks UI list ( #763 )
...
* final updates for PR
* more updates
* final changes - ready for re-review
* changes based on feedabck
* forgot to update test
2019-09-16 13:07:10 -04:00
Dave D'Amico
b025a9037a
Fix for Issue 727 ( #762 )
...
* initial commit for testing
* testing update
* go fmt
2019-09-03 13:00:17 -04:00
David McPike
e04005a682
Fix duplicate go-gitlab references
2019-08-30 13:09:50 -05:00
David McPike
c346cce484
Merge remote-tracking branch 'upstream/master' into azure-devops
2019-08-30 12:48:47 -05:00
David McPike
a31afcb7a4
Merge tag 'v0.9.0' into azure-devops
2019-08-29 17:52:36 -05:00
Luke Kysow
b81fe9a5e5
Switch to gomod
2019-08-26 18:38:22 +02:00
Luke Kysow
3919f05548
Update to latest version of go-gitlab
2019-08-26 18:23:52 +02:00
Jesse Bye
295fa93943
Support terragrunt.hcl for autoplanning
2019-08-26 15:06:04 +02:00
Luke Kysow
c646f20c34
Actually pass env vars between steps
...
Also some refactoring and testing.
2019-08-21 15:12:35 +02:00
Andrii Nasinnyk
33c0a72add
Add var step to workflows
...
Add new var step for setting environment variable in workflows.
2019-08-21 15:06:49 +02:00
Luke Kysow
3ebebe590f
Merge pull request #711 from ImperialXT/master
...
Create .git-credentials to allow secure auth when cloning private repos
2019-08-06 12:18:58 +01:00
Andrew Jeffree
e140823408
Add flag for configuring git-credentials-store
...
--write-git-creds will create a .git-credentials file and configure
git to use it. To allow authentication with your git remotes over https.
To access private repos.
2019-08-02 10:12:30 +10:00
Maxime Deravet
d6f2579cf9
Ensure terraform_version is downloaded when using non built-in step. Fixes #675
2019-08-01 14:32:32 -07:00
David McPike
b13bb2feac
Resolve Azure Devops PR comments
...
- Remove AzureDevopsWorkItemID from CommandContext struct
- Add new dependencies to dep vendoring
- Change final CreateComment return to nil error value
- Clean up unused code/comments
2019-07-29 18:51:53 -05:00
David McPike
83d0b04532
Remove Project member from models Repo struct
2019-07-28 10:45:48 -05:00
David McPike
acef89adc4
Azure Devops PR minor cleanup, fix tests, checks
...
- Re-write tests for azuredevops_client
- CircleCI checks should pass
- NewAzureDevopsClient() now takes a hostname like NewGithubClient()
- Docs include comment about default merge strategy requirements
2019-07-28 10:37:45 -05:00
David McPike
40cd535881
Add Azure Devops pull request example for tests
2019-07-27 22:09:40 -05:00
David McPike
ff611af29f
Minor style updates
2019-07-26 14:56:03 -05:00
David McPike
e8cfe5af28
Fix Azure Devops Pull Events
...
- Event type assertion should be pointer
- Remove merge attempted webhook event type
- Move closed pull request to updated event type
2019-07-26 14:22:14 -05:00