1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/.github/workflows
Sebastian Malton 49f0a1af9c
Remove BaseStore<T> and replace with composition of dependencies (#7002)
* Rename ExtensionStore -> BaseExtensionStore
- The name was too close to ExtensionsStore

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

* Move ExtensionsStore to new format

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

* Move ClusterStore to new format

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

* Move UserStore to new format

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

* Cleanup types to remove multiple cast locations

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

* Move HotbarStore to new format

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

* Move WeblinkStore to new format

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

* Move FileSystemProvisionerStore to new format

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

* Update snapshots

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

* Clean up impl and rename to better describe intent

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

* Fix remaining type errors

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

* Fully split apart the enabled extensions storage

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

* Fully split apart the clusters storage

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

* Fully split apart the hotbar storage

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

* Fully split apart the weblinks storage

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

* Fully split apart the user preferences storage

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

* Fix crashing

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

* Fix tests and snapshots

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

* Fix integration test failures

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

* Improve typing to prevent errors in the future.

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

* Cleanup @k8slens/messaging and friends

- To fix type errors

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

* Fix lint issue

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

* Fix type errors

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

* Fix global override not being complete enough causing tests to fail

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

* Bump memory for unit tests on CI

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

* Attempt to fix memory issue on CI again

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

* Fixup test because of new injectables

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

* Upgrade Jest

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

* Fix unit tests falling over

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

* Back out jest config change

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

* Remove console log

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

* Update snapshot

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

* Fix tests by matching equality instead of snapshots

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

* Fix tests by forcing specific snapshot style

- Ubuntu CI seems to format arrays in snapshots differently than macOS locally

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

---------

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-28 17:54:25 +03:00
..
add-to-project-board.yaml Replace deprecated github actions ::set-output (#6509) 2022-11-04 09:25:44 -04:00
check-docs.yml Switch to using NPM workspaces (#7115) 2023-02-20 12:48:18 +02:00
codeql-analysis.yml Upgrade to codeql@v2 (#6976) 2023-01-19 08:24:42 -05:00
cron-test.yaml Only run unit tests on linux for PRs (#7252) 2023-03-01 10:30:07 -05:00
daily-alpha.yml Fix release process in light of changing to independent versioning (#7357) 2023-03-14 14:56:53 -04:00
electronegativity.yml Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
license-header.yml Restructure to monorepo (#6907) 2023-01-24 10:46:26 -08:00
linter.yml Switch to using NPM workspaces (#7115) 2023-02-20 12:48:18 +02:00
main.yml Switch to using NPM workspaces (#7115) 2023-02-20 12:48:18 +02:00
maintenance.yml Add workflow to notify on new PR conflicts (#2287) 2021-03-08 08:15:04 -05:00
mkdocs-delete-version.yml Replace deprecated github actions ::set-output (#6509) 2022-11-04 09:25:44 -04:00
mkdocs-manual.yml Switch to using NPM workspaces (#7115) 2023-02-20 12:48:18 +02:00
mkdocs-set-default-version.yml Replace deprecated github actions ::set-output (#6509) 2022-11-04 09:25:44 -04:00
publish-release-npm.yml Fix release process in light of changing to independent versioning (#7357) 2023-03-14 14:56:53 -04:00
release.yml Revert remove GITHUB_TOKEN from release workflow (#7020) 2023-01-26 09:07:36 -05:00
require-milestone.yml Replace deprecated github actions ::set-output (#6509) 2022-11-04 09:25:44 -04:00
require-type-labels.yml release v5.2.0-beta.1 (#3610) 2021-08-16 12:34:19 -04:00
stale.yml Use actions@stale/v4 instead of actions@stale/4 (#4343) 2021-11-17 08:02:06 -05:00
test.yml Remove BaseStore<T> and replace with composition of dependencies (#7002) 2023-03-28 17:54:25 +03:00