Releases: mlrun/ui
v0.5.2-rc1
Features / Enhancements
- Left nav bar: removed left navigation bar as it was redundant
Before:
After:
- Jobs: Added a new tab "Schedule"
- Jobs › Details › Artifacts: Added "Iteration" dropdown filed to filter the artifact list by a specific job iteration (only relevant to jobs with hyperparameters):
- Create job › Parameters: Default Simple/Hyper dropdown field to Simple
Before:
After:
- Artifacts › Register: Changed label "Kind" to "Type":
Before:
After:
Bug Fixes
- Jobs › Details › Results: the best-iteration badge was partially obstructed by the job list
Before:
After:
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
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 taglatest
, 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, thetag
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:
After:
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
Features / Enhancements
- c95062c Impl [Create Job] Schedule: Simple tab: hide entire "Ends" part (#198)
Before:
After:
- 1e05cf6 Impl [General] Chip list: edit mode; Use in job wizard labels (#190)
- a70c686 Impl [Create job] Respect newlines in method description (#191)
Before:
After:
Bug Fixes
- 8463552 Fix [Jobs] Workflow jobs have wrong type icon (#197)
Before:
After:
- 16c8c57 Fix [General] Chips have redundant scrollbars (#196)
- 58222b6 Fix [Jobs] Incorrectly saying "Not yet started" create_at exists (#195)
Before:
After:
- 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:
- Cronstring tab:
- Add missing
- 2a80d3d Fix [Projects] Create project dialog looks weird (#194)
Before:
After:
v0.5.1-rc1
Features / Enhancements
- General: hide UI elements which are currently unimplemented (some because of no backend support, some not)
- Job › Info: add "Last Updated" field
- Create job:
- 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
Bug Fixes
- Jobs: If somehow duration is negative show zero instead
- Jobs: do not crash when a job has no
status.start_time
, instead show "Not yet started"
- Jobs › Artifacts tab — "View details…" link was broken
- Create job:
- 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
- Preview tab:
- Functions: function tag overlaps other columns
Before:
After:
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
Autorelease, triggered by v3io-tsdb