| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch ↵ | Filipa Lacerda | 2019-05-06 | 3 | -50/+56 |
| |\ | | | | | | | | | | | | | | | | | '58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-list' into 'master' Improve pipelines table spacing, add triggerer column Closes #38802 and #58105 See merge request gitlab-org/gitlab-ce!26136 | ||||
| | * | Separate tests for triggerer component | mfluharty | 2019-05-03 | 3 | -50/+56 |
| | | | |||||
| * | | 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 | 2 | -14/+19 |
| | | | | | Upgrade to latest Version | ||||
| * | Removes EE differences for stage_column_component_spec | Filipa Lacerda | 2019-03-27 | 1 | -1/+1 |
| | | |||||
| * | Move some tests from Karma to Jest | Winnie Hellmann | 2019-03-23 | 4 | -187/+0 |
| | | |||||
| * | Update pipeline list view | Nathan Friend | 2019-03-20 | 1 | -5/+7 |
| | | | | | | This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature. | ||||
| * | Removes EE differences for stage_column_component_spec | Filipa Lacerda | 2019-03-15 | 1 | -0/+2 |
| | | |||||
| * | Add fields displayed in modal to test | mfluharty | 2019-03-07 | 1 | -1/+3 |
| | | |||||
| * | Update corresponding test | mfluharty | 2019-03-07 | 1 | -1/+1 |
| | | |||||
| * | Fix inconsistent pagination styles | Clement Ho | 2019-02-27 | 1 | -1/+1 |
| | | |||||
| * | Resolve "Include tags into pipeline detail view" | Scott Hampton | 2018-12-05 | 1 | -1/+6 |
| | | |||||
| * | 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 | ||||
| * | Resolve "Issue board card design" | Constance Okoghenun | 2018-11-07 | 3 | -6/+9 |
| | | |||||
| * | 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 | 4 | -5/+5 |
| |\ | | | | | | | | | 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 | 4 | -5/+5 |
| | | | |||||
| * | | Prettify remaining files with differences in CE and EE | Mike Greiling | 2018-10-31 | 1 | -2/+6 |
| | | | |||||
| * | | Add dynamic timer for delayed jobs in pipelines listwinh-pipeline-actions-dynamic-timer | Winnie Hellmann | 2018-10-29 | 1 | -1/+5 |
| |/ | |||||
| * | Resolve eslint violations | Mike Greiling | 2018-10-17 | 3 | -0/+7 |
| | | |||||
| * | Prettify all spec files | Mike Greiling | 2018-10-17 | 11 | -142/+208 |
| | | |||||
| * | Replace job with group in frontend components to be consistent with backend | Winnie Hellmann | 2018-10-17 | 3 | -21/+20 |
| | | |||||
| * | enable jasmine/new-line-before-expect | Johann Hubert Sonntagbauer | 2018-10-17 | 8 | -0/+23 |
| | | |||||
| * | enable jasmine/no-promise-without-done-fail | Johann Hubert Sonntagbauer | 2018-10-16 | 1 | -1/+1 |
| | | |||||
| * | Make sure remaining time of scheduled jobs is positive in pipelines list | Winnie Hellmann | 2018-10-05 | 1 | -5/+20 |
| | | |||||
| * | Add component tests for scheduled job frontend | Winnie Hellmann | 2018-10-04 | 2 | -26/+70 |
| | | |||||
| * | 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 | ||||
| * | Send resize parameters for avatars | Tim Zallmann | 2018-08-07 | 1 | -10/+16 |
| | | |||||
| * | 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 | 6 | -18/+18 |
| |/ | |||||
| * | Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵ | Simon Knox | 2018-06-29 | 1 | -0/+30 |
| | | | | | widget" | ||||
| * | Enable "prefer-destructuring" in JS files | gfyoung | 2018-06-25 | 2 | -2/+2 |
| | | | | | Partially addresses #47006. | ||||
| * | Changes tab VUE refactoring | Felipe Artur | 2018-06-21 | 1 | -10/+17 |
| | | |||||
| * | Enable no-restricted-globals in JS files | gfyoung | 2018-06-15 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | Merge branch '46768-typo-on-the-empty-pipelines-page' into 'master' | Filipa Lacerda | 2018-05-25 | 1 | -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 view | Mark Fletcher | 2018-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '5779_rename_code_quality_job_and_artifact' into 'master' | Achilleas Pipinellis | 2018-05-24 | 1 | -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#5779 | Olivier Gonzalez | 2018-05-23 | 1 | -1/+1 |
| | |/ | |||||
| * | | Show loading icon only when making the requestfl-loading-icon | Filipa Lacerda | 2018-05-23 | 1 | -1/+10 |
| |/ | |||||
| * | Reloads pipeline table when dropdown action is clicked and closes the ↵ | Filipa Lacerda | 2018-05-16 | 2 | -36/+2 |
| | | | | | dropdown in the MR widget | ||||
| * | Handles action icons requests in a contained way and shows a loading icon to ↵ | Filipa Lacerda | 2018-05-15 | 2 | -41/+79 |
| | | | | | the user | ||||
| * | Resolve "Remove modal box confirmation when retrying a pipeline" | Filipa Lacerda | 2018-05-11 | 2 | -66/+29 |
| | | |||||
| * | Fix broken tests - use the corrent event when button is clicked | Filipa Lacerda | 2018-05-03 | 1 | -1/+1 |
| | | |||||
| * | Update tests with json endpoint | Filipa Lacerda | 2018-04-24 | 2 | -6/+106 |
| | | | | | Cleans merge request css | ||||
| * | Fix disabled state while making a request | Filipa Lacerda | 2018-04-23 | 1 | -3/+44 |
| | | | | | Provide props down instead of an event | ||||
