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

3312 Commits

Author SHA1 Message Date
Sebastian Malton
7b8e97ba08 Remove duplication of code in RunManyFor
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-14 09:05:06 -05:00
Sebastian Malton
8416d965e7 Choose better names for start-frame runnable tokens
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-14 09:00:09 -05:00
Sebastian Malton
f43757e23b Make startMainApplication not an injection time side effect
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-14 08:34:42 -05:00
Sebastian Malton
bbb610ec69 Add global override for randomBytes
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-12 16:15:28 -05:00
Sebastian Malton
26b10b8738 Merge remote-tracking branch 'origin/master' into make-BaseStore-non-singlton
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-12 15:59:18 -05:00
dependabot[bot]
146cae0b1c
Bump @swc/jest from 0.2.23 to 0.2.24 (#6729)
Bumps [@swc/jest](https://github.com/swc-project/jest) from 0.2.23 to 0.2.24.
- [Release notes](https://github.com/swc-project/jest/releases)
- [Commits](https://github.com/swc-project/jest/commits)

---
updated-dependencies:
- dependency-name: "@swc/jest"
  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>
2022-12-12 11:26:39 -05:00
dependabot[bot]
755eb63308
Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 5.45.1 to 5.46.0 (#6731)
* Bump @typescript-eslint/eslint-plugin from 5.45.1 to 5.46.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.45.1 to 5.46.0.
- [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.46.0/packages/eslint-plugin)

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

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

* Bump @typescript-eslint/parser to 5.46.0

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Sebastian Malton <sebastian@malton.name>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Malton <sebastian@malton.name>
2022-12-12 11:26:23 -05:00
dependabot[bot]
0db3d7b2a3
Bump postcss from 8.4.19 to 8.4.20 (#6730)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.20.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.20)

---
updated-dependencies:
- dependency-name: postcss
  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>
2022-12-12 11:26:06 -05:00
Jari Kolehmainen
4ac47fa795
Unify build fs layout (#6717)
* unify build fs layout

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* use currentApp path for static files

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* lint fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* absolute override path for tests

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2022-12-12 11:23:45 -05:00
Alex Andreev
fe0c13424a
Remove blue borders in light themed tables (#6734)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-12-12 16:30:00 +03:00
Sebastian Malton
b8d5e419d6 Update last snapshot
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-10 09:06:08 -05:00
Sebastian Malton
a6c3d81e03 Fix tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 17:39:32 -05:00
Sebastian Malton
e73b64b64f
Remove named exports from CSS module typings (#6723)
- They didn't exist anyway so this now causes compile time errors
  instead of runtime ones

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 12:58:41 -08:00
Sebastian Malton
aec860af33 Fix BaseStore sync
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 15:10:54 -05:00
Sebastian Malton
33b95970df Add better logging
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 14:51:42 -05:00
Sebastian Malton
c429509a5b Fix behaviour regression
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 14:51:35 -05:00
Sebastian Malton
da7387aeae Better formatting
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 14:51:27 -05:00
Sebastian Malton
8acb4574db Correctly mark currentlyInClusterFrame as causedSideEffects
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 14:51:13 -05:00
Sebastian Malton
afac253461 Add override for technical test
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 13:52:56 -05:00
Sebastian Malton
cda5ada48c Update snapshots after removing side-effects
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 13:52:14 -05:00
dependabot[bot]
0a4eea244a
Bump esbuild from 0.15.18 to 0.16.3 (#6718)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.15.18 to 0.16.3.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.15.18...v0.16.3)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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>
2022-12-09 11:52:30 -05:00
dependabot[bot]
d405895324
Bump mini-css-extract-plugin from 2.7.1 to 2.7.2 (#6709)
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.1...v2.7.2)

---
updated-dependencies:
- dependency-name: mini-css-extract-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>
2022-12-09 11:52:05 -05:00
dependabot[bot]
42d3c1e940
Bump tar from 6.1.12 to 6.1.13 (#6712)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.12 to 6.1.13.
- [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.12...v6.1.13)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  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>
2022-12-09 11:51:56 -05:00
dependabot[bot]
ea25383ec2
Bump typescript from 4.9.3 to 4.9.4 (#6714)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4)

---
updated-dependencies:
- dependency-name: typescript
  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>
2022-12-09 11:51:49 -05:00
Sebastian Malton
ec42d10f7b Fix cluster state sync
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 11:48:40 -05:00
Sebastian Malton
731aec1bb8 Fix init ordering during start frame
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 11:33:58 -05:00
Sebastian Malton
29a35ab71c Add tests to verify runMany behaviour in new possible incorrect configuration
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-09 10:50:33 -05:00
Sebastian Malton
1a8040e88f Cherry pick updated startFrameInjectable
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 18:01:57 -05:00
Sebastian Malton
dcd82ad53c Fix crash
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 18:01:39 -05:00
Sebastian Malton
2217b681e9 Fix type error
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 17:52:52 -05:00
Sebastian Malton
318d7fbe2b Fix loading
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 17:40:43 -05:00
Sebastian Malton
3eabad4362 Update snapshots
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 17:40:37 -05:00
Sebastian Malton
f95ed19a7d Fix test flakiness by removing side effects from userStore preferences
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 17:14:30 -05:00
Sebastian Malton
a6d1b7a3a4 Fix more type errors
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:51:48 -05:00
Sebastian Malton
1a4c1d8a68 Fix catalog tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:23:33 -05:00
Sebastian Malton
d724c4bf2a Fix usage in light of changed prop names
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
b87960659b Replace use of legacy global PathPicker.Pick
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
a33b3cde73 Remove another use of legacy requestOpenPathPicker
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
177d364d3f Fix type error in legacy ipc registration
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
a81873fe52 Fix pick paths import type error and simplify signature
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
bae2aa0884 Remove unused code
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
0578093d15 Fix sidebar and tab tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
8d88f4d3a0 Fix kubeconfig sync tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
62cc4efae0 Fix user store tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
808af583cd Fix cluster-role-dialog tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
c2f6aed717 Fix extension-discovery tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
551172b1c2 Fix extension-loader tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
c23d3e349b Fix cluster store tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
e414fbace5 Fix hotbar store tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00
Sebastian Malton
6c061165de Fix tests by overriding things that are no longer overriden by default
- NOTE: They are overridden when using ApplicationBuilder

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-12-06 09:19:01 -05:00