-
Notifications
You must be signed in to change notification settings - Fork 6
IHS-176: Remove is_visible property from attribute metadata
#603
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: develop
Are you sure you want to change the base?
Conversation
This PR removes `is_visible` property from attribute metadata.
WalkthroughThe pull request removes the Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
💤 Files with no reviewable changes (3)
🧰 Additional context used📓 Path-based instructions (3)**/*.py📄 CodeRabbit inference engine (CLAUDE.md)
Files:
tests/unit/**/*.py📄 CodeRabbit inference engine (CLAUDE.md)
Files:
tests/**/*.py📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying infrahub-sdk-python with
|
| Latest commit: |
58e0d3d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://12052fea.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://sb-20251107-remove-metadata.infrahub-sdk-python.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #603 +/- ##
===========================================
- Coverage 76.44% 75.44% -1.01%
===========================================
Files 112 108 -4
Lines 10856 9321 -1535
Branches 2335 1854 -481
===========================================
- Hits 8299 7032 -1267
+ Misses 1982 1800 -182
+ Partials 575 489 -86
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 21 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
This PR should target |
I think either or would be fine in this case as IS_VISIBLE was never really used and even if you update the property it doesn't do anything sensible. |
This PR removes
is_visibleproperty from attribute metadata.Summary by CodeRabbit
Release Notes
is_visibleattribute throughout the SDK. The attribute is no longer available on Attribute instances and has been removed from recognized property flags and payload generation.