Skip to content

Releases: mlrun/ui

v0.5.2-rc1

23 Aug 23:19
2dae85b
Compare
Choose a tag to compare
v0.5.2-rc1 Pre-release
Pre-release

Features / Enhancements

  • Left nav bar: removed left navigation bar as it was redundant
    Before:
    projects_before
    After:
    projects_after
  • Jobs: Added a new tab "Schedule"
    image
  • Jobs › Details › Artifacts: Added "Iteration" dropdown filed to filter the artifact list by a specific job iteration (only relevant to jobs with hyperparameters):
    image
  • Create job › Parameters: Default Simple/Hyper dropdown field to Simple
    Before:
    image
    After:
    image
  • Artifacts › Register: Changed label "Kind" to "Type":
    Before:
    image
    After:
    image

Bug Fixes

  • Jobs › Details › Results: the best-iteration badge was partially obstructed by the job list
    Before:
    image
    After:
    image

Commit Log

  • 2dae85b Impl [Job] Wizard: Parameters: default to Simple (#211)
  • 982b81e Impl [Build] Disabled mini-css-extract-plugin warnings (#210)
  • 97cca7d Fix [Jobs] Results: best iteration badge overflows (#209)
  • e022996 Fix [Jobs] "Remove" action instead of "View YAML" action (#208)
  • 4a2d720 Impl [Jobs] Artifacts: added filter by iteration number of job (#207)
  • 2fca865 Impl [General] Remove left nav bar (#206)
  • 8c21f99 Impl [Jobs] Added "Scheduled" tab (#205)
  • def8a35 Impl [Artifact] Register artifact: change "Kind" to "Type" (#204)

v0.5.1

02 Aug 22:05
97262f3
Compare
Choose a tag to compare

Features / Enhancements

  • Functions: When grouping functions by name, where all the different function versions are nested in a group by the same name, instead of choosing the version with the tag latest as the one to show on the group's row, choose the latest version according to "updated" timestamp.
    (This also fixes a bug where all versions of a function don't have the tag latest, which made the screen crash.)

Bug Fixes

  • Artifacts › Tree filter:
    • On successful artifact registration the screen refreshed but the value of Tree filter was ignored.
    • On screen initialization and anytime the "Latest" option was selected, the URL param ?tag=latest was passed in the request, instead of being omitted altogether. Only when another option is selected, or some user input is entered manually, the tag URL param should be sent with that value, for example ?tag=some-tag.
  • Artifacts › Details panel › Metadata:
    For artifacts of kind "dataset" the "Metadata" tab was missing:
    Before:
    image
    After:
    image

Commit Log

  • 97262f3 Impl [Functions] Take latest-updated version instead of by tag (#203)
  • 8628e29 Fix [Artifacts] Tree filter ignored after register artifact (#202)
  • c113a7a Fix [Artifacts] Tree filter: tag=latest should not be sent (#201)
  • d0ec9a8 Fix [Artifacts] Missing tag=latest query param on refresh (#200)
  • 47311d9 Fix [Artifacts] Missing Metadata tab for dataset artifacts (#199)

v0.5.1-rc2

29 Jul 20:41
c95062c
Compare
Choose a tag to compare
v0.5.1-rc2 Pre-release
Pre-release

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

v0.5.1-rc1

28 Jul 04:40
a2809f7
Compare
Choose a tag to compare
v0.5.1-rc1 Pre-release
Pre-release

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)

v0.0.0

23 Jul 13:48
Compare
Choose a tag to compare

Autorelease, triggered by v3io-tsdb

v0.5.0

21 Jul 16:26
6735686
Compare
Choose a tag to compare
Impl [Artifacts] Add "Analysis" tab for dataset kind (#165)

Also:
Fix [Artifacts] Preview tab: missing items for Model type