summaryrefslogtreecommitdiff
path: root/lib/gitlab/etag_caching/middleware.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable even more frozen string in lib/gitlabgfyoung2018-11-061-0/+2
* Fix flash errors in performance bar for cached responsesSean McGivern2018-04-171-1/+1
* Revert to passing the path when matching key to the routerzj-raise-etag-route-regex-missZ.J. van de Weg2017-06-121-1/+1
* Fix incorrect ETag cache key when relative instance URL is usedAdam Niedzielski2017-06-071-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