-
Notifications
You must be signed in to change notification settings - Fork 3
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
Prep release 1.6.1 #240
Merged
Merged
Prep release 1.6.1 #240
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
Avoid providing a falsy fallback to `dict.get()`
* resolves #130: Replace GitPython with dulwich * Remove debugging * Add better testing for initializing git repos * Refactor RepoManager * Add integration test for dulwich * Add minimum version for dulwich * Fix linting for exception match * Add debug for ci * Move asserts so it fails early * Add debugging for integration test * Return docker compose config in CI * Add more debugs for files * Run command on docker host * Get container logs * Comment out integration test for git repo * Remove print
…nt-method Add possibility to use filters in the SDK client's count method
fix ci for repository
…query fix issue with batch execution of queries not considering filters
Replace `Literal[None]` with `None`
# Conflicts: # infrahub_sdk/task_report.py
Remove task_report.py
* v1.6 prep
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## stable #240 +/- ##
==========================================
+ Coverage 68.70% 70.28% +1.58%
==========================================
Files 82 82
Lines 7525 7462 -63
Branches 1392 1385 -7
==========================================
+ Hits 5170 5245 +75
+ Misses 1981 1842 -139
- Partials 374 375 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
FragmentedPacket
approved these changes
Jan 16, 2025
gmazoyer
approved these changes
Jan 16, 2025
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.
#239 should have targeted the stable branch, but targeted develop intead. Due to this the v1.6.0 tag was pushed to the latest commit on stable and we published an incorrect 1.6.0 package to PyPi.
This PR merges the changes into stable, and bumps the version to 1.6.1, so that we can release a new 1.6.1 package to PyPi containing the right changes.