gitlab-org--gitlab-foss/app/models/ci
Stan Hu e55473ad68 Expire application settings from cache at startup
If a DB migration occurs, there's a chance that the application settings are
loaded from the cache and provide stale values, causing Error 500s.
This ensures that at startup the settings are always refreshed.

Closes #3643
2015-11-25 11:30:33 -08:00
..
application_setting.rb Expire application settings from cache at startup 2015-11-25 11:30:33 -08:00
build.rb Fix 500 when using CI 2015-11-23 13:51:41 +01:00
commit.rb Don't rescue Exception, but StandardError 2015-11-19 20:17:17 +01:00
event.rb Annotate models 2015-11-13 19:22:46 +01:00
project.rb Merge branch 'annotate-models' into 'master' 2015-11-14 08:27:12 +00:00
project_status.rb Fix CI badge 2015-10-26 12:23:40 +01:00
runner.rb Annotate models 2015-11-13 19:22:46 +01:00
runner_project.rb Annotate models 2015-11-13 19:22:46 +01:00
service.rb Annotate models 2015-11-13 19:22:46 +01:00
trigger.rb Annotate models 2015-11-13 19:22:46 +01:00
trigger_request.rb Annotate models 2015-11-13 19:22:46 +01:00
variable.rb Annotate models 2015-11-13 19:22:46 +01:00
web_hook.rb Annotate models 2015-11-13 19:22:46 +01:00