gitlab-org--gitlab-foss/lib/gitlab/etag_caching
Adam Niedzielski f8dd11957a Test all enabled routes in ETag caching middleware and fix pipeline routes
Extract route matching logic to Gitlab::EtagCaching::Router.

Fix pipeline routes:
1. "project_pipelines" has to come after "commit_pipelines" and
"merge_request_pipelines" because it is more generic
2. "commit_pipelines": "\s" (any whitespace character) => "\S"
(any non-whitespace character).
2017-04-10 10:45:37 +02:00
..
middleware.rb Test all enabled routes in ETag caching middleware and fix pipeline routes 2017-04-10 10:45:37 +02:00
router.rb Test all enabled routes in ETag caching middleware and fix pipeline routes 2017-04-10 10:45:37 +02:00
store.rb Increase ETag cache expiry time 2017-03-23 12:23:13 +01:00