├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── config.yml │ └── feature_request.md ├── pull_request_template.md └── workflows │ └── ci.yml ├── .gitignore ├── .goreleaser.yaml ├── CODEOWNERS ├── CONTRIBUTING.md ├── Containerfile ├── LICENSE ├── Makefile ├── README.md ├── api ├── client │ └── v1alpha1 │ │ ├── attribute_types.go │ │ ├── common_types.go │ │ ├── config_types.go │ │ ├── doc.go │ │ ├── register.go │ │ └── schema_types.go ├── doc.go └── services │ └── collectionmanager │ └── v1alpha1 │ ├── manager.pb.go │ ├── manager.proto │ └── manager_grpc.pb.go ├── attributes ├── attributes.go ├── attributes_test.go ├── bool.go ├── bool_test.go ├── doc.go ├── float.go ├── float_test.go ├── int.go ├── int_test.go ├── matchers │ ├── doc.go │ ├── matcher.go │ └── matcher_test.go ├── null.go ├── null_test.go ├── reflect.go ├── string.go └── string_test.go ├── cmd ├── client │ ├── commands │ │ ├── build.go │ │ ├── build_collection.go │ │ ├── build_collection_test.go │ │ ├── build_schema.go │ │ ├── build_schema_test.go │ │ ├── cli_e2e_test.go │ │ ├── doc.go │ │ ├── inspect.go │ │ ├── inspect_test.go │ │ ├── options │ │ │ ├── common.go │ │ │ └── remote.go │ │ ├── pull.go │ │ ├── pull_test.go │ │ ├── push.go │ │ ├── push_test.go │ │ ├── root.go │ │ ├── serve.go │ │ ├── sigstore.go │ │ ├── testdata │ │ │ ├── cache │ │ │ │ └── oci-layout │ │ │ ├── configs │ │ │ │ ├── dataset-config-basic.yaml │ │ │ │ ├── dataset-config-invalidlinks.yaml │ │ │ │ ├── dataset-config-invalidschema.yaml │ │ │ │ ├── dataset-config-links.yaml │ │ │ │ ├── dataset-config-schema.yaml │ │ │ │ ├── link.yaml │ │ │ │ ├── match.yaml │ │ │ │ ├── nomatch.yaml │ │ │ │ └── schema-config.yaml │ │ │ ├── emporous-template │ │ │ │ ├── dog.jpeg │ │ │ │ ├── level1 │ │ │ │ │ └── cat.jpeg │ │ │ │ └── test.txt.uor │ │ │ ├── expected │ │ │ │ ├── flatworkspace │ │ │ │ │ └── fish.jpg │ │ │ │ ├── multi-level-workspace │ │ │ │ │ ├── images │ │ │ │ │ │ └── fish.jpg │ │ │ │ │ ├── info.json │ │ │ │ │ ├── supplementary │ │ │ │ │ │ └── about.json │ │ │ │ │ └── test.json │ │ │ │ └── uor-template │ │ │ │ │ ├── dog.jpeg │ │ │ │ │ ├── level1 │ │ │ │ │ └── cat.jpeg │ │ │ │ │ └── test.txt.uor │ │ │ ├── flatworkspace │ │ │ │ └── fish.jpg │ │ │ ├── multi-level-workspace │ │ │ │ ├── images │ │ │ │ │ └── fish.jpg │ │ │ │ ├── info.json │ │ │ │ ├── supplementary │ │ │ │ │ └── about.json │ │ │ │ └── test.json │ │ │ └── tworoots │ │ │ │ ├── fish.jpg │ │ │ │ └── fish2.jpg │ │ ├── testutil.go │ │ └── version.go │ └── main.go └── gendoc │ └── main.go ├── config ├── convert.go ├── convert_test.go ├── doc.go ├── load.go ├── load_test.go └── testdata │ ├── valid-attr.yaml │ ├── valid-ds.yaml │ └── valid-schema.yaml ├── content ├── doc.go ├── errors.go ├── layout │ ├── layout.go │ ├── layout_test.go │ └── testdata │ │ ├── attributes │ │ ├── blobs │ │ │ └── sha256 │ │ │ │ ├── 2a3e548346a65e882b0ecc1c42f12fca206a08fc6e0a4472808c691d013b176c │ │ │ │ ├── 2e30f6131ce2164ed5ef017845130727291417d60a1be6fad669bdc4473289cd │ │ │ │ ├── 8b8843c2c23a94efafa834c7b52547aa2cba63ed517c7891eba5b7386330482b │ │ │ │ ├── 9195948467239f04b039ae69065a1d0a2a8f172fbb2f6dd2e7f1800b99504d0d │ │ │ │ ├── 9cb14490403602a2897be4a756b0a6be864d3085a889b14c9b577c58fb4f9811 │ │ │ │ └── d7f4b189d9284a77a41d861d694537cac80fe39039a6586ffb01e11c68711136 │ │ ├── index.json │ │ └── oci-layout │ │ ├── invalid │ │ └── oci-layout │ │ ├── schema │ │ ├── blobs │ │ │ └── sha256 │ │ │ │ ├── 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a │ │ │ │ ├── 9ab0af7d07e5b133f741ccbd138eb1c28ba6b91b11df707c99f19e3ebb836c91 │ │ │ │ └── a50ae3a26456b388ec5174e4f8b580ec26a9f94fb2a29a68e00516b3ddef5e76 │ │ ├── index.json │ │ └── oci-layout │ │ └── valid │ │ ├── blobs │ │ └── sha256 │ │ │ ├── 026b8ff275ddc39d5d2cd59d9eb535aade8604c6d73da150cfdac62879c7a13d │ │ │ ├── 2e30f6131ce2164ed5ef017845130727291417d60a1be6fad669bdc4473289cd │ │ │ ├── 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a │ │ │ ├── 473f7d69dbc51105aff4bb2f7ec80e27402d2f40c3e9a076e8c773b15969eadf │ │ │ ├── 57c1e77232e6f6803c489f00e5f05d4d3c8aef552007d3470de86071c5a08a50 │ │ │ └── 5c29ebcf4a3e7ac6dca6dcea98b4fa98de57c4aca65fa0b49989fbeab1dfdf84 │ │ ├── index.json │ │ └── oci-layout └── store.go ├── docs ├── design │ ├── _category_.json │ └── collections.md └── usage │ ├── emporous.md │ ├── emporous_build.md │ ├── emporous_build_collection.md │ ├── emporous_build_schema.md │ ├── emporous_inspect.md │ ├── emporous_pull.md │ ├── emporous_push.md │ ├── emporous_serve.md │ └── emporous_version.md ├── examples ├── attributes.yaml ├── dataset-config-basic.yaml ├── dataset-config-links.yaml └── schema-config.yaml ├── exercises └── linked │ └── .gitignore ├── go.mod ├── go.sum ├── log └── log.go ├── manager ├── defaultmanager │ ├── build.go │ ├── default.go │ ├── doc.go │ ├── pull.go │ └── push.go ├── doc.go └── manager.go ├── model ├── doc.go ├── traversal │ ├── budget.go │ ├── doc.go │ ├── handlers.go │ ├── path.go │ ├── path_test.go │ ├── traversal.go │ └── traversal_test.go └── types.go ├── nodes ├── README.md ├── basic │ └── basic.go ├── collection │ ├── assembly.go │ ├── assembly_test.go │ ├── collection.go │ ├── collection_test.go │ ├── doc.go │ ├── edge.go │ ├── iterator.go │ ├── iterator_test.go │ └── loader │ │ ├── manifest_to_collection.go │ │ └── manifest_to_collection_test.go ├── descriptor │ ├── annotations.go │ ├── annotations_test.go │ ├── conversion.go │ ├── errors.go │ ├── matcher.go │ ├── matcher_test.go │ ├── properties.go │ ├── properties_test.go │ └── v2 │ │ ├── annotations.go │ │ └── descriptor.go └── doc.go ├── registryclient ├── client.go ├── doc.go └── orasclient │ ├── credentials.go │ ├── doc.go │ ├── internal │ └── cache │ │ └── cache.go │ ├── options.go │ ├── oras.go │ ├── oras_test.go │ ├── pack.go │ └── testdata │ └── workspace │ └── fish.jpg ├── schema ├── doc.go ├── loader.go ├── loader_test.go ├── schema.go ├── schema_test.go └── types.go ├── services └── collectionmanager │ ├── auth.go │ ├── doc.go │ ├── service.go │ ├── service_test.go │ └── testdata │ └── workspace │ └── fish.jpg ├── test ├── fish.jpg ├── level1 │ ├── file.txt │ └── fish2.jpg └── test.json ├── util ├── examples │ ├── examples.go │ └── examples_test.go ├── testutils │ ├── registry.go │ └── testutils.go └── workspace │ ├── doc.go │ ├── local.go │ ├── local_test.go │ └── workspace.go └── version ├── version.go └── version_test.go /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/.gitignore -------------------------------------------------------------------------------- /.goreleaser.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/.goreleaser.yaml -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Containerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/Containerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/README.md -------------------------------------------------------------------------------- /api/client/v1alpha1/attribute_types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/client/v1alpha1/attribute_types.go -------------------------------------------------------------------------------- /api/client/v1alpha1/common_types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/client/v1alpha1/common_types.go -------------------------------------------------------------------------------- /api/client/v1alpha1/config_types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/client/v1alpha1/config_types.go -------------------------------------------------------------------------------- /api/client/v1alpha1/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/client/v1alpha1/doc.go -------------------------------------------------------------------------------- /api/client/v1alpha1/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/client/v1alpha1/register.go -------------------------------------------------------------------------------- /api/client/v1alpha1/schema_types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/client/v1alpha1/schema_types.go -------------------------------------------------------------------------------- /api/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/doc.go -------------------------------------------------------------------------------- /api/services/collectionmanager/v1alpha1/manager.pb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/services/collectionmanager/v1alpha1/manager.pb.go -------------------------------------------------------------------------------- /api/services/collectionmanager/v1alpha1/manager.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/services/collectionmanager/v1alpha1/manager.proto -------------------------------------------------------------------------------- /api/services/collectionmanager/v1alpha1/manager_grpc.pb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/api/services/collectionmanager/v1alpha1/manager_grpc.pb.go -------------------------------------------------------------------------------- /attributes/attributes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/attributes.go -------------------------------------------------------------------------------- /attributes/attributes_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/attributes_test.go -------------------------------------------------------------------------------- /attributes/bool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/bool.go -------------------------------------------------------------------------------- /attributes/bool_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/bool_test.go -------------------------------------------------------------------------------- /attributes/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/doc.go -------------------------------------------------------------------------------- /attributes/float.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/float.go -------------------------------------------------------------------------------- /attributes/float_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/float_test.go -------------------------------------------------------------------------------- /attributes/int.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/int.go -------------------------------------------------------------------------------- /attributes/int_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/int_test.go -------------------------------------------------------------------------------- /attributes/matchers/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/matchers/doc.go -------------------------------------------------------------------------------- /attributes/matchers/matcher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/matchers/matcher.go -------------------------------------------------------------------------------- /attributes/matchers/matcher_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/matchers/matcher_test.go -------------------------------------------------------------------------------- /attributes/null.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/null.go -------------------------------------------------------------------------------- /attributes/null_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/null_test.go -------------------------------------------------------------------------------- /attributes/reflect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/reflect.go -------------------------------------------------------------------------------- /attributes/string.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/string.go -------------------------------------------------------------------------------- /attributes/string_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/attributes/string_test.go -------------------------------------------------------------------------------- /cmd/client/commands/build.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/build.go -------------------------------------------------------------------------------- /cmd/client/commands/build_collection.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/build_collection.go -------------------------------------------------------------------------------- /cmd/client/commands/build_collection_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/build_collection_test.go -------------------------------------------------------------------------------- /cmd/client/commands/build_schema.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/build_schema.go -------------------------------------------------------------------------------- /cmd/client/commands/build_schema_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/build_schema_test.go -------------------------------------------------------------------------------- /cmd/client/commands/cli_e2e_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/cli_e2e_test.go -------------------------------------------------------------------------------- /cmd/client/commands/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/doc.go -------------------------------------------------------------------------------- /cmd/client/commands/inspect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/inspect.go -------------------------------------------------------------------------------- /cmd/client/commands/inspect_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/inspect_test.go -------------------------------------------------------------------------------- /cmd/client/commands/options/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/options/common.go -------------------------------------------------------------------------------- /cmd/client/commands/options/remote.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/options/remote.go -------------------------------------------------------------------------------- /cmd/client/commands/pull.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/pull.go -------------------------------------------------------------------------------- /cmd/client/commands/pull_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/pull_test.go -------------------------------------------------------------------------------- /cmd/client/commands/push.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/push.go -------------------------------------------------------------------------------- /cmd/client/commands/push_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/push_test.go -------------------------------------------------------------------------------- /cmd/client/commands/root.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/root.go -------------------------------------------------------------------------------- /cmd/client/commands/serve.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/serve.go -------------------------------------------------------------------------------- /cmd/client/commands/sigstore.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/sigstore.go -------------------------------------------------------------------------------- /cmd/client/commands/testdata/cache/oci-layout: -------------------------------------------------------------------------------- 1 | {"imageLayoutVersion":"1.0.0"} -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/dataset-config-basic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/dataset-config-basic.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/dataset-config-invalidlinks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/dataset-config-invalidlinks.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/dataset-config-invalidschema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/dataset-config-invalidschema.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/dataset-config-links.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/dataset-config-links.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/dataset-config-schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/dataset-config-schema.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/link.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/link.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/match.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/match.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/nomatch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/nomatch.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/configs/schema-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/configs/schema-config.yaml -------------------------------------------------------------------------------- /cmd/client/commands/testdata/emporous-template/dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/emporous-template/dog.jpeg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/emporous-template/level1/cat.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/emporous-template/level1/cat.jpeg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/emporous-template/test.txt.uor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/emporous-template/test.txt.uor -------------------------------------------------------------------------------- /cmd/client/commands/testdata/expected/flatworkspace/fish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/expected/flatworkspace/fish.jpg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/expected/multi-level-workspace/images/fish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/expected/multi-level-workspace/images/fish.jpg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/expected/multi-level-workspace/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/expected/multi-level-workspace/info.json -------------------------------------------------------------------------------- /cmd/client/commands/testdata/expected/multi-level-workspace/supplementary/about.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/expected/multi-level-workspace/supplementary/about.json -------------------------------------------------------------------------------- /cmd/client/commands/testdata/expected/multi-level-workspace/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/expected/multi-level-workspace/test.json -------------------------------------------------------------------------------- /cmd/client/commands/testdata/expected/uor-template/dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/expected/uor-template/dog.jpeg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/expected/uor-template/level1/cat.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/expected/uor-template/level1/cat.jpeg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/expected/uor-template/test.txt.uor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/expected/uor-template/test.txt.uor -------------------------------------------------------------------------------- /cmd/client/commands/testdata/flatworkspace/fish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/flatworkspace/fish.jpg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/multi-level-workspace/images/fish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/multi-level-workspace/images/fish.jpg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/multi-level-workspace/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/multi-level-workspace/info.json -------------------------------------------------------------------------------- /cmd/client/commands/testdata/multi-level-workspace/supplementary/about.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/multi-level-workspace/supplementary/about.json -------------------------------------------------------------------------------- /cmd/client/commands/testdata/multi-level-workspace/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/multi-level-workspace/test.json -------------------------------------------------------------------------------- /cmd/client/commands/testdata/tworoots/fish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/tworoots/fish.jpg -------------------------------------------------------------------------------- /cmd/client/commands/testdata/tworoots/fish2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testdata/tworoots/fish2.jpg -------------------------------------------------------------------------------- /cmd/client/commands/testutil.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/testutil.go -------------------------------------------------------------------------------- /cmd/client/commands/version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/commands/version.go -------------------------------------------------------------------------------- /cmd/client/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/client/main.go -------------------------------------------------------------------------------- /cmd/gendoc/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/cmd/gendoc/main.go -------------------------------------------------------------------------------- /config/convert.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/config/convert.go -------------------------------------------------------------------------------- /config/convert_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/config/convert_test.go -------------------------------------------------------------------------------- /config/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/config/doc.go -------------------------------------------------------------------------------- /config/load.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/config/load.go -------------------------------------------------------------------------------- /config/load_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/config/load_test.go -------------------------------------------------------------------------------- /config/testdata/valid-attr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/config/testdata/valid-attr.yaml -------------------------------------------------------------------------------- /config/testdata/valid-ds.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/config/testdata/valid-ds.yaml -------------------------------------------------------------------------------- /config/testdata/valid-schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/config/testdata/valid-schema.yaml -------------------------------------------------------------------------------- /content/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/doc.go -------------------------------------------------------------------------------- /content/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/errors.go -------------------------------------------------------------------------------- /content/layout/layout.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/layout.go -------------------------------------------------------------------------------- /content/layout/layout_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/layout_test.go -------------------------------------------------------------------------------- /content/layout/testdata/attributes/blobs/sha256/2a3e548346a65e882b0ecc1c42f12fca206a08fc6e0a4472808c691d013b176c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/attributes/blobs/sha256/2a3e548346a65e882b0ecc1c42f12fca206a08fc6e0a4472808c691d013b176c -------------------------------------------------------------------------------- /content/layout/testdata/attributes/blobs/sha256/2e30f6131ce2164ed5ef017845130727291417d60a1be6fad669bdc4473289cd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/attributes/blobs/sha256/2e30f6131ce2164ed5ef017845130727291417d60a1be6fad669bdc4473289cd -------------------------------------------------------------------------------- /content/layout/testdata/attributes/blobs/sha256/8b8843c2c23a94efafa834c7b52547aa2cba63ed517c7891eba5b7386330482b: -------------------------------------------------------------------------------- 1 | tee 2 | -------------------------------------------------------------------------------- /content/layout/testdata/attributes/blobs/sha256/9195948467239f04b039ae69065a1d0a2a8f172fbb2f6dd2e7f1800b99504d0d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/attributes/blobs/sha256/9195948467239f04b039ae69065a1d0a2a8f172fbb2f6dd2e7f1800b99504d0d -------------------------------------------------------------------------------- /content/layout/testdata/attributes/blobs/sha256/9cb14490403602a2897be4a756b0a6be864d3085a889b14c9b577c58fb4f9811: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/attributes/blobs/sha256/9cb14490403602a2897be4a756b0a6be864d3085a889b14c9b577c58fb4f9811 -------------------------------------------------------------------------------- /content/layout/testdata/attributes/blobs/sha256/d7f4b189d9284a77a41d861d694537cac80fe39039a6586ffb01e11c68711136: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/attributes/blobs/sha256/d7f4b189d9284a77a41d861d694537cac80fe39039a6586ffb01e11c68711136 -------------------------------------------------------------------------------- /content/layout/testdata/attributes/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/attributes/index.json -------------------------------------------------------------------------------- /content/layout/testdata/attributes/oci-layout: -------------------------------------------------------------------------------- 1 | {"imageLayoutVersion":"1.0.0"} -------------------------------------------------------------------------------- /content/layout/testdata/invalid/oci-layout: -------------------------------------------------------------------------------- 1 | {"imageLayoutVersion":"2.0.0"} -------------------------------------------------------------------------------- /content/layout/testdata/schema/blobs/sha256/44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /content/layout/testdata/schema/blobs/sha256/9ab0af7d07e5b133f741ccbd138eb1c28ba6b91b11df707c99f19e3ebb836c91: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/schema/blobs/sha256/9ab0af7d07e5b133f741ccbd138eb1c28ba6b91b11df707c99f19e3ebb836c91 -------------------------------------------------------------------------------- /content/layout/testdata/schema/blobs/sha256/a50ae3a26456b388ec5174e4f8b580ec26a9f94fb2a29a68e00516b3ddef5e76: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/schema/blobs/sha256/a50ae3a26456b388ec5174e4f8b580ec26a9f94fb2a29a68e00516b3ddef5e76 -------------------------------------------------------------------------------- /content/layout/testdata/schema/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/schema/index.json -------------------------------------------------------------------------------- /content/layout/testdata/schema/oci-layout: -------------------------------------------------------------------------------- 1 | {"imageLayoutVersion":"1.0.0"} -------------------------------------------------------------------------------- /content/layout/testdata/valid/blobs/sha256/026b8ff275ddc39d5d2cd59d9eb535aade8604c6d73da150cfdac62879c7a13d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/valid/blobs/sha256/026b8ff275ddc39d5d2cd59d9eb535aade8604c6d73da150cfdac62879c7a13d -------------------------------------------------------------------------------- /content/layout/testdata/valid/blobs/sha256/2e30f6131ce2164ed5ef017845130727291417d60a1be6fad669bdc4473289cd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/valid/blobs/sha256/2e30f6131ce2164ed5ef017845130727291417d60a1be6fad669bdc4473289cd -------------------------------------------------------------------------------- /content/layout/testdata/valid/blobs/sha256/44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /content/layout/testdata/valid/blobs/sha256/473f7d69dbc51105aff4bb2f7ec80e27402d2f40c3e9a076e8c773b15969eadf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/valid/blobs/sha256/473f7d69dbc51105aff4bb2f7ec80e27402d2f40c3e9a076e8c773b15969eadf -------------------------------------------------------------------------------- /content/layout/testdata/valid/blobs/sha256/57c1e77232e6f6803c489f00e5f05d4d3c8aef552007d3470de86071c5a08a50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/valid/blobs/sha256/57c1e77232e6f6803c489f00e5f05d4d3c8aef552007d3470de86071c5a08a50 -------------------------------------------------------------------------------- /content/layout/testdata/valid/blobs/sha256/5c29ebcf4a3e7ac6dca6dcea98b4fa98de57c4aca65fa0b49989fbeab1dfdf84: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/valid/blobs/sha256/5c29ebcf4a3e7ac6dca6dcea98b4fa98de57c4aca65fa0b49989fbeab1dfdf84 -------------------------------------------------------------------------------- /content/layout/testdata/valid/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/layout/testdata/valid/index.json -------------------------------------------------------------------------------- /content/layout/testdata/valid/oci-layout: -------------------------------------------------------------------------------- 1 | {"imageLayoutVersion":"1.0.0"} -------------------------------------------------------------------------------- /content/store.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/content/store.go -------------------------------------------------------------------------------- /docs/design/_category_.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/design/_category_.json -------------------------------------------------------------------------------- /docs/design/collections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/design/collections.md -------------------------------------------------------------------------------- /docs/usage/emporous.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous.md -------------------------------------------------------------------------------- /docs/usage/emporous_build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous_build.md -------------------------------------------------------------------------------- /docs/usage/emporous_build_collection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous_build_collection.md -------------------------------------------------------------------------------- /docs/usage/emporous_build_schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous_build_schema.md -------------------------------------------------------------------------------- /docs/usage/emporous_inspect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous_inspect.md -------------------------------------------------------------------------------- /docs/usage/emporous_pull.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous_pull.md -------------------------------------------------------------------------------- /docs/usage/emporous_push.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous_push.md -------------------------------------------------------------------------------- /docs/usage/emporous_serve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous_serve.md -------------------------------------------------------------------------------- /docs/usage/emporous_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/docs/usage/emporous_version.md -------------------------------------------------------------------------------- /examples/attributes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/examples/attributes.yaml -------------------------------------------------------------------------------- /examples/dataset-config-basic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/examples/dataset-config-basic.yaml -------------------------------------------------------------------------------- /examples/dataset-config-links.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/examples/dataset-config-links.yaml -------------------------------------------------------------------------------- /examples/schema-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/examples/schema-config.yaml -------------------------------------------------------------------------------- /exercises/linked/.gitignore: -------------------------------------------------------------------------------- 1 | exercises 2 | -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/go.sum -------------------------------------------------------------------------------- /log/log.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/log/log.go -------------------------------------------------------------------------------- /manager/defaultmanager/build.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/manager/defaultmanager/build.go -------------------------------------------------------------------------------- /manager/defaultmanager/default.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/manager/defaultmanager/default.go -------------------------------------------------------------------------------- /manager/defaultmanager/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/manager/defaultmanager/doc.go -------------------------------------------------------------------------------- /manager/defaultmanager/pull.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/manager/defaultmanager/pull.go -------------------------------------------------------------------------------- /manager/defaultmanager/push.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/manager/defaultmanager/push.go -------------------------------------------------------------------------------- /manager/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/manager/doc.go -------------------------------------------------------------------------------- /manager/manager.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/manager/manager.go -------------------------------------------------------------------------------- /model/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/doc.go -------------------------------------------------------------------------------- /model/traversal/budget.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/traversal/budget.go -------------------------------------------------------------------------------- /model/traversal/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/traversal/doc.go -------------------------------------------------------------------------------- /model/traversal/handlers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/traversal/handlers.go -------------------------------------------------------------------------------- /model/traversal/path.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/traversal/path.go -------------------------------------------------------------------------------- /model/traversal/path_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/traversal/path_test.go -------------------------------------------------------------------------------- /model/traversal/traversal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/traversal/traversal.go -------------------------------------------------------------------------------- /model/traversal/traversal_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/traversal/traversal_test.go -------------------------------------------------------------------------------- /model/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/model/types.go -------------------------------------------------------------------------------- /nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/README.md -------------------------------------------------------------------------------- /nodes/basic/basic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/basic/basic.go -------------------------------------------------------------------------------- /nodes/collection/assembly.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/assembly.go -------------------------------------------------------------------------------- /nodes/collection/assembly_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/assembly_test.go -------------------------------------------------------------------------------- /nodes/collection/collection.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/collection.go -------------------------------------------------------------------------------- /nodes/collection/collection_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/collection_test.go -------------------------------------------------------------------------------- /nodes/collection/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/doc.go -------------------------------------------------------------------------------- /nodes/collection/edge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/edge.go -------------------------------------------------------------------------------- /nodes/collection/iterator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/iterator.go -------------------------------------------------------------------------------- /nodes/collection/iterator_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/iterator_test.go -------------------------------------------------------------------------------- /nodes/collection/loader/manifest_to_collection.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/loader/manifest_to_collection.go -------------------------------------------------------------------------------- /nodes/collection/loader/manifest_to_collection_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/collection/loader/manifest_to_collection_test.go -------------------------------------------------------------------------------- /nodes/descriptor/annotations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/annotations.go -------------------------------------------------------------------------------- /nodes/descriptor/annotations_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/annotations_test.go -------------------------------------------------------------------------------- /nodes/descriptor/conversion.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/conversion.go -------------------------------------------------------------------------------- /nodes/descriptor/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/errors.go -------------------------------------------------------------------------------- /nodes/descriptor/matcher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/matcher.go -------------------------------------------------------------------------------- /nodes/descriptor/matcher_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/matcher_test.go -------------------------------------------------------------------------------- /nodes/descriptor/properties.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/properties.go -------------------------------------------------------------------------------- /nodes/descriptor/properties_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/properties_test.go -------------------------------------------------------------------------------- /nodes/descriptor/v2/annotations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/v2/annotations.go -------------------------------------------------------------------------------- /nodes/descriptor/v2/descriptor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/descriptor/v2/descriptor.go -------------------------------------------------------------------------------- /nodes/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/nodes/doc.go -------------------------------------------------------------------------------- /registryclient/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/client.go -------------------------------------------------------------------------------- /registryclient/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/doc.go -------------------------------------------------------------------------------- /registryclient/orasclient/credentials.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/orasclient/credentials.go -------------------------------------------------------------------------------- /registryclient/orasclient/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/orasclient/doc.go -------------------------------------------------------------------------------- /registryclient/orasclient/internal/cache/cache.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/orasclient/internal/cache/cache.go -------------------------------------------------------------------------------- /registryclient/orasclient/options.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/orasclient/options.go -------------------------------------------------------------------------------- /registryclient/orasclient/oras.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/orasclient/oras.go -------------------------------------------------------------------------------- /registryclient/orasclient/oras_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/orasclient/oras_test.go -------------------------------------------------------------------------------- /registryclient/orasclient/pack.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/orasclient/pack.go -------------------------------------------------------------------------------- /registryclient/orasclient/testdata/workspace/fish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/registryclient/orasclient/testdata/workspace/fish.jpg -------------------------------------------------------------------------------- /schema/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/schema/doc.go -------------------------------------------------------------------------------- /schema/loader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/schema/loader.go -------------------------------------------------------------------------------- /schema/loader_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/schema/loader_test.go -------------------------------------------------------------------------------- /schema/schema.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/schema/schema.go -------------------------------------------------------------------------------- /schema/schema_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/schema/schema_test.go -------------------------------------------------------------------------------- /schema/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/schema/types.go -------------------------------------------------------------------------------- /services/collectionmanager/auth.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/services/collectionmanager/auth.go -------------------------------------------------------------------------------- /services/collectionmanager/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/services/collectionmanager/doc.go -------------------------------------------------------------------------------- /services/collectionmanager/service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/services/collectionmanager/service.go -------------------------------------------------------------------------------- /services/collectionmanager/service_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/services/collectionmanager/service_test.go -------------------------------------------------------------------------------- /services/collectionmanager/testdata/workspace/fish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/services/collectionmanager/testdata/workspace/fish.jpg -------------------------------------------------------------------------------- /test/fish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/test/fish.jpg -------------------------------------------------------------------------------- /test/level1/file.txt: -------------------------------------------------------------------------------- 1 | tee 2 | -------------------------------------------------------------------------------- /test/level1/fish2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/test/level1/fish2.jpg -------------------------------------------------------------------------------- /test/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/test/test.json -------------------------------------------------------------------------------- /util/examples/examples.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/util/examples/examples.go -------------------------------------------------------------------------------- /util/examples/examples_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/util/examples/examples_test.go -------------------------------------------------------------------------------- /util/testutils/registry.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/util/testutils/registry.go -------------------------------------------------------------------------------- /util/testutils/testutils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/util/testutils/testutils.go -------------------------------------------------------------------------------- /util/workspace/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/util/workspace/doc.go -------------------------------------------------------------------------------- /util/workspace/local.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/util/workspace/local.go -------------------------------------------------------------------------------- /util/workspace/local_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/util/workspace/local_test.go -------------------------------------------------------------------------------- /util/workspace/workspace.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/util/workspace/workspace.go -------------------------------------------------------------------------------- /version/version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/version/version.go -------------------------------------------------------------------------------- /version/version_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ortelius-repo-archive/emporous-go/HEAD/version/version_test.go --------------------------------------------------------------------------------