gitlab-org--gitlab-foss/app
Sean McGivern 7f102819a5 Fix Peek on Puma
Peek's `Peek.request_id` method doesn't work well with a multi-threaded
server and concurrent requests, because requests can 'steal' another
request's ID, or unset it before it was due.

The upstream change resolves this; the commit here is just to ensure
that GitLab works with that upstream change, mostly by not using
`Peek.request_id` any more (as the method doesn't exist).
2019-08-27 14:15:25 +01:00
..
assets Revert "Merge branch 'user-tracking-settings' into 'master'" 2019-08-26 22:16:23 +00:00
controllers Fix Peek on Puma 2019-08-27 14:15:25 +01:00
finders
graphql
helpers
mailers
models Add encrypted optional option to DeployToken authentication field 2019-08-26 19:39:48 -07:00
policies Guard against deleted project feature entry 2019-08-26 13:37:42 -07:00
presenters
serializers
services
uploaders
validators
views Fix Peek on Puma 2019-08-27 14:15:25 +01:00
workers