-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extracted `AsyncReadObj` to `async_utils` crate, `S3Context` to `aws_utils` crate AccessError became part of odf ODF crates new structure: - src/domain/odf/odf-metadata (old opendatafabric) - src/domain/odf/odf-storage (repository interfaces) - src/infra/odf-storage (repository implementations). Moved `NamedObjectReppository` for now from `core` - with all implementations and tests. aws-utils` renamed to `s3-utils`. Moved `ObjectRepository` Moved ReferenceRepository and BlockRef Moved MetadataBlockRepository ObjectStoreRegistry separated Moved `MetadataChain` and it's visitors + `MetadataFactory` testing tools Moved `DatasetSummary` More odf catalogs reshuffling Started `odf/dataset` crate, moved `DatasetSummary` there Moved `MetadataChain` to `odf-dataset` Moved `BlockRef` into `odf-dataset` Moved `Dataset` to `odf-dataset` Moved `DatasetFactory` & `OdfServerAccessTokenResolver` to `odf-dataset` `DatasetStorageUnit` is a new name for `DatasetRepository` Renamed storage unit methods opendatafabric => odf_metadata Started defining `odf` metacrate. Converted uses of `odf_dataset`, `odf_metadata` in `adapter/auth-oso`, `adapter-graphl`. odf meta-crate applied in adapter/http odf meta-crate used in adapter/odata, adapter/oauth Use odf meta-crate in app/cli Applied odf meta-crate in all domains except core Using odf meta-crate in domain/core Web-UI build correction
- Loading branch information
1 parent
eb5ede4
commit 6537db5
Showing
684 changed files
with
6,239 additions
and
5,226 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.