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-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-03-22remove Cookies class from global spaceMike Greiling
2017-03-21remove Vue from the global spaceMike Greiling
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
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 ↵Mike Greiling
when no-undef encountered
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
It's because Vue says: "Component template should contain exactly one root element".
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
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
2016-10-13Replace textarea with Ace editorAlfredo Sumaran
2016-10-13Implement editor to manually resolve merge conflictsAlfredo Sumaran