Issues Resolved in this Release¶
Improvement¶
Issue |
Summary |
Description |
Status |
---|---|---|---|
Upload files without using user’s API_KEY or session from cookies |
Runner is now enabled to receive file uploads via REST API using a pre-authenticated webhook. This webhook does not use standard user authentication, a user’s API key or session cookie. The use case for this is to support upload of logging and diagnostic data from multiple sources into a single Runner. |
Done |
|
JSONL inputter add support for relative path |
The JSONL inputter for “JSON Lines” was unable to use RegEx for source file selection. This has been implemented, bringing support for RegEx input file selection to JSONL files to parity with the other flat file inputters. |
In Testing |
Bug¶
Issue |
Summary |
Description |
Status |
---|---|---|---|
Store button on jobs page (visibility / click handling) broken |
The “Store” button on the Job pages was shown in all cases, including jobs with no Store. This is now changed to conceal the Store button when no Store is in use for a Job. In addition, an error prevented navigation using the Store button. These issues are now resolved. |
In Testing |
|
Data adaption to MS SQL Server - not applying varchar to nvarchar change when adapting data output to existing table/varchar column |
When data sampling determined that a VARCHAR column on an existing destination table in MS SQL Server needed to be changed to NVARCHAR (for storage of unicode data), this change was not occurring properly. This is resolved. |
In Testing |
|
Duplicate kwargs error when using query_params in job config |
When the Job configuration specified |
Done |
|
Temporary store consumes available storage: |
There is a possibility that large IO jobs will consume available filesystem space when the |
In Testing |
|
MS SQL Server: Unicode error on |
Records stored to MS SQL Server with columns including raw bytes values will in some cases fail due to invalid detection of bytes data as JSON, resulting in a |
In Testing |
|
UI displaying update Download and Restart controls at the same time |
Inconsistency between the Runner webapp and mitto_supervisor service during download and upgrade process states is improved with better cache and status display. |
Done |
|
Error on the login page |
An |
Done |