Skip to content

Split MR widget into etag-cached and non-cached serializers

Igor Drozdov requested to merge id-mr-widget-etag-caching into master

What does this MR do?

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

Related issue

https://gitlab.com/gitlab-org/gitlab-ce/issues/61559

Edited by Gary Holtz

Merge request reports