Skip to content

Commit 2c3945f

Browse files
committed
[MTV-4447] DEV UI: Integrate Lightspeed AI into MTV
Signed-off-by: Jeff Puzzo <jpuzzo@redhat.com>
1 parent 86870ba commit 2c3945f

File tree

17 files changed

+1314
-34
lines changed

17 files changed

+1314
-34
lines changed

cspell.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ powerstore
109109
pfext
110110
nads
111111
cooldown
112+
Lightspeed

knip.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ export default {
3030
'src/storageMaps/create/StorageMapCreatePage.tsx',
3131
],
3232
ignore: ['i18next-parser.config.ts', 'testing/**', 'eslint.ide.config.ts'],
33-
ignoreBinaries: ['kubectl', 'test:e2e', 'playwright'],
33+
ignoreBinaries: ['kubectl', 'playwright'],
3434
ignoreDependencies: [
3535
'ts-node',
3636
'@types/i18next', // Provides TypeScript types for i18next
3737
'monaco-editor', // Required peer dependency for @patternfly/react-code-editor
38+
'react-redux', // Provided by OpenShift Console host at runtime
3839
],
3940
} satisfies KnipConfig;

locales/en/plugin__forklift-console-plugin.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"Are you sure you want to delete <1>{name}</1> in{namespace && (\n <>\n {' '}\n project <strong>{namespace}</strong>\n </>\n )}?": "Are you sure you want to delete <1>{name}</1> in{namespace && (\n <>\n {' '}\n project <strong>{namespace}</strong>\n </>\n )}?",
171171
"Are you sure you want to delete <1>{name}</1>?": "Are you sure you want to delete <1>{name}</1>?",
172172
"Area chart with VM migration history": "Area chart with VM migration history",
173+
"Ask AI assistant": "Ask AI assistant",
173174
"Assessment": "Assessment",
174175
"At least one network mapping is required.": "At least one network mapping is required.",
175176
"At least one network mapping must be provided.": "At least one network mapping must be provided.",
@@ -241,6 +242,7 @@
241242
"Cold migration": "Cold migration",
242243
"Cold migration requires the VM to be powered off for the entire duration of the data transfer. This is the simplest and most straightforward method. It's the default migration type in MTV.": "Cold migration requires the VM to be powered off for the entire duration of the data transfer. This is the simplest and most straightforward method. It's the default migration type in MTV.",
243244
"Cold migration:": "Cold migration:",
245+
"Common troubleshooting questions": "Common troubleshooting questions",
244246
"Compare migration types to find the best fit for your needs.": "Compare migration types to find the best fit for your needs.",
245247
"Compatibility mode disabled": "Compatibility mode disabled",
246248
"Compatibility mode enabled": "Compatibility mode enabled",

0 commit comments

Comments
 (0)