Skip to content

Commit c13e17b

Browse files
authored
feat: Valkey feature from edge (#33)
* chore: clean up edge feature * feat: WIP valkey section in edge feature * feat: Build out valkey feature * feat: Split edge feature into rabbitmq and valkey * chore: Update edge feature names
1 parent 96e8335 commit c13e17b

4 files changed

Lines changed: 375 additions & 225 deletions

File tree

src/Wizard.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ import * as FeatureSLO from "./features/slo.tsx";
99
import * as FeatureLogs from "./features/logs.tsx";
1010
import * as FeatureMetrics from "./features/metrics.tsx";
1111
import * as FeatureNovus from "./features/novus.tsx";
12-
import * as FeatureEdge from "./features/edge.tsx";
12+
import * as FeatureRabbitMQ from "./features/rabbitmq.tsx";
13+
import * as FeatureValkey from "./features/valkey.tsx";
1314

1415
// Hard coded list of features that the users can tunr on/off
1516
const FEATURES = [
1617
FeatureNovus,
1718
FeatureSLO,
1819
FeatureMetrics,
1920
FeatureLogs,
20-
FeatureEdge,
21+
FeatureRabbitMQ,
22+
FeatureValkey,
2123
];
2224

2325
const DEFAULT_STEPS = [

src/features/edge.tsx

Lines changed: 0 additions & 223 deletions
This file was deleted.

0 commit comments

Comments
 (0)