-
Notifications
You must be signed in to change notification settings - Fork 11
fix: resolve inherited profiles reporting issues and restore check skipping #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kikkomep
wants to merge
15
commits into
crs4:develop
Choose a base branch
from
kikkomep:fix/reporting-inherited-profiles-issues
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
daebea1
refactor(core): :recycle: rename flag to `disable_inherited_profiles_…
kikkomep c8ad7b9
refactor(core): :building_construction: skip inherited profile event …
kikkomep cd03486
docs(core): :bulb: improve code documentation with additional comments
kikkomep cd3af57
docs(core): :bulb: clarify the proper usage of the `enable_profile_in…
kikkomep d6f9192
fix(cli): :building_construction: Make the `disable_profile_inheritan…
kikkomep f6e15b7
fix(core): :adhesive_bandage: remove inherited checks from stats when…
kikkomep 4a27eb9
fix(core): :adhesive_bandage: exclude skipped checks from stats
kikkomep 9141a72
fix(core): :bug: enable skipping of SHACL checks
kikkomep efcad8b
fix(core): :bug: enable skipping of Python checks
kikkomep 04988b1
fix(core): :bug: ensure skip_checks is defined before use
kikkomep 38f22ff
fix(cli): :bug: wrong param name
kikkomep c8e7de7
refactor(core): :wrench: set `disable_inherited_profiles_issue_report…
kikkomep 471745b
fix(core): :adhesive_bandage: ensure skipped checks are reported prop…
kikkomep 103c647
test(core): :white_check_mark: test behaviour of `disable_inherited_p…
kikkomep a5d9d0a
test(core): :white_check_mark: test behaviour of skip check functiona…
kikkomep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, it would be useful if you could add a note to the changelog when something is renamed - changed names often create errors in our fork and having a clear changelog helps to figure out what we need to update without looking through individual PRs.
(Last week I was caught a bit off-guard by the move to
utils.io_helpers!)