Commit Graph

2759 Commits

Author SHA1 Message Date
Andre Ziviani
b6466bdfd2 fix: Tests broken by #3503 (#3583) 2023-07-06 22:22:47 +00:00
Andre Ziviani
974eed3803 feat: Disable policy check on some repositories (#3503)
* feat: Allow enabling policy check per repository

* chore: Tests

* chore: Docs

* chore: Improve tests

* chore: E2E tests
2023-07-06 16:39:36 -04:00
renovate[bot]
163c5e930b fix(deps): update module golang.org/x/term to v0.10.0 in go.mod (#3580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-06 20:01:56 +00:00
Simon Heather
fce28ebceb fix: Atlantis Triggers AutoPlans on Non-Code Change GitLab Merge Event Webhooks (#3567)
* Gitlab merge event fix

* Update events controller tests

* Update eventrsController formatting

* Update events controller test formatting

* Revert gitlab_request_parser_validator

* Update event_parser

* Update tests

* Add new testdata

* Add testdata EOF LF

* Update gitlab-merge-request-event-update-reviewer.json

* Update gitlab-merge-request-event-update-milestone.json
2023-07-06 12:57:32 -07:00
Simon Heather
8552607c2b Web Console Scrollbar Fix (#3574)
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-07-05 21:33:14 +00:00
renovate[bot]
cbb28b7379 fix(deps): update module golang.org/x/text to v0.11.0 in go.mod (#3576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 20:21:53 +00:00
Simon Heather
0d1f87810d fix: Gitlab Autoplan wont trigger when switching Draft to Ready (#3568)
* Fix: Gitlab Autoplan wont trigger when switching Draft to Ready

* Update gitlab-merge-request-event-mark-as-ready.json

---------

Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-07-05 12:56:21 -07:00
renovate[bot]
92703fe861 fix(deps): update github.com/shurcool/githubv4 digest to 599ae7b in go.mod (#3575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 01:34:25 +00:00
Yunchi Luo
a6161c9926 feat: Add an output option to filter output for custom run steps (#3518)
* feat: Add an `output` option to filter output for custom run steps
2023-06-30 10:00:31 -04:00
renovate[bot]
5998e9e741 fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.4 in go.mod (#3562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-29 02:33:04 +00:00
renovate[bot]
57c4e12b1a chore(deps): update dependency hashicorp/terraform to v1.5.2 in .circleci/config.yml (#3561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-29 01:24:42 +00:00
renovate[bot]
75db405b0d fix(deps): update module github.com/xanzy/go-gitlab to v0.86.0 in go.mod (#3546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-28 04:14:05 +00:00
Simon Heather
c6801990db feat: update the lock detail web page to use a modern grid layout (#3552)
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-06-27 23:14:38 -04:00
renovate[bot]
d5633662e9 chore(deps): update dependency hashicorp/terraform to v1.5.1 in .circleci/config.yml (#3543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 06:57:34 +00:00
renovate[bot]
1bf720f964 chore(deps): update node.js to v18.16.1 in .node-version (#3544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 03:49:46 +00:00
Dylan Page
5b8ddc75f3 Revert "chore(deps): update dependency @vuepress/plugin-docsearch to v2.0.0-beta.50-pre.1 in package.json (#3532)" (#3539)
This reverts commit 9d1fa36bd1.
v0.24.3
2023-06-20 17:47:35 -04:00
Thomas Szymanski
c29c055242 docs: fix policy-checking command example (#3527)
Documentation does not match the implementated command introduced by #3351
2023-06-20 15:07:26 -04:00
Ken Kaizu
3954955e13 fix(deps): update module github.com/petergtz/pegomock/v3 to v4 (#3534)
* fix(deps): update module github.com/petergtz/pegomock/v3 to v4 in go.mod

* remove pegomock generate m option, which is not support after v4

* make regen-mocks

* replace pegomock v4 primitive eq/matchers

* convert pegomock v4 Eq/Any matchers

* remove custom models.Repo matcher

* pegomock v4 cannot use result method args

ref https://github.com/petergtz/pegomock/issues/123

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-20 15:05:23 -04:00
Yunchi Luo
74c07bad43 fix: debian version pinning (#3528)
* fix debian version pinning

* unpin packages

---------

Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-06-20 15:05:11 -04:00
renovate[bot]
9d1fa36bd1 chore(deps): update dependency @vuepress/plugin-docsearch to v2.0.0-beta.50-pre.1 in package.json (#3532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-20 15:04:44 -04:00
Ross Strickland
7545296741 fix: parse custom run step output in policy_check (#3502)
* parse custom run output in policy_check

* error if no conftest output

* e2e test

* Adding other policy template.

* update markdown renderer test
2023-06-20 14:55:37 -04:00
Shouichi Kamiya
e271eaa584 fix(build): use the correct env var to mount pwd (#3491)
Co-authored-by: Dylan Page <dylan.page@autodesk.com>
2023-06-20 14:53:55 -04:00
Pantelis Karamolegkos
8eb91d0259 Using constants for checkout strategies (#3384)
Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-06-20 14:52:06 -04:00
Pantelis Karamolegkos
8514255f7c chore: function docs, linting errors (#3380)
* Function documentation and linting errors

---------

Co-authored-by: Pantelis Karamolegkos <pantelis@workable.com>
Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
2023-06-20 14:51:40 -04:00
renovate[bot]
a173e84e5c fix(deps): update module github.com/google/go-github/v53 to v53.2.0 in go.mod (#3537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-20 00:58:00 +00:00
nitrocode
104cf8b077 chore(Dockerfile): re-add terraform 1.4 (#3521) 2023-06-19 16:28:23 -05:00
nitrocode
3b4545fe05 fix(release.yml): add dependencies to release.yml (#3522)
* fix(release.yml): add dependencies to release.yml

* fix(release.yml): add build to release.yml

---------

Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
2023-06-19 16:28:11 -05:00
renovate[bot]
1a23b546e4 chore(deps): update alpine docker tag to v3.18.2 in dockerfile (#3530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-15 03:54:48 +00:00
renovate[bot]
e5ad5f8e77 fix(deps): update github.com/hashicorp/terraform-config-inspect digest to f32df32 in go.mod (#3529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-15 01:04:16 +00:00
renovate[bot]
a2758d1a0b chore(deps): update debian docker tag to v12 in dockerfile (#3524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-14 05:01:49 +00:00
renovate[bot]
86bf8f0c23 fix(deps): update module golang.org/x/text to v0.10.0 in go.mod (#3523)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-14 03:53:38 +00:00
renovate[bot]
285c6a40ca fix(deps): update module golang.org/x/term to v0.9.0 in go.mod (#3520)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-14 02:27:34 +00:00
Simon Heather
556de93300 Gitlab Hide Previous Comments (#3476) 2023-06-13 21:03:36 -05:00
renovate[bot]
6601b0a84a fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.5.0 in go.mod (#3519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-14 01:14:31 +00:00
nitrocode
49e992cd17 chore(buildkit): pin to v0.10.6 (#3517)
* chore(buildkit): pin to v0.10.6

* Update .github/workflows/atlantis-image.yml
2023-06-13 19:03:51 +00:00
nitrocode
e505817a7d chore(deps): bump pegomock v3.0.1 (#3515) 2023-06-13 11:36:09 -07:00
Simon Heather
86607d8aeb feat: Add GitLab Reaction Emojis on MR Comments (#3456)
* Add GitLab Reaction Emoji

* Update docs

* update docs

* Update event_parser_test
2023-06-12 22:27:42 -05:00
renovate[bot]
14b6b0e3e0 fix(deps): update module github.com/google/go-github/v53 to v53.1.0 in go.mod (#3516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-13 03:10:30 +00:00
renovate[bot]
35421c2706 chore(deps): update dependency hashicorp/terraform to v1.5.0 in .circleci/config.yml (#3514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-13 01:01:12 +00:00
renovate[bot]
2c3f756afb fix(deps): update module github.com/xanzy/go-gitlab to v0.85.0 in go.mod (#3512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 04:08:13 +00:00
Simon Heather
c5d03edd1a feat: Update Lock Index Page to Use a CSS Grid Layout (#3509)
* Update Lock Index Page to Use a CSS Grid Layout

* Update styles

* Modify css
2023-06-11 22:45:13 -05:00
Simon Heather
7fa9b9c925 fix: Remove the 'Plan Discarded' Message from the Enable/Disable Apply Commands (#3511)
* Remove `/?discard=true`

* Restore forward slash
2023-06-11 09:01:08 -05:00
Simon Heather
fa6a77a6ea Add xterm-addon-search-bar (#3507) 2023-06-11 01:22:09 -05:00
Simon Heather
504d1b7fe3 Replace bindata-assetfs with embed (#3504)
Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
2023-06-10 19:04:10 -05:00
Leandro López
c709fd0cff feat: Add Terraform command duration to log messages (#3484)
* Log duration of Terraform commands

Closes #3413.

Signed-off-by: Leandro López (inkel) <leandro.lopez@grafana.com>

* Make log message casing consistent

Signed-off-by: Leandro López (inkel) <leandro.lopez@grafana.com>

* Add tests for passing duration to Terraform comamnds logs

Signed-off-by: Leandro López (inkel) <leandro.lopez@grafana.com>

* Add logging mocks for testing Terraform client

Signed-off-by: Leandro López (inkel) <leandro.lopez@grafana.com>

---------

Signed-off-by: Leandro López (inkel) <leandro.lopez@grafana.com>
2023-06-09 21:03:36 -05:00
kevin-fitlg
3d5786cbad fix(docs): Update access-credentials.md (#3506)
* Update access-credentials.md

* Update access-credentials.md

* Update runatlantis.io/docs/access-credentials.md

---------

Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
2023-06-09 20:59:02 -05:00
nitrocode
2c2904bdd9 feat(release-notes): add release.yml (#3500) 2023-06-09 20:53:51 -05:00
nitrocode
79500182db chore(deps): bump tally to v4 (#3498) 2023-06-08 21:57:46 -04:00
renovate[bot]
efa53958df chore(deps): update dependency open-policy-agent/conftest to v0.43.1 in testing/dockerfile (#3497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-08 01:34:54 +00:00
renovate[bot]
d0d6b41cd9 chore(deps): update dependency open-policy-agent/conftest to v0.43.1 in dockerfile (#3496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-08 01:26:19 +00:00