-
Notifications
You must be signed in to change notification settings - Fork 1
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
Exclude predefined #67
Merged
Merged
Conversation
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
Simplified the initialization and method signatures in tag.py by removing unnecessary comments and streamlining the code structure. Enhanced the filter_tags functionality to support more flexible filtering options with exact matches and exclusion lists. These changes improve code readability and maintainability while expanding the filtering capabilities.
Simplified the initialization and method signatures in tag.py by removing unnecessary comments and streamlining the code structure. Enhanced the filter_tags functionality to support more flexible filtering options with exact matches and exclusion lists. These changes improve code readability and maintainability while expanding the filtering capabilities.
Simplified the initialization and method signatures in tag.py by removing unnecessary comments and streamlining the code structure. Enhanced the filter_tags functionality to support more flexible filtering options with exact matches and exclusion lists. These changes improve code readability and maintainability while expanding the filtering capabilities.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found.
|
Added support for excluding folders, snippets, and devices from the address filter results. Introduced an `exact_match` option to ensure the container matches precisely. This improves the flexibility and accuracy of filtering addresses based on specific criteria.
Enhanced the function to allow exclusion of folders, snippets, and devices, and added an exact_match parameter to return only container-exact matches. These changes increase the flexibility and precision of address group filtering, accommodating more specific querying needs. Furthermore, the application of these filters is modular, ensuring that none of the existing functionalities are disrupted.
Introduce optional `description`, `subcategory`, and `technology` fields to the application model to provide more detailed metadata. These enhancements are aimed at offering additional context and categorization, improving the information precision about each application.
Remove unnecessary comments for improved code clarity. Add new filtering options such as exact match and exclusion lists for folders, snippets, and devices. These changes enhance the flexibility and precision of the filtering process when fetching application data.
…er and snippet level
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Checklist for This Pull Request
🚨Please adhere to the guidelines for contributing to this repository.
Pull Request Description
Refactor filtering logic to include the ability to exclude based on match criteria
What does this pull request accomplish?
Are there any breaking changes included?
Is there anything the reviewers should know?
Thank you for your contributions!