Skip to content
Open
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
2 changes: 2 additions & 0 deletions infrahub_sdk/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class CoreGenericRepository(CoreNode):
location: String
internal_status: Dropdown
operational_status: Dropdown
commit: StringOptional
sync_status: Dropdown
credential: RelatedNode
tags: RelationshipManager
Expand Down Expand Up @@ -735,6 +736,7 @@ class CoreGenericRepositorySync(CoreNodeSync):
location: String
internal_status: Dropdown
operational_status: Dropdown
commit: StringOptional
sync_status: Dropdown
credential: RelatedNodeSync
tags: RelationshipManagerSync
Expand Down