kuma-gui
kuma-gui copied to clipboard
🐻 A GUI built on Vue.js for use with Kuma.
Reverses logic of `mswPassthroughs` (the files to ignore from being mocked by MSW) to make it easier to work with. Also uses MSWs `print` to print the warning to console,...
Adds the ability to inspect the `route` of the previous page, i.e. the history using `RouteView::route.from`. This is useful for if we need to take the user to a certain...
Moves our `EmptyBlock` component to be called `XEmptyState` (part of our global `x` module). Also adds docs and corrects a few missing semantic HTML elements. (I found an unused file...
Removes dependbot PR limits. --- If there are 100 dependabot PRs, I don't just want to know about the first 10 and then wait for a week. I want to...
One of our dependencies is `msw`, which has an [npm post install hook](https://github.com/mswjs/msw/blob/8e173305c143d9281af0010e1dbdb11ca9e62a78/package.json#L88) to amend https://github.com/kumahq/kuma-gui/blob/376ca94362f6342ad52cc561d30ad4e6f013b646/public/mockServiceWorker.js Generally, the amend is just a bump of this so that the versions match:...
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.0.29 to 2.1.6. Release notes Sourced from vue-tsc's releases. v2.1.6 Features language-plugin-pug: support initial indentation (#4774) language-service: JSDoc display support when typing props on component template (#4796)...
### Description We've recently started using OpenAPI specs to auto generate our TS types. We've added a make target to generate these for us, whilst this is one command, we...
### Description For the dataplane overview viz we use Envoy stats as the data source to generate the viz/GUI, current this generates the following Outbounds: ![Screenshot 2024-09-02 at 13 56...
### Description Add an alert in the GUI when there is no MTP configured for a given Mesh. Stumbled upon this when I created an extra Mesh and forgot about...