Skip to content

v0.5.1-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@iguazio-deploy iguazio-deploy released this 29 Jul 20:41
· 43 commits to 0.5.x since this release
c95062c

Features / Enhancements

  • c95062c Impl [Create Job] Schedule: Simple tab: hide entire "Ends" part (#198)
    Before:
    image
    After:
    image
  • 1e05cf6 Impl [General] Chip list: edit mode; Use in job wizard labels (#190)
    chiplist-edit
    image
  • a70c686 Impl [Create job] Respect newlines in method description (#191)
    Before:
    image
    After:
    image

Bug Fixes

  • 8463552 Fix [Jobs] Workflow jobs have wrong type icon (#197)
    Before:
    image
    After:
    image
  • 16c8c57 Fix [General] Chips have redundant scrollbars (#196)
    image
  • 58222b6 Fix [Jobs] Incorrectly saying "Not yet started" create_at exists (#195)
    Before:
    image
    After:
    image
  • b6bdca7 Fix [Artifacts] Screen crashes when GET fails (#193)
  • 95cbdcb Fix [Create Job] Issues with schedule (#192)
    • Add missing task.metadata.project in POST request
    • Simple tab:
      • Add missing schedule in POST request when using Simple tab
      • Default to "10" and "Minute"
      • When "Minute" is selected, do not let enter a value less than 10
        image
    • Cronstring tab:
      • Set default value to */10 * * * *
        image
      • Remove field label 15 0-20/2 *
      • Add placeholder text */10 * * * * when input is empty
        image
  • 2a80d3d Fix [Projects] Create project dialog looks weird (#194)
    Before:
    image
    After:
    image