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-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
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-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
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-05-18I18N of files starting with lBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-19Show prioritized labels to guestsHeinrich Lee Yu
Disables sorting when guests are viewing
2019-01-31Append prioritized label before paginationRajat Jain
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