summaryrefslogtreecommitdiff
path: root/lib/gitlab/current_settings.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create ApplicationSettings if does not exist in runtimeDmitriy Zaporozhets2015-01-081-8/+13
* Hack for migrating to new settingsDmitriy Zaporozhets2015-01-081-1/+11
* Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+7