Commit ef83a914 authored by Mark Florian's avatar Mark Florian

Merge branch...

Merge branch '288020-rename-cycle-analytics-with-value-stream-analytics-in-strings-under-ee-app-assets-javascripts' into 'master'

Rename "Cycle Analytics" with "Value Stream Analytics" in JS comments

See merge request gitlab-org/gitlab!48551
parents 133be993 a586f8cd
......@@ -185,8 +185,8 @@ export const flattenDurationChartData = data =>
* i[2] = date, used in the tooltip
*
* @param {Array} data - The duration data for selected stages
* @param {Date} startDate - The globally selected cycle analytics start date
* @param {Date} endDate - The globally selected cycle analytics end date
* @param {Date} startDate - The globally selected Value Stream Analytics start date
* @param {Date} endDate - The globally selected Value Stream Analytics end date
* @returns {Array} An array with each item being another arry of three items (plottable date, computed total, tooltip display date)
*/
export const getDurationChartData = (data, startDate, endDate) => {
......
......@@ -76,7 +76,7 @@ const buildProjectsFromJSON = (projects = []) => {
};
/**
* Builds the initial data object for cycle analytics with data loaded from the backend
* Builds the initial data object for Value Stream Analytics with data loaded from the backend
*
* @param {Object} dataset - dataset object paseed to the frontend via data-* properties
* @returns {Object} - The initial data to load the app with
......
---
title: Rename "Cycle Analytics" with "Value Stream Analytics" in JS comments
merge_request: 48551
author: Takuya Noguchi
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment