diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2019-07-10 19:34:05 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2019-07-23 20:37:49 +0200 |
commit | 7b76c8d644624f9a8a05e2e7a39af30c0c0c4ae0 (patch) | |
tree | e11013ab87b27c5020f10a7471cecea3b15a891d /changelogs | |
parent | 5b669c191d766ab980d647107d7c183be5f8f99e (diff) | |
download | gitlab-ce-7b76c8d644624f9a8a05e2e7a39af30c0c0c4ae0.tar.gz |
Return an ETag headers for the archive endpointadd-caching-to-archive-endpoint
We use the relative path of the archive to check for archive staleness.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/add-caching-to-archive-endpoint.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/add-caching-to-archive-endpoint.yml b/changelogs/unreleased/add-caching-to-archive-endpoint.yml new file mode 100644 index 00000000000..770ec16e804 --- /dev/null +++ b/changelogs/unreleased/add-caching-to-archive-endpoint.yml @@ -0,0 +1,5 @@ +--- +title: Return an ETag header for the archive endpoint +merge_request: 30581 +author: +type: added |