Skip to content

v0.6.0: You never have to wonder what Ae 4 / 3 / 0 means again

Compare
Choose a tag to compare
@wohler wohler released this 16 Aug 22:49
· 1 commit to main since this release

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

  1. Combine task state and p-state on tasks display (ZIGGY-166)
  2. Review Edit Trigger Validate button for deletion (ZIGGY-224)
  3. Untangle table hierarchies in pipeline definitions (ZIGGY-268)
  4. Put back the executableName attribute for pipeline modules (ZIGGY-281)
  5. Remove DatabaseModelRegistry and ConsoleDatabaseModel (ZIGGY-311)
  6. Merge CLI cancel and reset commands into a single halt command (ZIGGY-389)
  7. Replace isEmpty() with isBlank() (ZIGGY-395)
  8. Add regular expression support to data file type fileNameRegexp (ZIGGY-398)
  9. Remove last circular dependency in the ui package (ZIGGY-407)
  10. Support user-specified data receipt UOW generators (ZIGGY-408)
  11. Clean up CRUD proxies in console (ZIGGY-410)
  12. Move all database transactions to Operations classes (ZIGGY-419)
  13. Clean up Parameters namespace (ZIGGY-421)

Bug Fixes

  1. Pipeline doesn't error out when no UOWs are generated (ZIGGY-304)
  2. Remote ComputeNodeMaster instances exit prematurely (ZIGGY-353)
  3. Fix deprecated use of DefaultExecutor (ZIGGY-399)
  4. Can't rename a group (ZIGGY-402)
  5. Alerts panel shows hostname, not localhost (ZIGGY-403)
  6. A slow data receipt module freezes the console (ZIGGY-411)
  7. RemoteJob infrastructure doesn't detect failed jobs are finished (ZIGGY-414)
  8. Restarting local tasks with resubmit hangs (ZIGGY-415)
  9. Rename creates a copy of the pipeline (ZIGGY-416)
  10. Averaging module writes results in dataset/L3 (ZIGGY-417)
  11. Copy command behaves inconsistently (ZIGGY-418)
  12. Setting debug logging level on messaging package hoses RMI (ZIGGY-422)