1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

3342 Commits

Author SHA1 Message Date
Sebastian Malton
a271c838ea Update snapshots
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:12 -05:00
Sebastian Malton
9683a7cb0b Fix tests and lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:12 -05:00
Sebastian Malton
6321b10255 Fix test failures
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:12 -05:00
Sebastian Malton
0088addc23 Fix code after rebase
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:12 -05:00
Sebastian Malton
c11d8c64d3 Fix lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
3a7ac10211 Add updated icons
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
71ad8e1d52 Generate tray icons before installing canvas
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
e9e248e32c Fix tests not stopping by forcing cleanup
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
8fd732b3fa Fix unit tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
8761aa1b4a Fix type errors
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
58cbf5f300 Fix bad imports of node-fetch
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
e8bc887f0b Fix postinstall script
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
97dfe4d696 Fix new tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
9c751998f3 Update snapshot
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
e90a181b3a Fix listing-active-helm-repositories-in-preferences.test.ts
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
a82a120dcd Fix many tests by changing injectables
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
0dabbb611e Replace override of catalogSyncToRenderer with a global override
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
6ce833c606 Make ApplicationBuilder.quit more realistic
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
b96e115e17 Fix type errors
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
d173e45177 Fix starting of lens proxy
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
e49b0f61ce Remove calls to show error popup on stopping
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
c6a9d56bac Fix bad vscode rename
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
4c1d07693f Add process of cleaning up lens proxy startup if down quickly
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
b86bc6d84c Remove direct dependency on request et al
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
37955f03e2 Replace usage of request in k8sRequest and cluster detectors
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
f522d23662 Replace usage of request in setupLensProxy
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
c3402562a1 Replace last use of customRequestPromise with di
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
3c9791e81e Fix type error
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:11 -05:00
Sebastian Malton
862cd2ac0f Update (mostly just) snapshots and a few other tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
2a96eb82f8 Fix usage of new asyncComputed type
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
f2d19e7d43 Fix some more lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
d1acca4d02 Fix post install script because of temp version of xterm
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
19466f1d1d Temporarily upgrade to beta version of xterm to verify fix
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
aa41117ec9 Fix lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
78b05baba2 Remove console logs
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
ea603c734e Fix the script
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
071ba8ac24 Fix installing canvas on all platforms
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
988307ee7d Add script to download the correct version of canvas
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
d293554c42 Get tests passing
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
2de306810e Use webgl when available, add search and better weblinks
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
c9f1594907 Upgrade XTermJs to v5 to get snapshot testing working
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
f11145045b Introduce and use ApplicationBuilder.quit in afterEach() hooks
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:10 -05:00
Sebastian Malton
8136e23ac6 Fix type errors from testing in dev mode
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:18:08 -05:00
Sebastian Malton
dba4f59644 Add enough code to get first couple terminal tests to pass
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:17:50 -05:00
Sebastian Malton
87dc14cbfb Cleanup
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:17:49 -05:00
Sebastian Malton
ed6f5226bd Fix failing to start shell being hidden from user
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-10 15:17:49 -05:00
dependabot[bot]
8f9dd11420
Bump @typescript-eslint/parser from 5.48.0 to 5.48.1 (#6898)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.0 to 5.48.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 15:16:18 -05:00
dependabot[bot]
d2a0f6a93f
Bump playwright from 1.29.1 to 1.29.2 (#6897)
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.29.1 to 1.29.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.29.1...v1.29.2)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 15:06:10 -05:00
dependabot[bot]
b935842a8a
Bump typedoc from 0.23.23 to 0.23.24 (#6896)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.23 to 0.23.24.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.23.23...v0.23.24)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 15:05:59 -05:00
dependabot[bot]
cc805fcd7b
Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 (#6895)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.0 to 5.48.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 15:05:31 -05:00