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

883 Commits

Author SHA1 Message Date
Sebastian Malton
1823e571b7
release v6.0.2-alpha.1 (#6142)
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Co-authored-by: Dominic1DL <57274408+Dominic1DL@users.noreply.github.com>
2022-08-30 14:33:58 -04:00
Sebastian Malton
24e8861a1a
Release/v6.0.2 alpha.0 (#6116)
* Fix create release PR to cherry-pick commits

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

* Fix create release PR to cherry-pick commits

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

* release v6.0.2-alpha.0

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

* Fix Badges being too small when scrollable and not expandable (#5987)

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

* Remove Tabs hover line width transition (#6020)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix distribution detector erroneously depending on previous metadata (#6023)

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

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

* Override @astronautlabs/jsonpath's underscore version (#6044)

* Override @astronautlabs/jsonpath's underscore version

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

* Remove use of buggy 'yarn check'

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

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

* Don't error out if we can't find resources from helm in our cluster, and handle "blank" output from kubectl gracefully. (#6039)

* Use official node-fetch 2.x (#6049)

* Fix UI for scaling ReplicaSets (#6052)

* Use color-scheme: auto on all iframes (#6074)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Use abort-controller package to fix typing issues (#6077)

* Use default export to fix issue with package lying with types (#6081)

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

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

* Switch ubuntu CI to ubuntu-20.04 (#6078)

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

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

* Fix <Select/> text overflow below baseline (#6085)

* Fix: do not crop <Select/> single value

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix: do not crop namespace selector placeholder

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Align working dir input height with others

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Linter fix

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Prevent massed remounting of dock tabs when dock height changes (#6104)

* Update injectable to make withInjectables have authentic React reconciliation

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Make some dock tabs have primitive props to have them React reconcile properly

Currently tab objects that are stored in a storage change reference on every change of dock height, making them less usable as React prop for causing involuntary remounting.

Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Fix node conditions column text-align (#6092)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Make cluster #app component transparent (#6076)

until theme ready

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix badge not expanding on click when appropriate (#6029)

* Fix badge not expanding on click when appropriate

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

* Fix snapshots

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

* Fix snapshots

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

* Update other snapshots

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

* Remove unneccessary code

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

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

* Disable fail-fast on the testing CI jobs (#6080)

- There are several reasons why these might fail that are irrelavent to
  the other pipelines. So we should just let them continue

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

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

Signed-off-by: Sebastian Malton <sebastian@malton.name>
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com>
Co-authored-by: Michael Pearson <mipearson@gmail.com>
Co-authored-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
Co-authored-by: Carlos René Mederos Arias <krlosmederos@gmail.com>
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
2022-08-26 15:13:13 -04:00
Jim Ehrismann
1c18272b74
release v6.0.1 (#6016)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2022-08-10 10:56:07 -04:00
Janne Savolainen
aacea43dfb
release v6.0.1-beta.0 (#6006)
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-08-09 12:42:25 -04:00
dependabot[bot]
0711156b75
Bump eslint from 8.20.0 to 8.21.0 (#5993)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 59c04ea8e2)
2022-08-09 10:20:13 +03:00
dependabot[bot]
c7b36f987a
Bump jest and @types/jest (#5992)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 036b1fab66)
2022-08-09 10:20:06 +03:00
dependabot[bot]
684ce4e431
Bump playwright from 1.24.1 to 1.24.2 (#5990)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 08cc9101d9)
2022-08-09 10:20:00 +03:00
dependabot[bot]
274d057535
Bump electron-builder from 23.1.0 to 23.3.3 (#5989)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 51ba115839)
2022-08-09 10:19:54 +03:00
dependabot[bot]
bfb054dcfd
Bump mock-fs from 5.1.2 to 5.1.4 (#5985)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit cc5af204ef)
2022-08-09 10:19:42 +03:00
dependabot[bot]
c185746cd9
Bump sass from 1.53.0 to 1.54.2 (#5984)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6568ef001b)
2022-08-09 10:19:34 +03:00
dependabot[bot]
022ba03312
Bump esbuild from 0.14.49 to 0.14.53 (#5983)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 92d7866711)
2022-08-09 10:19:27 +03:00
dependabot[bot]
7e612b8b36
Bump @swc/core from 1.2.218 to 1.2.223 (#5978)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 94c13722c6)
2022-08-09 10:19:21 +03:00
dependabot[bot]
bb606194d0
Bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.32.0 (#5965)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ad7f4ff111)
2022-08-09 10:19:14 +03:00
dependabot[bot]
dad896b036
Bump @types/node from 16.11.45 to 16.11.47 (#5961)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 3bc19429fb)
2022-08-09 10:19:08 +03:00
dependabot[bot]
814b0dbb84
Bump ws from 8.8.0 to 8.8.1 (#5959)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 41389cefd9)
2022-08-09 10:19:00 +03:00
dependabot[bot]
b494b1df88
Bump webpack from 5.73.0 to 5.74.0 (#5929)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 94f82626e5)
2022-08-09 10:18:16 +03:00
dependabot[bot]
56f1438ef7
Bump playwright from 1.23.4 to 1.24.1 (#5915)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ccd630154f)
2022-08-09 10:17:55 +03:00
dependabot[bot]
9f66cb14e5
Bump @typescript-eslint/parser from 5.30.5 to 5.31.0 (#5899)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f162c8b6eb)
2022-08-09 10:17:01 +03:00
dependabot[bot]
9e890793aa
Bump ts-node from 10.8.1 to 10.9.1 (#5871)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit a68ce2b2be)
2022-08-09 10:16:54 +03:00
Janne Savolainen
d78d009d41
release v6.0.0 (#5935)
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-07-28 14:42:14 +03:00
Janne Savolainen
da1f975ccc
release v6.0.0-alpha.1 (#5933)
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-07-28 10:18:02 +03:00
Jim Ehrismann
b94672b5a8
revert node-pty to stable version (#5916) 2022-07-27 10:02:27 -04:00
Sebastian Malton
91235ca2c6
release 6.0.0-alpha.0 (#5886) 2022-07-25 10:08:55 -04:00
Jim Ehrismann
2a141767df
use intended(?) node-pty version (#5880) 2022-07-22 15:21:09 -04:00
Sebastian Malton
4340f64bfa
Revert "Bump type-fest from 2.14.0 to 2.17.0 (#5864)" (#5882) 2022-07-22 15:20:55 -04:00
dependabot[bot]
d8c62fff82
Bump marked from 4.0.17 to 4.0.18 (#5869)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 16:26:32 -04:00
dependabot[bot]
8221ef6f54
Bump jest-mock-extended from 2.0.6 to 2.0.7 (#5866)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 09:02:02 -04:00
dependabot[bot]
0b6865fb2b
Bump concurrently from 7.2.2 to 7.3.0 (#5865)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 09:01:38 -04:00
dependabot[bot]
be9ed13e08
Bump type-fest from 2.14.0 to 2.17.0 (#5864)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 09:01:15 -04:00
dependabot[bot]
888da01592
Bump mobx-react from 7.5.1 to 7.5.2 (#5861)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 12:15:23 -04:00
dependabot[bot]
afee784737
Bump typedoc from 0.23.6 to 0.23.8 (#5858)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 09:35:54 -04:00
dependabot[bot]
0b7723f3e7
Bump react-refresh from 0.13.0 to 0.14.0 (#5857)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 09:34:36 -04:00
dependabot[bot]
4c2ce263cd
Bump @swc/jest from 0.2.21 to 0.2.22 (#5856)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 09:34:25 -04:00
dependabot[bot]
c70788569f
Bump @types/node from 16.11.43 to 16.11.45 (#5854)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.43 to 16.11.45.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-19 16:53:04 -07:00
dependabot[bot]
3def47d628
Bump jest-environment-jsdom from 28.1.2 to 28.1.3 (#5853)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-19 12:01:03 -04:00
dependabot[bot]
514c6e5bb7
Bump eslint from 8.19.0 to 8.20.0 (#5848)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-19 08:43:54 -04:00
dependabot[bot]
4ea76b9e5a
Bump react-refresh-typescript from 2.0.5 to 2.0.7 (#5847)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-19 08:42:48 -04:00
dependabot[bot]
e3da0ded89
Bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.30.7 (#5846)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-19 08:42:07 -04:00
dependabot[bot]
70105a6ef2
Bump dompurify from 2.3.8 to 2.3.10 (#5844)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 13:08:22 -04:00
dependabot[bot]
88818616e8
Bump tailwindcss from 3.1.5 to 3.1.6 (#5842)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 13:01:25 -04:00
dependabot[bot]
c9773d0314
Bump playwright from 1.23.1 to 1.23.4 (#5839)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 12:03:01 -04:00
dependabot[bot]
98574e69b3
Bump @swc/core from 1.2.210 to 1.2.218 (#5843)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.210 to 1.2.218.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.2.210...v1.2.218)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 12:02:45 -04:00
dependabot[bot]
1b9a305ede
Bump esbuild from 0.14.48 to 0.14.49 (#5823)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 10:01:56 -04:00
dependabot[bot]
12e0acf09a
Bump nodemon from 2.0.18 to 2.0.19 (#5822)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-18 10:01:44 -04:00
Jim Ehrismann
81e4dabf01
release v5.6.0-alpha.7 (#5832)
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2022-07-14 10:49:59 -04:00
dependabot[bot]
27cb7d1ca9
Bump tailwindcss from 3.1.4 to 3.1.5 (#5812)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-08 15:47:58 -04:00
dependabot[bot]
f261a27c56
Bump react-select from 5.3.2 to 5.4.0 (#5813)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-08 15:47:27 -04:00
dependabot[bot]
b062368a9d
Bump esbuild from 0.14.47 to 0.14.48 (#5819)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-08 13:15:17 -04:00
dependabot[bot]
30880276d7
Bump typedoc from 0.23.2 to 0.23.6 (#5817)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-08 10:36:49 -04:00
dependabot[bot]
ec92aa779b
Bump @async-fn/jest from 1.6.1 to 1.6.2 (#5808)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Malton <sebastian@malton.name>
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
2022-07-08 08:43:02 -04:00