summaryrefslogtreecommitdiff
path: root/lib/gitlab/etag_caching
Commit message (Expand)AuthorAgeFilesLines
* Fix flash errors in performance bar for cached responsesSean McGivern2018-04-171-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-6/+6
* Revert to passing the path when matching key to the routerzj-raise-etag-route-regex-missZ.J. van de Weg2017-06-122-3/+3
* Fix etag route missesZ.J. van de Weg2017-06-121-2/+2
* Raise exception on invalid pipeline cacheKamil Trzcinski2017-06-121-0/+2
* Fix incorrect ETag cache key when relative instance URL is usedAdam Niedzielski2017-06-072-6/+7
* Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeKamil Trzcinski2017-06-021-2/+6
|\
| * Merge branch 'master' into zj-realtime-env-listZ.J. van de Weg2017-06-011-2/+3
| |\
| * \ Merge branch 'master' into zj-realtime-env-listZ.J. van de Weg2017-05-251-2/+2
| |\ \
| * | | Restore original comment [ci skip]Z.J. van de Weg2017-05-241-1/+1
| * | | Use etag caching for environments JSONZ.J. van de Weg2017-05-221-2/+7
* | | | Initial implementation for real time job viewZ.J. van de Weg2017-05-311-1/+7
| |_|/ |/| |
* | | Should escape the routes because we added -Lin Jen-Shin2017-05-271-1/+1
* | | Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-1/+1
| |/ |/|
* | Merge branch 'dm-fix-routes' into 'master'Robert Speicher2017-05-241-1/+1
|\ \
| * | Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-231-1/+1
| * | Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan2017-05-231-1/+1
| |/
* | Add Etag caching for Pipeline#Show actionZ.J. van de Weg2017-05-221-1/+1
|/
* Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-131-3/+3
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Real time pipeline show actionZeger-Jan van de Weg2017-05-061-1/+5
* Minor style adjustmentsBob Van Landuyt2017-05-011-1/+1
* Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-011-1/+1
* Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-8/+16
* Test all enabled routes in ETag caching middleware and fix pipeline routestest-all-etag-routesAdam Niedzielski2017-04-102-34/+41
* 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
* Increase ETag cache expiry timeAdam Niedzielski2017-03-231-1/+1
* Fix notes polling failing after code changesSean McGivern2017-03-101-1/+1
* Add middleware for ETag caching with RedisAdam Niedzielski2017-03-012-0/+98