Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8349 from divineforest/cleanup-assets-compress | Dmitriy Zaporozhets | 2015-03-02 | 1 | -3/+3 |
|\ | | | | | Remove useless `assets.compress` option, Rails 4 uses only `assets.js_co... | ||||
| * | Remove useless `assets.compress` option, Rails 4 uses only ↵ | Alexander Balashov | 2014-11-18 | 1 | -3/+3 |
| | | | | | | | | | | `assets.js_compressor` > The config.assets.compress option should be changed to config.assets.js_compressor like so for instance | ||||
* | | Don't cache classes in tests | Jeroen van Baarsen | 2015-02-12 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Configure Redis cache for all environments | Jacob Vosmaer | 2014-08-26 | 1 | -10/+0 |
| | | | | Also add support for connecting to Redis with Unix sockets. | ||||
* | Disable debug assets | Jan-Willem van der Meer | 2014-08-12 | 1 | -1/+1 |
| | | | | | It's good for debugging javacsript, but creates massive amounts of http request by adding each javascript individually. Only turn it on while debugging js code. | ||||
* | Fix dev env. Fix MR creation | Dmitriy Zaporozhets | 2014-06-26 | 2 | -6/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove active_record.auto_explain_treshold_in_seconds, rails 4.0 deprecation | Marin Jankovski | 2014-06-03 | 1 | -4/+0 |
| | |||||
* | Give the Rails cache its own Redis namespace | Jacob Vosmaer | 2014-04-15 | 1 | -1/+1 |
| | | | | | | | | Before this change, Rails cache data was stored in a global Redis namespace. As a consequence, clearing the Rails cache (`rake cache:clear`) would also delete all Sidekiq queue data and session storage. This change puts all Rails cache data in a `cache:gitlab` namespace, making `rake cache:clear` safe again. | ||||
* | Add source for 'Rendered' message suppression | Jacob Vosmaer | 2014-03-24 | 1 | -0/+1 |
| | |||||
* | Suppress 'Rendered' messages in production.log | Jacob Vosmaer | 2014-03-24 | 1 | -0/+5 |
| | |||||
* | GitLab app is not threadsafe so better disable allow_concurrency for ↵ | Dmitriy Zaporozhets | 2013-12-10 | 1 | -0/+2 |
| | | | | | | production env Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fixed the WhiningNill deprecation fix | Jeroen van Baarsen | 2013-12-10 | 1 | -3/+0 |
| | |||||
* | Update config/* to rails4 | Dmitriy Zaporozhets | 2013-12-10 | 3 | -7/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix caching when using remote redis server | Robin Gloster | 2013-08-14 | 1 | -1/+8 |
| | |||||
* | Disable threadsafety | Dmitriy Zaporozhets | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Disable threadsafe! for rake tasks | Dmitriy Zaporozhets | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | Enable threadsafe. Preload lib/ | Dmitriy Zaporozhets | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Replace old hashes with new 1.9 ruby hashes (rebase) | Andrey Kumanyaev | 2013-05-05 | 1 | -2/+2 |
| | |||||
* | Use redis as cache storage. cache events | Dmitriy Zaporozhets | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Update Rails config | Riyad Preukschas | 2012-11-18 | 3 | -21/+22 |
| | |||||
* | set activerecord whitelist_attributes to true | Nihad Abbasov | 2012-09-26 | 2 | -1/+4 |
| | |||||
* | Moving to rails 3.2 | Dmitriy Zaporozhets | 2012-02-11 | 1 | -0/+7 |
| | |||||
* | activities page caching | Dmitriy Zaporozhets | 2011-11-27 | 1 | -1/+1 |
| | |||||
* | install letter_opener | Nihad Abbasov | 2011-10-31 | 1 | -0/+1 |
| | |||||
* | clean-up code | Nihad Abbasov | 2011-10-26 | 1 | -1/+0 |
| | | | | | | * Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines | ||||
* | init commit | gitlabhq | 2011-10-09 | 3 | -0/+144 |