gitlab-org--gitlab-foss/app/models/ci
Paco Guzman 32e32fa0fd Revert to use Mounter method to check existence
See: 6280fd3777 (note_14766241)

We wanted to avoid accesses to the file system, because it seems reasonable that if the mounter column has some content it’s because there are an associate file. This is an speed boost when you access to a bunch of build instances to show their information.

The problem is that solution doesn’t work if you uses that method to detect the thing and you’re changing the uploaded file on instances that had that column empty. Until you don’t persist the instance the database column will be empty so we can have false negatives
2016-09-30 09:35:58 +02:00
..
build.rb Revert to use Mounter method to check existence 2016-09-30 09:35:58 +02:00
pipeline.rb Merge branch '21170-cycle-analytics' into 'master' 2016-09-21 05:05:02 +00:00
runner.rb Change update interval of runners when trying to preserve contacted_at 2016-09-07 13:58:55 +02:00
runner_project.rb
trigger.rb
trigger_request.rb Improve implementation of variables 2016-07-20 13:17:21 +02:00
variable.rb Sort secret variables by key (fix #20870) 2016-09-09 15:06:50 -03:00