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

Commit Graph

  • 3fd2d6121d Merge branch 'master' into font-settings-for-editor-and-ternimal DMYTRO ZHARKOV 2022-01-19 15:07:42 +0100
  • cafbc64c83 Deployed d31ab690c2 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-19 14:02:08 +0000
  • d31ab690c2
    Refactor app-preferences-registry to use di (#4671) Jim Ehrismann 2022-01-19 08:54:45 -0500
  • f621bda456 Fix merge issues DMYTRO ZHARKOV 2022-01-19 10:41:51 +0100
  • 784e15b00c Merge with master and resolve conflicts DmitriyNoa 2022-01-19 10:20:16 +0100
  • 2c8196e346 Add config field to terminal DMYTRO ZHARKOV 2022-01-18 15:14:11 +0100
  • 2ca1973add Add reaction to update terminals. Cleanup DMYTRO ZHARKOV 2022-01-18 14:59:09 +0100
  • 5beb4f18bc Test DMYTRO ZHARKOV 2022-01-18 14:12:54 +0100
  • 5375c79611 Move to settings object DMYTRO ZHARKOV 2022-01-18 10:43:23 +0100
  • 0cfb8f0c75 PR fixes and cleanup DMYTRO ZHARKOV 2022-01-17 09:52:21 +0100
  • 321482f360 Deployed 86f14a9cdf to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-19 13:36:00 +0000
  • 86f14a9cdf
    fix inputs not blurring when pressing enter (#4692) Andreas Schmidt 2022-01-19 14:27:55 +0100
  • b7cb10521e
    Drop old (< 3.0) cluster-store migrations (#4718) Jari Kolehmainen 2022-01-19 15:27:34 +0200
  • 9dfde49f68 Deployed 79c01daf6a to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-19 13:06:04 +0000
  • 79c01daf6a
    Support extending KubernetesCluster in extensions (#4702) Panu Horsmalahti 2022-01-19 14:57:42 +0200
  • d09611f48c Deployed 74d92d09d9 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-19 11:38:28 +0000
  • 74d92d09d9
    Fix: remove hotbar name from status bar (#4679) Alex Andreev 2022-01-19 14:31:15 +0300
  • f2da036fbe Document extending KubernetesCluster in extension guides. Panu Horsmalahti 2022-01-19 13:09:45 +0200
  • a249515b85 Remove package.lock DMYTRO ZHARKOV 2022-01-14 16:19:56 +0100
  • 1d7f577060 Cleanup. Move default font size to a const DMYTRO ZHARKOV 2022-01-14 15:52:04 +0100
  • d3d0ebbde3 Remove unsued font-list DMYTRO ZHARKOV 2022-01-14 15:13:27 +0100
  • f4995e004a Cleanup DMYTRO ZHARKOV 2022-01-14 15:09:00 +0100
  • 402eb53aea Fix store crash DMYTRO ZHARKOV 2022-01-14 12:16:20 +0100
  • 6f9a675a9c Add termilan font settings to store DMYTRO ZHARKOV 2022-01-13 18:02:15 +0100
  • 9b52a8d306 Move shell settings to terminal tab DMYTRO ZHARKOV 2022-01-13 17:26:06 +0100
  • 1cc6f16e90 Add font settings for editor. Add terminal tab DMYTRO ZHARKOV 2022-01-13 17:21:21 +0100
  • 2dd69cbb15 Linter fix Alex Andreev 2022-01-19 13:00:57 +0300
  • e4a6b4f65d Invert invisible prop Alex Andreev 2022-01-19 12:58:58 +0300
  • 4553e58b69 Clean up Alex Andreev 2022-01-19 12:52:16 +0300
  • 8c6afc6743 Remove commented code. Panu Horsmalahti 2022-01-19 11:34:40 +0200
  • 5c49f3a643 Merge branch 'master' into fix/remove-hotbar-name-from-status-bar Alex Andreev 2022-01-19 12:31:44 +0300
  • 683515b7d7 Make loadOnClusterRenderer arrow function again, revert autoInitExtensions change as unnecessary Panu Horsmalahti 2022-01-19 11:00:33 +0200
  • 95113b8cd5 remove old migration tests Jari Kolehmainen 2022-01-19 10:01:03 +0200
  • e8c7967824 remove old migration tests Jari Kolehmainen 2022-01-19 09:47:13 +0200
  • 91d2d61be4 drop old (< 3.0) cluster-store migrations Jari Kolehmainen 2022-01-19 08:38:50 +0200
  • 9e823535d4
    Remove empty lines Janne Savolainen 2022-01-19 08:35:19 +0200
  • 3559fa9b61 use enter key for submitting WizardStep forms ndrscodes 2022-01-18 23:14:28 +0100
  • ea003455e7 use compact license header Jim Ehrismann 2022-01-18 15:11:24 -0500
  • 944f9b899a address review comments and fix lint Jim Ehrismann 2022-01-11 15:11:39 -0500
  • a185227ca2 converting app-preferences to use di Jim Ehrismann 2022-01-07 19:26:33 -0500
  • 747f91ae36 Revert style change. Panu Horsmalahti 2022-01-18 18:07:44 +0200
  • 69959a0eb9 Fix lint. Panu Horsmalahti 2022-01-18 17:55:41 +0200
  • 09a4da6b28 Avoid .bind with .loadOnClusterRenderer Panu Horsmalahti 2022-01-18 17:44:03 +0200
  • 95a5307fcd Properly handle loading custom entity in cluster-frame Panu Horsmalahti 2022-01-18 17:32:43 +0200
  • b7c32b450d Deployed e862d5bf1d to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-18 16:26:13 +0000
  • e862d5bf1d
    Allow to customize terminal theme (#4666) (#4690) Roman 2022-01-18 17:16:50 +0100
  • 4e081e3cc2 Fix license headers Lauri Nevala 2022-01-18 15:11:10 +0200
  • cc7a031814 Merge branch 'master' into extension-auto-update Lauri Nevala 2022-01-18 15:05:24 +0200
  • 11386c0da5 Fix lint. Panu Horsmalahti 2022-01-18 15:02:44 +0200
  • 9e8ea205f9 Improve comment. Panu Horsmalahti 2022-01-18 14:56:53 +0200
  • 6965379de1 Improve entity loading for extension custom types. Panu Horsmalahti 2022-01-18 14:43:58 +0200
  • 7561e04213 Fix lint issues Lauri Nevala 2022-01-18 14:53:11 +0200
  • e711b953ed Make apiVersion string. Panu Horsmalahti 2022-01-17 17:05:04 +0200
  • 4919d358aa Simplify getItemsByEntityClass Panu Horsmalahti 2022-01-17 14:07:10 +0200
  • 1ee5e32738 Support extending KubernetesCluster in extensions Panu Horsmalahti 2022-01-17 13:48:46 +0200
  • 798ad85fad Do not check updates for bundled extensions from default sources Lauri Nevala 2022-01-18 14:37:18 +0200
  • 7d1136c212 Deployed 3d87d67165 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-18 12:13:32 +0000
  • a470490e2b
    Bump nodemon from 2.0.14 to 2.0.15 dependabot[bot] 2022-01-18 12:08:07 +0000
  • 3d87d67165
    Bump follow-redirects from 1.11.0 to 1.14.7 (#4689) dependabot[bot] 2022-01-18 15:05:19 +0300
  • 16935c29c2
    Remove unnecessary return Janne Savolainen 2022-01-18 13:04:49 +0200
  • 0b409190e6 Merge branch 'master' into feature/terminal_theme_switching Roman 2022-01-18 12:47:02 +0200
  • d53e0e2868 Deployed f629de8589 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-18 09:42:39 +0000
  • f629de8589
    Bump marked from 2.1.3 to 4.0.10 (#4695) dependabot[bot] 2022-01-18 12:33:36 +0300
  • 1115bf34d0
    Update injectable Janne Savolainen 2022-01-18 11:21:38 +0200
  • 5b4282ea8c
    Fix infinite render loop in release details by replacing stateful, UI-triggered releaseStore with reactive async computed Janne Savolainen 2022-01-17 10:24:25 +0200
  • 7d08f03f43 Deployed 5ca194b401 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-18 09:09:46 +0000
  • 5ca194b401
    Bump shelljs from 0.8.4 to 0.8.5 (#4696) dependabot[bot] 2022-01-18 12:01:20 +0300
  • 2eba814fe7 Fix conflict resolve Lauri Nevala 2022-01-18 10:47:26 +0200
  • 665ff7290b Upgrading marked types Alex Andreev 2022-01-18 11:43:55 +0300
  • f11c51d6df Merge branch 'master' into extension-auto-update Lauri Nevala 2022-01-18 10:36:58 +0200
  • 0fb1c22b6b Deployed 589472c2b5 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-18 08:26:48 +0000
  • 589472c2b5
    Shorten license header to reduce amount of clutter in top of the files (#4709) Janne Savolainen 2022-01-18 10:18:10 +0200
  • 4077afcb54
    Shorten license header to reduce amount of clutter in top of the files Janne Savolainen 2022-01-18 07:39:25 +0200
  • b1dc574163 redid changes after large refactor on master Jim Ehrismann 2022-01-17 19:09:15 -0500
  • 272bf390e2 Deployed ae10c4d87a to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-17 19:03:42 +0000
  • 66d0a354b1
    replacing the deprecated substr() with slice() (#4687) Gaurav Agrawal 2022-01-18 00:27:03 +0530
  • 6fab126b89
    Merge c82fa92222 into eb93a2eee7 Sebastian Malton 2022-01-17 18:55:30 +0000
  • eb93a2eee7
    Revert "Add auto-detect support for Victoria Metrics Single" (#4705) Sebastian Malton 2022-01-17 13:55:30 -0500
  • c82fa92222 Revert "Add auto-detect support for Victoria Metrics Single (#4693)" Sebastian Malton 2022-01-17 13:55:06 -0500
  • ae10c4d87a
    Add auto-detect support for Victoria Metrics Single (#4693) Jari Kolehmainen 2022-01-17 20:55:00 +0200
  • 0b321f7144
    Merge pull request #4653 from lensapp/eliminate-gst-from-app-paths Iku-turso 2022-01-17 19:24:15 +0200
  • 84b1d9e703
    Temporary disable failing integration tests to allow merging and solve issue in separate PR Janne Savolainen 2022-01-17 18:24:17 +0200
  • ee265a9db6
    Merge branch 'master' into extension-auto-update Lauri Nevala 2022-01-17 11:11:02 +0200
  • 0a0c4176a6
    Bump shelljs from 0.8.4 to 0.8.5 dependabot[bot] 2022-01-15 06:12:50 +0000
  • 99c35a997d
    Bump marked from 2.1.3 to 4.0.10 dependabot[bot] 2022-01-15 02:15:56 +0000
  • 1f68b4a51b remove unneccessary call to stopPropagation() ndrscodes 2022-01-14 18:04:41 +0100
  • 0d134ed5cb prevent EditableList input from blurring Andreas Schmidt 2022-01-14 16:41:43 +0100
  • 82d9ac1916 add support for Victoria Metrics Single Jari Kolehmainen 2022-01-14 16:43:14 +0200
  • 1eef2bca2b
    fix inputs not blurring when pressing enter Andreas Schmidt 2022-01-14 15:19:29 +0100
  • 4f0546bc9b Allow to customize terminal theme (#4666) Roman 2022-01-12 16:42:51 +0100
  • e0b013dc37
    Bump follow-redirects from 1.11.0 to 1.14.7 dependabot[bot] 2022-01-14 06:05:58 +0000
  • 1e772e5303
    Fix import Janne Savolainen 2022-01-14 08:05:22 +0200
  • edd9dcd44b
    Fix duplicate import Janne Savolainen 2022-01-14 08:04:25 +0200
  • 00f6d6bc1f
    Merge remote-tracking branch 'origin/master' into eliminate-gst-from-app-paths Janne Savolainen 2022-01-14 07:59:42 +0200
  • 7c97303414
    Remove duplicated LICENSE header Janne Savolainen 2022-01-14 07:52:37 +0200
  • b48f237a66 replacing the deprecated substr() with slice() Gaurav Agrawal 2022-01-13 21:29:49 +0530
  • 5893f70252 Deployed 0be1ab4ce0 to master with MkDocs 1.2.3 and mike 1.1.2 GitHub Action 2022-01-13 11:02:30 +0000
  • 0be1ab4ce0
    Revert "Allow to customize terminal theme (#4666)" (#4682) Roman 2022-01-13 11:54:54 +0100
  • 3f7ba724d7 Revert "Allow to customize terminal theme (#4666)" Roman 2022-01-13 11:44:26 +0200
  • 4e2995f979
    Extract business logic from component while trying to solve re-rendering issue Janne Savolainen 2022-01-13 09:04:15 +0200