summaryrefslogtreecommitdiff
path: root/spec/javascripts/pipelines/graph
Commit message (Collapse)AuthorAgeFilesLines
* Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-022-0/+60
| | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* Upgraded Vue to 2.6.8Tim Zallmann2019-03-271-7/+10
| | | | Upgrade to latest Version
* Removes EE differences for stage_column_component_specFilipa Lacerda2019-03-271-1/+1
|
* Removes EE differences for stage_column_component_specFilipa Lacerda2019-03-151-0/+2
|
* Fixes race condition in delayed job specFilipa Lacerda2018-12-031-18/+6
|
* Fixes tooltip overflowing in mini pipelineFilipa Lacerda2018-11-301-28/+0
|
* Updates pipeline code to use gitlab-uiFilipa Lacerda2018-11-121-5/+3
| | | | | Uses gltooltipDirective Removes whitespace
* Add dynamic timer for delayed jobs in pipeline graphWinnie Hellmann2018-11-071-0/+27
|
* 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-311-2/+6
|/
* Prettify all spec filesMike Greiling2018-10-172-22/+30
|
* Replace job with group in frontend components to be consistent with backendWinnie Hellmann2018-10-173-21/+20
|
* Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-092-28/+0
| | | | | When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
* Fix Karma failures due to invalid icon namesStan Hu2018-07-272-4/+4
| | | | The icon JSON field has been renamed from icon_status_success to status_success.
* Merge branch 'security-2690-fix-tooltip' into 'master'Felipe Artur Cardozo2018-07-265-31/+170
|\ | | | | | | | | [master] Escapes job name used in tooltips See merge request gitlab/gitlabhq!2427
| * Escapes job name used in tooltips in vue componentsFilipa Lacerda2018-07-065-31/+170
| | | | | | | | | | Use sanitize to strip src attributes Changes sidebar back to use sanitize
* | Proper icon validatorLukas Eipert2018-07-184-15/+15
|/
* Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵Simon Knox2018-06-291-0/+30
| | | | widget"
* remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-9/+9
| | | | | the ci status icons are generated client side, wo we don't need the static files anymore.
* Reloads pipeline table when dropdown action is clicked and closes the ↵Filipa Lacerda2018-05-161-12/+0
| | | | dropdown in the MR widget
* Handles action icons requests in a contained way and shows a loading icon to ↵Filipa Lacerda2018-05-151-41/+30
| | | | the user
* Fix broken tests - use the corrent event when button is clickedFilipa Lacerda2018-05-031-1/+1
|
* Fix disabled state while making a requestFilipa Lacerda2018-04-231-3/+44
| | | | Provide props down instead of an event
* Use axios request to interact with API instead of UJSFilipa Lacerda2018-04-232-43/+0
|
* Stop redirecting the page in graph main actionsFilipa Lacerda2018-04-061-10/+15
|
* Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-0/+2
|
* Removes eslint disabled commentsfl-prettier-mock-dataFilipa Lacerda2018-03-291-219/+248
|
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-261-1/+1
|
* Upgraded all vue librariesTim Zallmann2018-01-232-8/+15
|
* Check for null in job tooltip title40997-pipeline-nullFilipa Lacerda2017-12-111-0/+31
|
* Prevent job link form rendering when user does not have permissions40739-access-404Filipa Lacerda2017-12-041-35/+30
| | | | Adds e2e tests
* Update Action IconsTim Zallmann2017-10-301-1/+1
|
* Fixing IconsTim Zallmann2017-10-304-9/+9
|
* Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-301-33/+26
|\
| * Creates a mediator for pipeline details vue in order to mount several vue ↵Filipa Lacerda2017-05-261-33/+26
| | | | | | | | apps with the same data
* | fixed karma failuresPhil Hughes2017-05-243-13/+21
|/ | | | [ci skip]
* Fix broken test - load correct data32074-failed-buildFilipa Lacerda2017-05-102-102/+233
|
* Merge branch '31053-pipeline-ux' into 'master' Fatih Acet2017-05-091-0/+62
|\ | | | | | | | | | | | | Adds left connector class to the rendered graph Closes #31053 See merge request !11179
| * Adds left connector class to the rendered graphFilipa Lacerda2017-05-081-0/+62
| |
* | Fix test failure in job vue componenFix test failure in job vue componentt32021-job-component-test-failureFilipa Lacerda2017-05-091-28/+46
|/
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-066-0/+339
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.