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
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