Skip to content

Commit 8d6c219

Browse files
Zaperexnickboldt
andauthored
feat: simplify the OCI reference when there is only 1 plugin in the OCI image (#3672)
* chore: simplify oci reference when only one plugin is in OCI artifact Signed-off-by: Frank Kong <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: update dynamic plugin install script unit tests Assisted By: Cursor Signed-off-by: Frank Kong <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: implement Tomas' suggestion Signed-off-by: Frank Kong <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * test: update unit tests for new inherit behavior Assisted-By: Cursor Signed-off-by: Frank Kong <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * docs: update documentation for the path omission feature Signed-off-by: Frank Kong <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: rename variables to make sonarqube happy Signed-off-by: Frank Kong <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chore: rename more variables and functions to appease sonarqube Signed-off-by: Frank Kong <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * tests: update install-dynamic-plugins unit tests with new variable names Signed-off-by: Frank Kong <[email protected]> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Co-authored-by: Nick Boldt <[email protected]>
1 parent 64ff7eb commit 8d6c219

File tree

4 files changed

+776
-165
lines changed

4 files changed

+776
-165
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ yarn-error.log*
1010
lerna-debug.log*
1111

1212
# Coverage directory generated when running tests with coverage
13-
coverage
14-
13+
**/coverage
14+
**/.coverage
1515
# Dependencies
1616
node_modules/
1717

@@ -79,4 +79,4 @@ dynamic-plugins-root/*
7979
# Python Caches
8080
**/__pycache__/
8181
**/.pytest_cache/
82-
**/.venv/
82+
**/.venv/

0 commit comments

Comments
 (0)