summaryrefslogtreecommitdiffstats
path: root/web_src/js/components/RepoActionView.vue
Commit message (Expand)AuthorAgeFilesLines
* fix double border and border-radius on empty action steps (#29845) (#29850)Giteabot2024-03-161-2/+6
* Use Get but not Post to get actions artifacts (#29734) (#29737)Lunny Xiao2024-03-121-2/+2
* Add missed return to actions view fetch (#27289) (#27293)Giteabot2023-09-271-1/+2
* Add fetch wrappers, ignore network errors in actions view (#26985)silverwind2023-09-111-28/+24
* Reorder blocks in vue SFCs (#26874)silverwind2023-09-021-122/+119
* Add `eslint-plugin-vue-scoped-css` (#26720)silverwind2023-08-251-23/+18
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-13/+2
* Allow text selection in actions step header (#26588)silverwind2023-08-181-1/+0
* Improve clickable area in repo action view page (#26115)yp053272023-08-161-14/+10
* Tweak actions menu (#26278)silverwind2023-08-121-20/+10
* Disable download action logs button when there's no logs (#26114)yp053272023-07-261-1/+1
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-2/+2
* Several fixes for mobile UI (#25634)Denys Konovalov2023-07-041-5/+3
* Actions list enhancements (#25601)silverwind2023-07-041-6/+5
* Add log line anchor for action logs (#25532)HesterG2023-07-031-7/+38
* Support downloading raw task logs (#24451)Vitaliy Filippov2023-06-291-0/+5
* Fix rerun icon on action view component (#25531)HesterG2023-06-271-2/+2
* Switch to ansi_up for ansi rendering in actions (#25401)silverwind2023-06-221-46/+2
* Fix fullscreen for action (#25200)HesterG2023-06-121-1/+1
* Button and color enhancements (#24989)silverwind2023-06-091-2/+2
* Add show timestamp/seconds and fullscreen options to action page (#24876)HesterG2023-05-301-21/+196
* Enable `vue/html-closing-bracket-spacing` eslint rule (#24987)silverwind2023-05-291-1/+1
* Improve Actions CSS (#24864)silverwind2023-05-241-20/+43
* Run stylelint on .vue files (#24865)silverwind2023-05-231-7/+7
* Improvements for action detail page (#24718)HesterG2023-05-221-50/+121
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+50
* Fix flash of unstyled content in action view page (#24712)Yarden Shoham2023-05-141-1/+1
* Make the actions control button look like an actual button (#24611)Yarden Shoham2023-05-101-20/+10
* Add a tooltip to the job rerun button (#24617)Yarden Shoham2023-05-101-1/+1
* Attach a tooltip to the action status icon (#24614)Yarden Shoham2023-05-091-2/+12
* Update JS dependencies, add new eslint rules (#24597)silverwind2023-05-091-5/+5
* Attach a tooltip to the action control button (#24595)Yarden Shoham2023-05-081-3/+9
* Do not select line numbers when selecting text from the action run logs (#24594)Yarden Shoham2023-05-081-0/+1
* Add rerun workflow button and refactor to use SVG octicons (#24350)yp053272023-05-011-17/+16
* Add job.duration in web ui (#23963)yp053272023-04-071-2/+4
* Improve action log display with control chars (#23820)wxiaoguang2023-04-011-3/+45
* Fix checks for `needs` in Actions (#23789)Jason Song2023-03-301-3/+2
* Add commit info in action page (#23210)yp053272023-03-271-0/+27
* Replace Less with CSS (#23481)silverwind2023-03-141-128/+139
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-2/+1
* Add ActionRunStatus component (#23259)yp053272023-03-061-16/+5
* Add run status in action view page (#23212)yp053272023-03-041-2/+13
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-241-2/+18
* Fix the full-height problem for all pages (#22905)wxiaoguang2023-02-141-5/+5
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-9/+9
* Remove _actions.less (#22885)Jason Song2023-02-131-2/+53
* Fix style of actions rerun button (#22835)Jason Song2023-02-121-18/+30
* Fix rerun button of Actions (#22798)Jason Song2023-02-081-6/+9
* Use relative url in actions view (#22675)Jason Song2023-01-311-4/+4
* Implement actions (#21937)Jason Song2023-01-311-0/+398