-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7e95d7
commit 7cc89dd
Showing
3 changed files
with
800 additions
and
548 deletions.
There are no files selected for viewing
Submodule nuv
updated
38 files
+1 −1 | .github/workflows/release.yml | |
+0 −1 | .gitignore | |
+2 −1 | .licenserc.yaml | |
+2 −1 | README.md | |
+2 −23 | bin/linux/nuvfile.yml | |
+0 −3 | bin/linux/rpmbuild.sh | |
+4 −32 | bin/nuvfile.yml | |
+2 −0 | bin/windows/wix.json | |
+4 −12 | go.mod | |
+6 −45 | go.sum | |
+6 −16 | main.go | |
+11 −12 | plugin.go | |
+6 −1 | plugin_test.go | |
+7 −44 | prepare.go | |
+0 −14 | prepare_test.go | |
+1 −1 | runtimes.json | |
+1 −0 | tests/awk.bats | |
+1 −0 | tests/datefmt.bats | |
+1 −0 | tests/folders.bats | |
+0 −39 | tests/gron.bats | |
+1 −1 | tests/info.bats | |
+0 −52 | tests/jj.bats | |
+1 −0 | tests/login.bats | |
+0 −63 | tests/needupdate.bats | |
+2 −5 | tests/plugin.bats | |
+1 −0 | tests/random.bats | |
+1 −0 | tests/retry.bats | |
+0 −7 | tests/testdata/sample.json | |
+1 −0 | tests/update.bats | |
+1 −0 | tests/update_branch.bats | |
+1 −0 | tests/validate.bats | |
+1 −0 | tests/wsk_wrapper.bats | |
+0 −76 | tools/needupdate.go | |
+31 −36 | tools/random.go | |
+7 −1 | tools/random_test.go | |
+3 −19 | tools/tools.go | |
+0 −116 | validate/Taskfile.yaml | |
+0 −42 | validate/validate.sh |
Submodule olaris
updated
25 files
+6 −1 | admin/nuvfile.yml | |
+7 −6 | admin/nuvopts.txt | |
+1 −0 | admin/user-crd.yaml | |
+1 −2 | cloud/gcloud/nuvfile.yml | |
+8 −2 | config/nuvfile.yml | |
+2 −1 | config/nuvopts.txt | |
+0 −18 | debug/nuvfile.yml | |
+9 −3 | devel/ferretdb/nuvfile.yml | |
+0 −1 | devel/minio/minio.js | |
+9 −3 | devel/minio/nuvfile.yml | |
+9 −3 | devel/psql/nuvfile.yml | |
+10 −3 | devel/redis/nuvfile.yml | |
+3 −3 | nuvroot.json | |
+5 −5 | runtimes.json | |
+6 −0 | setup/docker/kind.yaml | |
+33 −2 | setup/kubernetes/crds/whisk-crd.yaml | |
+6 −1 | setup/kubernetes/crds/whisk-user-crd.yaml | |
+11 −6 | setup/kubernetes/nuvfile.yml | |
+32 −0 | setup/kubernetes/operator-pvc.yaml | |
+11 −1 | setup/kubernetes/operator.yaml | |
+2 −0 | setup/kubernetes/whisk.yaml | |
+19 −0 | util/kube/nuvfile.yml | |
+20 −8 | util/nuvfile.yml | |
+5 −4 | util/nuvopts.txt | |
+0 −3 | web/upload.js |
Oops, something went wrong.