gitlab-org--gitlab-foss/app/models/ci
Stan Hu 32b45493b8 Fix application settings cache not expiring after changes
cache_key is an instance method that relies on updated_at. When changes
were made, the time-dependent key was being used instead of X.application_setting.last.

Closes #3609
2015-12-04 07:11:25 -08:00
..
application_setting.rb Fix application settings cache not expiring after changes 2015-12-04 07:11:25 -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