summaryrefslogtreecommitdiff
path: root/spec/javascripts/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Update GraphicsMagick from 1.3.29 to 1.3.33 for CI testsTakuya Noguchi2019-08-121-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Merge branch '63181-collapsible-line' into 'master'Kushal Pandya2019-08-081-0/+20
|\ | | | | | | | | | | | | Makes section title clickable and collapsible Closes #63181 See merge request gitlab-org/gitlab-ce!31571
| * Makes title section collapsible63181-collapsible-lineFilipa Lacerda2019-08-071-0/+20
| | | | | | | | | | In the job log, if the user clicks the section title the job log section will be collapsed
* | Removes duplicate button65705-two-buttonsFilipa Lacerda2019-08-061-0/+141
|/ | | | | Prevents manual action button from being rendered twice in the job log empty state
* Enhance style of the shared runners limitAmmar Alakkad2019-08-051-0/+1
| | | | It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
* Clean up job_app_specfe-cleanup-job-app-specPaul Slaughter2019-08-011-396/+287
| | | | | - Remove setTimeout calls - Add helper function to encapsulate setup
* Only render job sidebar block if it has contentMiranda Fluharty2019-08-021-0/+25
| | | | | | 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
* Add Job specific variablesMatija Čupić2019-07-292-0/+89
| | | | | Adds Job specific variables to facilitate specifying variables when running manual jobs.
* Upgrade prettier to latest (v1.18.2)Mike Greiling2019-06-211-6/+2
| | | | | | | | | | | | | 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
* Merge branch 'generate-spans-for-sections' into 'master'Sean McGivern2019-06-172-0/+52
|\ | | | | | | | | Add collapsible sections to job log See merge request gitlab-org/gitlab-ce!28642
| * Update class namesFilipa Lacerda2019-06-142-3/+3
| |
| * Adds specs and changelog - squashFilipa Lacerda2019-06-132-0/+52
| |
* | Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"revert-3a50fc5dKamil Trzciński2019-06-142-12/+10
|/ | | This reverts merge request !26853
* Add Pipeline IID to viewsMike Scott2019-05-302-10/+12
| | | | | | | | | | * 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
* Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into ↵backstage/gb/improve-jobs-controller-performanceGrzegorz Bizon2019-05-271-1/+4
|\ | | | | | | | | | | backstage/gb/improve-jobs-controller-performance * commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
| * Replaces a hard-coded date in the job app specsamdbeckham2019-05-241-1/+4
| |
* | Set up mock data for stagesFilipa Lacerda2019-05-241-1/+27
| |
* | Fix deployment entity testsGrzegorz Bizon2019-05-241-1/+1
| | | | | | | | Fixes style lint errors
* | Removes fetchStage actions and mutationsFilipa Lacerda2019-05-243-252/+136
|/ | | | Updates tests
* Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-163-3/+3
| | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* Rename CI related selectorsGeorge Tsiolis2019-04-161-3/+3
|
* Fix frontend unit testsjerasmus2019-04-021-1/+1
| | | | Fixed the broken frontend unit tests
* Display error for unmet prerequisitesjerasmus2019-04-022-0/+73
| | | | Added the ability to display an error for unmet prerequisites
* Merge branch 'MaxWinterstein-unify-copy-comit-sha' into 'master'Fatih Acet2019-03-261-1/+2
|\ | | | | | | | | | | | | Unify behaviour of 'Copy commit SHA to clipboard' on job view Closes #58343 See merge request gitlab-org/gitlab-ce!25829
| * Unify behaviour of 'Copy commit SHA to clipboard'Max Winterstein2019-03-091-1/+2
| |
* | Move some tests from Karma to JestWinnie Hellmann2019-03-236-764/+0
| |
* | Update job detail sidebar for post-merge pipelinesNathan Friend2019-03-201-40/+148
|/ | | | | This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
* Moves shared quota getter into CEFilipa Lacerda2019-03-071-0/+55
| | | | | | In jobs store, moves the check for `shouldRenderSharedRunnerLimitWarning` to the CE codebase.
* Code cleanup of headerActions and testsFernando Arias2019-01-111-16/+0
| | | | | | * Remove headerAction getter from job getters * Remove prop from being passed into header_ci_component * Remove no longer needed tests
* Update failing specs & linter errors & changelogFernando Arias2019-01-101-1/+1
|
* Move job cancel/new buttonFernando Arias2019-01-102-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix style issues in job details sidebarNathan Friend2018-12-192-15/+6
| | | | | | | | 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
* Merge remote-tracking branch 'origin/master' into ↵jhampton2018-12-071-9/+3
|\ | | | | | | 20422-hide-ui-variables-by-default
| * Adds bottom margin to the environment info blockFilipa Lacerda2018-11-281-9/+3
| |
* | Prettifiesjhampton2018-12-071-2/+2
| |
* | Fixes linting errorsjhampton2018-12-071-0/+5
| |
* | Adds toggle behaviorjhampton2018-12-071-2/+21
|/ | | | - Adds coverage for hide/reveal toggle button behavior
* Prevents empty button in jobs empty state54021-empty-buttonFilipa Lacerda2018-11-141-0/+1
| | | | | Returns `null` instead of an empty object to make sure Vue doesn't render the button
* Resolve "Issue board card design"Constance Okoghenun2018-11-071-2/+2
|
* Merge branch 'winh-delayed-jobs-dynamic-timer' into 'master'Filipa Lacerda2018-11-073-0/+150
|\ | | | | | | | | Add dynamic timer to delayed jobs See merge request gitlab-org/gitlab-ce!22382
| * Run yarn prettier-all-saveWinnie Hellmann2018-11-072-9/+9
| |
| * Add dynamic timer for delayed jobs in job sidebarWinnie Hellmann2018-11-071-0/+28
| |
| * Add dynamic timer for delayed jobs on single job pageWinnie Hellmann2018-11-071-0/+29
| |
| * Add Vue mixin for delayed job timersWinnie Hellmann2018-11-071-0/+93
| |
* | [ci skip] Renders a warning block for archieved jobFilipa Lacerda2018-11-051-0/+34
|/ | | | | When the job is archieved we render a affixed warning on the top of the job log
* Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis2018-11-011-1/+1
|\ | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
| * Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
| |
* | Prettify remaining files with differences in CE and EEMike Greiling2018-10-313-36/+8
|/
* Fix stage dropdown rendering only in EnglishFilipa Lacerda2018-10-262-4/+5
|
* Move job stuck status to backendSteve Azzopardi2018-10-252-67/+113
|