Naoki Oketani

Results 16 issues of Naoki Oketani

If npm audit returns non-zero status code, Action should run `npm audit fix` and open a Pull Request.

enhancement

I'd like to update strip-ansi to 7.0.0. [email protected] is pure ESM, and so the way using the module has changed. ## reproduce Edit the package.json as below. ```diff diff --git...

help wanted

**What would you like to be added**: Update package version. ``` npm version major|minor|patch ``` Update `dist/index.js`. ``` npm run all ``` Update README and `.github/workflows/daily.yml` to use the latest...

enhancement

**What would you like to be added**: **Why is this needed**: [email protected] is outdated.

enhancement

**What would you like to be added**: Action triggered by PR creates a comment if `npm audit` found vulnerabilities. When additional commit resolves the problem, the comment should be removed....

enhancement

**What would you like to be added**: Enable eslint rule: @typescript-eslint/explicit-member-accessibility **Why is this needed**: The rule is temporarily off.

help wanted
test

Statefulset in apps/v1beta1 is deprecated in Kubernetes v1.16. https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ It is used as below. ``` $ git grep apps/v1beta1 example/StatefulSet/mongo-statefulset.yaml:apiVersion: apps/v1beta1 ``` Currently, GKE is using v1.14 or v1.15, and...

https://grafana.com/grafana/plugins/grafana-kubernetes-app Overview > Documentation > Installation ``` NG) grafana-cli plugins install kubernetes-app OK) grafana-cli plugins install grafana-kubernetes-app ```

### Problem `public/plugins/grafana-kubernetes-datasource/img/logo.svg` not found http://localhost:3000/datasources/new ![grafana_datasources_new](https://user-images.githubusercontent.com/4710215/64854560-daede280-d658-11e9-89ea-bb2338f82db5.png) http://localhost:3000/datasources ![grafana_datasources](https://user-images.githubusercontent.com/4710215/64854569-e0e3c380-d658-11e9-92b2-2fa63127c766.png) ### Proposed Solution Update links to `public/plugins/grafana-kubernetes-app/img/logo.svg`.