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
2018-07-06Move spec/mailers/previews to app/mailers/previewsLin Jen-Shin
2018-06-13[Rails5] Pass class references instead of strings to middleware builderblackst0ne
2018-03-22[Rails5] Update files by `rails app:update`blackst0ne
2017-10-23implement basic request inspector for use in Capybara testsMike Greiling
2017-10-03Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling
2017-07-20Fix logger disabling on the CI: instantiate an ActiveSupport::TaggedLoggingRémy Coutable
2017-07-18Disable Rails logging in CI test environmentsRobert Speicher
2017-06-15Rename CDN_HOST to GITLAB_CDN_HOSTStan Hu
2017-06-15Support a configurable Rails asset_host to allow for CDNsStan Hu
2017-05-16Merge branch '29421-production-config-assets-compile-false' into 'master' Stan Hu
2017-04-15Turn on caching of classes in Knapsack specsStan Hu
2017-03-22Introduce a new middleware for the test environment that can block requestsRémy Coutable
2017-03-14Set 'config.assets.compile = false' in productionJames Edwards-Jones
2016-07-01Remove quiet_assets in favor of built-in sprockets-rails config.Connor Shea
2016-05-25Customize ActionMailer preview pathRobert Speicher
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-04-22Add letter_opener_web gemRobert Speicher
2016-04-10Enable asset compression in production.connorshea
2016-04-05Bump rails to 4.2.6Robert Speicher
2016-03-02Remove duplicate 'cache_store' configuration in test environmentRémy Coutable
2016-01-19Raise an error on page load if there are pending migrations on dev envDouglas Barbosa Alexandre
2016-01-15Don't send (fake) email during dev bootstrapJacob Vosmaer
2015-12-03Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-03Rails deprecation warning about log_levelValery Sizov
2015-12-02Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-11-30fix notification_service specsValery Sizov
2015-11-26Migrate mailers to ActiveJobValery Sizov
2015-11-25Rails update to 4.2.4Valery Sizov
2015-11-19Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-11-16Disabling cache for test environmentValery Sizov
2015-10-22Disabling caching in test environment because it was causing issues with Mark...Douwe Maan
2015-10-15Added rack-lineprof for developmentYorick Peterse
2015-08-26Groundwork for merging CI into CEDouwe Maan
2015-03-03Merge pull request #8349 from divineforest/cleanup-assets-compressDmitriy Zaporozhets
2015-02-12Don't cache classes in testsJeroen van Baarsen
2014-11-18Remove useless `assets.compress` option, Rails 4 uses only `assets.js_compres...Alexander Balashov
2014-08-26Configure Redis cache for all environmentsJacob Vosmaer
2014-08-12Disable debug assetsJan-Willem van der Meer
2014-06-26Fix dev env. Fix MR creationDmitriy Zaporozhets
2014-06-03Remove active_record.auto_explain_treshold_in_seconds, rails 4.0 deprecationMarin Jankovski
2014-04-15Give the Rails cache its own Redis namespaceJacob Vosmaer
2014-03-24Add source for 'Rendered' message suppressionJacob Vosmaer
2014-03-24Suppress 'Rendered' messages in production.logJacob Vosmaer
2013-12-10GitLab app is not threadsafe so better disable allow_concurrency for producti...Dmitriy Zaporozhets
2013-12-10Fixed the WhiningNill deprecation fixJeroen van Baarsen
2013-12-10Update config/* to rails4Dmitriy Zaporozhets
2013-08-14Fix caching when using remote redis serverRobin Gloster
2013-07-08Disable threadsafetyDmitriy Zaporozhets
2013-06-13Disable threadsafe! for rake tasksDmitriy Zaporozhets
2013-06-11Enable threadsafe. Preload lib/Dmitriy Zaporozhets