v0.5.1-rc1
Pre-releaseFeatures / 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)