This project is mirrored from https://gitee.com/NQL886/lens.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 22 Apr, 2021 1 commit
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 21 Apr, 2021 5 commits
-
-
Marc Bachmann authored
Signed-off-by:
Marc Bachmann <marc.brookman@gmail.com>
-
Sebastian Malton authored
- Add distinction between `getInstance` and `getInstanceOrCreate` since it is not always possible to create an instance (since you might not know the correct arguments) - Remove all the `export const *Store = *Store.getInstance<*Store>();` calls as it defeats the purpose of `Singleton`. Plus with the typing changes the appropriate `*Store.getInstance()` is "short enough". - Special case the two extension export facades to not need to use `getInstanceOrCreate`. Plus since they are just facades it is always possible to create them. - Move some other types to be also `Singleton`'s: ExtensionLoader, ExtensionDiscovery, ThemeStore, LocalizationStore, ... - Fixed dev-run always using the same port with electron inspect - Update Store documentation with new recommendations about creating instances of singletons - Fix all unit tests to create their dependent singletons Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Jari Kolehmainen authored
This reverts commit 7970b11f.
-
Jari Kolehmainen authored
* show openlens on splash Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * make it center Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
- 20 Apr, 2021 11 commits
-
-
osddeitf authored
Co-authored-by:
Sebastian Malton <sebastian@malton.name>
-
Sebastian Malton authored
- Rename functions to be more descriptive - Change all functions to be Promise based Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
dependabot[bot] authored
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Jari Kolehmainen authored
-
Sebastian Malton authored
Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
Arthur Knoepflin authored
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jari Kolehmainen authored
* fix cluster settings page layout Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * cleanup Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * refactor cluster settings to pluggable entity settings Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix gh actions network timeout on yarn install Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * review changes Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jim Ehrismann authored
Signed-off-by:
Jim Ehrismann <jehrismann@mirantis.com>
-
- 19 Apr, 2021 10 commits
-
-
steve richards authored
-
Sebastian Malton authored
-
Sebastian Malton authored
-
MinJeong Kim authored
Co-authored-by:
Jim Ehrismann <40840436+jim-docker@users.noreply.github.com>
-
Sebastian Malton authored
-
Sebastian Malton authored
Co-authored-by:
Jim Ehrismann <40840436+jim-docker@users.noreply.github.com>
-
Sebastian Malton authored
- Only of three successive (non-overlapping) list failures Signed-off-by:
Sebastian Malton <sebastian@malton.name>
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Alex Andreev authored
* Polishing settings css Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Fixing inputs border-radius Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing Box component Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Removing unused import Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Remove content region style fixes Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Revert theme colors Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Set new colors in theme files Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com> * Change Cluster extectedText Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
dependabot[bot] authored
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.11.5 to 5.11.10. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.11.5...v5.11.10 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 16 Apr, 2021 3 commits
-
-
Sebastian Malton authored
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
- 15 Apr, 2021 6 commits
-
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Jari Kolehmainen authored
* retry yarn/npm install steps on gh actions Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * set timeout_minutes Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
pashevskii authored
Co-authored-by:
Pavel Ashevskiy <pavel.ashevskiy@ifellow.ru>
-
Jari Kolehmainen authored
* allow to control catalog entity menu item visibility based on source Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 14 Apr, 2021 1 commit
-
-
Alex Andreev authored
Signed-off-by:
Alex Andreev <alex.andreev.email@gmail.com>
-
- 13 Apr, 2021 3 commits
-
-
Jari Kolehmainen authored
Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jari Kolehmainen authored
* registrable add-to-catalog button Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * cleanup Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix integration tests Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix integration tests Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-
Jari Kolehmainen authored
* cache node_modules on GH actions Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com> * tweak Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
-