| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adds a way to start multiple manual jobs in stage | Mayra Cabrera | 2019-05-02 | 2 | -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.8 | Tim Zallmann | 2019-03-27 | 1 | -7/+10 |
| | | | | | Upgrade to latest Version | ||||
| * | Removes EE differences for stage_column_component_spec | Filipa Lacerda | 2019-03-27 | 1 | -1/+1 |
| | | |||||
| * | Removes EE differences for stage_column_component_spec | Filipa Lacerda | 2019-03-15 | 1 | -0/+2 |
| | | |||||
| * | Fixes race condition in delayed job spec | Filipa Lacerda | 2018-12-03 | 1 | -18/+6 |
| | | |||||
| * | Fixes tooltip overflowing in mini pipeline | Filipa Lacerda | 2018-11-30 | 1 | -28/+0 |
| | | |||||
| * | Updates pipeline code to use gitlab-ui | Filipa Lacerda | 2018-11-12 | 1 | -5/+3 |
| | | | | | | Uses gltooltipDirective Removes whitespace | ||||
| * | Add dynamic timer for delayed jobs in pipeline graph | Winnie Hellmann | 2018-11-07 | 1 | -0/+27 |
| | | |||||
| * | Merge branch 'gt-update-typos-in-comments-and-specs' into 'master' | Achilleas Pipinellis | 2018-11-01 | 1 | -1/+1 |
| |\ | | | | | | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683 | ||||
| | * | Fix typos in comments and specs | George Tsiolis | 2018-11-01 | 1 | -1/+1 |
| | | | |||||
| * | | Prettify remaining files with differences in CE and EE | Mike Greiling | 2018-10-31 | 1 | -2/+6 |
| |/ | |||||
| * | Prettify all spec files | Mike Greiling | 2018-10-17 | 2 | -22/+30 |
| | | |||||
| * | Replace job with group in frontend components to be consistent with backend | Winnie Hellmann | 2018-10-17 | 3 | -21/+20 |
| | | |||||
| * | Removes <br> sent from backend on tooltips in jobs | Filipa Lacerda | 2018-08-09 | 2 | -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 names | Stan Hu | 2018-07-27 | 2 | -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 Cardozo | 2018-07-26 | 5 | -31/+170 |
| |\ | | | | | | | | | [master] Escapes job name used in tooltips See merge request gitlab/gitlabhq!2427 | ||||
| | * | Escapes job name used in tooltips in vue components | Filipa Lacerda | 2018-07-06 | 5 | -31/+170 |
| | | | | | | | | | | | Use sanitize to strip src attributes Changes sidebar back to use sanitize | ||||
| * | | Proper icon validator | Lukas Eipert | 2018-07-18 | 4 | -15/+15 |
| |/ | |||||
| * | Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵ | Simon Knox | 2018-06-29 | 1 | -0/+30 |
| | | | | | widget" | ||||
| * | remove all .ico favicon variations, use png always | Alexis Reigel | 2018-06-05 | 1 | -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 Lacerda | 2018-05-16 | 1 | -12/+0 |
| | | | | | dropdown in the MR widget | ||||
| * | Handles action icons requests in a contained way and shows a loading icon to ↵ | Filipa Lacerda | 2018-05-15 | 1 | -41/+30 |
| | | | | | the user | ||||
| * | Fix broken tests - use the corrent event when button is clicked | Filipa Lacerda | 2018-05-03 | 1 | -1/+1 |
| | | |||||
| * | Fix disabled state while making a request | Filipa Lacerda | 2018-04-23 | 1 | -3/+44 |
| | | | | | Provide props down instead of an event | ||||
| * | Use axios request to interact with API instead of UJS | Filipa Lacerda | 2018-04-23 | 2 | -43/+0 |
| | | |||||
| * | Stop redirecting the page in graph main actions | Filipa Lacerda | 2018-04-06 | 1 | -10/+15 |
| | | |||||
| * | Resolve "Show `failure_reason` and upgrade tooltips of jobs" | Mayra Cabrera | 2018-04-05 | 1 | -0/+2 |
| | | |||||
| * | Removes eslint disabled commentsfl-prettier-mock-data | Filipa Lacerda | 2018-03-29 | 1 | -219/+248 |
| | | |||||
| * | Move EE-specific JavaScript files to ee/app/assets/javascripts | Rémy Coutable | 2018-02-26 | 1 | -1/+1 |
| | | |||||
| * | Upgraded all vue libraries | Tim Zallmann | 2018-01-23 | 2 | -8/+15 |
| | | |||||
| * | Check for null in job tooltip title40997-pipeline-null | Filipa Lacerda | 2017-12-11 | 1 | -0/+31 |
| | | |||||
| * | Prevent job link form rendering when user does not have permissions40739-access-404 | Filipa Lacerda | 2017-12-04 | 1 | -35/+30 |
| | | | | | Adds e2e tests | ||||
| * | Update Action Icons | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | | |||||
| * | Fixing Icons | Tim Zallmann | 2017-10-30 | 4 | -9/+9 |
| | | |||||
| * | Merge branch 'master' into issue-edit-inline | Phil Hughes | 2017-05-30 | 1 | -33/+26 |
| |\ | |||||
| | * | Creates a mediator for pipeline details vue in order to mount several vue ↵ | Filipa Lacerda | 2017-05-26 | 1 | -33/+26 |
| | | | | | | | | | apps with the same data | ||||
| * | | fixed karma failures | Phil Hughes | 2017-05-24 | 3 | -13/+21 |
| |/ | | | | [ci skip] | ||||
| * | Fix broken test - load correct data32074-failed-build | Filipa Lacerda | 2017-05-10 | 2 | -102/+233 |
| | | |||||
| * | Merge branch '31053-pipeline-ux' into 'master' | Fatih Acet | 2017-05-09 | 1 | -0/+62 |
| |\ | | | | | | | | | | | | | Adds left connector class to the rendered graph Closes #31053 See merge request !11179 | ||||
| | * | Adds left connector class to the rendered graph | Filipa Lacerda | 2017-05-08 | 1 | -0/+62 |
| | | | |||||
| * | | Fix test failure in job vue componenFix test failure in job vue componentt32021-job-component-test-failure | Filipa Lacerda | 2017-05-09 | 1 | -28/+46 |
| |/ | |||||
| * | Single commit squash of all changes for ↵ | Kamil Trzcinski | 2017-05-06 | 6 | -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. | |||||
