-
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
Order of retrieved nodes can be disabled #223
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## develop #223 +/- ##
===========================================
- Coverage 68.72% 68.70% -0.03%
===========================================
Files 82 82
Lines 7515 7525 +10
Branches 1459 1462 +3
===========================================
+ Hits 5165 5170 +5
- Misses 1972 1975 +3
- Partials 378 380 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
infrahub_sdk/types.py
Outdated
@@ -64,3 +66,7 @@ def exception(self, event: str | None = None, *args: Any, **kw: Any) -> Any: | |||
|
|||
|
|||
InfrahubLoggers = Union[InfrahubLogger, Logger] | |||
|
|||
|
|||
class OrderModel(BaseModel): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should call it just Order
to keep it simpler for the user and easier to read
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Please can you add an entry in the changelog directory to include something in the release note |
4e18000
to
ffd8384
Compare
561614b
to
d92173d
Compare
d92173d
to
9b1fe7a
Compare
No description provided.