Skip to content

Releases: datagalaxy-lab/datagalaxy-toolbox

v0.8.5

13 Aug 15:26
9f5fd2e

Choose a tag to compare

Improvements

Revamped the copy_screens method

v0.8.4

28 Jul 07:19

Choose a tag to compare

Improvements

  • Added a global switch --no-verify-ssl to disable SSL certs verification. This can be handy with self-signed certificates. Verification is enabled by default.

v0.8.3

24 Jul 06:29
1fd2f62

Choose a tag to compare

Fixes

  • Ignore functional keys, as they cannot be handled by the Public API at the moment.
  • Avoid buggy DPI types (this is an issue on the API side and will hopefully be fixed soon).
  • Handle TimeSeries attributes properly.

v0.8.2

19 Mar 17:00
d6777f4

Choose a tag to compare

Fixes

  • Fixed versioning with empty modules.

v0.8.1

18 Mar 10:27
1c39e78

Choose a tag to compare

Fixes

  • Makes copy-attributes method more robust to handle ValueList attributes without values and with a default value

v0.8.0

14 Mar 08:39
a9b0567

Choose a tag to compare

Improvements

  • Code refactoring to have generic copy-module and delete-module commands, allowing for easier code maintenance in the future
  • Handle versioned workspaces by adding optional parameters: --version-source and/or --version-target

v0.7.1

13 Feb 07:53
f23ca99

Choose a tag to compare

Improvements

  • The copy-dictionary method now copies Primary Keys and Foreign Keys.

Fixes

  • Implement fix in copy-links method that fails when there are links for "Reference Data Value" objects.
    The quick win is to ignore the links for now, and log them in the console so the user can create them manually in the DataGalaxy interface. A better fix could be implemented in the future.

v0.7.0

04 Dec 16:39
932b1b7

Choose a tag to compare

Improvements

  • Enhance copy-links method with new module library and bulktree upsert
  • Remove all legacy, unused code
  • Update README file

v0.6.1

03 Dec 07:16
c1353e3

Choose a tag to compare

Improvements

  • Refactor Dictionary methods to use the new bulktree method and new module library

v0.6.0

02 Dec 08:51
79cb0b8

Choose a tag to compare

Improvements

  • Code refactoring to have a generic "module" library to handle all API calls
  • Refactor bulktree upsert method to handle pagination, that allows to do large imports
  • Use this new library and method for Glossary, Uses and Data Processings commands