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
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-03I18N JS files starting with mBrandon 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-10-16Prettify additional modules (I through Z)Mike Greiling
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-04-13Fix other listenersLuke Bennett
2018-04-10remove sideeffects, init per pageLuke Bennett
2018-04-07Review changesLuke Bennett
2018-03-29use js- prefixLuke Bennett
2018-03-27Review changesLuke Bennett
2018-03-26reviewLuke Bennett
2018-03-21Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
deprecation-warning-for-dynamic-milestones
2018-03-21Impl popover for milestone deprecationLuke Bennett
2018-03-13Init deprecation message. Incomplete.Luke Bennett
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-01-31Converted milestone.js to axiosPhil Hughes
2018-01-10Tidy up main JS filePhil Hughes
2017-11-20Export code as ES6 modulesFilipa 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-16Order merge requests by priorityFelipe Artur
2017-06-16Remove Drag and drop and sorting from milestone viewFelipe Artur
2017-06-14Fix milestone page assignees when dropped in ongoing listEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32861
2017-04-28Moved sort endpoints into data attributesPhil Hughes
2017-04-26Fixed tabs loading the ajax request twicePhil Hughes
2017-04-26Change the hash when changing tabPhil Hughes
This allows the tab to be loaded by default when the page loads & the hash is present
2017-04-26Load milestone tabs asynchronouslyPhil Hughes
2017-02-24Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz
Removed jQuery UI highlight & autocomplete See merge request !8420
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-09Removed jQuery UI highlight & autocompletePhil Hughes
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
2017-02-06Removed jQuery UI sortablePhil Hughes
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-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet