gitlab-org--gitlab-foss/lib/gitlab/etag_caching
Igor b99011af62 Split MR widget into cached and non-cached serializers
Splits auto-refreshing of MR widget into 2 requests:

- the one which uses etag-caching and invalidates the fields on change
- the one without caching

The idea is to gradually move all the fields to etag-cached endpoint
2019-08-09 21:01:55 +00:00
..
middleware.rb
router.rb Split MR widget into cached and non-cached serializers 2019-08-09 21:01:55 +00:00
store.rb