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-03-05Remove .es6 from file extensions (!9241)winniehell
2017-01-19resolve all prefer-const eslint violationsMike Greiling
2017-01-19resolve all no-dupe-keys eslint violationsMike Greiling
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2016-12-14expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling
when no-undef encountered
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-25remove manual Cookie.set "path" option in favor of global settingMike Greiling
2016-10-25replace jquery.cookie vendor script with js.cookieMike Greiling
2016-10-13Add more tests to check conflicts resolutionAlfredo Sumaran
2016-10-13Improve components for PhantomJs compatibilityAlfredo Sumaran
2016-10-13Use .some instead of .find for phantomjs compatibilityAlfredo Sumaran
2016-10-13Do not show Diff view switcher if all files are can be only resolved with an ↵Alfredo Sumaran
editor
2016-10-13Ability to resolve conflicts for files with `text-editor` as conflict typeAlfredo Sumaran
2016-10-13Refactor JS codeAlfredo Sumaran
- Use a store base object to manage application state. - Add a service to handle ajax requests. - Load code only when needed