Skip to content
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