v0.6.0: You never have to wonder what Ae 4 / 3 / 0 means again
We fixed a confusing aspect of the user interface and a ton of bugs while we continued to buy down decades of technical debt. You can now halt tasks or instances from the command-line interface (CLI). We improved pipeline definitions by making datastore definitions more flexible and providing for user-specified data receipt unit of work (UOW) generators.
New Features
- Combine task state and p-state on tasks display (ZIGGY-166)
- Review Edit Trigger Validate button for deletion (ZIGGY-224)
- Untangle table hierarchies in pipeline definitions (ZIGGY-268)
- Put back the executableName attribute for pipeline modules (ZIGGY-281)
- Remove DatabaseModelRegistry and ConsoleDatabaseModel (ZIGGY-311)
- Merge CLI cancel and reset commands into a single halt command (ZIGGY-389)
- Replace isEmpty() with isBlank() (ZIGGY-395)
- Add regular expression support to data file type fileNameRegexp (ZIGGY-398)
- Remove last circular dependency in the ui package (ZIGGY-407)
- Support user-specified data receipt UOW generators (ZIGGY-408)
- Clean up CRUD proxies in console (ZIGGY-410)
- Move all database transactions to Operations classes (ZIGGY-419)
- Clean up Parameters namespace (ZIGGY-421)
Bug Fixes
- Pipeline doesn't error out when no UOWs are generated (ZIGGY-304)
- Remote ComputeNodeMaster instances exit prematurely (ZIGGY-353)
- Fix deprecated use of DefaultExecutor (ZIGGY-399)
- Can't rename a group (ZIGGY-402)
- Alerts panel shows hostname, not localhost (ZIGGY-403)
- A slow data receipt module freezes the console (ZIGGY-411)
- RemoteJob infrastructure doesn't detect failed jobs are finished (ZIGGY-414)
- Restarting local tasks with resubmit hangs (ZIGGY-415)
- Rename creates a copy of the pipeline (ZIGGY-416)
- Averaging module writes results in dataset/L3 (ZIGGY-417)
- Copy command behaves inconsistently (ZIGGY-418)
- Setting debug logging level on messaging package hoses RMI (ZIGGY-422)