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

Commit Graph

  • 6de3da9aeb Remove changes to file that didn't need to change Janne Savolainen 2021-12-04 12:11:38 +0200
  • 6d192a22d5 Simplify test Janne Savolainen 2021-12-03 07:41:58 +0200
  • 79f53845ce Revert breaking change in Extension API Janne Savolainen 2021-12-01 15:45:34 +0200
  • 159e093902 Remove todo Janne Savolainen 2021-12-01 07:25:09 +0200
  • 1e1c49ee65 Make export explicit Janne Savolainen 2021-12-01 07:19:50 +0200
  • 5005c47880 Remove even more changes that were not needed after all Janne Savolainen 2021-12-01 07:18:54 +0200
  • 9c6e9d7166 Remove todo Janne Savolainen 2021-11-30 15:54:58 +0200
  • 7664652a62 Remove test that is not needed anymore Janne Savolainen 2021-11-30 15:51:26 +0200
  • 8de892d8a2 Remove changes to file that didn't need to change Janne Savolainen 2021-11-30 15:38:21 +0200
  • 7bf16faca0 Rename files for convention Janne Savolainen 2021-11-30 15:29:57 +0200
  • 724a571eb0 Revert "Try extracting dependencies to separate files" Janne Savolainen 2021-11-30 15:24:36 +0200
  • 5b21c99b9d Switch to using "container" instead of Inject-component for following reasons: Janne Savolainen 2021-11-30 14:35:30 +0200
  • 7061aad4f4 Update ogre-tools for a more subtle way of providing components with dependencies Mikko Aspiala 2021-11-30 13:24:03 +0200
  • fadcadc5b3 Simplify typing of async mock Janne Savolainen 2021-11-30 08:21:16 +0200
  • 9cef2f27aa Try extracting dependencies so separate files Janne Savolainen 2021-11-29 12:11:58 +0200
  • 1e257c42cf Add types for ogre-tools in WebStorm Janne Savolainen 2021-11-29 10:18:20 +0200
  • 0f4f8dd8d5 Extract menu items as own dependency Janne Savolainen 2021-11-29 09:40:07 +0200
  • 667e90ba0e Make component transient Janne Savolainen 2021-11-29 08:10:35 +0200
  • 1707a95eef Fix merge conflicts Janne Savolainen 2021-11-26 14:01:35 +0200
  • 98d63daef6 Update version of injectable for disambiguous typing Janne Savolainen 2021-11-16 13:51:44 +0200
  • d203c40c77 Make unit test runs faster and not fail for TypeScript errors/warnings Mikko Aspiala 2021-11-17 14:33:38 +0200
  • d592848a7f Try making UI unit testable in Ubuntu by removing usage of component which uses an experimental browser feature Janne Savolainen 2021-11-16 13:31:36 +0200
  • 550abfcc0d Organize some interfaces to communicate intent Janne Savolainen 2021-11-16 13:27:30 +0200
  • 0fc9fe626d Update snapshots Janne Savolainen 2021-11-16 10:28:38 +0200
  • 53dc2c853d Fix incorrect typing in test Janne Savolainen 2021-11-16 07:46:32 +0200
  • 7938e9c4ef Demonstrate how InjectNaive could be not naive by using injectables Janne Savolainen 2021-11-10 14:04:23 +0200
  • 78e1c6357b Improving typing of mock Janne Savolainen 2021-11-09 13:59:56 +0200
  • fbabb32dab Switch to using testing library queries from screen export Janne Savolainen 2021-11-09 13:55:34 +0200
  • c57473c875 Revert "Try altering cancelIdleCallback stub to see if that makes test deterministic" Janne Savolainen 2021-11-09 08:40:29 +0200
  • e793859d82 Try altering cancelIdleCallback stub to see if that makes test deterministic Janne Savolainen 2021-11-09 08:32:02 +0200
  • 4c775256bb Remove prop from wrong place Janne Savolainen 2021-11-08 13:24:49 +0200
  • 3a124a6393 Increase credibility of some unit tests by using actual instance as stub Janne Savolainen 2021-11-08 09:44:08 +0200
  • 76a9973ab1 Fix code style Janne Savolainen 2021-11-08 09:07:18 +0200
  • f3ef9c50c9 Remove unused data-attribute Janne Savolainen 2021-11-08 09:07:12 +0200
  • fbeac80fbc Switch to non deprecated prop type Janne Savolainen 2021-11-08 07:54:32 +0200
  • bc3a8794cc Add unit test for missing namespace when removing a kube object Mikko Aspiala 2021-11-05 14:07:39 +0200
  • 0c53a16971 Update yarn.lock Mikko Aspiala 2021-11-05 13:53:25 +0200
  • 653958d8f9 Tweak UI in a dialog Mikko Aspiala 2021-11-05 13:40:09 +0200
  • 293cdb87ec Simplify dependencies for a component Mikko Aspiala 2021-11-05 13:26:59 +0200
  • cfaf5f9402 Bundle dependencies of a component to a composing object Mikko Aspiala 2021-11-05 13:13:35 +0200
  • 9eda5e9d26 Revert "Try stop linting before running tests" Mikko Aspiala 2021-11-05 13:36:35 +0200
  • e0d5c41b3b Add todo for unit testing a weird complication without full understanding Mikko Aspiala 2021-11-05 11:16:11 +0200
  • 78a989a72a Implement first meaningful unit tests for a complete behavior Mikko Aspiala 2021-11-05 10:56:05 +0200
  • 90ec6809d7 Try stop linting before running tests Mikko Aspiala 2021-11-02 14:09:14 +0200
  • ec075ad957 Fix code style Janne Savolainen 2021-11-05 08:51:36 +0200
  • a2f9a76add Kludge first unit test with more than minimal data Janne Savolainen 2021-11-04 13:24:49 +0200
  • 350f07b457 Introduce first unit test made possible because of recently demonstrated changes Janne Savolainen 2021-11-04 11:21:58 +0200
  • 94d3f6b5fb Make typing of dependency functions more strict Janne Savolainen 2021-11-04 10:43:15 +0200
  • a0f0d3e811 Improve naming of type parameter Janne Savolainen 2021-11-04 10:43:00 +0200
  • 73e3dd95f4 Make another dependency a segregated interface instead of concrete instance Janne Savolainen 2021-11-04 10:37:01 +0200
  • d9e8821d33 Simplify a way of getting cluster name Janne Savolainen 2021-11-04 10:27:13 +0200
  • 29d0634729 Demonstrate even step further to have an interface as dependency instead of concrete instance Janne Savolainen 2021-11-04 10:09:03 +0200
  • 91b14ee3fc Demonstrate a step further to have an interface as dependency instead of concrete instance Janne Savolainen 2021-11-04 09:51:28 +0200
  • 8d0abcc9d5 Demonstrate naive way to make component not responsible of it's dependencies and not use global shared state Janne Savolainen 2021-11-04 09:23:59 +0200
  • b07b8dc096 Rename method to not be misleading Janne Savolainen 2021-11-03 12:33:51 +0200
  • 10eb95ae67 Implement breadcrumbs for deleting different kube objects Janne Savolainen 2021-11-03 12:23:28 +0200
  • ed4c70dd5e Deployed 304941d397 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-03 20:27:18 +0000
  • 304941d397
    Fix IngressApi being registered with a wrong new apiBase (#4485) Sebastian Malton 2021-12-03 15:19:01 -0500
  • cfc29ab852 Deployed 7973f4bce2 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-03 19:41:05 +0000
  • 7973f4bce2
    Bump @types/webpack from 4.41.31 to 4.41.32 (#4499) dependabot[bot] 2021-12-03 14:33:05 -0500
  • 3f7647772a Deployed 9aadb721c9 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-03 17:57:37 +0000
  • 9aadb721c9
    Bump webpack-dev-server from 3.11.2 to 3.11.3 (#4498) dependabot[bot] 2021-12-03 12:49:52 -0500
  • 7dfd4d586c
    Fix error notifications not being displayed for CreateResource tab (#4502) Sebastian Malton 2021-12-03 12:49:42 -0500
  • c3732197be fix CRD views Sebastian Malton 2021-12-03 12:32:00 -0500
  • d7e0e67e69 Deployed 122f14f32b to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-03 16:57:43 +0000
  • 4f291ad077
    Bump moment-timezone from 0.5.33 to 0.5.34 (#4489) dependabot[bot] 2021-12-03 11:50:05 -0500
  • 122f14f32b
    Bump react-material-ui-carousel from 2.3.5 to 2.3.8 (#4491) dependabot[bot] 2021-12-03 11:49:57 -0500
  • b95756fdce Fix error notifications not being displayed for CreateResource tab Sebastian Malton 2021-12-03 11:08:46 -0500
  • 18bad8b037
    Bump @types/webpack from 4.41.31 to 4.41.32 dependabot[bot] 2021-12-03 15:24:04 +0000
  • 3e408c611b
    Bump webpack-dev-server from 3.11.2 to 3.11.3 dependabot[bot] 2021-12-03 15:22:59 +0000
  • 7a1e9438f9 Fix tests Sebastian Malton 2021-12-03 10:06:10 -0500
  • b9de596274 Use declaritive system for creating singletons Sebastian Malton 2021-07-15 11:28:17 -0400
  • 223149d13c Fix crash on terminal close Sebastian Malton 2021-12-03 10:00:19 -0500
  • 066753baf6 Deployed d73df7fe0d to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-03 14:50:16 +0000
  • d73df7fe0d
    Show active hotbar on bottom (#4476) Alex Andreev 2021-12-03 17:41:08 +0300
  • 8ecae2ce7d Fix crash on NetworkPolicy when matchLabels is missing Sebastian Malton 2021-12-03 09:39:02 -0500
  • 02de148734 Deployed 8055ba261b to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-03 14:06:54 +0000
  • b08b2a2c91
    Bump react-material-ui-carousel from 2.3.5 to 2.3.8 dependabot[bot] 2021-12-03 14:04:58 +0000
  • 39955b623f
    Bump sharp from 0.29.2 to 0.29.3 (#4495) dependabot[bot] 2021-12-03 08:59:25 -0500
  • 8055ba261b
    Bump @types/url-parse from 1.4.4 to 1.4.5 (#4494) dependabot[bot] 2021-12-03 08:59:18 -0500
  • 444e161f54 Revert breaking change Sebastian Malton 2021-12-03 08:59:02 -0500
  • c4aa839c86 Add context menu in topbar Alex Andreev 2021-12-03 12:16:18 +0300
  • 4b22481ea9 Export KubeJsonApi to extensions Alex Andreev 2021-12-03 06:49:47 +0300
  • a39858f13f Moved optional components back Alex Andreev 2021-12-03 06:29:10 +0300
  • 3673edfe61 Cleaning up Alex Andreev 2021-12-03 06:14:51 +0300
  • c1f0fce3e2 Deployed 29c9c73a13 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-03 01:59:55 +0000
  • 29c9c73a13
    catch app.getPath() errors (#4492) Jim Ehrismann 2021-12-02 20:52:03 -0500
  • 588eaeb2df fix type errors Sebastian Malton 2021-12-02 20:45:42 -0500
  • 186bc5cf4a
    Bump sharp from 0.29.2 to 0.29.3 dependabot[bot] 2021-12-03 01:03:44 +0000
  • 4e5c2d5fd5
    Bump @types/url-parse from 1.4.4 to 1.4.5 dependabot[bot] 2021-12-03 01:03:33 +0000
  • 4d15a6bbfc catch app.getPath() errors Jim Ehrismann 2021-12-02 17:07:52 -0500
  • fb13958d31 Deployed ca549e0577 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-02 21:56:48 +0000
  • ca549e0577
    Bump @types/lodash from 4.14.176 to 4.14.177 (#4487) dependabot[bot] 2021-12-02 16:49:16 -0500
  • f4b91eea58
    Bump moment-timezone from 0.5.33 to 0.5.34 dependabot[bot] 2021-12-02 21:18:10 +0000
  • cb066f8728 Deployed 851ad0e36b to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-02 21:17:18 +0000
  • 851ad0e36b
    Bump @types/fs-extra from 9.0.1 to 9.0.13 (#4474) dependabot[bot] 2021-12-02 16:09:48 -0500
  • 1c16b697ae
    Bump joi from 17.4.2 to 17.5.0 (#4486) dependabot[bot] 2021-12-02 16:09:38 -0500
  • e735e06994 Deployed b350ea5900 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2021-12-02 20:45:43 +0000
  • 026c8df88b
    Bump @types/lodash from 4.14.176 to 4.14.177 dependabot[bot] 2021-12-02 20:40:20 +0000
  • b350ea5900
    Bump typedoc from 0.22.7 to 0.22.10 (#4444) dependabot[bot] 2021-12-02 15:38:17 -0500