exports[`ee_component/projects/pipelines/charts/components/deployment_frequency_charts.vue when there are no network errors converts the data from the API into data usable by the chart component 1`] = `
exports[`deployment_frequency_charts.vue when there are no network errors converts the data from the API into data usable by the chart component 1`] = `
exports[`ee/projects/pipelines/charts/components/util.js lead time data returns the correct lead time chart data after all processing of the API response 1`] = `
Array [
Object {
"areaStyle": Object {
"color": "none",
},
"data": Array [
Array [
"Jun 27",
86400,
],
Array [
"Jun 28",
86400,
],
Array [
"Jun 29",
86400,
],
Array [
"Jun 30",
86400,
],
Array [
"Jul 1",
432000,
],
Array [
"Jul 2",
518400,
],
Array [
"Jul 3",
604800,
],
],
"itemStyle": Object {
"color": "#b24800",
},
"lineStyle": Object {
"color": "#b24800",
"type": "dashed",
},
"name": "No merge requests were deployed during this period",
msgid "DORA4Metrics|No merge requests were deployed during this period"
msgstr ""
msgid "DORA4Metrics|Something went wrong while getting deployment frequency data"
msgstr ""
msgid "DORA4Metrics|Something went wrong while getting lead time data."
msgstr ""
msgid "DORA4Metrics|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
msgstr ""
msgid "DORA4Metrics|These charts display the median time between a merge request being merged and deployed to production, as part of the DORA 4 metrics."