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.
  1. 16 Sep, 2021 1 commit
  2. 08 Sep, 2021 1 commit
  3. 11 Aug, 2021 1 commit
  4. 23 Jul, 2021 1 commit
  5. 14 Jul, 2021 1 commit
  6. 07 Jul, 2021 1 commit
  7. 02 Jul, 2021 2 commits
  8. 21 Jun, 2021 2 commits
  9. 18 Jun, 2021 1 commit
  10. 17 Jun, 2021 1 commit
  11. 16 Jun, 2021 1 commit
  12. 10 Jun, 2021 1 commit
  13. 09 Jun, 2021 1 commit
  14. 07 Jun, 2021 1 commit
  15. 31 May, 2021 1 commit
  16. 28 May, 2021 1 commit
  17. 18 May, 2021 2 commits
  18. 12 May, 2021 1 commit
  19. 04 May, 2021 1 commit
    • Jari Kolehmainen's avatar
      Fix kubeconfig-sync issues (#2692) · 8fff064e
      Jari Kolehmainen authored
      
      - Removed `getFreePort` as its use is always a race condition. Change
        all uses of it to retrive the port after listening
      
      - Added `getPortFrom` as a helper function to read a port from a stream
      
      - Remove `Cluster.ownerRef` as it is outdated and no longer needed for 5.0
      
      - Remove `Cluster.enabled`, no longer needed because of above
      
      - Removed `Cluster.init`, moved its contents into `Cluster.constructor`
        as nothing in that function is asyncronous. Currently only being run
        on `main` as a stop gap until `renderer` gets its own version of
        `Cluster`
      
      - Refactored `LensProxy` so as to prevent `pty.node` (a NodeJS
        extension) being included in `webpack.extension.ts`'s run
      
      - Removed the passing around of the proxy port as that can now be
        accessed from an instance of `LensProxy`
      
      - purge ContextHandler's cache on disconnect
      Co-authored-by: default avatarSebastian Malton <sebastian@malton.name>
      8fff064e
  20. 30 Apr, 2021 1 commit
  21. 27 Apr, 2021 1 commit
  22. 23 Apr, 2021 2 commits
  23. 22 Apr, 2021 1 commit
  24. 21 Apr, 2021 1 commit
    • Sebastian Malton's avatar
      Fixing Singleton typing to correctly return child class (#1914) · 9563ead2
      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: default avatarSebastian Malton <sebastian@malton.name>
      9563ead2
  25. 20 Apr, 2021 1 commit
  26. 15 Apr, 2021 1 commit
  27. 13 Apr, 2021 1 commit
  28. 09 Apr, 2021 1 commit