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
project.rb
project_status.rb
runner.rb
runner_project.rb
service.rb
trigger.rb
trigger_request.rb
variable.rb
web_hook.rb