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
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-04-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-12Add 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-09-11Enables Run Pipeline button to be renderedFilipa Lacerda
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
2019-09-04Adds backport change for pipeline.scsspburdette
Adds the necessary backport changes for pipeline.scss. This commit is neccessary from the changes made in MR 16135 Revert schema.rb which was automatically added will investigate
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-03-27Removes EE differences for pipelines_details_bundleFilipa Lacerda
2019-03-14Merge branch '10093-pipeline-bundle' into 'master'Phil Hughes
Removes EE differences for pipeline_details_bundle Closes gitlab-ee#10093 See merge request gitlab-org/gitlab-ce!26164
2019-03-14Removes EE differences for pipeline_details_bundleFilipa Lacerda
2019-03-13Removes EE differences for stage columnFilipa Lacerda
2019-02-28Make JS pagination handle missing 'X-Total-Pages' headerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-24Remove duplicate XHR request when requesting new pipeline pageStan Hu
When a user clicked on another page in the pipeline page, the following would happen: 1. PipelinesService.getPipelines() would be called to fetch the new page 2. In the success handler, Poll.restart() would be called 3. This would invoke Poll.makeRequest(), which would fire off a new request. To fix this, we introduce a enable(), which will: 1. Update the request data accordingly 2. Clear the old timeout if necessary and start a new timer Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58095
2019-01-11Moves shared code into a mixinFilipa Lacerda
To reduce code duplication between CE and EE components, creates a mixin with the common methods for the graph component
2018-11-16Use @gitlab npm namespaceClement Ho
2018-11-07Remove gitlab-ui loading icon from globalClement Ho
2018-10-31Adds pagination to pipelines table in merge request pageFilipa Lacerda
2018-09-12Use gitlab-ui loading iconClement Ho
2018-06-27Prettifies pipeline's javascript codeFilipa Lacerda
2018-05-16Reloads pipeline table when dropdown action is clicked and closes the ↵Filipa Lacerda
dropdown in the MR widget
2018-05-11Resolve "Remove modal box confirmation when retrying a pipeline"Filipa Lacerda
2018-04-13Handle cancelled requestFilipa Lacerda
[ci skip] Adds specs Adds specs
2018-04-13Stop polling and fetch the tableFilipa Lacerda
2018-04-13[ci skip] Updates table when stage is clickedFilipa Lacerda
2018-03-07Removes UJS from reset cache buttonFilipa Lacerda
Uses loading button for better UX
2018-03-05Manage empty states in Pipelines pageFilipa Lacerda
Adds i18n Adds test Fix broken tests Fixes empty tab state for external CI
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-09-26Fix spelling of occurredJames Ramsay
2017-06-20Uniformize code between both pipelines tablesFilipa Lacerda