kubernetes-sigs / kui

A hybrid command-line/UI development experience for cloud-native development
Apache License 2.0
2.84k stars 183 forks source link

13.1.1 #9314

Closed starpit closed 1 year ago

starpit commented 1 year ago

[1311 8b4f79f3d] fix: doMadwizard does not properly pass through profile subcommands Date: Mon Feb 6 11:03:52 2023 -0500 1 file changed, 9 insertions(+), 2 deletions(-) [1311 6dc64484c] fix: pick up yaml files from client/notebooks directory Date: Tue Feb 7 17:50:43 2023 -0500 1 file changed, 13 insertions(+), 1 deletion(-) [1311 920833599] fix: bump madwizard to pick up security fix Date: Tue Feb 7 17:52:43 2023 -0500 3 files changed, 684 insertions(+), 397 deletions(-) [1311 7c104f365] fix: completed support for scanning yaml files in client/notebooks Date: Tue Feb 7 19:10:37 2023 -0500 2 files changed, 4 insertions(+), 4 deletions(-) [1311 9e30e5651] feat: new plugin-kubectl-core to allow lightweight import of core kubectl types Date: Wed Feb 8 11:55:32 2023 -0500 67 files changed, 491 insertions(+), 173 deletions(-) create mode 100644 plugins/plugin-kubectl-core/.gitignore create mode 100644 plugins/plugin-kubectl-core/.npmignore create mode 100644 plugins/plugin-kubectl-core/package.json rename plugins/{plugin-kubectl/src/controller/kubectl => plugin-kubectl-core/src}/apiVersion.ts (100%) create mode 100644 plugins/plugin-kubectl-core/src/index.ts create mode 100644 plugins/plugin-kubectl-core/src/options.ts rename plugins/{plugin-kubectl/src/lib/model => plugin-kubectl-core/src}/resource.ts (99%) rename plugins/{plugin-kubectl/src/lib/model => plugin-kubectl-core/src}/traffic-light.ts (100%) create mode 100644 plugins/plugin-kubectl-core/tsconfig.json create mode 100644 plugins/plugin-kubectl/src/core.ts [1311 2fdc1b1d6] fix: removed unused deps from plugin-kubectl-core Date: Wed Feb 8 14:46:44 2023 -0500 2 files changed, 2 insertions(+), 142 deletions(-) [1311 95b0365cf] fix: Sidebar selection background can cause low contrast in some themes Date: Thu Feb 9 11:36:54 2023 -0500 1 file changed, 4 insertions(+), 1 deletion(-) [1311 6fe7eb03a] fix: pod Containers tab may spin forever Date: Thu Feb 9 11:52:34 2023 -0500 2 files changed, 24 insertions(+), 13 deletions(-) [1311 0becc81d1] feat: improve Pod->PVC->PV drilldowns Date: Thu Feb 9 12:40:24 2023 -0500 5 files changed, 144 insertions(+) create mode 100644 plugins/plugin-kubectl/src/lib/view/modes/ShowBoundVolumeButton.ts create mode 100644 plugins/plugin-kubectl/src/lib/view/modes/ShowPVCsButton.ts [1311 4c9bd9be5] test: add npm run test:browser convenience script Date: Thu Feb 9 13:18:47 2023 -0500 1 file changed, 1 insertion(+), 2 deletions(-) [1311 43bd70cb2] fix: plugin-kubectl is missing explicit dep on plugin-kubectl-core Date: Thu Feb 9 13:53:04 2023 -0500 2 files changed, 3 insertions(+) [1311 9654d007e] fix: bump to madwizard v6 Date: Tue Feb 14 16:11:17 2023 -0500 6 files changed, 846 insertions(+), 1363 deletions(-) [1311 c535309a8] test: remove the tiny odo tests as the odo cli download no longer works Date: Thu Feb 16 18:50:08 2023 -0500 2 files changed, 2 insertions(+), 7 deletions(-) [1311 fcde4cdc6] chore: bump madwizard to pick up git+ssh->https dependence of enquirer Date: Thu Feb 16 18:21:17 2023 -0500 3 files changed, 156 insertions(+), 156 deletions(-) [1311 e44377461] fix: poor exception behavior with odd null error cases Date: Fri Feb 17 11:32:13 2023 -0500 3 files changed, 7 insertions(+), 1 deletion(-) [1311 ec29d30a4] fix: allow clients to pass through appName to madwizard controller Date: Fri Feb 17 13:50:22 2023 -0500 1 file changed, 12 insertions(+), 2 deletions(-) [1311 54e9b476a] fix: doMadwizard was not passing through -h/-v Date: Mon Feb 20 14:09:37 2023 -0500 1 file changed, 4 insertions(+) [1311 2489970c9] fix: doMadwizard should pass through appVersion option Date: Tue Feb 21 10:47:29 2023 -0500 4 files changed, 283 insertions(+), 281 deletions(-) [1311 405b785e6] fix: ugh, we were not passing through appVersion to madwizard Date: Tue Feb 21 13:27:13 2023 -0500 1 file changed, 3 insertions(+), 1 deletion(-)

k8s-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: starpit

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/kui/blob/13_1_x/OWNERS)~~ [starpit] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment