From 9eee74ba6118464f38758be7e6ca3b6e5227f66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 03:04:24 +0000 Subject: [PATCH 1/3] Update dependency dulwich to v0.22.8 --- requirements-container.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-container.txt b/requirements-container.txt index 6002093..5687a9f 100644 --- a/requirements-container.txt +++ b/requirements-container.txt @@ -1,6 +1,6 @@ django-auth-ldap==5.1.0 django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.5 -dulwich==0.22.7 +dulwich==0.22.8 python3-saml==1.16.0 --no-binary lxml --no-binary xmlsec From 849f8bef071779ca9080e4194e84f64605eec59b Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 6 Mar 2025 20:47:46 +0100 Subject: [PATCH 2/3] Make superliner happy --- .ecrc => .editorconfig-checker.json | 7 +------ .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) rename .ecrc => .editorconfig-checker.json (72%) diff --git a/.ecrc b/.editorconfig-checker.json similarity index 72% rename from .ecrc rename to .editorconfig-checker.json index f0c91f7..e10260e 100644 --- a/.ecrc +++ b/.editorconfig-checker.json @@ -4,15 +4,10 @@ "IgnoreDefaults": false, "SpacesAftertabs": false, "NoColor": false, - "Exclude": [ - "LICENSE", - "\\.initializers", - "\\.vscode" - ], + "Exclude": ["LICENSE", "\\.initializers", "\\.vscode"], "AllowedContentTypes": [], "PassedFiles": [], "Disable": { - // set these options to true to disable specific checks "EndOfLine": false, "Indentation": false, "InsertFinalNewline": false, diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f0db36e..c4f22d6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -41,7 +41,7 @@ jobs: VALIDATE_GITLEAKS: false VALIDATE_JSCPD: false FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*) - EDITORCONFIG_FILE_NAME: .ecrc + EDITORCONFIG_FILE_NAME: .editorconfig-checker.json DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml MARKDOWN_CONFIG_FILE: .markdown-lint.yml PYTHON_BLACK_CONFIG_FILE: pyproject.toml From 4eb0d6a368ac68b3e506c8a9264173de26d18c4a Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 6 Mar 2025 21:29:33 +0100 Subject: [PATCH 3/3] Update test configuration --- test-configuration/test_config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test-configuration/test_config.py b/test-configuration/test_config.py index 884defd..76ec6a0 100644 --- a/test-configuration/test_config.py +++ b/test-configuration/test_config.py @@ -3,4 +3,9 @@ LOGGING = { 'disable_existing_loggers': True } +PLUGINS = [ + 'netbox.tests.dummy_plugin', +] + + DEFAULT_PERMISSIONS = {}