Skip to content

v0.5.1-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@iguazio-deploy iguazio-deploy released this 28 Jul 04:40
· 52 commits to 0.5.x since this release
a2809f7

Features / Enhancements

  • General: hide UI elements which are currently unimplemented (some because of no backend support, some not)
    • Period filter
      image
    • Add, filter, search icons in "Create job"
      image
    • Date and time fields in "Create job" when scheduling for later:
      image
      image
  • Job › Info: add "Last Updated" field
    image
  • Create job:
    • Start with "Resources" and "Advanced" sections collapsed
      image
    • Swap places of "Resources" and "Advanced" sections:
      image
    • Removed some extra vertical spacing:
      Before:
      image
      After:
      image
      Before:
      image
      After:
      image
    • Make "Default Artifact Path" mandatory with a default value (the user can edit)
      image
  • Artifacts: download artifacts with their original name as the file name
  • Register artifact: rename "Key" to "Name" and add a help icon with tooltip message saying it must be unique among the project
    image

Bug Fixes

  • Jobs: If somehow duration is negative show zero instead
    image
  • Jobs: do not crash when a job has no status.start_time, instead show "Not yet started"
    image
    image
    image
  • Jobs › Artifacts tab — "View details…" link was broken
    image
  • Create job:
    • Failed to create new job and start running it
    • Show error message on failed job creation
      image
    • Remove "0" from the bottom of the screen:
      image
  • Artifacts:
    • Preview tab:
      • The "No data to show" message remained even after selecting another artifact from the list that has proper data to show
      • Two duplicated requests were sent instead of one
  • Functions: function tag overlaps other columns
    Before:
    image
    After:
    image

Backports the following PRs from development branch to 0.5.x branch:
a2809f7 Impl [General] Hide unimplemented UI elements (#188)
dea909e Fix [Jobs] Wizard: error message does not go away (#187)
fff7548 Fix [Jobs] Wizard: missing handler in request to create a job (#186)
1ef09a5 Fix [Jobs] Do not break when no start time (#185)
66c968f Impl [Artifacts] Rename "Key" to "Name" and add help text (#183)
af3cace Impl [Jobs] Wizard: make output path required+default (#184)
73e2809 Impl [Jobs] Wizard: Add error message on failure (#180)
a66e650 Fix [Jobs] Negative duration (#182)
d90650a Fix [Jobs] Wizard: "0" at the bottom (#181)
0b54a8f Impl [Jobs] Wizard: swap places of Advanced & Resources sections (#179)
0350b01 Impl [Jobs] Wizard: Advanced & Resources collapsed by default (#178)
f46a4bc Impl [Jobs] Wizard: reduce vertical spacing in accordion secitons (#177)
4a37b63 Fix [Jobs] Artifacts: "view details" link is broken (#176)
5a05e83 Impl [Config] Enrich .gitattributes with more file types (#175)
19c8922 Fix [Artifacts] Preview: duplicated request (#174)
39a8f15 Fix [Artifacts] Fixed bug with artifact preview (#169)
8272e11 Fix [Header] Logo image is missing (third time's the charm) (#173)
d9ff988 Fix [General] Make Git not mess line endings on image files (#172)
ede1d20 Fix [Header] Logo image is missing (really) (#171)
0a35c96 Fix [Header] Logo image is missing (#170)
e2ef7d4 Fix [Jobs] Wizard: Use @ instead of : for function link (#168)
ba6b945 Fix [Functions] Function hash overlaps other columns (#167)
21efe9c Impl [Artifacts] Download artifacts with their original name (#166)