-
Notifications
You must be signed in to change notification settings - Fork 6
Merge develop into infrahub-develop #787
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
base: infrahub-develop
Are you sure you want to change the base?
Conversation
Replace ternary `if` expression with `or` operator
Prefer variables in lowercase
Simplify for-loop with any()
Prevent cascade delete from causing SDK tracking delete to fail
Merge stable into develop
Use a list comprehension to create a transformed list
Add missing __init__.py files
Fix ruff Jinja2 violations and move the remaining warning
Add __hash__ method to object that already has __eq__
Move rules for too many branches
Update packages: urllib3, filelock & virtualenv
Fix flake8 raise linting violations
Split apart pytest rule violations
Avoid shadowing builtin `list`
Merge stable into develop
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## infrahub-develop #787 +/- ##
====================================================
- Coverage 80.39% 72.33% -8.07%
====================================================
Files 115 115
Lines 9872 9865 -7
Branches 1513 1504 -9
====================================================
- Hits 7937 7136 -801
- Misses 1413 2223 +810
+ Partials 522 506 -16
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 22 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Merging develop into infrahub-develop after merging pull request #782.