summaryrefslogtreecommitdiff
path: root/lib/gitlab/current_settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-091-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-161-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-141-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-12-071-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-151-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-07-291-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-251-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-261-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-221-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-021-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-161-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-1/+1
* Save instance administration project id in DBReuben Pereira2019-08-071-0/+5
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-1/+1
* Use a Gitlab::FakeApplicationSettings when migrations are pendingRémy Coutable2019-03-261-1/+1
* Method `create_from_defaults` will never give nilLin Jen-Shin2018-12-191-2/+1
* Move schema aware defaults to build_from_defaultsLin Jen-Shin2018-12-191-8/+1
* Return fake if and only if there's no databaseLin Jen-Shin2018-12-191-21/+10
* Return an ApplicationSetting in CurrentSettingsRémy Coutable2018-12-191-1/+9
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Simplify by using Gitlab::SafeRequestStoreMichael Kozono2018-09-241-5/+1
* Simplify setting of in_memory_application_settingsStan Hu2018-09-101-1/+1
* Ensure in-memory application settings are cleared before each testRémy Coutable2018-09-101-0/+4
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Make Gitlab::CurrentSettings.current_application_settings return cached setti...Rémy Coutable2018-06-071-2/+4
* Avoid sequential scans loading schema_migrations table when loading applicati...Stan Hu2018-06-071-0/+13
* Simplify Gitlab::CurrentSettings now that the logic is in CacheableAttributesRémy Coutable2018-05-231-26/+18
* Cache table_exists?('application_settings') to reduce repeated schema reloadssh-cache-table-existsStan Hu2018-03-151-1/+1
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-51/+57
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-1/+1
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-2/+1
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
* Repair Regression caused by - !11573Paul Charlton2017-07-111-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Merge branch 'master' into 'catch-redis-address-error'DJ Mountney2017-07-101-6/+1
|\
| * Prevent bad data being added to application settings when Redis is unavailableNick Thomas2017-07-101-6/+1
* | Add additional error caching for redis when using a tcp address toDJ Mountney2017-06-271-2/+2
|/
* Change references from ApplicationSetting to ::ApplicationSetting to make aut...sh-current-settings-autoload-fixStan Hu2017-06-201-5/+5
* If migrations are pending, make CurrentSettings use existing values and popul...sh-refactor-current-settingsStan Hu2017-06-191-22/+27
* Revert "Merge branch 'rs-revert-11842' into 'master'"Stan Hu2017-06-191-1/+2
* Partially revert 1e8dbd46Robert Speicher2017-06-161-2/+1
* redesign caching of application settingsPaul Charlton2017-06-061-19/+35
* Skip loading application settings from the database when migrations are pendingNick Thomas2017-06-021-2/+3
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Move ApplicationSetting DEFAULTS to `.defaults` insteadRémy Coutable2017-01-271-2/+2
* Rescue from ActiveRecord::UnknownAttributeError and fallback to fake settingsdont-persist-application-settings-in-test-env-bisRémy Coutable2017-01-231-3/+3
* Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-31/+13
* Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-211-13/+31