| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |\
| |
| |
| |
| |
| |
| | |
Makes section title clickable and collapsible
Closes #63181
See merge request gitlab-org/gitlab-ce!31571
|
| | |
| |
| |
| |
| | |
In the job log, if the user clicks the section title
the job log section will be collapsed
|
| |/
|
|
|
| |
Prevents manual action button from being rendered
twice in the job log empty state
|
| |
|
|
| |
It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
|
| |
|
|
|
| |
- Remove setTimeout calls
- Add helper function to encapsulate setup
|
| |
|
|
|
|
| |
Change sidebar's renderBlock() to return true only if
any of the block's <detail-row>s will be rendered
Change block to render only if renderBlock() returns true
|
| |
|
|
|
| |
Adds Job specific variables to facilitate specifying variables when
running manual jobs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrades prettier to the latest version, and auto-corrects files with
yarn prettier-all-save
The diffs all seem to stem from formatting changes in brackets within
template literals. Nothing major.
Relevant changelogs here:
https://prettier.io/blog/2019/04/12/1.17.0.html
https://prettier.io/blog/2019/06/06/1.18.0.html
|
| |\
| |
| |
| |
| | |
Add collapsible sections to job log
See merge request gitlab-org/gitlab-ce!28642
|
| | | |
|
| | | |
|
| |/
|
| |
This reverts merge request !26853
|
| |
|
|
|
|
|
|
|
|
| |
* Add Pipeline IID to MR's
* Add Pipeline IID to commit box
* Add Pipeline IID to builds page
* Add Pipeline IID to job sidebar
* Add Pipeline IID to header on view pipeline pages
* Add changelog entry
* Update tests
|
| |\
| |
| |
| |
| |
| | |
backstage/gb/improve-jobs-controller-performance
* commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Fixes style lint errors
|
| |/
|
|
| |
Updates tests
|
| |
|
|
|
|
| |
**Why?**
This file only contains a few text based helper functions.
It has nothing to do with Vue or Vue components.
|
| | |
|
| |
|
|
| |
Fixed the broken frontend unit tests
|
| |
|
|
| |
Added the ability to display an error for unmet prerequisites
|
| |\
| |
| |
| |
| |
| |
| | |
Unify behaviour of 'Copy commit SHA to clipboard' on job view
Closes #58343
See merge request gitlab-org/gitlab-ce!25829
|
| | | |
|
| | | |
|
| |/
|
|
|
| |
This commit updates the job detail view sidebar to accommodate new
states introduced as part of the post-merge pipeline feature.
|
| |
|
|
|
|
| |
In jobs store, moves the check for
`shouldRenderSharedRunnerLimitWarning` to the CE
codebase.
|
| |
|
|
|
|
| |
* Remove headerAction getter from job getters
* Remove prop from being passed into header_ci_component
* Remove no longer needed tests
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Move cancel button to where the Retry is normally placed
* Move new issue button to be in sidebar view for desktop versions
* Update specs
Add changelog entry for moving cancel btn
Remove mobile version job action buttons
* Remove buttons showing up on seperate row on job sidebar
* Show Retry button in mobile version next to build name
Improve flexbox usage for job action buttons
* Allow for cleaner scaling of job name and alignment of buttons
Adjust the debug button icon size
* Adjust debug icon size on the build sidebar so the debug button is the
same height as the other buttons
Tweak job name vertical margins
* Changes are only made to job side vue
* Remove old class that only changed margin on top
* Adjust veritcal margin uniformy set to 0 via bootstrap margin class
Update Karma tests for job side view
* Update karms tests for mobile version of side view
* Removed tests for new issue button since we are fixing in
https://gitlab.com/gitlab-org/gitlab-ce/issues/55944
Fix rspec and static-analysis failures
* Run Prettier
* Update rspec css selectors
Move job action buttons to new line
* Move "New Issue" and "Debug" buttons to seperate line in job sidebar
* Update specs
Run Prettier to format JS
Remove New Issue button from job header
Make sure button spacing follows styleguide
|
| |
|
|
|
|
|
|
| |
This commit fixes a number of minor style issues in the job details
sidebar - spacing, font weights, button sizes, and font sizes.
More details here:
https://gitlab.com/gitlab-org/gitlab-ce/issues/54814
|
| |\
| |
| |
| | |
20422-hide-ui-variables-by-default
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
| |
- Adds coverage for hide/reveal toggle button behavior
|
| |
|
|
|
| |
Returns `null` instead of an empty object to make
sure Vue doesn't render the button
|
| | |
|
| |\
| |
| |
| |
| | |
Add dynamic timer to delayed jobs
See merge request gitlab-org/gitlab-ce!22382
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
|
| |
When the job is archieved we render a affixed warning
on the top of the job log
|
| |\
| |
| |
| |
| | |
Fix typos in comments and specs
See merge request gitlab-org/gitlab-ce!22683
|
| | | |
|
| |/ |
|
| | |
|
| | |
|