Skip to content

Releases: nithinphilips/odel

v1.3.1

03 Sep 19:53
Compare
Choose a tag to compare
  • Fix: If both --module and --businessobject CLI flags are set, do not
    parse the file name, even if it's parseable. Use the user specified values
    instead.

v1.3.0

30 Aug 13:36
Compare
Choose a tag to compare
  • Enhanced support for 4.x TRIRIGA.

v1.2.0

14 Oct 17:49
Compare
Choose a tag to compare
  • Support TRIRIGA 4.1.0 and 4.2.0

v1.1.0

02 Jul 20:49
Compare
Choose a tag to compare
  • Support uploading multiple files concurrently
  • File names are randomized if multiple files with the same name is uploaded concurrently

v1.0.0

11 Jun 04:11
Compare
Choose a tag to compare
  • Rewrite in Rust - same functionality as the old Python version, but now with a single binary that works on Windows and Linux.

v0.4.0

17 Aug 19:13
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Using regex to parse url input. Now supports context paths.
  • Raise error when guiid cannot be found. Fixes #1.
  • Uniquely identify and report status of the file just uploaded. Fixes #3.
  • Wait by default. Return exit code based on upload status. Fixes #3
  • Explicitly set the uploaded file name to match DI record. Fixes #4.
  • Continue running in case of random SOAP faults. Fixes #6.
  • Adding note about concurrent processing. Fixes #7.
  • Underscores in type info will be interpreted as spaces. Fixes issue #8.

v0.3.0

12 Dec 21:43
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Odel is a command-line tool to upload Data Integrator files to Tririga with minimal fuss. See README for details.

  • [New] Basic keyword matching to recognize data type from file name. Currently if the file name contains PatchHelper it will be uploaded as triHelper:triPatchHelper:triPatchHelper type.
  • [Fix] The exponential backoff when checking upload status was broken.
  • [Fix] The maximum file name size in tririga is 50 characters , not 150.

A standalone Windows installer is available. No Python required.
If the odel command is not available after installation, a reboot maybe required.

v0.2.0

04 Dec 03:04
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Odel is a command-line tool to upload Data Integrator files to Tririga with minimal fuss. See README for details.

Supported features:

  • Upload files to Tririga Data Integrator.
  • Trim files name if they are longer than Tririga limits.

A standalone Windows installer is available. No Python required.
If the odel command is not available after installation, a reboot maybe required.