Skip to content

Latest commit

 

History

History
248 lines (129 loc) · 14 KB

CHANGELOG.md

File metadata and controls

248 lines (129 loc) · 14 KB

Changelog

0.7.2 (2024-07-08)

Bug Fixes

  • cli: check for luskan status (405a3c2)

0.7.1 (2024-06-25)

Bug Fixes

  • cadcclient: check canfar status (484562c)
  • cli: check minoc status (6a0d6df)
  • scout: change the order of the arguments (c7ab294)

Documentation

  • scout: reflect changes to cli in docs (797eeac)

0.7.0 (2024-06-06)

Features

  • scout: able to heal missing minoc replicas (bc3b52d)

Documentation

0.6.1 (2024-06-04)

Bug Fixes

0.6.0 (2024-05-31)

Features

  • scout: add scout command to the cli (#83) (5cb811f)

Bug Fixes

  • ps.py: added error handling for returned strings (#79) (0b3c5b6)

0.5.7 (2024-05-10)

Bug Fixes

  • functions: changed return of find_missing_datasets to always ret… (#76) (a8c0f3d)

0.5.6 (2024-05-09)

Bug Fixes

  • cli: catch http 503 errors when validating scope (b6e75af)
  • functions.py: changed error catching checks to be for dictionaries with error keys in them as opposed to strings (#74) (6fdb244)

0.5.5 (2024-05-01)

Bug Fixes

  • ps: belongs_to cannot be none must be empty string (#69) (b348dbd)

0.5.4 (2024-04-24)

Bug Fixes

  • functions.py: added specific handling for canfar site, where the… (#66) (895a3ca)

0.5.3 (2024-04-24)

Bug Fixes

  • functions.py: patches deletion logic to check that the path to be deleted is greater than 3 levels deep (#64) (ad43f35)
  • ls: seperate scopes by site (5bddcc7)
  • ps: shows multiple larger datasets in belongs to (6b32903)

0.5.2 (2024-04-09)

Bug Fixes

0.5.1 (2024-01-09)

Bug Fixes

  • init: set valid choices for datatrail config init (63f96c3)
  • pull: set group permissions if site is canfar (70236ae)

0.5.0 (2023-12-06)

Features

  • ps: if no files check if dataset is in unregistered bucket and notify user (40ed903), closes #46

Bug Fixes

  • ps: controlled error if dataset doesnt exist in datatrail (09a9d13)

0.4.4 (2023-09-19)

Bug Fixes

  • ps: if parent dataset show only policies (99b4bdd)
  • ps: invalid scopes, valid scopes are now shown after error message (5347137)

Documentation

  • all-docs: revamp and additional content (697fa6f)
  • index.md: allow comments (c680000)
  • index: badge (09c637e)
  • list: test terminal plug in (2cb4bc0)
  • style: use termynal (e908d47)
  • user-guide: command highlights (6813964)
  • user-guide: completed (a25ac76)

0.4.3 (2023-07-25)

Documentation

  • index: add clear command (01fcfb5)

0.4.2 (2023-06-13)

Bug Fixes

0.4.1 (2023-06-07)

Bug Fixes

  • ps-and-pull: determination of common path (a35bbad), closes #19

0.4.0 (2023-06-07)

Features

0.3.0 (2023-06-05)

Features

  • clear: command to unstage data locally or at arc (#16) (737c781)

Bug Fixes

  • pull: FileNotFoundError stopping download (#15) (cdee724)

0.2.0 (2023-05-26)

Features

  • cli: check scope exists (f14589b)

Bug Fixes

  • config.py: typo (#12) (279998b)
  • pull: catch errors when no files at minoc (fd34637)

0.1.2 (2023-05-24)

Bug Fixes

  • ps-and-pull: check if namespace already prepended (#9) (eba7532)

0.1.1 (2023-05-18)

Bug Fixes

  • cli-test: new test - marked as fix to trigger release (aea98d0)

0.1.0 (2023-05-17)

Features

  • cli: aliases (73ede83)
  • config: added datatrail config module (fe04ee1)
  • gh-actions: ci and cd (ebb7a96)
  • ls,-pull: partially implemented (6689d11)
  • ls,pull: fully implemented (2105f5a)
  • ls: option to write ls datasets to disk (513d665)
  • ls: show datasets in given parent dataset (15f7da1)
  • ls: show larger datasets (344e230)
  • project: boilerplate added (43085a1)
  • ps: function implemented (6feedde)
  • ps: show num files and size by default, flag to show all files (cccbd33)
  • pull: display size of files to be pulled before prompt (38cffcc)
  • pull: implemented multiprocessor pull (2e7b332)
  • structure: added skeleton code (c3e57f6)

Bug Fixes

  • cli: updated some docs (4a61228)
  • functions: bug (f4e3788)
  • ls: show all larger datasets for scope (cda63ac), closes #1
  • ps: bug where common path was not the parent dir of file (3ba1969)
  • pull: default directory (da6a41d)
  • version: color (ac2c7be)

Documentation

  • cli: started docs (f1838d5)
  • gh-action: build docs (0698516)
  • gh-action: install without dev (0ea4a92)
  • gh-actions: fix python version (6db8c76)
  • index: rewording (6e7b2d1)
  • index: small fixes (6483813)
  • index: update commands available (aec676d)
  • index: update install instructions (fd7f51c)
  • README-and-index: updated (97353b3)