logonoff
logonoff
**Describe the problem** I was trying to access a link in the `@patternfly/patternfly-react` README but encountered a few "Not found" errors on clicking **How do you reproduce the problem?** 1....
**Fixes**: https://issues.redhat.com//browse/OCPBUGS-43853 **Analysis / Root cause**: In [CONSOLE-4187](https://issues.redhat.com/browse/CONSOLE-4187), the metrics page was removed from the console, but some related packages (i.e., the codemirror ones) remained, even though they are now...
CONSOLE Features and Fixes: https://issues.redhat.com/browse/CONSOLE-3905 Solution description - upgraded webpack related dependencies to latest version - updated formik from 2.0.3 to 2.1.5 to fix build warning - remove cache-loader, null-loader...
This is a manual cherry-pick of https://github.com/openshift/console/pull/13966
**Fixes**: https://issues.redhat.com/browse/OCPBUGS-23080 #13317 **Analysis / Root cause**: `
**Fixes**: [OCPBUGS-23924](https://issues.redhat.com/browse/OCPBUGS-23924) **Analysis / Root cause**: Render of `TaskRun` results was blocked if failed **Solution Description**: Render results regardless of failure **Screen shots / Gifs for design review**: https://github.com/user-attachments/assets/a21c12c3-767c-43a4-8f3d-afb21b776677 **Unit...
**Fixes**: https://issues.redhat.com/browse/ODC-7698 **Solution Description**: Remove `react-copy-to-clipboard` dep, remove `CopyPipelineRunButton`, and switch from a monaco-based design to the PatternFly-provided multiline design I considered other options, such as rewriting the `CopyPipelineRunButton` using...
**Fixes**: https://issues.redhat.com/browse/OCPBUGS-43462 **Analysis / Root cause**: Some references to files did not exist, e.g., `NetworkPolicyListPage` in `console-app` and `functionsComponent` in `knative-plugin` **Solution Description**: Fix the references or add the files...
CONSOLE Features and Fixes: https://issues.redhat.com/browse/CONSOLE-4286 Solution description There is a TODO in frontend/@types/console/index.d.ts: ```ts // TODO: Remove when upgrading to TypeScript 4.1.2+, which has a type for ListFormat and RelativeTimeFormat....