console
console copied to clipboard
OpenShift Cluster Console UI
Adds a new Claude Code slash command that guides through the complete bug reporting and fixing process: investigation, JIRA bug report creation with proper formatting, optional JIRA CLI integration, branch...
## Background While adding basic authentication support for Helm repositories in PR #15624, frontend validation was implemented to require HTTPS when `basicAuthConfig` is present (see [comment thread](https://github.com/openshift/console/pull/15624#discussion_r2547581524)). However, the backend...
## Summary Adds `/find-component-pattern` slash command for analyzing component usage consistency across the OpenShift Console codebase. ## Features - **Component Discovery**: Locates component definition and all usages across frontend -...
https://github.com/golang/mock is marked as archived as of `June 27, 2023`. They recommend using go.uber.org/mock. This PR attempts to change the dependency to one that is maintained. Tracking issue: https://github.com/redhat-best-practices-for-k8s/telco-bot/issues/45
## Summary This PR introduces a new dynamic plugin extension point (`console.catalog/alert`) that allows plugins to contribute alert banner components to catalog pages. Plugins can target specific catalogs and catalog...
When developing OpenShift Console plugins, having access to React DevTools Profiler is valuable for performance debugging. Currently, plugin developers must build their own development version of the console. ## Proposal...
After: click on `View instances` will link to CRD -> Instances tab https://github.com/user-attachments/assets/63352801-0a3f-461f-863c-2a936a64a549
example yaml. ``` apiVersion: snapshot.storage.k8s.io/v1 kind: VolumeSnapshot metadata: annotations: snapshot.storage.kubernetes.io/pvc-access-modes: ReadWriteMany snapshot.storage.kubernetes.io/pvc-storage-class: fa-direct-access snapshot.storage.kubernetes.io/pvc-volume-mode: Block resourceVersion: '28282087' name: pg1.2.px-f5cd27d7-pvc-f11e88b4-09cd-495f-a351-aa8a87dd928c uid: a76b414e-9f0a-45bd-9bdc-49a80e307f89 creationTimestamp: '2025-10-01T23:16:30Z' namespace: xyang finalizers: - snapshot.storage.kubernetes.io/volumesnapshot-as-source-protection spec: source:...
This change allows plugins to import these types directly via SDK library index module.