altinity-dashboard
altinity-dashboard copied to clipboard
Altinity Dashboard helps you manage ClickHouse installations controlled by clickhouse-operator.
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @tspencer244 in...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. Release notes Sourced from docker/build-push-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/build-push-action#954 Bump @actions/core...
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. Release notes Sourced from docker/login-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/login-action#593 Bump @actions/core...
The ListSelector has a workaround here: https://github.com/Altinity/altinity-dashboard/blob/main/ui/src/app/Components/ListSelector.tsx#L17 for a bug in Patternfly where the ContextSelector does not open on first click when `menuAppend` is set to `document.body`, tracked here: https://github.com/patternfly/patternfly-react/issues/6824....
Use [go-astilectron](https://github.com/asticode/go-astilectron) to bundle adash as a desktop GUI apps for Windows, Mac and Linux.

Operator deployment and upgrade currently do not accept any parameters except for the namespace. Installs should, at a minimum, allow the user to establish a non-default password, and optionally set...
When a user deploys an operator or creates a CHI, we should allow creating a new namespace to put it in.
If there are multiple operators deployed, show a warning if any namespace is being watched by more than one operator. This will require reading the operator's WatchedNamespaces configuration from the...
Neither the Go nor Typescript code has meaningful tests. They should be written.