summaryrefslogtreecommitdiff
path: root/lib/gitlab/current_settings.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Merge branch 'backport-fix-load-error' into 'master'"Stan Hu2017-01-211-3/+3
* Don't define ApplicationSetting defaults in a constantbackport-fix-load-errorRémy Coutable2017-01-201-3/+3
* Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-3/+13
* Move default values to ApplicationSetting::DEFAULTS and use it in CurrentSett...Rémy Coutable2017-01-151-29/+1
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+1
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-191-1/+1
* Gogs ImporterKim "BKC" Carlbäcker2016-12-191-1/+1
* Only turn on Sidekiq throttling if application settings existssh-fix-sidekiq-throttling-initStan Hu2016-11-121-1/+1
* Allow the Sidekiq queues to throttle and the factor by which to throttle them...Patricio Cano2016-11-101-0/+4
* Allow certain Sidekiq jobs to be throttledPatricio Cano2016-11-101-0/+1
* Remove use of `USE_DB` environment variable in codefix/database-seedsGrzegorz Bizon2016-09-231-3/+1
* Update `CurrentSettings` class that uses ENVGrzegorz Bizon2016-09-221-1/+1
* Remove gitoriouszj-remove-gitoriousZ.J. van de Weg2016-08-251-1/+1
* Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-0/+1
* Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-1/+1
* Added setting to set new users by default as externalDravere2016-07-071-0/+1
* Handle case when Redis cache returns an empty settingStan Hu2016-06-291-1/+1
* Fix database migrations when Redis is not runningStan Hu2016-06-291-3/+7
* a few changes based on MR feedbackJames Lopez2016-06-171-1/+1
* Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez2016-06-131-10/+18
|\