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

Commit Graph

  • 06f4802748 Fix type error Sebastian Malton 2022-12-02 16:18:15 -0500
  • 8409d56fdf Add ensureDir/Sync support to fake FS Sebastian Malton 2022-12-02 16:15:46 -0500
  • af48b7de5f Handle copy as part of fake FS Sebastian Malton 2022-12-02 16:10:59 -0500
  • f7c3657e60 Add fake access support Sebastian Malton 2022-12-02 15:50:13 -0500
  • 906172bc29 Remove use of global shared Electron.App Sebastian Malton 2022-12-02 15:47:10 -0500
  • 8d55a3a08d Overhaul FS fakes with full in-memory filesystem - This increases our confidence in fs related logic Sebastian Malton 2022-12-02 15:41:45 -0500
  • 6cc89bf154 Remove overrides for configuration stores Sebastian Malton 2022-12-02 11:59:54 -0500
  • bea52f9f80 Add global override for getConfigurationFileModel to fix tests Sebastian Malton 2022-12-02 11:55:35 -0500
  • 59657fcea4 Fix user store tests Sebastian Malton 2022-12-01 13:03:08 -0500
  • c4a8604b25 Fix hotbar store tests Sebastian Malton 2022-12-01 10:28:19 -0500
  • bbf6ec38bf Fix runManyFor tests Sebastian Malton 2022-12-01 10:18:31 -0500
  • 9dbc6bc293 Fix base store tests Sebastian Malton 2022-12-01 10:08:23 -0500
  • 570d252950 Add global override to fix tests Sebastian Malton 2022-12-01 10:07:19 -0500
  • 4feff54796 Remove traces Sebastian Malton 2022-12-01 10:05:55 -0500
  • ed99f24420 Use multiple runAfter support to fix crash on renderer Sebastian Malton 2022-12-01 09:17:33 -0500
  • 5b80dfc70a Add support for multiple "runAfter" runnables - Needed so that several dependencies can be declared Sebastian Malton 2022-12-01 09:17:18 -0500
  • f9084bc2b7 Remove unneeded appPathsInjectionToken - Only had once impl, which was in common anyway Sebastian Malton 2022-12-01 09:16:15 -0500
  • 0460db2e12 Move initializing sentry to runnable Sebastian Malton 2022-12-01 09:15:39 -0500
  • 8410a82596 Add catching of error while starting main application Sebastian Malton 2022-12-01 09:15:14 -0500
  • 8217ad4ba8 More consistent use of BaseStore.displayName Sebastian Malton 2022-12-01 08:16:22 -0500
  • 0cf9f9e536 Fix typing in tests to satisfy requirement to have cacheFile Sebastian Malton 2022-12-01 08:14:37 -0500
  • 33e76313bd Cleanup formatting Sebastian Malton 2022-12-01 08:14:18 -0500
  • ace5673a3d Add typing to transient injectable Sebastian Malton 2022-12-01 08:13:56 -0500
  • 5a1fd72767 Fix messed up import Sebastian Malton 2022-12-01 08:13:36 -0500
  • 39d38252cc Add simple migrations dependency for stores without any preexisting migrations Sebastian Malton 2022-12-01 08:13:27 -0500
  • 21039e2387 Remove usage of legacy global ClusterStore.getInstance Sebastian Malton 2022-12-01 08:04:42 -0500
  • bd47377dd1 Remove usage of legacy global .getInstance Sebastian Malton 2022-12-01 08:03:43 -0500
  • 303a397209 Remove tests that reference lastSeenVersion - That value is not used anywhere in code Sebastian Malton 2022-11-30 16:04:36 -0500
  • a4ae7c0b41 Fix type error in base-store tests Sebastian Malton 2022-11-30 16:04:15 -0500
  • 846236452c Remove dead code Sebastian Malton 2022-11-30 16:02:27 -0500
  • a55cd67d6c Switch WeblinkStore to injectable migrations Sebastian Malton 2022-11-30 16:00:30 -0500
  • 6620bb5340 Move migration utils into common/utils/ Sebastian Malton 2022-11-30 15:51:29 -0500
  • 3958e613ec Switch UserStore to injectable migrations Sebastian Malton 2022-11-30 15:49:01 -0500
  • 1aa3e46262 Switch HotbarStore to injectable migrations Sebastian Malton 2022-11-30 15:41:14 -0500
  • ad814ebdf6 Introduce method to make store migrations injectable - Use it for ClusterStore Sebastian Malton 2022-11-30 15:34:06 -0500
  • 3dce6f916e Extract BaseStore deps into constructor argument Sebastian Malton 2022-11-30 15:01:43 -0500
  • 1c277a96fb Remove last use of legacy global execHelm Sebastian Malton 2022-11-30 14:41:47 -0500
  • 4c1e1ac1db Replace use of legacy global execHelm with injectable Sebastian Malton 2022-11-30 14:33:52 -0500
  • 9fee31a872 Remove more usages of Singleton Sebastian Malton 2022-11-17 07:52:52 -0500
  • 257082e699 Remove Singleton from BaseStore to remove global shared state Sebastian Malton 2022-11-16 15:48:35 -0500
  • 353243acbe Deployed 2fa09ba10d to master with MkDocs 1.4.2 and mike 1.1.2 GitHub Action 2022-12-06 13:02:07 +0000
  • 2fa09ba10d
    Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 5.45.0 to 5.45.1 (#6705) dependabot[bot] 2022-12-06 07:51:20 -0500
  • 90f77ab9d5 Bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.45.1 Bump @typescript-eslint/parser from 5.45.0 to 5.45.1 dependabot[bot] 2022-12-06 01:04:59 +0000
  • 02a2f58e35
    Bump esbuild from 0.15.17 to 0.15.18 (#6702) dependabot[bot] 2022-12-06 07:50:26 -0500
  • 957a5dca73
    Bump @types/node from 16.18.4 to 16.18.6 (#6704) dependabot[bot] 2022-12-06 07:49:23 -0500
  • 8cbd5d563b Deployed 667a978952 to master with MkDocs 1.4.2 and mike 1.1.2 GitHub Action 2022-12-06 12:16:11 +0000
  • 667a978952
    Fix top-bar .separator width (#6706) Alex Andreev 2022-12-06 15:07:11 +0300
  • 4307e8a854 Fix top-bar .separator width Alex Andreev 2022-12-06 12:46:03 +0300
  • d071b4ef7f
    Bump @types/node from 16.18.4 to 16.18.6 dependabot[bot] 2022-12-06 01:04:23 +0000
  • fcffb187c2
    Bump @typescript-eslint/parser from 5.45.0 to 5.45.1 dependabot[bot] 2022-12-06 01:03:25 +0000
  • d4a6423981 Deployed ab1b6eca0b to master with MkDocs 1.4.2 and mike 1.1.2 GitHub Action 2022-12-05 14:19:27 +0000
  • 78bdb171d1
    Bump esbuild from 0.15.17 to 0.15.18 dependabot[bot] 2022-12-05 14:17:30 +0000
  • ab1b6eca0b
    Bump esbuild from 0.15.16 to 0.15.17 (#6699) dependabot[bot] 2022-12-05 09:10:37 -0500
  • 4a098e2bc9
    Bump eslint from 8.28.0 to 8.29.0 (#6700) dependabot[bot] 2022-12-05 09:09:37 -0500
  • fe420ba7aa
    Bump query-string from 7.1.2 to 7.1.3 (#6701) dependabot[bot] 2022-12-05 09:09:06 -0500
  • a38fdc7c78 Linter fixes wrap-pod-logs Alex Andreev 2022-12-05 11:14:26 +0300
  • be2cb63f6b Remove e2e wrap logs test case Alex Andreev 2022-12-05 11:14:13 +0300
  • 1af76e1ccf Check if .wrap class applied properly Alex Andreev 2022-12-05 11:11:40 +0300
  • 225b1c2167
    Bump query-string from 7.1.2 to 7.1.3 dependabot[bot] 2022-12-05 01:43:30 +0000
  • 9c7408293f
    Bump eslint from 8.28.0 to 8.29.0 dependabot[bot] 2022-12-05 01:42:14 +0000
  • 8c355b6d27
    Bump esbuild from 0.15.16 to 0.15.17 dependabot[bot] 2022-12-05 01:38:50 +0000
  • ffe61f8cff
    feat: add release build action hiroki matsumoto 2022-12-04 18:49:55 +0900
  • bde7f82829 Update snapshots Sebastian Malton 2022-12-02 11:37:54 -0500
  • 663b1661c6 Add useFakeTime to fix tests Sebastian Malton 2022-12-02 10:35:39 -0500
  • 096d314353 Remove debounce to fix test Sebastian Malton 2022-12-01 13:16:02 -0500
  • 3908141d35 Update snapshots Sebastian Malton 2022-12-01 10:41:36 -0500
  • 019414182f Fix AddRoleDialog's create button being enabled before entering data Sebastian Malton 2022-07-26 09:14:29 -0400
  • a7d4d7c7e5 Deployed 9ba92cb072 to master with MkDocs 1.4.2 and mike 1.1.2 GitHub Action 2022-12-02 15:40:14 +0000
  • 9ba92cb072
    Replace CatalogEntityDetailRegistry with an injectable solution (#6605) Sebastian Malton 2022-12-02 07:31:27 -0800
  • 1acacbb7ef
    Bump react-select from 5.6.1 to 5.7.0 (#6696) dependabot[bot] 2022-12-02 10:31:09 -0500
  • bb70df799b Fix type errors Sebastian Malton 2022-12-02 09:27:40 -0500
  • f4e33cca32 Update snapshots Sebastian Malton 2022-12-02 09:26:23 -0500
  • beb305b9a9 Deployed 1a63d28e52 to master with MkDocs 1.4.2 and mike 1.1.2 GitHub Action 2022-12-02 14:14:33 +0000
  • 1a63d28e52
    Bump @swc/core from 1.3.20 to 1.3.21 (#6695) dependabot[bot] 2022-12-02 09:05:52 -0500
  • eaec5e9d2b Remove bad comment Sebastian Malton 2022-12-02 09:02:26 -0500
  • 4db4ef46fd Cleanup LensExtensions Sebastian Malton 2022-12-02 09:02:05 -0500
  • ba1ebbbd0c Update snapshots Sebastian Malton 2022-11-29 15:47:39 -0500
  • bacdc63eef Fix TypeError when loading extensions Sebastian Malton 2022-11-29 11:18:29 -0500
  • 34415bc6b7 Fix import errors Sebastian Malton 2022-11-28 17:21:33 -0500
  • d5add4ff81 Remove the last reminents of BaseRegistry Sebastian Malton 2022-11-28 17:11:22 -0500
  • 009bb32d0f Update snapshot Sebastian Malton 2022-11-28 16:59:34 -0500
  • 68bf61a075 Fix lint Sebastian Malton 2022-11-28 14:22:55 -0500
  • 0150edc8fd Simplify loading extensions Sebastian Malton 2022-11-28 12:30:31 -0500
  • a1003a5cd1 Fix import error Sebastian Malton 2022-11-18 08:53:50 -0500
  • 5b823260c2 Update snapshots Sebastian Malton 2022-11-18 08:53:11 -0500
  • 73eaf5a22c Replace EntityDetailRegistry with an injectable solution Sebastian Malton 2022-11-17 15:17:51 -0500
  • 3f280b963e
    Bump query-string from 7.1.1 to 7.1.2 (#6694) dependabot[bot] 2022-12-02 08:58:45 -0500
  • 21259b0797 Deployed 5c69b273b1 to master with MkDocs 1.4.2 and mike 1.1.2 GitHub Action 2022-12-02 13:03:06 +0000
  • 5c69b273b1
    Fix crash in PersistentVolumeDetails (#6691) Sebastian Malton 2022-12-02 04:53:14 -0800
  • ad31b73264
    Fix not being able to add custom helm repos (#6692) Sebastian Malton 2022-12-02 04:53:00 -0800
  • 5f660bbb4a Use click instead of check Alex Andreev 2022-12-02 15:28:52 +0300
  • f957eb0902 Testing check() instead of click() Alex Andreev 2022-12-02 14:47:47 +0300
  • 178c1f03c5 More testing of bounding box Alex Andreev 2022-12-02 14:22:51 +0300
  • 59d07907ee Testing bounding boxes Alex Andreev 2022-12-02 13:56:22 +0300
  • 4fbaa7f43f Use getByText from frame selector Alex Andreev 2022-12-02 13:27:50 +0300
  • 8566ae8e9e Using asElement() for assertions Alex Andreev 2022-12-02 12:49:17 +0300
  • 5921098bde Search for element using getByTestId Alex Andreev 2022-12-02 11:27:28 +0300
  • a49c947e51 Test for white-space rule changing Alex Andreev 2022-12-02 10:43:46 +0300
  • b40725fb4a
    Bump react-select from 5.6.1 to 5.7.0 dependabot[bot] 2022-12-02 01:05:47 +0000
  • e585810772
    Bump @swc/core from 1.3.20 to 1.3.21 dependabot[bot] 2022-12-02 01:03:38 +0000