-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refac(hcledit): Move bin in subdirectory * refac(terraform_utils): Move in own directory. * refac(terraform_utils): Move to own directory * feat(vscode): Add some project settings. * feat(pip): Add py-markdown-table as requirement. * refac(terraform_utils): Add init file. * feat(providers): Add Providers. * feat(provider_handler): Add provider_handler and builder. * refac(models): Update versioned resources models. * feat(composition): Remove composition. * feat(models): Add statistics model. * feat(cli): Switch to provider implementation. * refac(builder): Change secret input from file path to dict. * refac(action): Switch to provider implementation. * ruff auto-fix * feat(vscode): Add task to auto-fix with ruff. * doc(README): Update doc. * fix(provider): Fix get markdown table * feat(Statistics): Add function to get markdown table. * feat(action): Add report to pr body. * fix(upgrade_resources): Add catch to handle unsuccesfull upgrades * ruff format * fix(terraform_provider): remove exception handling. * refac(exception): Remove base exception. * fix(cicd): Change error text. * fix(hcledit_cli): Check if binary exists. * fix(hcledit): Make binary executable. * fix(hcledit_cli): REmove exist check. * Revert "fix(hcledit_cli): REmove exist check." This reverts commit c4a29a2. * fix(setup): Change package_data path. * fix(Statistics): Fix markdown table. * fix(Statistics): Change markdown input to list. * feat(vscode): Disable justmycode in launch.json * doc(README): Add supported platforms. * fix(pr_body): Add missing newline after provider table. * fix(pr_body): Remove second newline. * fix(pr_body): Format tables. * fix(pr_body): Add quotes. * refac(markdown_table): Switch to new library for markdown tables. * fix(pip): Fix pytablewriter version * fix(terraform_provider): Set table_name * feat(action): Implement handling of existing PRs * fix(action): Save upgradable resources instead of all.
- Loading branch information
Showing
31 changed files
with
743 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.