Skip to content

Releases: mlrun/ui

v0.6.0-rc10

18 Jan 17:03
5e365e9
Compare
Choose a tag to compare

Features / Enhancements

  • General: Made the entire tab header area clickable (green+blue area in below image) instead of just the text area (blue area in below image):
    image
  • Projects: Allow deleting a non-empty project
    image
  • Projects: Hide archived projects when "All projects" is selected.
  • Projects: Show “Delete” action for unarchived projects
    image
  • Projects: Counters to count only distinct entity names to match the number of items shown in the corresponding list on the relevant screen (before, you saw X items in the counter, but less than X items in the actual relevant screen, because the counter counted all versions of items)
  • Project Overview: Name field is no longer editable (because backend does not support such operation)
    image
  • Project Overview: Appended “ (Nuclio)” to the “API gateways” quick-link
    image
  • Projects Overview: Added Goals, Source and Labels fields — all editable
    image
    image
  • Create Job: Update the initial value in “Default Artifact Path” filed in “Data Inputs” section from v3io:///users/{{run.user}}/artifacts/{{run.project}} to v3io:///projects/{{run.project}}/artifacts/{{run.uid}}
    Before:
    image
    After:
    image
  • Create Job: Changed placeholder of filter field to indicate that it filters by name only
    Before:
    image
    After:
    image
  • Create Job › Data Inputs:
  • Functions: List of functions is now sorted by Updated column in descending order (from latest to earliest)
    Before:
    image
    After:
    image

Bug Fixes

  • Jobs › Monitor: No data when grouping by workflow
    Before:
    image
    After:
    image
  • Jobs › Monitor: Added status indicator with a tooltip to workflow name when grouping jobs by workflow
    image

Full changelog

  • 5e365e9 Impl Allow to forcefully delete a non-empty project (#356)
  • 80dc8c6 Impl [Create Job] Data Inputs: enhance scheme options (#355)
  • 6c32733 Impl [Create Job] Update default artifact path (#354)
  • 0b495a8 Impl [Projects][Project Overview] Counters: count distinct names (#349)
  • f746eea Impl [Project Overview] Add Goals, Source, and Labels (#350)
  • f3df0c3 Impl [ML Functions] Sort list by Updated in descending order (#348)
  • f2d82aa Impl [Project Overview] Make name non-editable (#347)
  • 3f90712 Revert [Projects] Allow delete for archived projects only (#346)
  • eb9d6ae Impl [Project Overview] Append "(Nuclio)" to API GWs quick link (#342)
  • e04fe5f Impl [Jobs] Monitor: add status indicator to workflows (#341)
  • dedd38a Impl [Dependencies] Bump axios to v0.21.1 to remedy vulnerability (#340)
  • 5be6238 Impl [Projects] Hide archived projects from All Projects (#339)
  • 4f673fd Fix [Jobs] Monitor: group by workflow always gives an empty list (#337)
  • 06348a4 Impl [General] Make entire area of tab headers clickable (#336)
  • eb835f7 Impl [Create Job] Indicate in filter placeholder it is by name (#335)

Main release notes

https://github.com/mlrun/mlrun/releases/tag/v0.6.0-rc10

v0.5.6-rc3

17 Feb 17:56
bd0bffb
Compare
Choose a tag to compare
Fix [Projects] Missing "No data to show" message when no projects (#353)

v0.5.6-rc2

10 Feb 18:10
bd0bffb
Compare
Choose a tag to compare

No changes since last release (0.5.6-rc1), see release notes for details:
https://github.com/mlrun/ui/releases/tag/v0.5.6-rc1

Main release notes:
https://github.com/mlrun/mlrun/releases/tag/v0.5.6-rc2

v0.5.6-rc1

04 Feb 23:05
bd0bffb
Compare
Choose a tag to compare

No changes since last release (0.5.5), see release notes for details:
https://github.com/mlrun/ui/releases/tag/v0.5.5

Main release notes:
https://github.com/mlrun/mlrun/releases/tag/v0.5.6-rc1

v0.5.6

18 Feb 12:38
bd0bffb
Compare
Choose a tag to compare
Fix [Projects] Missing "No data to show" message when no projects (#353)

v0.5.5-rc6

24 Jan 17:44
bd0bffb
Compare
Choose a tag to compare

No changes since last release (0.5.5-rc5), see release notes for details:
https://github.com/mlrun/ui/releases/tag/v0.5.5-rc5

Main release notes:
https://github.com/mlrun/mlrun/releases/tag/v0.5.5-rc6

v0.5.5-rc5

12 Jan 21:56
bd0bffb
Compare
Choose a tag to compare

Features / Enhancements

No changes from previous release candidate.

Bug Fixes

  • Projects: Project name overflew its tile when it is one long word
    Before:
    image
    After:
    image
  • Projects: Fixes missing "No data to show" message when there are no projects.
  • Jobs: nested rows were unaligned to the column headers
    Before:
    image
    After:
    image

Full changelog

  • bd0bffb Fix [Projects] Missing "No data to show" message when no projects (#353)
  • f903ebf Fix [Projects] Project name overflows its tile (#352)
  • 595a234 Fix [Jobs] Columns unaligned with nested rows (#351)

Main release notes

https://github.com/mlrun/mlrun/releases/tag/v0.5.5-rc5

v0.5.5

25 Jan 23:48
bd0bffb
Compare
Choose a tag to compare

No changes since last release (0.5.5-rc6), see release notes for details:
https://github.com/mlrun/ui/releases/tag/v0.5.5-rc6

More info can be found in the RCs release notes:

Main release notes:
https://github.com/mlrun/mlrun/releases/tag/v0.5.5

v0.6.0-rc9

04 Jan 04:47
81002dd
Compare
Choose a tag to compare

Features / Enhancements

  • Projects: add a confirmation pop-up before archiving a project
    image
  • Projects: Send a single request to get the Nuclio functions from all projects at once, then in UI group by projects

Bug Fixes

None.

Full changelog

  • 81002dd Impl [Projects] Add confirmation on archiving project (#334)
  • 97eec1b Impl [Projects] Send a single request to Nuclio functions (#333)

Main release notes

https://github.com/mlrun/mlrun/releases/tag/v0.6.0-rc9

v0.6.0-rc8

31 Dec 02:28
e7ddd9b
Compare
Choose a tag to compare

Features / Enhancements

  • Projects:
    • Added filter for “All projects” and “Archived projects”.
      image
    • Added action “Archive” for an unarchived project and “Unarchive” for an archived project. Delete is available for archived projects only.
      image
      image
  • Artifacts: the details on the row is now taken from latest instance of the artifact instead of an arbitrary one (applies to Models, Data sets, & Files)
  • Project overview: Renamed quick links:
    • from “Monitor jobs and workflows” to “Jobs and workflows”
    • from “Schedule jobs and workflows” to “Schedule Jobs”
      image
  • Workflows: Use new endpoint GET /api/projects/{project-name}/pipelines instead of GET /api/workflows
  • Scheduled Jobs: Next Run’s timestamp is now a link to that job
    image

Bug Fixes

  • Project Overview: The “Running workflows” counter incorrectly counted all workflows instead of only the running ones
    image

Full changelog

  • e7ddd9b Impl [Scheduled Jobs] Link Last Run to job instead of function (#328)
  • bdce1c4 Impl [Project Overview][Jobs] Accommodate to new pipelines API (#332)
  • d148e63 Impl [Project Overview] Quick Links: rename two links (#331)
  • 6d6c142 Impl [Artifacts] Show latest instance in the row (#330)
  • 74b2ec2 Impl [Projects] Allow delete for archived projects only (#329)
  • dcf883a Impl [Projects] Add "Archive" action to project (#327)
  • 693f199 Fix [Project Overview] Count only running workflows (#325)

Main release notes

https://github.com/mlrun/mlrun/releases/tag/v0.6.0-rc8