Releases: highcard-dev/druid-cli
Releases · highcard-dev/druid-cli
v0.1.216
feat: enhance chunk handling in data directory processing - Updated the AutoChunkDataDir function to handle symlinks, allowing the entire data directory to be treated as a single chunk if any symlink is present. - Introduced a new validateExplicitChunks function to ensure that no cross-chunk symlinks exist when explicit chunks are provided. - Improved logging and path handling for data chunk processing in the OciClient's Push method.
v0.1.215
feat: improve data pull handling in coldstarter
v0.1.214
feat: enhance data pull logic in coldstarter - Updated the coldstarter's data pull mechanism to check for a marker file indicating successful data loading, preventing unnecessary pulls. - Introduced a new constant `DataLoadedMarkerFile` to manage the marker file creation after a successful data pull. - Improved logging to provide clearer insights during the data pull process.
v0.1.213
feat: implement PushCategoryCommand for pushing locale markdown files - Added a new command `PushCategoryCommand` to push locale markdown files as separate OCI layers from a specified scroll directory. - Removed the deprecated `PushMetaCommand` and updated the `PushCommand` to include the new category command. - Enhanced the OCI client to support pushing categories with a regex pattern for file matching.
v0.1.212
feat: add category flag to PushCommand for scroll categorization - Introduced a new category variable to allow users to specify the category of the scroll during the push command. - Updated the command's flags to include the category option, enhancing the metadata annotations for the scroll.
v0.1.210
refactor: move progress tracking utilities to a new utils package - Removed redundant progress tracking code from oci.go. - Introduced NewCountingReader and StartTransferProgressTicker functions in transfer_progress.go for better modularity and reusability. - Updated oci.go to utilize the new utilities for tracking download and upload progress.
v0.1.209
fix: dublicate data dir packing
pr-74
feat: add category flag to PushCommand for scroll categorization - Introduced a new category variable to allow users to specify the category of the scroll during the push command. - Updated the command's flags to include the category option, enhancing the metadata annotations for the scroll.
v0.1.208
chore: push meta files into the right directory
v0.1.207
chore: better progress bar for for push, pull