Commit Graph

409 Commits

Author SHA1 Message Date
dependabot[bot]
bed341e556 Bump semver, react-scripts, eslint and eslint-plugin-import in /client
Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import). These dependencies need to be updated together.


Updates `semver` from 7.3.4 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.4...v7.5.3)

Updates `react-scripts` from 3.4.4 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

Updates `eslint` from 6.8.0 to 8.43.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v8.43.0)

Updates `eslint-plugin-import` from 2.22.1 to 2.27.5
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.22.1...v2.27.5)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: react-scripts
  dependency-type: direct:production
- dependency-name: eslint
  dependency-type: direct:development
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-24 03:46:18 +00:00
Sihan(Arthur) Tu
ccbda174d5 Merge pull request #400 from skooner-k8s/fix-issue-398
doc: update token instruction
2023-03-28 22:13:11 -07:00
Jeff Ng
3616f606d1 doc: update token instruction
Update README to include instruction for creating token for Kubernetes v1.22+
2023-03-29 12:54:31 +08:00
Sihan(Arthur) Tu
ff0b9eb5b1 Merge pull request #396 from heresandyboy/bugfix-ram-calculations
Correctly handle bytes when given milibytes input, add test coverage
2023-03-16 10:33:49 -07:00
Andy Ainsworth
71f5811a35 remove extra space
Signed-off-by: Andy Ainsworth <heresandyboy@gmail.com>
2023-03-15 20:59:03 +00:00
Andy Ainsworth
55d21cee31 remove space after {
Signed-off-by: Andy Ainsworth <heresandyboy@gmail.com>
2023-03-15 06:36:54 +00:00
Andy Ainsworth
fa3be1d1f9 Fix linting issues
Signed-off-by: Andy Ainsworth <heresandyboy@gmail.com>
2023-03-14 07:03:26 +00:00
Andy Ainsworth
bce909a1a9 reset package-lock.json to previous. Signed-off-by: Sihan(Arthur) Tu <atu@indeed.com>
Signed-off-by: Andy Ainsworth <andy.ainsworth@zeninternet.co.uk>
Signed-off-by: Andy Ainsworth <heresandyboy@gmail.com>
2023-03-14 07:03:26 +00:00
Andy Ainsworth
67c49c8a49 Correctly handle bytes when given milibytes input, add test coverage
Signed-off-by: Andy Ainsworth <andy.ainsworth@zeninternet.co.uk>
Signed-off-by: Andy Ainsworth <heresandyboy@gmail.com>
2023-03-14 07:03:26 +00:00
Sihan(Arthur) Tu
b8bd864a16 Merge pull request #380 from skooner-k8s/fix-singlequote
fix singlequote
2022-12-22 15:56:31 -08:00
atu
da49b10ade fix singlequote 2022-12-22 15:49:44 -08:00
Sihan(Arthur) Tu
088fe64895 Merge pull request #352 from honza801/add_footer_element
Add Footer element at the bottom of the index page
2022-12-22 09:29:14 -08:00
Sihan(Arthur) Tu
259636d454 Merge pull request #360 from yurymuski/master
Fix missing ingress in k8s 1.22+
2022-12-22 09:21:20 -08:00
Sihan(Arthur) Tu
ea45fcff54 Merge pull request #368 from skooner-k8s/hackathon-2022-oidc-fix-2
Fix params passing with double quotes, and add clustor role trouble s…
2022-11-10 09:13:32 -08:00
Yuqiu Wang
e4db537cf3 Update img location 2022-11-10 10:59:13 -06:00
Yuqiu Wang
130b4e7dcd Fix params passing with double quotes, and add clustor role trouble shooting steps 2022-11-10 10:53:38 -06:00
Sihan(Arthur) Tu
6f9cb6f388 Merge pull request #363 from skooner-k8s/hackathon-2022-oidc-fix-1
fix: upgrade @kubernetes/client-node package and it's dependency
2022-11-09 15:52:47 -08:00
Yuqiu Wang
5ab96eea18 fix: upgrade @kubernetes/client-node package and it's dependency 2022-11-09 17:49:42 -06:00
Yury Muski
d63416e862 Update api.ts 2022-10-02 23:03:12 +04:00
Sihan(Arthur) Tu
10e515a653 Merge pull request #351 from zsizsik/master
Fixed typo
2022-09-28 11:22:52 -07:00
Jan Krcmar
36b84202cf Add Footer element at the bottom of the index page
This allows users to put customized text via environment variable REACT_APP_FOOTER onto the page (fe. policies)

Signed-off-by: Jan Krcmar <honza801@gmail.com>
2022-09-07 13:58:37 +02:00
zsikzsi
3636ab3cec Fixed typo
Signed-off-by: Zsizsik, Zoltán zoltan.zsizsik@gmail.com
2022-09-07 09:27:55 +02:00
Sihan(Arthur) Tu
1643d1f7b2 Merge pull request #345 from pcgeek86/patch-2
Fix nodeSelector error during installation
2022-08-17 11:18:20 -07:00
Trevor Sullivan
39a63e166f Fix nodeSelector error during installation
This PR fixes the following issue during installation:

```
PS /> kubectl apply -f https://raw.githubusercontent.com/skooner-k8s/skooner/master/kubernetes-skooner.yaml

Warning: spec.template.spec.nodeSelector[beta.kubernetes.io/os]: deprecated since v1.14; use "kubernetes.io/os" instead
deployment.apps/skooner created
service/skooner created
```

I'm running Kubernetes 1.23 on Linode LKE

Signed-off-by: Trevor Sullivan <trevor@trevorsullivan.net>
2022-08-11 01:33:24 -06:00
Sihan(Arthur) Tu
b02f348a89 Merge pull request #337 from CarlosEsco/patch-1
[skip ci] Update README.md ingress yaml example
2022-07-06 11:09:33 -07:00
Carlos
c78a567ae6 Update README.md ingress yaml 2022-06-10 08:23:48 -04:00
Sihan(Arthur) Tu
51bd4d424c Merge pull request #329 from tianni4104/update_lib
update lib versions
2022-06-08 11:16:00 -07:00
Sihan(Arthur) Tu
0b3b57eab1 Merge pull request #336 from tianni4104/update_maintainers
update maintainers list
2022-06-08 11:07:56 -07:00
Arthur Tu
862e46f694 update maintainers list
Signed-off-by: Arthur Tu <sihan.tu@uconn.edu>
2022-06-07 17:00:14 -07:00
Sihan(Arthur) Tu
165837e83b update lib versions
Signed-off-by: Arthur Tu <sihan.tu@uconn.edu>
2022-05-24 23:30:54 -07:00
Sihan(Arthur) Tu
c76605342e Merge pull request #317 from skooner-k8s/dependabot/npm_and_yarn/client/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /client
2022-05-24 23:05:52 -07:00
Sihan(Arthur) Tu
2ea7b56cfa Merge pull request #295 from skooner-k8s/dependabot/npm_and_yarn/server/follow-redirects-1.14.8
Bump follow-redirects from 1.14.0 to 1.14.8 in /server
2022-05-24 23:05:36 -07:00
Sihan(Arthur) Tu
3ce4f6490d Merge pull request #292 from skooner-k8s/dependabot/npm_and_yarn/server/shelljs-0.8.5
Bump shelljs from 0.8.4 to 0.8.5 in /server
2022-05-24 23:04:51 -07:00
Sihan(Arthur) Tu
a023b247b2 Merge pull request #282 from skooner-k8s/dependabot/npm_and_yarn/client/ws-5.2.3
Bump ws from 5.2.2 to 5.2.3 in /client
2022-05-24 23:04:22 -07:00
Sihan(Arthur) Tu
b96162ec29 Merge pull request #280 from skooner-k8s/dependabot/npm_and_yarn/client/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5 in /client
2022-05-24 23:04:04 -07:00
Sihan(Arthur) Tu
f9719972c6 Merge pull request #273 from skooner-k8s/dependabot/npm_and_yarn/server/tar-6.1.11
Bump tar from 6.1.0 to 6.1.11 in /server
2022-05-24 23:03:53 -07:00
Sihan(Arthur) Tu
0c596705f8 Merge pull request #281 from skooner-k8s/dependabot/npm_and_yarn/client/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /client
2022-05-24 23:03:24 -07:00
dependabot[bot]
3a577cf703 Bump path-parse from 1.0.6 to 1.0.7 in /client
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 05:53:49 +00:00
Sihan(Arthur) Tu
22651d5c60 Merge pull request #255 from skooner-k8s/dependabot/npm_and_yarn/server/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /server
2022-05-24 22:52:05 -07:00
Yuqiu Wang
23bc65b238 Merge pull request #309 from defenseunicorns/fix-pod-and-node-views-in-kube-system-ns
Fix pod and node views in kube system namespace.
2022-04-14 13:39:04 -05:00
Jeff McCoy
2939329455 Handle empty return fields for some pod & node views
Signed-off-by: Jeff McCoy <code@jeffm.us>
2022-04-14 11:26:44 -05:00
Sihan(Arthur) Tu
1aa0c1c4d1 Merge pull request #308 from ckwalsh/issue306
Upgrade node in Dockerfile from 12.4.0 to 12.22.10
2022-04-13 11:14:46 -07:00
Yuqiu Wang
2e5d8ce4d7 Merge pull request #316 from jeffhem/fix-311
chore: update README for the correct Ingress config for Kube 1.22+
2022-04-12 11:21:15 -05:00
dependabot[bot]
534cc3436c Bump minimist from 1.2.5 to 1.2.6 in /client
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 06:32:02 +00:00
Jeff Ng
6511493798 chore(README.md): update Ingress api version for Kube v1.22+ 2022-03-30 08:11:33 -10:00
Yuqiu Wang
c440dac66f Merge pull request #307 from ckwalsh/issue305
Use provider.callback() instead of provider.oauthCallback()
2022-03-02 13:22:45 -06:00
Cullen Walsh
fde83cc9ac Use provider.callback() instead of provider.oauthCallback()
With the upgrade of openif-client to ^5.1.3, oauthCallback() now throws
an exception directing users to callback(), when the response contains
an id_token field.

https://github.com/skooner-k8s/skooner/issues/305

Test Plan: Built skooner image locally, deployed to microk8s. No longer
an exception in the logs

Signed-off-by: Cullen Walsh <ckwalsh@cullenwalsh.com>
2022-02-23 09:42:34 -08:00
Cullen Walsh
6578711a82 Upgrade node in Dockerfile from 12.4.0 to 12.22.10
I personally ran issue an issue with a bug in Node TLS handling
(https://github.com/nodejs/node/issues/11771). This bug was fixed in
approximately 12.14.0, and does not show up when I test with v12.22.10,
the latest v12 release at the time of this commit.

https://github.com/skooner-k8s/skooner/issues/306

Test Plan: Built image locally, deployed to microk8s cluster. No longer
experiencing issue with parsing TLS certs.

Signed-off-by: Cullen Walsh <ckwalsh@cullenwalsh.com>
2022-02-23 09:41:53 -08:00
Yuqiu Wang
4f0204a9c2 update README with troubleshooting 2022-02-22 17:53:58 -06:00
dependabot[bot]
01491e6644 Bump ws from 5.2.2 to 5.2.3 in /client
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 23:42:47 +00:00