Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11,754 changes: 6,077 additions & 5,677 deletions coverage-snapshots/intelligent-assistant.lcov

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions workspaces/intelligent-assistant/e2e-tests/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export default [
"expectUntitledNotebookCardCount",
"expectNotebookListShowsDocumentCountSummaryAndUpdatedToday",
"expectNotebookCardAbsent",
"expectDocumentUploadCompletes",
"renameNotebookInline",
"renameDocumentInlineViaClick",
"renameDocumentViaKebabMenu",
"verifyChatContextMenuOptions",
"verifyConversationsSortedAlphabetically",
"verifyDeleteConfirmation",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Local/PR deploy overlay. Do not use on nightly (see dynamic-plugins-nightly.yaml).
#
# RHDH 1.11-CI catalog index is on quay.io; e2e-test-utils 2.1.8 still emits
# registry.access.redhat.com {{inherit}} for keycloak. inherit only matches
# the same image registry/repo, so remap keycloak to quay and disable the
# RHEC inherit. Homepage 1.11.0--1.17.0 is not on Quay (manifest unknown).
plugins:
- package: oci://quay.io/rhdh/red-hat-developer-hub-backstage-plugin-homepage:1.11.0--1.17.0
disabled: true
- package: oci://quay.io/rhdh/red-hat-developer-hub-backstage-plugin-quickstart:{{inherit}}
disabled: true
# Same package string as e2e-test-utils 2.1.8 auth config — merge replaces it.
- package: oci://registry.access.redhat.com/rhdh/backstage-community-plugin-catalog-backend-module-keycloak:{{inherit}}
disabled: true
- package: oci://quay.io/rhdh/backstage-community-plugin-catalog-backend-module-keycloak:{{inherit}}
disabled: false
pluginConfig:
catalog:
providers:
keycloakOrg:
default:
baseUrl: ${KEYCLOAK_BASE_URL}
loginRealm: ${KEYCLOAK_LOGIN_REALM}
realm: ${KEYCLOAK_REALM}
clientId: ${KEYCLOAK_CLIENT_ID}
clientSecret: ${KEYCLOAK_CLIENT_SECRET}
schedule:
frequency:
minutes: 1
initialDelay:
seconds: 15
timeout:
minutes: 1
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-intelligent-assistant:bs_1.52.0__4.0.0!red-hat-developer-hub-backstage-plugin-intelligent-assistant
disabled: false
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-intelligent-assistant-backend:bs_1.52.0__4.0.0!red-hat-developer-hub-backstage-plugin-intelligent-assistant-backend
disabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
global:
lightspeed:
enabled: true
# Chart default injects RHEC lightspeed:{{inherit}}. 1.11 catalog renamed
# that plugin to intelligent-assistant, so inherit fails. Empty list keeps
# the LCS sidecar and uses IA from tests/config/dynamic-plugins.yaml.
plugins: []
secret:
# Use the same secret e2e applies via rhdh-secrets.yaml (includes VLLM_* keys).
create: false
Expand Down
Loading
Loading