-
Notifications
You must be signed in to change notification settings - Fork 0
feat: ✨ add exclusion by jsonpath
#85
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
6045597
feat: :sparkles: add exclusion by JSON path target
lwjohnst86 712252b
docs: :memo: small clarifications to docstring
lwjohnst86 aa5f972
build: :arrow_up: upgrade packages in lock file
lwjohnst86 a51df83
refactor: :recycle: compare literal strings, no regex used
lwjohnst86 f9d36a9
build: :heavy_plus_sign: add python-jsonpath dependency
lwjohnst86 6d7f387
build: :bento: rebuild lock file
lwjohnst86 8ad51cd
feat: :sparkles: incorporate JSONPath querying for exclusions
lwjohnst86 b505018
test: :white_check_mark: update tests with JSONPath queries
lwjohnst86 60ec45a
docs: :memo: add back docstring
lwjohnst86 0995e77
Merge branch 'main' of https://github.com/seedcase-project/check-data…
lwjohnst86 b5f1e49
fix: :pencil2: fix naming to `jsonpath`
lwjohnst86 09ddea6
refactor: :recycle: move maps/flat_map into internals
lwjohnst86 050cc51
revert: :rewind: use previous code for exclude types
lwjohnst86 7ae6733
refactor: :recycle: rename to match other function
lwjohnst86 e8c6d20
Merge branch 'main' of https://github.com/seedcase-project/check-data…
lwjohnst86 fce93f7
refactor: simplify with `replace()`
lwjohnst86 54756dc
refactor: :construction: trying to do both jsonpath and type
lwjohnst86 216fa85
Merge branch 'feat/add-target-exclusion' of https://github.com/seedca…
lwjohnst86 6885395
Merge branch 'main' of https://github.com/seedcase-project/check-data…
lwjohnst86 ad14f7a
refactor: :recycle: implement AND for excludes
lwjohnst86 4f10227
fix: :fire: remove unused functions
lwjohnst86 4af1d8e
build: :arrow_up: updated lock file
lwjohnst86 02c62ee
Merge branch 'main' of https://github.com/seedcase-project/check-data…
lwjohnst86 a14cdf8
test: :pencil2: not sure why there were 4 issues before, but its only 3
lwjohnst86 3f99030
docs: :memo: update `Exclude` docstrings
lwjohnst86 1d56636
refactor: :pencil2: improvements from review
lwjohnst86 f63ba41
Merge branch 'main' of https://github.com/seedcase-project/check-data…
lwjohnst86 a3fccfc
test: :white_check_mark: correctly trigger AND exclude logic
lwjohnst86 235b7c2
docs: :memo: comment about fixing mypy error
lwjohnst86 73f03b3
build: :arrow_up: updated lock file
lwjohnst86 6c36fae
refactor: :recycle: remove `if None` condition
lwjohnst86 968d722
refactor: :recycle: match `_same_type` with `_same_jsonpath`
lwjohnst86 b49014f
refactor: :recycle: use `==`, not `in`
lwjohnst86 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
lwjohnst86 marked this conversation as resolved.
Show resolved
Hide resolved
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.