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-10-16Prettify additional modules (I through Z)Mike Greiling
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-06-05Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
39549-label-list-page-redesign-with-draggable-labels
2018-06-05FE review changesLuke Bennett
2018-05-31Update Sortable package pathKushal Pandya
2018-05-28Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
39549-label-list-page-redesign-with-draggable-labels
2018-05-17revert scrollableLuke Bennett
2018-05-17UX review changesLuke Bennett
2018-04-24Clone pri labelLuke Bennett
2018-04-19Replace tooltip('destroy') with tooltip('dispose')Clement Ho
2018-04-19Add and remove priority labelLuke Bennett
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-01-25Remove unnecessary returnClement Ho
2018-01-25Replace $.post in label manager with axiosClement Ho
2018-01-10Tidy up main JS filePhil Hughes
2017-10-10Use ES6 modules in labels and labels managerFilipa Lacerda
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-06-27Action Buttons on Prio Labels working again by setting pointer events to ↵Tim Zallmann
none on…
2017-03-05Remove .es6 from file extensions (!9241)winniehell