summaryrefslogtreecommitdiff
path: root/lib/gitlab/etag_caching
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-204-16/+31
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-4/+6
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-192-8/+8
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-183-22/+50
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-202-4/+13
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+2
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-2/+3
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-192-1/+6
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-165-95/+194
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-192-19/+52
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-2/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-041-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-1/+1
* Split MR widget into cached and non-cached serializersIgor2019-08-091-0/+4
* Fix real-time updates for projects that contain a reserved wordStan Hu2019-04-051-11/+12
* Improve the GitHub and Gitea import feature table interfaceLuke Bennett2019-02-131-0/+8
* Switch use of Rack::Request to ActionDispatch::RequestStan Hu2019-01-071-1/+1
* Enable even more frozen string in lib/gitlabgfyoung2018-11-063-0/+6
* 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