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
2018-12-14Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes
2018-09-11Fix rails 5 deprecation warningsJan Provaznik
Fixes rails 5 deprecation warnings in `config/` files
2018-05-01move dev server middleware to new namespaceMike Greiling
2017-09-15Never connect to webpack-dev-server over SSLAlessio Caiazza
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-02DRY with Gitlab.config.webpack.dev_server referencesMike Greiling
2017-02-02disable webpack proxy in rspec environment due to conflicts with webmock gemMike Greiling
2017-02-02add rack middleware to proxy webpack dev serverMike Greiling
2015-11-26Migrate mailers to ActiveJobValery Sizov
2015-11-25Rails update to 4.2.4Valery Sizov
2015-08-26Groundwork for merging CI into CEDouwe Maan
2015-02-21Change check to only swap static middleware when it's enabled.Douwe Maan
2015-02-21Explain `Gitlab::Middleware::Static`.Douwe Maan
2015-02-20Satisfy Rubocop.Douwe Maan
2015-02-20Use modified ActionDispatch::Static to let uploads go through to routes.Douwe Maan