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
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