412 Commits
Author SHA1 Message Date
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
Yuqiu Wang decd22fc7d Merge pull request #304 from skooner-k8s/debug
update openid-client
2022-02-22 17:41:29 -06:00
Yuqiu Wang adc30aa5e6 update openid-client 2022-02-22 17:16:13 -06:00
Yuqiu Wang 11de2fd8a2 Merge pull request #302 from skooner-k8s/debug
remove arm64 and armv7 image builds
2022-02-22 16:23:03 -06:00
Yuqiu Wang 76f6a1c4e7 remove arm64 and armv7 image builds 2022-02-22 16:13:13 -06:00
Yuqiu Wang b9bfffaa5c add debug build for debugging 2022-02-22 15:20:37 -06:00
Sihan(Arthur) Tu a0670b8d1c Merge pull request #298 from skooner-k8s/patch_oidc
Patch getOidc function
2022-02-22 13:07:48 -08:00
Yuqiu Wang 2168bae5d2 Patch getOidc function 2022-02-22 13:34:41 -06:00
Yuqiu Wang 855587e90e NOBUG: fix linter error 2022-02-22 09:49:14 -06:00
Yuqiu Wang e9a3ce7c61 Merge pull request #290 from liboz/master
Correctly handle parsing of the Time protobuf
2022-02-21 16:54:58 -06:00
dependabot[bot] 700708f796 Bump follow-redirects from 1.14.0 to 1.14.8 in /server
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.0...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 07:27:42 +00:00
dependabot[bot] a47b91bbec Bump shelljs from 0.8.4 to 0.8.5 in /server
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 04:03:42 +00:00
Libo Zeng 7196378187 correctly handle time protobuf parsing
Signed-off-by: Libo Zeng <liboz@google.com>
2022-01-09 18:46:56 -05:00
Eric Herbrandson c273b7c029 Merge pull request #287 from vidhem/gh-43 2021-11-24 12:30:56 -07:00
Vidhem 88a9de34e9 Enable arm64 and armv7 image builds
Signed-off-by: Vidhem <vidhem.chhabra@gmail.com>
2021-11-24 22:50:00 +05:30
Eric Herbrandson 45cce6eb08 Merge pull request #284 from skooner-k8s/fix_#275
Try fixing #275
2021-11-10 13:17:11 -06:00
Yuqiu Wang ae8cb47f6e Try fixing #275 2021-11-10 13:02:31 -06:00
dependabot[bot] 0299a515ea Bump tmpl from 1.0.4 to 1.0.5 in /client
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 19:58:04 +00:00
dependabot[bot] 990169dc23 Bump tar from 6.1.0 to 6.1.11 in /server
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 19:57:52 +00:00
Eric Herbrandson be5fa37f5f Merge pull request #279 from vidhem/master
Switch node-sass to dart sass
2021-11-09 13:57:07 -06:00
Vidhem 4ebd656d61 Switch node-sass to dart sass
Signed-off-by: Vidhem <vidhem.chhabra@gmail.com>
2021-11-09 22:18:33 +05:30
dependabot[bot] 597c02c694 Bump path-parse from 1.0.6 to 1.0.7 in /server
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>
2021-08-10 22:33:53 +00:00
Eric Herbrandson eb8ad8959a Merge pull request #250 from salvadorac/issue249
images and logo updated
2021-07-21 09:27:47 -05:00
salvadorac a2cc1d3182 images and logo updated
Signed-off-by: salvadorac <salvadorac@indeed.com>
2021-07-20 09:26:48 -07:00
Eric Herbrandson 29f0c54280 Merge branch 'master' into rename 2021-07-16 12:09:00 -05:00
Eric Herbrandson 3eb1db7e71 Wrapping up rename and pointing k8s yaml files to github hosted docker images 2021-07-16 12:08:08 -05:00
Eric Herbrandson ae017986a0 Change docker images/label to build 2021-07-16 12:06:37 -05:00
Eric Herbrandson 3c0ed6dcec Merge pull request #236 from skooner-k8s/add-codeql
Add CodeQL Security Scanning
2021-06-28 13:19:04 -05:00
Yuqiu Wang 0632796d7d Add yml to create and publish a Docker image 2021-06-28 10:11:41 -05:00
Chris Aniszczyk ac2ddbfa17 Add CodeQL Security Scanning
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2021-06-25 16:18:35 -05:00
Yuqiu Wang 5f8dea5cc3 Update release script alpha0.0.1 2021-06-25 11:17:23 -05:00
Yuqiu Wang 213836f221 Update release script 2021-06-25 10:59:15 -05:00
Yuqiu Wang 114e4e2a71 Update release script 2021-06-25 10:39:24 -05:00
Yuqiu Wang 9df4f6d188 Update release script 2021-06-25 10:37:05 -05:00
Yuqiu Wang 3ecc360e1c Update release script 2021-06-25 10:33:04 -05:00
Eric Herbrandson cd7dbc4914 Merge pull request #233 from skooner-k8s/nobug-rename-yaml
rename yaml files from k8dash to skooner
2021-06-23 10:09:53 -05:00
Charlie Gao 4d11983109 rename yaml files from k8dash to skooner 2021-06-23 10:05:01 -05:00
Eric Herbrandson bd1acaaf9b Merge pull request #232 from jadeapplegate/patch-1
Update README.md
2021-06-22 12:29:40 -05:00
Jade Applegate a31879971d Update README.md
Add note about CNCF sandbox.
2021-06-22 09:58:25 -07:00
yuqiuw 8dbfd224da Merge pull request #214 from Stolr/feature/#212
Update openid-client dependency
2021-06-14 09:38:16 -05:00
Eric Herbrandson 18be6ed527 Merge pull request #211 from tianni4104/master
make protobuff the default method
2021-06-08 17:01:14 -05:00
Arthur Tu 6ec5e85d03 remove unused import 2021-06-06 21:52:37 -07:00
Arthur Tu 4ae7740304 remove proto storage logic 2021-06-06 21:51:06 -07:00
Arthur Tu 290c57b166 make protobuff the default method and move it as an env var in backend 2021-06-06 21:42:36 -07:00
Eric Herbrandson 8011931ac7 Merge pull request #219 from yuqiuw/set_up_github_package
workflow to publish package
2021-05-13 10:41:27 -05:00
Yuqiu Wang 87b59bf212 workflow to publish package 2021-05-12 17:01:26 -05:00
Sihan(Arthur) Tu a7b7c598de Merge pull request #216 from tianni4104/rename
rename k8dash to skooner
2021-05-04 21:28:04 -07:00
Arthur Tu b41ea1d93a rename k8dash to skooner 2021-05-01 14:15:33 -07:00