Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-28Upgraded Vue to 2.6.8Tim Zallmann
Upgrade to latest Version
2019-03-27Removes EE differences for stage_column_component_specFilipa Lacerda
2019-03-23Move some tests from Karma to JestWinnie Hellmann
2019-03-20Update pipeline list viewNathan Friend
This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
2019-03-15Removes EE differences for stage_column_component_specFilipa Lacerda
2019-03-07Add fields displayed in modal to testmfluharty
2019-03-07Update corresponding testmfluharty
2019-02-27Fix inconsistent pagination stylesClement Ho
2018-12-06Resolve "Include tags into pipeline detail view"Scott Hampton
2018-12-03Fixes race condition in delayed job specFilipa Lacerda
2018-11-30Fixes tooltip overflowing in mini pipelineFilipa Lacerda
2018-11-13Updates pipeline code to use gitlab-uiFilipa Lacerda
Uses gltooltipDirective Removes whitespace
2018-11-07Resolve "Issue board card design"Constance Okoghenun
2018-11-07Add dynamic timer for delayed jobs in pipeline graphWinnie Hellmann
2018-11-01Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis
Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-29Add dynamic timer for delayed jobs in pipelines listWinnie Hellmann
2018-10-17Resolve eslint violationsMike Greiling
2018-10-17Prettify all spec filesMike Greiling
2018-10-17Replace job with group in frontend components to be consistent with backendWinnie Hellmann
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-16enable jasmine/no-promise-without-done-failJohann Hubert Sonntagbauer
2018-10-05Make sure remaining time of scheduled jobs is positive in pipelines listWinnie Hellmann
2018-10-04Add component tests for scheduled job frontendWinnie Hellmann
2018-08-09Removes <br> sent from backend on tooltips in jobsFilipa Lacerda
When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
2018-08-07Send resize parameters for avatarsTim Zallmann
2018-07-28Fix Karma failures due to invalid icon namesStan Hu
The icon JSON field has been renamed from icon_status_success to status_success.
2018-07-27Merge branch 'security-2690-fix-tooltip' into 'master'Felipe Artur Cardozo
[master] Escapes job name used in tooltips See merge request gitlab/gitlabhq!2427
2018-07-18Proper icon validatorLukas Eipert
2018-07-06Escapes job name used in tooltips in vue componentsFilipa Lacerda
Use sanitize to strip src attributes Changes sidebar back to use sanitize
2018-06-29Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵Simon Knox
widget"
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-06-05remove all .ico favicon variations, use png alwaysAlexis Reigel
the ci status icons are generated client side, wo we don't need the static files anymore.
2018-05-25Merge branch '46768-typo-on-the-empty-pipelines-page' into 'master'Filipa Lacerda
Resolve "Typo on the empty Pipelines page" Closes #46768 See merge request gitlab-org/gitlab-ce!19140
2018-05-25Fix typo in Pipelines empty state viewMark Fletcher
2018-05-24Merge branch '5779_rename_code_quality_job_and_artifact' into 'master'Achilleas Pipinellis
Rename code quality job and artifact. See merge request gitlab-org/gitlab-ce!19049
2018-05-24Rename code quality job and artifact. Refs gitlab-org/gitlab-ee#5779Olivier Gonzalez
2018-05-23Show loading icon only when making the requestFilipa Lacerda
2018-05-16Reloads pipeline table when dropdown action is clicked and closes the ↵Filipa Lacerda
dropdown in the MR widget
2018-05-15Handles action icons requests in a contained way and shows a loading icon to ↵Filipa Lacerda
the user
2018-05-11Resolve "Remove modal box confirmation when retrying a pipeline"Filipa Lacerda
2018-05-03Fix broken tests - use the corrent event when button is clickedFilipa Lacerda
2018-04-24Update tests with json endpointFilipa Lacerda
Cleans merge request css
2018-04-23Fix disabled state while making a requestFilipa Lacerda
Provide props down instead of an event
2018-04-23Use axios request to interact with API instead of UJSFilipa Lacerda
2018-04-13Handle cancelled requestFilipa Lacerda
[ci skip] Adds specs Adds specs
2018-04-11Replace vue resource with axios for pipeline details pageFilipa Lacerda