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-18update linter to catch uses of commonjs syntaxMike Greiling
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-09add eslint support to vue filesMike Greiling
2017-03-05Adjust ESLint rule for file nameswinniehell
2017-02-14enable eslint to resolve webpack modules according to webpack.config.jsMike Greiling
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-25Flag multiple empty lines in eslint, fix offenses.Bryce Johnson
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-02Fixed Wrong Tab Selected When Loggin Fails And Multiple Login Tabs ExistsJacopo
When ldap is enabled and use "Standard" authentication method, if authentication fails the correct tab remain selected. This is done by saving into localStorage when the active tab changes and by always selecting that tab when the page is loaded.
2016-11-29Remove JSX/React eslint plugins.Luke "Jared" Bennett
Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs
2016-11-22keep json alphabetizedMike Greiling
2016-11-22add "gon" to list of expected globalsMike Greiling
2016-11-22clean up globals exemptions within .eslintrcMike Greiling
2016-11-21Make linters happyAlfredo Sumaran
2016-11-21Cycle analytics second iterationAlfredo Sumaran
- Vue app has been completely rewritten - New components - Basic CSS
2016-11-04Update match-regex to fix filename conventionAlfredo Sumaran
This allows us to pass .js.es6 files as valid filenames;
2016-11-02Check that JavaScript file names match convention (!7238)winniehell
2016-10-26add ESLintwinniehell
ESLint config: https://github.com/airbnb/javascript