Releases: nithinphilips/odel
Releases · nithinphilips/odel
v1.3.1
v1.3.0
- Enhanced support for 4.x TRIRIGA.
v1.2.0
- Support TRIRIGA 4.1.0 and 4.2.0
v1.1.0
- Support uploading multiple files concurrently
- File names are randomized if multiple files with the same name is uploaded concurrently
v1.0.0
- 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
- 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
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
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.