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:
authorAdam Hegyi <ahegyi@gitlab.com>2019-08-15 22:19:37 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-15 22:19:37 +0300
commitca6cfde588aca5139dd951b6f48a3089e0f0b12d (patch)
tree4793ef79754e32dd0b8c6c981aca62f73ada493c /changelogs
parent1a20be8682397f71cb7269b706eb5865774d55b5 (diff)
Migrations for Cycle Analytics backend
This change lays the foundation for customizable cycle analytics stages. The main reason for the change is to extract the event definitions to separate objects (start_event, end_event) so that it could be easily customized later on.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/new-cycle-analytics-backend-migrations.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/new-cycle-analytics-backend-migrations.yml b/changelogs/unreleased/new-cycle-analytics-backend-migrations.yml
new file mode 100644
index 00000000000..d56a07fe569
--- /dev/null
+++ b/changelogs/unreleased/new-cycle-analytics-backend-migrations.yml
@@ -0,0 +1,5 @@
+---
+title: Create database tables for the new cycle analytics backend
+merge_request: 31621
+author:
+type: other