From ca10c0d456c7981e0773684356680c25fdd7eac8 Mon Sep 17 00:00:00 2001 From: "soleng-terraform[bot]" <168111096+soleng-terraform[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:24:40 +0000 Subject: [PATCH 1/2] update .gitignore --- .gitignore | 55 +++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 86c036d..042b19d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,44 +1,45 @@ -# TypeScript -node_modules/ +# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation +# To update the file: +# - Edit it in the canonical/solutions-engineering-automation repository. +# - Open a PR with the changes. +# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes. -# Juju files -.unit-state.db - -# Byte-compiled / optimized / DLL files +# Python Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class -# Tests files and dir +# Test files and directories .pytest_cache/ .coverage .tox -.venv reports/ +**/report/ htmlcov/ .mypy_cache -# Log files -*.log - -# IDEs -.idea/ -.vscode/ - -# vi -.*.swp - -# version data -repo-info +# python virtual environments (for local dev) +.venv +venv +env -# Python builds +# Build artefacts +output/ +.build/ +build/ +*.charm +*.snap +# python build artefacts deb_dist/ dist/ +*.egg-info/ -# Snaps -*.snap +# Log files +*.log -# Builds -.build/ -build/ -*.charm +# general backup files +*~ +*.bak + +# Note: for editor-specific files, please don't add them here, as they are specific to your environment, not the project. +# Instead, consider using a global gitignore on your workstation. From ef72a1f8106db03604dc55ffbb0ad8cc30bace1f Mon Sep 17 00:00:00 2001 From: "soleng-terraform[bot]" <168111096+soleng-terraform[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:24:42 +0000 Subject: [PATCH 2/2] update .github/.jira_sync_config.yaml --- .github/.jira_sync_config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/.jira_sync_config.yaml b/.github/.jira_sync_config.yaml index ef3adf8..4bc7377 100644 --- a/.github/.jira_sync_config.yaml +++ b/.github/.jira_sync_config.yaml @@ -1,3 +1,8 @@ +# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation +# To update the file: +# - Edit it in the canonical/solutions-engineering-automation repository. +# - Open a PR with the changes. +# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes. # # For more info about the settings, please refre to the github repository: # https://github.com/canonical/gh-jira-sync-bot @@ -17,6 +22,9 @@ settings: components: - software-engineering + # (Optional) (Default: false) Add a new comment in GitHub with a link to Jira created issue + add_gh_comment: true + # (Optional) (Default: None) Parent Epic key to link the issue to epic_key: SOLENG-46