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
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-06Hides loading spinner after requestFilipa Lacerda
In the pipeline's actions, moves the request to the component to allow to manage the inner state properly
2019-06-29Fix pipelines table update after actionshampton
The pipelines table was showing the loading icon after the user cancelled or retried a pipeline. This fixes that so the pipeline updates without removing the table from the DOM.
2019-06-14Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"Kamil Trzciński
This reverts merge request !26853
2019-05-30Add Pipeline IID to viewsMike Scott
* Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
2019-05-06Merge branch ↵Filipa Lacerda
'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
2019-05-03Separate tests for triggerer componentmfluharty
2019-05-02Adds a way to start multiple manual jobs in stageMayra Cabrera
- 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
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"