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-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab 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-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-21Upgrade prettier to latest (v1.18.2)Mike Greiling
Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
2019-05-16I18N of JS files starting with gBrandon 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-01-29Wraps Select 2 Import into its own webpack bundleTim Zallmann
Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
2018-11-28Backport: Callout CSS, group edit selection JSDennis Tang
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-08-03backport changes from ↵Lukas Eipert
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6740
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-09Convert groups_select ajax to use axiosPhil Hughes
2017-10-27Remove groups_select from global namespace & simplifies the codeFilipa Lacerda
2017-09-09Import modules instead of using the ones in global namespaceFilipa Lacerda
Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
2017-08-17Fixed height of group share dropdownPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/3149
2017-05-20Add users endpoint to frontend API classWinnie Hellmann
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-05Make group skip validation in the frontendAlfredo Sumaran
2017-03-30group links select2 infinite scrollLuke "Jared" Bennett
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-30Use full group name/path in UI dropdownsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-10-31Backport Group API code that was added in EE onlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-05fix group links 404barthc
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet