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
2017-07-06refactor VisibilitySelect class to ES module syntaxMike Greiling
2017-06-06Resolve "When changing project visibility setting, change other dropdowns ↵Mike Greiling
automatically"
2017-05-09remove bind polyfill from project_new.jsMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-19Merge branch 'simple-eslint-fixes' into 'master' Fatih Acet
Simple eslint fixes See merge request !8536
2017-01-19resolve all parseInt radix eslint violationsMike Greiling
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all indent eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2016-12-10Fixed testsLuke "Jared" Bennett
Grab permissions description from backend Review changes Added unit tests
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-01Hides registry if project is disabledPhil Hughes
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-17Add visibility level to project repositoryFelipe Artur
2016-10-11Fixed default branch dropdown not converting to select2Phil Hughes
Closes #23200
2016-09-02Refactored code to rely less on IDs that could changePhil Hughes
2016-09-02Hides merge request section in edit project when disabledPhil Hughes
2016-07-24ES6ify all the things!Fatih Acet