Commit Graph

20 Commits

Author SHA1 Message Date
3624a1fc64 separate action and execution (#77) 2023-01-27 14:49:09 -05:00
b6c5bf067a Vidya reddy pretty code (#53)
* updated action file with node16

* Code consistency using prettier and its workflow

* Enforce Prettier

* code fix

* code fix

* code fix

Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
2022-06-24 16:08:48 -07:00
e972a5b196 use @kubernetes/client-node to generate default config (#51) 2022-06-22 10:58:10 -04:00
315a1c1f59 Refactor entire project (#39)
- Use more modern TypeScript conventions
- Use JavaScript Kubernetes Client
- Add unit tests
- Add integration tests
- Add TypeScript compile verify workflow
- Switch codeowners
2021-12-07 13:10:22 -05:00
2109830fcc added 5 more unit tests 2021-06-03 22:24:55 +05:30
f6361247fd changed getArcKubeconfig from promise to async function 2021-06-03 13:58:17 +05:30
ec1b1f0cea fix 2021-06-03 11:59:09 +05:30
e5a838284c fix 2021-06-03 11:47:49 +05:30
69db96d47b added exports for all functions 2021-06-03 11:45:03 +05:30
ec4658ba67 fix 2021-06-03 11:29:56 +05:30
edc81a3abb testing existing L0s 2021-06-03 11:24:17 +05:30
6e2f9f1d81 cherry-picked v1.1 commit 2021-05-31 12:52:30 +05:30
56b95ecccc Added L0 tests. (#22)
* Added L0 tests.

* Updated according to review comments.
2021-03-26 11:36:55 +05:30
2f45f062dc Fix typo (#13) 2020-12-21 22:27:58 +05:30
2b166600e7 fix: use @actions/core.exportVariable instead of set-env (#18)
`set-env` is now deprecated. `@actions/core` exposes `exportVariable`
to be used instead.

https://github.com/actions/toolkit/tree/main/packages/core#exporting-variables
2020-10-08 13:43:24 +05:30
c70c4ca5c2 Updating kubeconfig file permissions to remove helm warning (#16) (#17) 2020-10-07 16:48:24 +05:30
f8582d9db8 Setting KUBECONFIG for current step 2020-08-28 00:11:45 +05:30
41bde4ee53 Setup for L0 Testcases (#8)
* Setup for L0 Testcases

* Issue Fix

* Issue Fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Review fix

* Install dependencies in all runs

* To get review on the approach of installing only dev-dep in case of releases

* Removed npm build, using just install
2020-06-19 15:22:36 +05:30
aee4217989 Fixed service account secret error 2019-11-26 16:10:32 +05:30
483d185419 Porting from k8s-actions repo 2019-09-10 15:35:26 +05:30