summaryrefslogtreecommitdiff
path: root/spec/javascripts/pipelines
Commit message (Collapse)AuthorAgeFilesLines
* Resolve eslint violationsMike Greiling2018-10-173-0/+7
|
* Prettify all spec filesMike Greiling2018-10-1711-142/+208
|
* Replace job with group in frontend components to be consistent with backendWinnie Hellmann2018-10-173-21/+20
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-178-0/+23
|
* enable jasmine/no-promise-without-done-failJohann Hubert Sonntagbauer2018-10-161-1/+1
|
* Make sure remaining time of scheduled jobs is positive in pipelines listWinnie Hellmann2018-10-051-5/+20
|
* Add component tests for scheduled job frontendWinnie Hellmann2018-10-042-26/+70
|
* 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
* Send resize parameters for avatarsTim Zallmann2018-08-071-10/+16
|
* 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-186-18/+18
|/
* Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵Simon Knox2018-06-291-0/+30
| | | | widget"
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-252-2/+2
| | | | Partially addresses #47006.
* Changes tab VUE refactoringFelipe Artur2018-06-211-10/+17
|
* Enable no-restricted-globals in JS filesgfyoung2018-06-151-1/+1
|
* 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.
* Merge branch '46768-typo-on-the-empty-pipelines-page' into 'master'Filipa Lacerda2018-05-251-1/+1
|\ | | | | | | | | | | | | Resolve "Typo on the empty Pipelines page" Closes #46768 See merge request gitlab-org/gitlab-ce!19140
| * Fix typo in Pipelines empty state viewMark Fletcher2018-05-251-1/+1
| |
* | Merge branch '5779_rename_code_quality_job_and_artifact' into 'master'Achilleas Pipinellis2018-05-241-1/+1
|\ \ | | | | | | | | | | | | Rename code quality job and artifact. See merge request gitlab-org/gitlab-ce!19049
| * | Rename code quality job and artifact. Refs gitlab-org/gitlab-ee#5779Olivier Gonzalez2018-05-231-1/+1
| |/
* | Show loading icon only when making the requestfl-loading-iconFilipa Lacerda2018-05-231-1/+10
|/
* Reloads pipeline table when dropdown action is clicked and closes the ↵Filipa Lacerda2018-05-162-36/+2
| | | | dropdown in the MR widget
* Handles action icons requests in a contained way and shows a loading icon to ↵Filipa Lacerda2018-05-152-41/+79
| | | | the user
* Resolve "Remove modal box confirmation when retrying a pipeline"Filipa Lacerda2018-05-112-66/+29
|
* Fix broken tests - use the corrent event when button is clickedFilipa Lacerda2018-05-031-1/+1
|
* Update tests with json endpointFilipa Lacerda2018-04-242-6/+106
| | | | Cleans merge request css
* 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
|
* Handle cancelled request40487-stop-pollingFilipa Lacerda2018-04-133-1/+406
| | | | | | [ci skip] Adds specs Adds specs
* Replace vue resource with axios for pipeline details pageFilipa Lacerda2018-04-111-21/+15
|
* Update state request from vue resource to axiosFilipa Lacerda2018-04-101-58/+27
|
* Replace vue resources with axios for pipelines tableFilipa Lacerda2018-04-091-89/+54
|
* 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
|
* Fix broken tests43770-change-clear-runners-cache-ujs-action-to-an-axios-requestFilipa Lacerda2018-03-072-9/+9
|
* Removes UJS from reset cache buttonFilipa Lacerda2018-03-071-13/+24
| | | | Uses loading button for better UX
* Changes after review38587-pipelines-empty-stateFilipa Lacerda2018-03-052-32/+27
|
* Manage empty states in Pipelines pageFilipa Lacerda2018-03-056-204/+648
| | | | | | | | | Adds i18n Adds test Fix broken tests Fixes empty tab state for external CI
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-262-2/+2
|
* Merge branch 'master' into ↵42886-followup-to-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-212-2/+1
|\ | | | | | | 42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation
| * CE port of changes made to the pipeline bundle in EE - Fixes typos and adds i18nce-3776-ci-view-for-sastFilipa Lacerda2018-02-202-2/+1
| | | | | | | | | | | | Backport common class name for the tab content Backport more changes
* | Remove use of callback in pipeline stop/retry modalsShah El-Rahman2018-02-161-4/+7
|/ | | | | | | | | | Make changes to names of events and variables Combine stop and retry modals into 1 Fix lint issues Add comment about usage of eventHub instead of props
* Add modal for stopping and retrying pipelines41297-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-071-4/+4
| | | | | | | | Fix tests Address code review feedback Fix tests
* Fix JS equality rules in some specsNick Thomas2018-01-261-2/+2
|
* Avoid array indices to fixtures in JS specsNick Thomas2018-01-242-6/+8
|
* Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas2018-01-242-6/+6
|
* Upgraded all vue librariesTim Zallmann2018-01-232-8/+15
|