summaryrefslogtreecommitdiff
path: root/lib/gitlab/etag_caching/middleware.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '32995-issue-contents-dynamically-replaced-with-stale-version-af...fix-9-2-stable-conflicts-for-mr-11964Adam Niedzielski2017-06-121-4/+5
* Test all enabled routes in ETag caching middleware and fix pipeline routestest-all-etag-routesAdam Niedzielski2017-04-101-34/+2
* Enable polling for pipelines table other pagesToon Claes2017-04-061-0/+12
* In case of Etag cache hit, the body should be emptyToon Claes2017-04-061-1/+1
* Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+4
* Include endpoint in metrics for ETag caching middlewareAdam Niedzielski2017-04-061-16/+28
* Issue title realtimeRegis Boudinot2017-04-061-1/+2
* Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middlewarewildcard-routes-in-etag-middlewareAdam Niedzielski2017-04-051-1/+1
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-2/+9
* Fix notes polling failing after code changesSean McGivern2017-03-101-1/+1
* Add middleware for ETag caching with RedisAdam Niedzielski2017-03-011-0/+66