Releases: mlrun/ui
v0.6.0-rc10
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):
- Projects: Allow deleting a non-empty project
- Projects: Hide archived projects when "All projects" is selected.
- Projects: Show “Delete” action for unarchived projects
- 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)
- Project Overview: Appended “ (Nuclio)” to the “API gateways” quick-link
- Projects Overview: Added Goals, Source and Labels fields — all editable
- Create Job: Update the initial value in “Default Artifact Path” filed in “Data Inputs” section from
v3io:///users/{{run.user}}/artifacts/{{run.project}}
tov3io:///projects/{{run.project}}/artifacts/{{run.uid}}
Before:
After:
- Create Job: Changed placeholder of filter field to indicate that it filters by name only
Before:
After:
- Create Job › Data Inputs:
- Renamed “Path Type” to “Path Scheme”.
- Renamed “store” option to “MLRun store”.
- Renamed “URL” option to “S3”.
- Added “V3IO”, “HTTP”, “HTTPS”, “Azure Storage”, & “Google Storage” options.
![image](https://user-images.githubusercontent.com/13918850/104605725-86f97080-5687-11eb-8862-6de8617374cb.pn
g)
- Functions: List of functions is now sorted by Updated column in descending order (from latest to earliest)
Before:
After:
Bug Fixes
- Jobs › Monitor: No data when grouping by workflow
Before:
After:
- Jobs › Monitor: Added status indicator with a tooltip to workflow name when grouping jobs by workflow
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
v0.5.6-rc3
Fix [Projects] Missing "No data to show" message when no projects (#353)
v0.5.6-rc2
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
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
Fix [Projects] Missing "No data to show" message when no projects (#353)
v0.5.5-rc6
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
Features / Enhancements
No changes from previous release candidate.
Bug Fixes
- Projects: Project name overflew its tile when it is one long word
Before:
After:
- Projects: Fixes missing "No data to show" message when there are no projects.
- Jobs: nested rows were unaligned to the column headers
Before:
After:
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
v0.5.5
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
Features / Enhancements
- Projects: add a confirmation pop-up before archiving a project
- 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
v0.6.0-rc8
Features / Enhancements
- Projects:
- 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:
- Workflows: Use new endpoint
GET /api/projects/{project-name}/pipelines
instead ofGET /api/workflows
- Scheduled Jobs: Next Run’s timestamp is now a link to that job
Bug Fixes
- Project Overview: The “Running workflows” counter incorrectly counted all workflows instead of only the running ones
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)