summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/current_settings_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+15
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-6/+6
* Add latest changes from gitlab-org/security/gitlab@14-5-stable-eeGitLab Bot2021-12-031-1/+9
* Add latest changes from gitlab-org/security/gitlab@13-12-stable-eeGitLab Bot2021-05-311-0/+36
* Add latest changes from gitlab-org/gitlab@13-9-stable-eeGitLab Bot2021-02-231-0/+20
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+28
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-09-041-0/+10
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-21/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-16/+24
* Save instance administration project id in DBReuben Pereira2019-08-071-0/+10
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-2/+2
* Apply suggestion to spec/lib/gitlab/current_settings_spec.rb59462-applicatonsettings-not-tolerant-of-missing-db-columnsLin Jen-Shin2019-03-281-1/+1
* Use a Gitlab::FakeApplicationSettings when migrations are pendingRémy Coutable2019-03-261-2/+11
* Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-271-1/+1
* Revert "Merge branch 'use_gitlab_current_settings' into 'master'"Bob Van Landuyt2019-02-191-3/+4
* Use Gitlab::CurrentSettings in UrlValidatorThong Kuah2019-02-191-4/+3
* Simplify spec/lib/gitlab/current_settings_spec.rb a bitRémy Coutable2018-12-191-3/+3
* Method `create_from_defaults` will never give nilLin Jen-Shin2018-12-191-12/+7
* Return an ApplicationSetting in CurrentSettingsRémy Coutable2018-12-191-21/+40
* Make Gitlab::CurrentSettings.current_application_settings return cached setti...Rémy Coutable2018-06-071-55/+88
* Simplify Gitlab::CurrentSettings now that the logic is in CacheableAttributesRémy Coutable2018-05-231-50/+51
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-12/+28
* Fix failure in current_settings_spec.rbfix-application-setting-nil-cacheWinnie Hellmann2017-10-201-1/+1
* Prevent bad data being added to application settings when Redis is unavailableNick Thomas2017-07-101-2/+15
* If migrations are pending, make CurrentSettings use existing values and popul...sh-refactor-current-settingsStan Hu2017-06-191-0/+31
* redesign caching of application settingsPaul Charlton2017-06-061-3/+4
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-2/+2
* Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-20/+48
* Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-211-48/+20
* Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-20/+48
* Handle case when Redis cache returns an empty settingStan Hu2016-06-291-2/+9
* Fix database migrations when Redis is not runningStan Hu2016-06-291-0/+29