Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrew cimino <dcimino@gitlab.com>2019-04-04 21:41:54 +0300
committerdrew cimino <dcimino@gitlab.com>2019-04-12 18:53:21 +0300
commit34243489af3e52ca87d6f1bc578bd9ba4e9d565e (patch)
tree478c5ded9c01a98b8677503d2e41f5daa3ae7e5a /changelogs
parentde44f3e176a1891238f5c79ef5203ab06cbe6927 (diff)
Don't render artifact download links on the project tags page for builds with expired artifacts
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/downloading-expired-artifacts.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/downloading-expired-artifacts.yml b/changelogs/unreleased/downloading-expired-artifacts.yml
new file mode 100644
index 00000000000..2f4b79ca106
--- /dev/null
+++ b/changelogs/unreleased/downloading-expired-artifacts.yml
@@ -0,0 +1,5 @@
+---
+title: stop rendering download links for expired artifacts on the project tags page
+merge_request: 26753
+author: Drew Cimino
+type: fixed