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 (Expand)Author
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
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
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-14expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling
2016-11-10Fix Merge Conflicts app to make it work with Vue 2Alfredo Sumaran
2016-11-10Remove unnecesarry require.Fatih Acet
2016-11-10VueJSMigration: Remove parallel-conflict-line component.Fatih Acet
2016-11-10Vue migration fix syntax highlighting.Fatih Acet
2016-11-10Migrate Vue v1 to v2.Fatih Acet
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-17Provide better error message to the userAlfredo Sumaran
2016-10-13Add syntax highlighting to filesAlfredo Sumaran
2016-10-13Use plain JS to get elements and data and valuesAlfredo Sumaran
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
2016-10-13Ability to resolve conflicts for files with `text-editor` as conflict typeAlfredo Sumaran
2016-10-13Refactor JS codeAlfredo Sumaran
2016-10-13Replace textarea with Ace editorAlfredo Sumaran
2016-10-13Implement editor to manually resolve merge conflictsAlfredo Sumaran