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-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2019-08-07Fix star count link after clicking star/unstar buttonCamil Staps
2019-05-21I18N JS files starting with sBrandon 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
2018-12-13Resolve "Redesign project lists UI"Martin Wortschack
2018-12-03Ensure unstar icon retains class when toggledTristan Read
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2017-11-23Change star, filter and settings icons to the their sprite based replacementsJose Ivan Vargas Lopez
2017-10-11Enable eslint in star and remove from main.jsFilipa 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-07-21Fix translations for Star/Unstar in JS fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06refactor Star class to ES module syntaxMike Greiling
2017-07-06refactor star.js to use ES class syntaxMike Greiling
2017-07-05Remove IIFEs around several javascript classesMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-01Remove tooltips from project headerAnnabel Dunstone Gray
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-07-24ES6ify all the things!Fatih Acet