summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/etag_caching/middleware_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Revert to passing the path when matching key to the routerzj-raise-etag-route-regex-missZ.J. van de Weg2017-06-121-18/+15
* Fix incorrect ETag cache key when relative instance URL is usedAdam Niedzielski2017-06-071-0/+19
* In case of Etag cache hit, the body should be emptyToon Claes2017-04-061-0/+6
* Include endpoint in metrics for ETag caching middlewareAdam Niedzielski2017-04-061-8/+8
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-0/+13
* Add middleware for ETag caching with RedisAdam Niedzielski2017-03-011-0/+163