Commit Graph

9 Commits

Author SHA1 Message Date
GitLab Bot 43771438e9 Add latest changes from gitlab-org/gitlab@master 2023-05-17 12:07:12 +00:00
GitLab Bot 111e0ef1fa Add latest changes from gitlab-org/gitlab@master 2021-06-16 12:10:18 +00:00
GitLab Bot dc7cd84a3e Add latest changes from gitlab-org/gitlab@master 2021-04-07 09:09:06 +00:00
GitLab Bot 304e230182 Add latest changes from gitlab-org/gitlab@master 2020-09-01 18:10:48 +00:00
GitLab Bot 3b963d6919 Add latest changes from gitlab-org/gitlab@master 2020-08-20 12:10:27 +00:00
GitLab Bot 8b0ef13236 Add latest changes from gitlab-org/gitlab@master 2020-06-03 18:08:28 +00:00
GitLab Bot 79cbe31b18 Add latest changes from gitlab-org/gitlab@master 2020-02-05 03:08:49 +00:00
Igor b99011af62 Split MR widget into cached and non-cached serializers
Splits auto-refreshing of MR widget into 2 requests:

- the one which uses etag-caching and invalidates the fields on change
- the one without caching

The idea is to gradually move all the fields to etag-cached endpoint
2019-08-09 21:01:55 +00:00
Igor Drozdov 07559fda51 Extract MR's widget into a separate endpoint
This commits extracts /merge_requests/1.json?serializer=widget
Into a separate /merge_requests/1/widget.json endpoint
This will allow to use caching for this request
2019-06-28 10:52:48 +03:00