Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get memory data after booting app in production62722-boot-app-in-ci-and-check-memory-ce | Aleksei Lipniagov | 2019-06-28 | 1 | -1/+1 |
| | | | | | | Preload the app in `production` env, hit it with a single request, and gather total gem memory consumption data using `derailed exec perf:mem` from `derailed_benchmarks`. Present the result as MR metrics. | ||||
* | Revert "Merge branch '62722-boot-app-in-ci-and-check-memory' into 'master'" | Rémy Coutable | 2019-06-28 | 1 | -1/+1 |
| | | | This reverts merge request !30031 | ||||
* | Get memory data after booting app in production62722-boot-app-in-ci-and-check-memory | Aleksei Lipniagov | 2019-06-28 | 1 | -1/+1 |
| | | | | | | Preload the app in `production` env, hit it with a single request, and gather total gem memory consumption data using `derailed exec perf:mem` from `derailed_benchmarks`. Present the result as MR metrics. | ||||
* | Remove rails 4 support in CI, Gemfiles, bin/ and config/ | Jasper Maes | 2018-12-14 | 1 | -8/+1 |
| | |||||
* | Eliminate duplicated words | Takuya Noguchi | 2018-11-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | Switch to Rails 5 by default | Jan Provaznik | 2018-11-14 | 1 | -2/+2 |
| | | | | | * updates Gemfile * uses Rails 5 unless explicitly disabled | ||||
* | Add bootsnap to development/test bundle and enable it if available | Gabriel Mazetto | 2018-07-20 | 1 | -0/+5 |
| | | | | This will enable bootsnap whenver the gem is available. | ||||
* | [Rails5] Update files by `rails app:update`blackst0ne-rails5-update-files-by-rails-app-update | blackst0ne | 2018-03-22 | 1 | -3/+8 |
| | |||||
* | Update Prometheus gem to version that explicitly calls `munmap` | Paweł Chojnacki | 2017-07-19 | 1 | -5/+0 |
| | |||||
* | Revert "Merge branch 'update_bootsnap_1.1.1' into 'master'" | Marin Jankovski | 2017-07-10 | 1 | -6/+0 |
| | | | | | This reverts commit 83ec509ce43c56da601335de5b9ea4422c785560, reversing changes made to 57f0677ad854b7b17bd57e1e3b0ef542ce322b56. | ||||
* | Bump bootsnap to 1.1.1 | blackst0ne | 2017-06-27 | 1 | -0/+6 |
| | |||||
* | Revert "Merge branch 'rs-bootsnap' into 'master'"rs-revert-bootsnap | Robert Speicher | 2017-06-22 | 1 | -12/+0 |
| | | | | | This reverts commit 95138a9c16a2d1905354d0f46381b3822b37863d, reversing changes made to 66aad16d1aaa426237e52ef19385385566f194dc. | ||||
* | Do not enable prometheus metrics when data folder is not present. | Pawel Chojnacki | 2017-06-19 | 1 | -1/+3 |
| | | | | | | | + Set defaults correctly only for when not in production or staging + set ENV['prometheus_multiproc_dir'] in config/boot.rb instead of config.ru Test prometheus metrics unmemoized | ||||
* | set ENV['prometheus_multiproc_dir'] in config/boot.rb instead of config.ru | Pawel Chojnacki | 2017-06-15 | 1 | -0/+3 |
| | |||||
* | Add Bootsnap to all environments to reduce application startup timers-bootsnap | Robert Speicher | 2017-06-08 | 1 | -0/+12 |
| | |||||
* | Enable the Rubocop DeprecatedClassMethods cop | Connor Shea | 2016-05-08 | 1 | -1/+1 |
| | | | | | | This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods. | ||||
* | init commit | gitlabhq | 2011-10-09 | 1 | -0/+6 |