Restore example project data

Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>

Remove unrelated fix

Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
This commit is contained in:
Olivier Liechti
2022-05-27 08:36:07 +02:00
parent 646ca259f1
commit f3d095c324
2 changed files with 0 additions and 135 deletions
@@ -63,9 +63,6 @@ export class ExampleCostInsightsClient implements CostInsightsApi {
{ id: 'project-a' },
{ id: 'project-b' },
{ id: 'project-c' },
{ id: 'project-a1' },
{ id: 'project-b1' },
{ id: 'project-c1' },
]);
return projects;
@@ -188,136 +188,4 @@ export const getGroupedProjects = (intervals: string) => [
id: 'project-c',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a1',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b1',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c1',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a2',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b2',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c2',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a3',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b3',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c3',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a4',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b4',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c4',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a5',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b5',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c5',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a6',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b6',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c6',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a7',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b7',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c7',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a8',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b8',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c8',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a10',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b10',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c10',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a11',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b11',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c11',
aggregation: aggregationFor(intervals, 1_300),
},
{
id: 'project-a12',
aggregation: aggregationFor(intervals, 1_700),
},
{
id: 'project-b12',
aggregation: aggregationFor(intervals, 350),
},
{
id: 'project-c12',
aggregation: aggregationFor(intervals, 1_300),
},
];