- Sep 04, 2019
-
-
Filipa Lacerda authored
Creates a link component, a line component and a clickable line component to handle the new job log format
-
- Aug 30, 2019
-
-
Updates frontend code and specs to allow for the new feature flag
-
- Aug 08, 2019
-
-
E'zeki&el Kigbo authored
Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
-
- Aug 07, 2019
-
-
Filipa Lacerda authored
In the job log, if the user clicks the section title the job log section will be collapsed
-
- Aug 06, 2019
-
-
Filipa Lacerda authored
Prevents manual action button from being rendered twice in the job log empty state
-
- Aug 05, 2019
-
-
Ammar Alakkad authored
It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
-
- Aug 02, 2019
-
-
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
-
- Jul 29, 2019
-
-
Matija Čupić authored
Adds Job specific variables to facilitate specifying variables when running manual jobs.
-
- Jun 24, 2019
-
-
E'zeki&el Kigbo authored
i18n linting for .vue files under the app/assets/javascripts/jobs directory
-
- Jun 21, 2019
-
-
Mike Greiling authored
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
-
- Jun 14, 2019
-
-
Kamil Trzcińśki authored
This reverts merge request !26853
-
Filipa Lacerda authored
-
- Jun 13, 2019
-
-
Filipa Lacerda authored
-
- Jun 12, 2019
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
- May 30, 2019
-
-
* 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
-
- May 24, 2019
-
-
Filipa Lacerda authored
-
Fixes style lint errors
-
Filipa Lacerda authored
Updates tests
-
- Apr 11, 2019
-
-
Filipa Lacerda authored
Replaces CSS with utility classes Removes unused CSS
-
- Apr 02, 2019
-
-
Ran yarn prettier changed frontend files
-
Fixed the broken frontend unit tests
-
Added the ability to display an error for unmet prerequisites
-
- Mar 20, 2019
-
-
Nathan Friend authored
This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
-
- Mar 08, 2019
-
-
Max Winterstein authored
-
- Mar 07, 2019
-
-
Filipa Lacerda authored
In jobs store, moves the check for `shouldRenderSharedRunnerLimitWarning` to the CE codebase.
-
- Feb 13, 2019
-
-
Fernando Arias authored
-
- Feb 01, 2019
-
-
James Fargher authored
These tests used to wait on the pipeline page which made debugging job failures difficult
-
- Jan 14, 2019
-
-
Mike Greiling authored
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
-
- Jan 11, 2019
-
-
Fernando Arias authored
* Remove headerAction getter from job getters * Remove prop from being passed into header_ci_component * Remove no longer needed tests
-
- Jan 10, 2019
-
-
Fernando Arias authored
* 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
-
- Jan 08, 2019
-
-
Filipa Lacerda authored
-
- Jan 07, 2019
-
-
Nathan Friend authored
We don't currently have the ability to translate sentences that are broken up by Vue components. In lieu of this, we simply don't translate any words that can't be directly translated into all languages. More context on this fix here: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23816#note_126442986
-
- Dec 19, 2018
-
-
Nathan Friend authored
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
-
- Dec 06, 2018
-
-
jhampton authored
- Fixes linting error around missing key directive
-
- Dec 04, 2018
-
-
jhampton authored
- Adjusts il8n implementation - Removes unnecessary type check - Adjusts to use Vue shorthand directives - Adjusts class names
-
- Dec 03, 2018
-
-
jhampton authored
We want to hide trigger varialbes values in the UI by default. A toggle button will be available to maintainers.
-
- Nov 28, 2018
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Removes extra comma from text
-
- Nov 23, 2018
-
-
Filipa Lacerda authored
The tags were using the `label` class instead of `bagde` which is the new BS class
-