diff options
author | Rubén Dávila <ruben@gitlab.com> | 2018-06-13 11:57:18 -0500 |
---|---|---|
committer | Rubén Dávila <ruben@gitlab.com> | 2018-06-13 11:57:18 -0500 |
commit | 6a0178d8324964489654eb26fbefcb90bbcd1147 (patch) | |
tree | f2a74ccb9ff34995398329a523a86fad9099ab44 /changelogs | |
parent | f646a8b9bc95fd6cecaa754f7dd0e8370c201502 (diff) | |
download | gitlab-ce-6a0178d8324964489654eb26fbefcb90bbcd1147.tar.gz |
Invalidate cache with project details when repository is updatedrd-33733-showing-created-date-instead-of-updated-date-in-project-lists
The partial using this cache key was showing stale information due to
the cache not being invalidated.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/rd-33733-showing-created-date-instead-of-updated-date-in-project-lists.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rd-33733-showing-created-date-instead-of-updated-date-in-project-lists.yml b/changelogs/unreleased/rd-33733-showing-created-date-instead-of-updated-date-in-project-lists.yml new file mode 100644 index 00000000000..3934381b0cf --- /dev/null +++ b/changelogs/unreleased/rd-33733-showing-created-date-instead-of-updated-date-in-project-lists.yml @@ -0,0 +1,5 @@ +--- +title: Invalidate cache with project details when repository is updated +merge_request: 19774 +author: +type: fixed |