Skip to content

Tags: kamu-data/kamu-cli

Tags

v0.226.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`[Deployment Instructions]` Release (patch): 0.226.3 (#1108)

* kamu login: only one argument "--user" (root) is left

* images/demo: add "make jupyter-local-debug"

* Release (patch): 0.226.3

* CHANGELOG.md: update

* images/demo: fix compose indents

v0.226.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`[Deployment Instructions]` Release (patch): 0.225.3 (#1103)

* kamu pull: public default visibility for single-tenant workspace, unless otherwise specified

* kamu push: warning output refinement

* images/kamu-base-with-data/s3-minio-data: save the dir

* images/kamu-base-with-data: add init-workspace-minio.sh

* SiTP: respect the visibility option

* kamu-datasets-services: remove unused deps

* SiTP: updating the dependency graph during block processing

* kamu add: public default visibility for single-tenant workspace, unless otherwise specified

* CHANGELOG.md: update

* test_pull_batching_complex_with_remote(): update

* Release (patch): 0.226.2

* Unhide --visibility arguments

v0.226.1

v0.226.1: new Jupyter image

v0.226.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Unification of repositories format (#1082)

v0.225.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release (patch): `0.225.3`: fix `make sqlx-prepate` (#1101)

* kamu-cli-e2e-repo-tests: kamu-cli as an optional dep

* CHANGELOG.md: update

* Release (patch): 0.225.3

v0.225.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move kamu-cli dep to test level (#1100)

Verified

This tag was signed with the committer’s verified signature.
sergiimk Sergii Mikhtoniuk

v0.225.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release (minor): 0.225.0 (#1093)

* kamu pull: add hidden visibility argument

* OData, collection handlers: use ViewDatasetUseCase

* PullCommand::sync_from(): remove unwrap()-ing

* kamu list: show visibility in mt

* test: test_collection_handler_by_private_dataset_name_not_found() add

* test_smart_pull_visibility_public_{st,mt}: add

* CHANGELOG.md: update

* Release (minor): 0.225.0

v0.224.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`[Deployment Instructions]` Release (minor): `0.224.0` + Use SQLite d…

…atabase in single-tenant Kamu-CLI case too (#1089)

* MultiTenantRebacDatasetLifecycleMessageConsumer -> RebacDatasetLifecycleMessageConsumer

* test_system_info: fix a typo

* Activate sqlite by default for single-tenant workspaces

* kamu init: update tests

* repo-tools: increasing regex replacement accuracy

* CHANGELOG.md: update

* Release (minor): 0.224.0

* Images: add "make clean" targets

* Fixed false-positive panic

* get_app_database_config(): use WorkspaceStatus

* WorkspaceStatus::is_indexing_needed(): introduce

* E2E: stabilize tests that rely on multiline command output

v0.223.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release `0.223.0`: Private Datasets: increased test coverage (#1073)

* KamuAuthOso::load_oso(): add runtime execution measurement (tracing)

* GQL, Dataset::visibility(): remove a completed TODO

* GQL, DatasetMetadata: remove completed TODOs (upstream/downstream deps)

* DatasetResourcesResolution: add Debug derive macro

* BaseRepoHarness::new(): add "current_account_subject" argument

* kamu-cli: remove extra deps

* kamu: remove extra deps

* BaseUseCaseHarnessOptions::with_current_account_subject(): add

* BaseUseCaseHarnessOptions::with_tenancy_config(): add

* kamu-accounts: add CurrentAccountSubjectHelper for testing

* ViewDatasetUseCase: cover with tests

* odf::DatasetRef: fix Ord implementation

* Update Cargo.lock

* DatasetActionUnauthorizedError::not_enough_permissions(): use

* CurrentAccountSubjectHelper -> CurrentAccountSubjectTestHelper

* DatasetAuthorizerHarness: use common helpers

* WIP

* Fixes after merging the latest changes

* kamu-datasets: absorb test_view_dataset_use_case

* kamu-datasets: absorb test_edit_dataset_use_case

* Remove WIP changes

* KamuAuthOso: add a ticket lint into the TODO

* MultiTenantRebacDatasetLifecycleMessageConsumer: use DefaultDatasetProperties

* Tests: use explicit base_use_case_harness name instead of base_harness

* AccountService: use Self as type aliases

* DatasetEntryService::get_multiple_entries(): add

* GetDatasetDownstreamDependenciesUseCaseImpl: replace DatasetEntryRepository with DatasetEntryService

* GetDatasetDownstreamDependenciesUseCaseImpl: tests

* GetDatasetUpstreamDependenciesUseCaseImpl: tests

* MultiTenantRebacDatasetLifecycleMessageConsumer: update tests

* test_smart_push_visibility(): validate visibility

* AccountService: remove outdated todos

* RebacRepository::properties_count(): tests

* rebac_repository_test_suite: less variables

* RebacRepository::get_entities_properties(): tests

* test_oso_dataset_authorizer: cover all variants

* test_oso_dataset_authorizer: use assert_single_dataset!() macro

* test_oso_dataset_authorizer: add admin related tests

* test_oso_dataset_authorizer: add matrix tests

* CHANGELOG.md: update

* Release (minor): 0.223.0

* test_multi_datasets_matrix: correct field namings