Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't send (fake) email during dev bootstrapno-mail-during-dev-bootstrap | Jacob Vosmaer | 2016-01-15 | 1 | -0/+2 |
| | | | | | | | | This allows you to do: rake dev:setup BOOTSTRAP=1 and prevent dozens of letter_opener emai popups in your browser. | ||||
* | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-12-03 | 1 | -1/+1 |
|\ | |||||
| * | Rails deprecation warning about log_level | Valery Sizov | 2015-12-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-12-02 | 3 | -5/+7 |
|\ \ | |/ | |||||
| * | fix notification_service specs | Valery Sizov | 2015-11-30 | 1 | -0/+2 |
| | | |||||
| * | Migrate mailers to ActiveJob | Valery Sizov | 2015-11-26 | 2 | -2/+2 |
| | | |||||
| * | Rails update to 4.2.4 | Valery Sizov | 2015-11-25 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into reference-pipeline-and-caching | Douwe Maan | 2015-11-19 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Disabling cache for test environment | Valery Sizov | 2015-11-16 | 1 | -0/+2 |
| | | |||||
* | | Disabling caching in test environment because it was causing issues with ↵ | Douwe Maan | 2015-10-22 | 1 | -0/+2 |
|/ | | | | Markdown | ||||
* | Added rack-lineprof for development | Yorick Peterse | 2015-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This can be used to measure the time (roughly) spent on a per line basis. This can also be used to measure timings for views, for example by adding the following to a URL: ?lineprof=app/views/projects/notes/_note rack-lineprof is only enabled when: 1. The application runs in development mode 2. The used Ruby is MRI 3. The environment variable ENABLE_LINEPROF is set to a non-empty value | ||||
* | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 1 | -0/+5 |
| | |||||
* | 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 |