Paul Richardson

Results 50 comments of Paul Richardson

For reference: - https://github.com/gashcrumb/console-plugin-example - https://github.com/openshift/console/tree/master/frontend/packages/console-dynamic-plugin-sdk#openshift-console-versions-vs-sdk-versions

Disabling the Discover plugin will result in the [dropdown](https://github.com/hawtio/hawtio-online/blob/main/packages/online-shell/src/discover/HeaderMenuDropDown.tsx) being [removed](https://github.com/hawtio/hawtio-online/blob/main/packages/online-shell/src/discover/index.ts#L12) as well. We currently do not have the API in hawtio/react to create a separate plugin that just provides...

` security; file '/ext/aws89/hawtiosource-2.0/hawtio-online-2.0.0/deploy/patches/patch-hawtconfig-configmap.yml' is not in or below '/ext/aws89/hawtiosource-2.0/hawtio-online-2.0.0/deploy/base'` Kustomize has the default security limitation of stopping resource files from outside the current directory from being included. In this...

This will have knock-on effects: - The version of [njs](https://nginx.org/en/docs/njs/index.html) must be upgraded too, inc. in both [Dockerfile](https://github.com/hawtio/hawtio-online/blob/main/Dockerfile#L24) and github [testing actions](https://github.com/hawtio/hawtio-online/blob/main/.github/workflows/test.yml#L32); - Replacement of `responseBody` with `responseText` is required...

ref: https://www.raulmelo.me/en/blog/migration-eslint-to-flat-config

Done see https://github.com/hawtio/hawtio-online/commit/8f6f916fcd0c9737553b634b30ed21ec5404c3a5

Will do some videos to show exactly how it works ... to follow.

> It's a bit tough to review such big changes effectively. Could you outline what's the core idea of the solution and where is the most important part of the...

> Specifically, what's your solution to #496, how do you think the issue is solved with it? ### Changes - Paging of pods (previous/next) - Skipping of pods (first/last/page) -...