Skip to content

Add NumberPool kind #416

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

Merged
merged 1 commit into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/+543efbd1.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added NumberPool as a new attribute kind, for support in Infrahub 1.3
1 change: 1 addition & 0 deletions infrahub_sdk/schema/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
TEXTAREA = "TextArea"
DATETIME = "DateTime"
NUMBER = "Number"
NUMBERPOOL = "NumberPool"

Check warning on line 52 in infrahub_sdk/schema/main.py

View check run for this annotation

Codecov / codecov/patch

infrahub_sdk/schema/main.py#L52

Added line #L52 was not covered by tests
DROPDOWN = "Dropdown"
EMAIL = "Email"
PASSWORD = "Password" # noqa: S105
Expand Down