rui
ffe1da1b82
deps: tf 0.15.2 ( #1559 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2021-05-05 18:27:41 -04:00
Marius Hennecke
1777be406e
Get modified Azure DevOps PR files from commit and changes API endpoint ( #1521 )
...
* get modified ado pr files from commit and changes endpoint, fixes #1397
* Add missing error handling
2021-05-05 17:35:20 -04:00
Nish Krishnan
79309ed39c
[ORCA-559] Fix hide previous command logic ( #37 ) ( #1549 )
2021-05-03 12:47:23 -07:00
Nish Krishnan
9b28e8e940
Add extra args support to policy check step runner. ( #1543 )
...
* Add extra args support to policy check step runner.
* Fix tests/mocks.
* Update docs.
2021-04-30 14:37:54 -07:00
Luke Kysow
c2f1d664c4
Update security docs ( #1511 )
...
* Update security docs
2021-04-29 10:27:25 -07:00
dependabot[bot]
0136330b89
build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.7 to 1.0.9 ( #1534 )
...
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday ) from 1.0.7 to 1.0.9.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases )
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.7...v1.0.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-28 14:40:21 -04:00
Luke Kysow
a735de4613
Update CONTRIBUTING.md ( #1538 )
2021-04-27 09:53:36 -07:00
Nish Krishnan
5e5acf8ac6
Upgrade to 0.17 ( #1529 )
v0.17.0
2021-04-26 15:23:39 -07:00
Bryant Biggs
04824c2dea
chore: bump terraform version to latest 0.15.1 ( #1512 )
...
* chore: bump terraform version to latest 0.15.0
* chore: add v0.14.10 to available versions list
* chore: fix trailing zero typo
* chore: bump to 0.15.1 now that its released
* chore: bump 0.14.x version which updates Hashicorp public key
* chore: bump 0.13.x version which updates Hashicorp public key
* chore: bump 0.12.x version which updates Hashicorp public key
2021-04-26 15:10:18 -07:00
Sharif Nassar
cffa55f56e
Spleling ( #1531 )
2021-04-26 10:52:37 -04:00
Luke Kysow
5ba9707c03
Don't run e2e tests for fork PRs ( #1530 )
...
- These require the CircleCI context which fork PRs don't have access to.
- Also skip tests on PRs with branchname "docs/blah"
2021-04-24 10:17:39 -07:00
Luke Kysow
9a2153b03a
Use circle ci contexts to scope secret access ( #1523 )
...
CircleCI contexts (https://circleci.com/docs/2.0/contexts/ ) can be used
to scope environment variables to specific jobs rather than all jobs in
a repo.
This change adds contexts for docker publish and e2e tests which are the
only jobs that need secrets.
2021-04-23 09:39:25 -07:00
Luke Kysow
a597bbbb5a
Regen mocks with latest pegomock and update scripts ( #1524 )
...
* Update go-generate to run as a script
It was taking forever to run via the previous Makefile command. I don't
exactly know why. Perhaps because it was passing all the packages in as
multiple arguments?
Either way, this change allows it to actually run through in about 20
minutes.
* Regenerate all mocks using latest pegomock
Pegomock version v2.9.0
* Format mocks outside of regular mocks directory.
These mocks are outside of the regular directory due to an import cycle
causing us to have to have these not under a /mocks directory so they
need to be formatted since they're not excluded.
* Add back make test target
2021-04-23 09:26:35 -07:00
Sarvar Muminov
f0201e9eb7
Upgrade conftest version to 0.23 ( #1516 )
...
* Upgraded conftest to 0.23.0 and removed --all-namespaces flag (#62 )
* Upgraded conftest to 0.23.0 and removed --all-namespaces flag
* fix tests
* fix conftest version name
* make tests pass
* Update e2e tests to use 0.23 conftest
* Fix log function
* Make test client fetch version synchronously.
* Update fixtures.
* Pinning test image
Co-authored-by: Nish Krishnan <nishk@lyft.com >
2021-04-22 20:21:17 -07:00
Luke Kysow
fbe0c9a00f
Remove codecov ( #1522 )
...
* Remove codecov
* Bump lint timeout
2021-04-22 20:08:27 -07:00
Istvan Tapaszto
632460b20b
Delete source branch on merge ( #1357 )
...
Co-authored-by: Tapaszto, Istvan <istvan.tapaszto@msciintegration.onmicrosoft.com >
2021-04-22 09:54:18 -07:00
Brian Zoetewey
f290780b61
feat: Add --autoplan-file-list server flag. ( #1475 )
...
* Add `--autoplan-file-list` server flag to allow modifying the list of files that trigger planning.
* Set default value for `--autoplan-file-list` and add `terragrunt.hcl` to the list.
* Default is handled in server now. No need for it here.
* Fix syntax error test.
* Fix e2e tests
2021-04-22 09:48:40 -07:00
Wojciech Krysmann
0886b280f9
Add plan summary to unfolded part of comment ( #1518 )
2021-04-22 09:14:44 -07:00
Dylan Page
25103d72f4
feat: add new flag --silence-no-projects ( #1469 )
...
* feat: add new flag --silence-no-projects
* refactor: add tests, clean up command_runner logic
* fix: attempt at fixing PolicyCheck e2e test
* docs: add silence-no-projects flag to server-configuration.md
* docs: fix grammar
* fix: requested changes: commit status resets, misc fixes
* fix: status check comments to actually reflect their commands
* fix: logic bug in autoplan commit reset
* fix: tests make check-lint errors
2021-04-19 14:52:56 -07:00
Luke Kysow
3bb6f2161f
e2e: include cmd output in error messages ( #1505 )
2021-04-15 14:12:56 -07:00
Luke Kysow
7987ea18f0
Check codecov checksum on download ( #1504 )
2021-04-15 09:53:00 -07:00
Nish Krishnan
df106ded11
Make policy checks its own apply requirement. ( #61 ) ( #1499 )
...
* Make policy checks its own apply requirement. (#61 )
* Remove warning from docs.
2021-04-13 12:46:47 -07:00
dependabot[bot]
7e052d3bc9
build(deps): bump github.com/xanzy/go-gitlab from 0.47.0 to 0.48.0 ( #1493 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.47.0 to 0.48.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.47.0...v0.48.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 22:08:31 -04:00
dependabot[bot]
2e8183c9c5
build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 ( #1494 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 22:07:04 -04:00
dependabot[bot]
50cba85225
build(deps): bump go.uber.org/zap from 1.15.0 to 1.16.0 ( #1495 )
...
Bumps [go.uber.org/zap](https://github.com/uber-go/zap ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/uber-go/zap/releases )
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uber-go/zap/compare/v1.15.0...v1.16.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 21:59:00 -04:00
dependabot[bot]
db958a0cb2
build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.5 to 1.0.7 ( #1492 )
...
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday ) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases )
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.5...v1.0.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 21:58:54 -04:00
rui
921ebbc48d
deps: tf 0.14.10 ( #1488 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2021-04-07 21:15:55 -04:00
rui
eb27b4d567
Revert "build(deps): bump github.com/xanzy/go-gitlab from 0.47.0 to 0.48.0 ( #1486 )" ( #1489 )
...
This reverts commit 2a8754c04e .
2021-04-07 15:53:16 -04:00
dependabot[bot]
cdb6e3dae8
build(deps): bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0 ( #1484 )
...
Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/hashicorp/go-version/releases )
- [Changelog](https://github.com/hashicorp/go-version/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-version/compare/v1.2.1...v1.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 13:04:41 -04:00
dependabot[bot]
2a8754c04e
build(deps): bump github.com/xanzy/go-gitlab from 0.47.0 to 0.48.0 ( #1486 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.47.0 to 0.48.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.47.0...v0.48.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 09:48:57 -04:00
dependabot[bot]
1cecb869c1
build(deps): bump github.com/hashicorp/go-getter from 1.5.2 to 1.5.3 ( #1485 )
...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/hashicorp/go-getter/releases )
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml )
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.5.2...v1.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 09:48:46 -04:00
Nish Krishnan
7ac8106f8a
Add structured logger ( #54 ) ( #1467 )
...
This is two changes:
Replacing all usages of SimpleLogger with it's interface SimpleLogging which makes it easier to swap out loggers going forward
Nukes SimpleLogger in favor of StructuredLogger which allows us to better analyze logs in our log management system we choose.
2021-04-06 12:02:25 -07:00
dependabot[bot]
13fba40827
build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.4 to 1.0.5 ( #1477 )
...
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases )
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.4...v1.0.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-03 01:01:22 -04:00
dependabot[bot]
060881b6ee
build(deps): bump y18n from 4.0.0 to 4.0.1 ( #1479 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-03 01:01:14 -04:00
Sarvar Muminov
ad76385c76
Global atlantis lock new release branch ( #1473 )
...
* Orca 679 global atlantis lock new release branch (#49 )
* Adding CommandLocker to boltDB and exposing it through locker interface
* Apply lock ui and apply command lock controller
* Minor comments
* Adding more tests and refactorinng
* Linting fixes
* creating applyLockingClient variable to fix interface error
* nullsink for stats
* Addressing PR comments
* fixing e2e tests
* linting fix fml
* Update outdated function descriptions
Address PR comments
* revert stats sink changes
* remove unnecessary dependencies
2021-04-01 15:40:29 -07:00
rui
ca976d8bd3
deps: use tf 0.14.9 ( #1472 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2021-03-25 01:33:44 -04:00
rui
f8e991c361
add CODEOWNERS ( #1470 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2021-03-23 13:54:55 -04:00
dependabot[bot]
f53434e21a
build(deps): bump github.com/xanzy/go-gitlab from 0.45.0 to 0.47.0 ( #1455 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.45.0 to 0.47.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.45.0...v0.47.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 22:09:30 -04:00
Sarvar Muminov
14cedc588c
Updating the docs ( #1465 )
...
After #1418 was merged pre-workflow-hooks are executed before every
command. Removed the note and added some more explanation to the docs
2021-03-18 13:51:39 -07:00
Phillip Nielsen
7d5cd4ab55
Add Missing allow-draft-pr Server Flag Docs ( #1457 )
...
This was added in #1053 but is not documented.
2021-03-16 09:35:08 -07:00
Luke Kysow
8ca6e16474
Create CODE_OF_CONDUCT.md ( #1449 )
2021-03-10 12:33:09 -08:00
Mathieu Cantin
71a5dec88d
Remove refreshing state 3e ( #1433 )
...
* fix(output): Remove Refreshing state... from output
Since Terraform 0.14.0 there are no separator between refreshing plan and the plan.
2021-03-10 12:18:10 -08:00
rui
0e61fa521c
deps: use tf 0.14.8 ( #1448 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2021-03-10 13:47:49 -05:00
dependabot[bot]
73b8d8bed0
build(deps): bump elliptic from 6.5.3 to 6.5.4 ( #1447 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 13:11:28 -05:00
dependabot[bot]
a9ef430d10
build(deps): bump github.com/xanzy/go-gitlab from 0.44.0 to 0.45.0 ( #1446 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.44.0...v0.45.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 09:48:53 -05:00
Nish Krishnan
b6353094fe
Add policy checking guide ( #1443 )
2021-03-08 08:52:51 -08:00
laurent apollis
d2ef2775c8
Support regexp in command builder on the project name ( #1419 )
2021-03-05 16:13:23 -08:00
Seth Rutner
471646b688
Update locking.md ( #1437 )
...
Grammar
2021-03-04 15:15:41 -08:00
Mathieu Cantin
bebb2f2bfe
Suggest to run integration tests in Docker ( #1438 )
2021-03-04 15:15:09 -08:00
dependabot[bot]
872756bbe7
build(deps): bump prismjs from 1.21.0 to 1.23.0 ( #1435 )
2021-03-03 22:37:47 +00:00