mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-08 08:31:37 +00:00

* ✨feat(ui)#10271:UI - Object Storage Service * chore: add objectStoreService in permission resource enum * chore: add support for connection config form for object store service * chore: add support for service connection details schema for object service * chore: change objectStores to objectstores * chore: add object stores in global settings * chore: update objectstore locals * chore: change objectStoreServices to objectstoreServices * chore: add support for page header for object stores * chore: fetch containers for object store service * chore: fix connection config is not showing up for object store service * chore: update getLinkForFqn for object store service * fix: add object store service in delete widget modal * chore: add object store service logo * chore: update object store service label * chore: fix routing of object store service * test: add unit test for object store service * fix: missing tags column header * test: add unit test for global setting left panel * test: update global setting left panel test * chore: update svg to take the current color * address comments * ✨feat(ui)#10271:UI - Object Storage Service Part-2 * chore: add support for container children * chore: add support for data model component * chore: add support for adding/updating description * fix: read serviceType directly from entity * chore: add support for follow and unFollow container * chore: add support for update/remove owner and tier * chore: add support for updating/removing tags of container * fix: version is not updating in real time * chore: add support for restoring the container * chore: add support for lineage * chore: add support for custom properties * chore: add support for CRUD for custom attributes * chore: add support for container nth level in breadcrumb * fix: unit test * chore: locale update * chore: add support for updating data models * chore: add object store service icon * address previous PR comments * test: add unit test * chore: fix label issue * chore: remove duplicate codes * chore: add beta tag for object store service * fix: tags source issue * address comments