velaux
velaux copied to clipboard
The KubeVela User Experience (UX) Platform
### Description of your changes Fixes # I have: - [ ] Read and followed KubeVela's [contribution process](https://github.com/oam-dev/kubevela/blob/master/contribute/create-pull-request.md). - [ ] [Related Docs](https://github.com/oam-dev/kubevela.io) updated properly. In a new feature or...
**Is your feature request related to a problem? Please describe.** In K8s, restart a pod is actually delete it, we can just delete it using [velaql mechanism](https://kubevela.net/docs/platform-engineers/system-operation/velaql#query-from-velaux-api), create a velaql...
**Describe the bug** When Vela integrated the Harbor Registry to create a CD, there were multiple image Registry A and Registry B under the same project. My application was running...
**Is your feature request related to a problem? Please describe.** Currently, only the command line mode can take over applications, it is necessary to support taking over applications using apiserver,...
**Is your feature request related to a problem? Please describe.**  To configure a https gateway, we need to create a configure for TLS certificate and key, it's widely used...
**Is your feature request related to a problem? Please describe.** If an Operator has a CRD that manages a Job, currently the relationship graph configured with parent-child relation in the...
**Describe the bug** Create an addon for an operator with a long name and a CRD with a long name. It will be deployed successfully but not listed in the...
**Is your feature request related to a problem? Please describe.** `Users ` page can be filtered by given input by name and email. It's so hard to find projects with...
**Describe the bug** ``` E0310 02:09:49.026349 1 server.go:129] Received an error: failed to run apiserver: fail to init database database init failure failed to init the RBAC in cluster for...
**Describe the bug** When we start the project with the `yarn dev` command, we can look at this error in the browser console. ``` Uncaught TypeError: __webpack_require__.d is not a...