Skip to content

Commit

Permalink
Update version to v2.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2024
1 parent 14ad58f commit 905c83c
Show file tree
Hide file tree
Showing 31 changed files with 499 additions and 88 deletions.
2 changes: 1 addition & 1 deletion API
Submodule API updated from fc3389 to 1648bd
12 changes: 11 additions & 1 deletion aruna/api/dataproxy/services/v2/bundler_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion aruna/api/dataproxy/services/v2/dataproxy_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion aruna/api/health/v2/health_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion aruna/api/hooks/services/v2/hooks_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion aruna/api/notification/services/v2/notification_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 42 additions & 30 deletions aruna/api/storage/models/v2/models_pb2.py

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions aruna/api/storage/models/v2/models_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map

DESCRIPTOR: _descriptor.FileDescriptor

class AnnouncementType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
__slots__ = ()
ANNOUNCEMENT_TYPE_UNSPECIFIED: _ClassVar[AnnouncementType]
ANNOUNCEMENT_TYPE_ORGA: _ClassVar[AnnouncementType]
ANNOUNCEMENT_TYPE_RELEASE: _ClassVar[AnnouncementType]
ANNOUNCEMENT_TYPE_UPDATE: _ClassVar[AnnouncementType]
ANNOUNCEMENT_TYPE_MAINTENANCE: _ClassVar[AnnouncementType]
ANNOUNCEMENT_TYPE_BLOG: _ClassVar[AnnouncementType]

class DataClass(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
__slots__ = ()
DATA_CLASS_UNSPECIFIED: _ClassVar[DataClass]
Expand Down Expand Up @@ -117,6 +126,12 @@ class ReplicationStatus(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
REPLICATION_STATUS_RUNNING: _ClassVar[ReplicationStatus]
REPLICATION_STATUS_FINISHED: _ClassVar[ReplicationStatus]
REPLICATION_STATUS_ERROR: _ClassVar[ReplicationStatus]
ANNOUNCEMENT_TYPE_UNSPECIFIED: AnnouncementType
ANNOUNCEMENT_TYPE_ORGA: AnnouncementType
ANNOUNCEMENT_TYPE_RELEASE: AnnouncementType
ANNOUNCEMENT_TYPE_UPDATE: AnnouncementType
ANNOUNCEMENT_TYPE_MAINTENANCE: AnnouncementType
ANNOUNCEMENT_TYPE_BLOG: AnnouncementType
DATA_CLASS_UNSPECIFIED: DataClass
DATA_CLASS_PUBLIC: DataClass
DATA_CLASS_PRIVATE: DataClass
Expand Down
12 changes: 11 additions & 1 deletion aruna/api/storage/services/v2/authorization_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion aruna/api/storage/services/v2/collection_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion aruna/api/storage/services/v2/data_replication_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion aruna/api/storage/services/v2/dataset_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion aruna/api/storage/services/v2/endpoint_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 905c83c

Please sign in to comment.