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-07-20Add bootsnap to development/test bundle and enable it if availableGabriel Mazetto
This will enable bootsnap whenver the gem is available.
2018-03-22[Rails5] Update files by `rails app:update`blackst0ne
2017-07-19Update Prometheus gem to version that explicitly calls `munmap`Paweł Chojnacki
2017-07-10Revert "Merge branch 'update_bootsnap_1.1.1' into 'master'"Marin Jankovski
This reverts commit 83ec509ce43c56da601335de5b9ea4422c785560, reversing changes made to 57f0677ad854b7b17bd57e1e3b0ef542ce322b56.
2017-06-27Bump bootsnap to 1.1.1blackst0ne
2017-06-22Revert "Merge branch 'rs-bootsnap' into 'master'"Robert Speicher
This reverts commit 95138a9c16a2d1905354d0f46381b3822b37863d, reversing changes made to 66aad16d1aaa426237e52ef19385385566f194dc.
2017-06-19Do not enable prometheus metrics when data folder is not present.Pawel Chojnacki
+ 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
2017-06-16set ENV['prometheus_multiproc_dir'] in config/boot.rb instead of config.ruPawel Chojnacki
2017-06-09Add Bootsnap to all environments to reduce application startup timeRobert Speicher
2016-05-09Enable the Rubocop DeprecatedClassMethods copConnor Shea
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.
2011-10-09init commitgitlabhq