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. 29 Jan, 2022 1 commit
  2. 19 Jan, 2022 1 commit
  3. 18 Jan, 2022 1 commit
  4. 07 Jan, 2022 1 commit
  5. 05 Jan, 2022 1 commit
  6. 15 Dec, 2021 1 commit
  7. 02 Nov, 2021 1 commit
  8. 01 Nov, 2021 4 commits
  9. 19 Aug, 2021 1 commit
  10. 16 Aug, 2021 1 commit
  11. 23 Jun, 2021 1 commit
  12. 20 May, 2021 1 commit
  13. 17 May, 2021 1 commit
  14. 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
  15. 21 Jan, 2021 1 commit
  16. 02 Dec, 2020 2 commits
  17. 30 Nov, 2020 1 commit
  18. 27 Nov, 2020 1 commit
  19. 24 Nov, 2020 1 commit
  20. 23 Nov, 2020 1 commit
  21. 19 Nov, 2020 3 commits
  22. 16 Nov, 2020 1 commit
  23. 03 Nov, 2020 1 commit
    • chh's avatar
      Add +/- buttons in scale deployment popup screen (#1191) · 484de2ec
      chh authored
      
      * Add @testing-library/jest-dom and @testing-library/react for writing test cases
      
      * Make eslint check __mocks__/*.ts files
      
      * Mock electron.ipcRenderer.on to prevent errors in React compoment test cases
      
      * Mock <Trans /> from @lingui/macro as a component simplely returns children components
      
      * Use optional chaining operator (?.) to avoid TypeError: Cannot read property 'replicas' of undefined
      
      * Add jest-fetch-mock for mocking global.fetch, activate for all test cases in jest.setup.ts
      
      * Add basic tests for <DeploymentScaleDialog /> to ensure it initialises/renders without errors
      
      * Add +/- button for changing desired replicas, and its test cases
      
      * Adjust the styles of +/- buttons container to make sure it aligns with the slider
      
      * Refactor after rebase from master
      
      * Use var defined in vars.scss
      
      * Add flex align-center to slider-container and remove margin-top: -4px
      
      * Use <Icon /> to replace <i/>
      
      * Add flex gaps to plus-minus-container
      Signed-off-by: default avatarHung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
      484de2ec
  24. 27 Oct, 2020 1 commit
  25. 22 Oct, 2020 1 commit
  26. 19 Oct, 2020 1 commit
  27. 09 Sep, 2020 1 commit
  28. 20 Aug, 2020 1 commit
  29. 30 Jun, 2020 1 commit
  30. 26 Jun, 2020 1 commit
  31. 06 Apr, 2020 1 commit
  32. 15 Mar, 2020 1 commit