From fb07863693affd1d34f66847bd81a2a9f5ef81a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Fri, 22 Mar 2019 16:51:15 +0100 Subject: Rewind IID on Ci::Pipelines If no pipeline is created we currently have IID gap. This is due to fact that we generate IID not on save, but rather ahead of time. This results, us, losing IIDs. --- changelogs/unreleased/rewind-iid-on-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/rewind-iid-on-pipelines.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/rewind-iid-on-pipelines.yml b/changelogs/unreleased/rewind-iid-on-pipelines.yml new file mode 100644 index 00000000000..b5738860024 --- /dev/null +++ b/changelogs/unreleased/rewind-iid-on-pipelines.yml @@ -0,0 +1,5 @@ +--- +title: Rewind IID on Ci::Pipelines +merge_request: 26490 +author: +type: fixed -- cgit v1.2.3