-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from nordic-institute/develop
chore: Updates for Metrics release 1.3.0
- Loading branch information
Showing
83 changed files
with
8,017 additions
and
4,594 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
version: 2 | ||
|
||
updates: | ||
- package-ecosystem: pip | ||
directories: | ||
#- "/analysis_module" | ||
#- "/analysis_ui_module" | ||
- "/anonymizer_module" | ||
- "/collector_module" | ||
- "/corrector_module" | ||
#- "/opendata_collector_module" | ||
- "/opendata_module" | ||
- "/reports_module" | ||
schedule: | ||
interval: "weekly" | ||
day: "thursday" | ||
groups: | ||
python-minor-patch: | ||
applies-to: version-updates | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
python-major: | ||
applies-to: version-updates | ||
update-types: | ||
- "major" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/.github/workflows" | ||
schedule: | ||
interval: "weekly" | ||
day: "thursday" | ||
groups: | ||
actions-update: | ||
applies-to: version-updates | ||
patterns: | ||
- "*" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ nosetests.xml | |
coverage.xml | ||
*,cover | ||
.hypothesis/ | ||
test_results.xml | ||
test_results.* | ||
|
||
# Translations | ||
*.mo | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
excludes: | ||
paths: | ||
- pattern: "**/test_requirements.txt" | ||
reason: "TEST_OF" | ||
comment: "Requirements for testing." | ||
- pattern: "3RD-PARTY-NOTICES.txt" | ||
reason: "DOCUMENTATION_OF" | ||
comment: "3rd party notices." | ||
|
||
scopes: | ||
- pattern: "checkstyle" | ||
reason: "BUILD_DEPENDENCY_OF" | ||
comment: "Packages for code styling checks (testing) only." | ||
|
||
- pattern: "devDependencies" | ||
reason: "DEV_DEPENDENCY_OF" | ||
comment: "Packages for development only." | ||
|
||
- pattern: "jacocoAgent" | ||
reason: "TEST_DEPENDENCY_OF" | ||
comment: "Packages for code coverage (testing) only." | ||
|
||
- pattern: "jacocoAnt" | ||
reason: "TEST_DEPENDENCY_OF" | ||
comment: "Packages for code coverage (testing) only." | ||
|
||
- pattern: "test.*" | ||
reason: "TEST_DEPENDENCY_OF" | ||
comment: "Packages for testing only." | ||
|
||
- pattern: "annotationProcessor" | ||
reason: "DEV_DEPENDENCY_OF" | ||
comment: "Packages for development only." | ||
|
||
- pattern: "compileClasspath" | ||
reason: "DEV_DEPENDENCY_OF" | ||
comment: "Packages for development only." | ||
|
||
- pattern: "compileOnly" | ||
reason: "DEV_DEPENDENCY_OF" | ||
comment: "Packages for development only." | ||
|
||
resolutions: | ||
rule_violations: | ||
- message: "copyleft-strong license GPL-2.0-or-later in PyPI::jinja2:2.10.1." | ||
reason: "LICENSE_ACQUIRED_EXCEPTION" | ||
comment: "The files meant by this license hit are not in use in X-Road-Metrics." | ||
|
||
- message: "copyleft-strong license GPL-3.0-or-later WITH GCC-exception-3.1 in PyPI::scipy:1.10.1." | ||
reason: "LICENSE_ACQUIRED_EXCEPTION" | ||
comment: "The exception applies, hence license acquired." | ||
|
||
- message: "copyleft-strong license GPL-3.0-or-later WITH GCC-exception-3.1 in PyPI::numpy:1.24.4." | ||
reason: "LICENSE_ACQUIRED_EXCEPTION" | ||
comment: "The exception applies, hence license acquired." | ||
|
||
- message: "copyleft-strong license GPL-3.0-only WITH GCC-exception-3.1 in PyPI::numpy:1.24.4." | ||
reason: "LICENSE_ACQUIRED_EXCEPTION" | ||
comment: "The exception applies, hence license acquired." | ||
|
||
- message: "free-restricted license Bitstream-Vera in PyPI::matplotlib:3.1.2." | ||
reason: "LICENSE_ACQUIRED_EXCEPTION" | ||
comment: "Font files that are not modified, hence license acquired." | ||
|
||
- message: "free-restricted license Bitstream-Vera in PyPI::matplotlib:3.1.2." | ||
reason: "LICENSE_ACQUIRED_EXCEPTION" | ||
comment: "Font files that are not modified, hence license acquired." |
Oops, something went wrong.