Rui Chen
591931a81c
chore: fix typos ( #5202 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-12-28 17:50:53 -05:00
Christian Winther
6fe0303279
fix(docs): add markdownlint and apply rules ( #4557 )
2024-05-14 16:30:14 -04:00
Christian Winther
4794bc0a44
fix(docs): move TOC to the right nav bar to free up vertical space ( #4552 )
2024-05-14 15:24:44 -04:00
Christian Winther
5fafbb1061
fix(docs): fix left navbar menu items ( #4551 )
2024-05-14 15:06:33 -04:00
Koen van Zuijlen
c8e49bb4aa
docs: Fix docs website build ( #4303 )
2024-03-28 18:29:52 +00:00
Simon Heather
64f7d2e1a1
feat: Add Targeted Execution to the Pre/Post Workflow Hooks ( #3708 )
...
* Add Workflow hook target filter
* Fix post workflow hook example
* Update WokrflowHook in global_cfg
* Fix linting
---------
Co-authored-by: PePe Amengual <jose.amengual@gmail.com >
2023-10-06 09:37:07 -04:00
Simon Heather
1ee108b4c0
Update Docs for fail-on-pre-workflow-hook-error ( #3731 )
2023-09-02 09:39:38 -07:00
Simon Heather
b8994190be
feat: Add Support for Customising the Shell for Pre and Post Workflow Hooks ( #3451 )
2023-07-07 18:34:01 -04:00
Simon Heather
847cab74c4
feat: Add Command Name Environment Variable to Pre/Post Workflow Executions ( #3571 )
...
* Add Workflow Command Name env var
* Update tests
* Update command runner
---------
Co-authored-by: PePe Amengual <jose.amengual@gmail.com >
2023-07-07 16:21:32 -04:00
Shouichi Kamiya
f4fa3138d7
feat: add PULL_URL to environment variables ( #3302 )
...
Background:
It is convenient to have the PR URL available so that we can link the PR
that triggers the infrastructure changes from the audit logging system.
For example, the google cloud provider adds user-supplied justification
into google cloud audit logging via `CLOUDSDK_CORE_REQUEST_REASON`
environment variable.
https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#request_reason
2023-04-21 02:21:27 +00:00
Tomás Mota
87f9f9a6f4
Fix docs wording ( #2957 )
2023-01-09 23:20:17 -08:00
Fabiano Soares Honorato
cb485f11ee
feat: Add pre and post workflow hook status ( #2441 )
...
* Add pre and post workflow hook status
* fix missing mocks
* fix pre/post workflow hooks tests
* add cmd output to file
* fix typo
* add cmd output to file on pre workflow hooks
* Add hooks output to web UI
* Remove unnecessary dependencies
* Clean the code and make tests work again
* Make lint happy
* Small fixes, create dedicated UUID generator and docs
* Add missing commentary
* Use matchers instead of mocking for tests and fix e2e tests
* Change 'OUTPUT_FILE' to 'OUTPUT_STATUS_FILE'
* Reduce SendWorkflowHook calls on hooks
* Apply suggestions from code review
Co-authored-by: PePe Amengual <jose.amengual@gmail.com >
Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com >
2022-12-19 14:20:34 -06:00
Adam Verigin
c3462f9073
Add COMMENT_ARGS to pre/post-workflow hook execution environment ( #2621 )
2022-11-07 14:50:49 -06:00
Giovanni Tirloni
27425c27ef
docs: Add allowed commands for workflow hooks ( #2331 )
...
Fixes #2330
2022-06-29 11:44:03 -07:00
Tim McFadden
b859f72561
feat: post workflow hooks ( #1990 )
...
* Add post-workflow hooks
* docs: Add cost estimation as post workflow use case
Co-authored-by: Gerald Barker <geraldbarker@gmail.com >
2022-01-12 19:57:45 -05:00
Sharif Nassar
cffa55f56e
Spleling ( #1531 )
2021-04-26 10:52:37 -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
myoung34
a6e5c16608
Feature: Add HEAD_COMMIT env var ( #1392 )
2021-02-22 21:47:00 -08:00
ollliegits
cf9dd4ea65
docs: Note added on when exactly pre workflow hooks run. ( #1346 )
...
Co-authored-by: Oliver <oliver.stache@t-systems.com >
2021-01-14 10:19:54 -05:00
Sarvar Muminov
3456dc934b
Add pre workflow custom hooks to run scripts before workflow execution(plan, apply, etc) ( #1255 )
...
* Updated runatlantis.io/docs to have `pre-workflow-hooks` use cases and examples
2020-12-14 15:19:52 -05:00