summaryrefslogtreecommitdiff
path: root/lib/gitlab/current_settings.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Allow custom text on 'almost there' pageSean McGivern2016-06-081-1/+4
| * Merge branch 'current-settings-use-request-store-during-request'Douwe Maan2016-06-011-9/+13
| |\
| | * Try and use cache for application settings even when the db is not connectedcurrent-settings-use-request-store-during-requestDJ Mountney2016-05-291-2/+2
| | * Only use RequestStore for current_application_settings during a requestDJ Mountney2016-05-271-9/+13
| * | Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski2016-05-311-0/+1
| |/
* | gitlab import UI - icon, file selector, etc... Also updated font-awesome and ...James Lopez2016-04-221-1/+1
|/
* Add a 'circuit breaker' for repo checksJacob Vosmaer2016-04-121-1/+2
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-1/+0
* Fix CurrentSettings autoload bug in development.huacnlee/current-settings-autoload-bug-in-developmentJason Lee2016-02-081-2/+2
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-1/+2
* Use ActiveRecord::Base.connection.active? and rescue any exception in connect...fix-preventing-migration-from-crashing-in-specific-casesRémy Coutable2016-01-281-1/+4
* Only create the defaults ApplicationSetting when DB is fully migratedRémy Coutable2016-01-281-19/+16
* Ensure rake tasks that don't need a DB connection can be run without oneRémy Coutable2016-01-261-1/+1
* Fix preventing migration from crashing in very specific casesRémy Coutable2016-01-251-0/+7
* Ensure that doesn't have pending migrations when running the specsDouglas Barbosa Alexandre2016-01-191-1/+0
* Handle missing DBs in connect_to_db?Yorick Peterse2016-01-081-0/+3
* Make sure that is no pending migrations in Gitlab::CurrentSettingsfix-buildDouglas Barbosa Alexandre2015-12-301-1/+3
* Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-231-1/+1
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+1
* Enable shared runners for all new projectsKamil Trzcinski2015-11-051-1/+2
* Added USE_DB env var to allow loading fake settings without db running.use_db_for_application_settingsMarin Jankovski2015-09-011-1/+13
* fixed connection detection so settings can be read from the databaseEric Maziade2015-08-271-1/+1
* Import sources: settings in the admin interfaceArtem Sidorenko2015-08-201-1/+2
* session_expire_seconds => session_expire_delaythemaze752015-06-101-1/+1
* Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-1/+2
* Support configurable attachment size via Application SettingsStan Hu2015-04-021-1/+2
* Move restricted visibility settings to the UIVinnie Okada2015-03-071-2/+2
* DB performance improvements to GitLabDmitriy Zaporozhets2015-02-181-5/+9
* actually fix indentationMarco Wessel2015-01-251-1/+1
* Fix indentationMarco Wessel2015-01-251-1/+1
* Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-0/+1
* Check for database connection before loading current application settingsDJ Mountney2015-01-141-19/+4
* Rescue database error in application settings if the database still doesn't e...Marin Jankovski2015-01-141-1/+12
* Rescue missing database errorsJacob Vosmaer2015-01-091-4/+8