-
Notifications
You must be signed in to change notification settings - Fork 14
[OGUI-1849] If kafka is not configured, RunMode should not be displayed #3253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
graduta
merged 17 commits into
dev
from
improvement/QCG/OGUI-1849/hide-runmode-when-kafka-unavailable
Jan 18, 2026
Merged
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
5b41191
If kafka is not configured, RunMode should not be displayed
hehoon 79f4f82
Extract run mode rendering logic into dedicated component
hehoon 2ba8ab8
Use `switchCase` from Framework
hehoon 74ff5b6
Merge branch 'dev' into improvement/QCG/OGUI-1849/hide-runmode-when-k…
hehoon 6e7fb8b
Merge branch 'dev' into improvement/QCG/OGUI-1849/hide-runmode-when-k…
hehoon f811098
Add `NOT_CONFIGURED` to `ServiceStatus`
hehoon aa604e9
Merge branch 'dev' into improvement/QCG/OGUI-1849/hide-runmode-when-k…
hehoon d71caf1
Add requestInterceptor test utility function
hehoon 56f5200
Add `integratedServiceInterceptor` test utility function
hehoon a836555
Utilize new utility intercepting functions and fix failing tests
hehoon 30247cc
Merge branch 'dev' into improvement/QCG/OGUI-1849/hide-runmode-when-k…
hehoon cfe4dec
Improve status on backend
graduta e1e0cd3
In case of error we display only on about page
graduta 83bfe16
Fix incorrect variable usage
graduta 9ec492e
Small UI improvements
graduta dd17488
Update tests
graduta fba2c33
Fix GH recommendation
graduta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,4 +21,5 @@ export const IntegratedServices = Object.freeze({ | |
| QCG: 'qcg', | ||
| QC: 'qc', | ||
| CCDB: 'ccdb', | ||
| KAFKA: 'kafka', | ||
| }); | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.