Tadayoshi Sato

Results 43 issues of Tadayoshi Sato

[Aqua](https://aquaproj.github.io/) is a new CLI version manager. It works really cool. I added an installation method using aqua. @gnodet @ppalaga Please check it.

documentation

For GitHub actions, you can use: - https://github.com/container-tools/kind-action - https://github.com/container-tools/microshift-action

area/ci
v2

The Artemis plugin has been included in hawtio-online 1.x through [artemis-plugin-npm](https://github.com/hawtio/artemis-plugin-npm). We should continue to include it for hawtio-online 2.x in the same way. https://github.com/hawtio/hawtio-online/blob/a07905d85a0040de848a9dd20d070efd555a914a/packages/integration/package.json#L13 https://github.com/hawtio/hawtio-online/blob/a07905d85a0040de848a9dd20d070efd555a914a/packages/integration/index.html#L138

v2
kind/task
area/artemis

Currently it's done manually. We should find a way to automate the upgrade so that we won't miss new versions of Artemis whenever they are available.

v2
kind/task
area/artemis

Originally reported at apache/camel-k/issues/4990. The Route Diagram view shows blank with the error stacktrace in the browser console. It only happens with a Camel K route deployed on a K8s/OpenShift...

kind/bug
area/integration

Now OpenShift provides the dynamic plugins feature for users to extend its web console: https://docs.openshift.com/container-platform/4.12/web_console/dynamic-plug-in/dynamic-plug-in.html We can consider providing Hawtio Online as a dynamic plugin for the OpenShift Web console...

v2

Discover should be provided only for the Online console, which is the entrance view for Hawtio Online. Once it's connected to a specific pod, Discover should be disabled. ![image](https://github.com/hawtio/hawtio-online/assets/156692/6f38883c-5f22-4c04-acd2-bf054a3cad8e)

kind/bug
area/integration

I checked the latest deployed instance of hawtio-online and I found: ![image](https://github.com/hawtio/hawtio-online/assets/156692/9ad638b7-a48c-439a-84d4-e8ed2134bafc) @phantomjinx Maybe it's something you can quickly fix.

kind/bug
area/online

Logout should take users to the OpenShift provider specific login page for prompting authentication. [Screencast from 2023-11-13 14-41-54.webm](https://github.com/hawtio/hawtio-online/assets/156692/ee00e2eb-3268-461a-96ec-d5b5ad1965ac)

kind/bug
area/online

Using `yarn` I installed `tabtab` and `yarn-completions` globally: ``` $ sudo yarn global add tabtab $ sudo yarn global add yarn-completions ``` Now you can see: ``` $ ll /usr/local/share/.config/yarn/global/node_modules/tabtab/.completions/...