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

Commit Graph

  • 3fa7769b6a Deployed f86360d641 to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-12 13:50:48 +0000
  • f86360d641
    Fix Sentry integration bugs (#3325) chh 2021-07-12 16:42:51 +0300
  • c6a06dcbfa Deployed ff704b5d3d to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-12 13:25:24 +0000
  • ff704b5d3d
    sync activeEntity to cluster renderer (#3323) Jari Kolehmainen 2021-07-12 16:18:08 +0300
  • 4fc4cd8e5c Fix not being able to configure non-Lens prometheus settings Sebastian Malton 2021-07-12 09:08:19 -0400
  • a0296d606d
    Remove try...catch block Hung-Han (Henry) Chen 2021-07-12 14:39:35 +0300
  • f970fa1123 set res.statusCode before flushing headers Jari Kolehmainen 2021-07-12 13:42:33 +0300
  • ec8c3bc26d
    Remove try-catch for Sentry.init (exception should be caught by lens-ide tests, not in runtime), remove isValidSentryDsn/isValidSentryDsn(), use sentryDsn string to determine if preference UI should show Hung-Han (Henry) Chen 2021-07-12 12:43:14 +0300
  • dacf7e226f Deployed 538c6c2013 to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-12 08:43:53 +0000
  • 538c6c2013
    Selecting one namespace at a time (#2919) Violetta Shakirova 2021-07-12 12:36:26 +0400
  • c75ed69c4a Deployed 52ab699426 to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-12 05:53:25 +0000
  • 52ab699426
    Remove <CubeSpinner> and <AppInit> as both are unused (#3336) Sebastian Malton 2021-07-12 01:45:15 -0400
  • 9aff5fb7d4 Use string representation of a BigInt as sortingCallback for ClusterIP. devodev 2021-07-10 16:34:15 -0400
  • e3783054a8 Add ipAddressStringToBigInt components util func. devodev 2021-07-10 16:34:07 -0400
  • 91ab6bf3ce Added ability to add custom port on pod and service port forwarding rdeepc 2021-07-10 00:33:44 -0400
  • a6b2a3972f
    Merge branch 'lensapp:master' into feature/port-forward-custom-port-input Saumya Shovan Roy (Deep) 2021-07-10 00:22:29 -0400
  • 3719c2a40b reworked extension compatibility check into a function, added unit tests for it Jim Ehrismann 2021-07-09 19:10:33 -0400
  • fa39036979
    Bump filenamify from 4.1.0 to 4.3.0 dependabot[bot] 2021-07-09 22:58:56 +0000
  • 7ef66ca38d Deployed 3e18b619be to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-09 22:57:59 +0000
  • 3e18b619be
    Bump jest-mock-extended from 1.0.10 to 1.0.16 (#3341) dependabot[bot] 2021-07-09 18:51:01 -0400
  • e8a3fbfbeb Deployed d7db877079 to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-09 21:46:48 +0000
  • 47f044c90a
    Bump jest-mock-extended from 1.0.10 to 1.0.16 dependabot[bot] 2021-07-09 21:46:40 +0000
  • b367aed7d2
    Fork-ts-checker-webpack-plugin 5.2.1 (#3046) Jari Kolehmainen 2021-07-10 00:40:25 +0300
  • d7db877079
    Bump html-webpack-plugin from 4.3.0 to 4.5.2 (#3116) dependabot[bot] 2021-07-09 17:40:08 -0400
  • b1f3046736
    Bump xterm-addon-fit from 0.4.0 to 0.5.0 (#3112) dependabot[bot] 2021-07-09 17:39:43 -0400
  • 5a878ccffb Provide better typing for dock tabs Sebastian Malton 2021-07-09 17:21:34 -0400
  • ba841ced8b Prefer SHELL over PTYSHELL fix-local-shell-session Sebastian Malton 2021-07-09 17:08:16 -0400
  • 0587a45cbe Cleanup <EventEmitter> Sebastian Malton 2021-07-09 17:06:25 -0400
  • 7ab8054c34 Remove <CubeSpinner> and <AppInit> as both are unused Sebastian Malton 2021-07-09 17:00:27 -0400
  • d9214ea829 Add kube-version as entity label Sebastian Malton 2021-07-09 16:26:19 -0400
  • 49d874199e Remove conflicting classNames under quota-entries Sebastian Malton 2021-07-09 16:10:02 -0400
  • 0975370642 Add ability to trim the value from <Input> Sebastian Malton 2021-07-09 15:29:42 -0400
  • c182b120c9 Fix .TableHead.sticky in for details panels Sebastian Malton 2021-07-09 13:47:52 -0400
  • 97c2f47b99 Deployed ad8dc8a7c9 to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-09 16:26:49 +0000
  • ad8dc8a7c9
    New spinner for cluster connect status page (#3324) Jari Kolehmainen 2021-07-09 19:19:37 +0300
  • 2c4fdc2f23 Fix HotbarCell display issues and add removal Sebastian Malton 2021-07-09 11:55:52 -0400
  • 8620370ecf include Lens's prerelease tag in the matching by semver.satisfies() so an extension's compatibility is not limited by it Jim Ehrismann 2021-07-09 11:44:30 -0400
  • ccabff5e4c
    Improve log Hung-Han (Henry) Chen 2021-07-09 14:31:54 +0300
  • 8af3f2cd5b
    SentryInit is sync now, and remove warning comments Hung-Han (Henry) Chen 2021-07-09 14:23:09 +0300
  • e815461cb4
    Move SentryInit before logger.log to avoid winston exceptions Hung-Han (Henry) Chen 2021-07-09 14:22:38 +0300
  • 31745b38da
    Remove sentryIsInitialized (not in used), remove requireSentry hack as we already enable node integration in renderer process, this https://docs.sentry.io/platforms/javascript/guides/electron/#webpack-configuration mod.require shpuld be avaible in renderer; add try..catch block around serStore.getInstance()?.allowErrorReporting to set allowErrorReporting default to false. Make SentryInit() sync Hung-Han (Henry) Chen 2021-07-09 14:21:00 +0300
  • b68288e8e4
    Adding back isValidSentryDsn and sentryDsnIsValid, and use sentryDsnIsValid to determine the UI should be shown, regression introduced in https://github.com/lensapp/lens/pull/3315 Hung-Han (Henry) Chen 2021-07-09 14:17:10 +0300
  • 08c5d80f2c new spinner for cluster connect status page Jari Kolehmainen 2021-07-09 13:08:20 +0300
  • 306c0d889e sync activeEntity to cluster renderer Jari Kolehmainen 2021-07-09 12:00:03 +0300
  • 545a092805 Revert "Cleanup sentry integration (#3315)" chh 2021-07-09 11:43:26 +0300
  • 2642b30082 Add isLogicalChildPath Sebastian Malton 2021-07-08 20:40:23 -0400
  • 301d8a14c0 ignore Lens's prerelease tag when checking extension compatibility Jim Ehrismann 2021-07-08 18:56:59 -0400
  • 031ecf8fec Deployed 77f8ea67bd to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-08 21:04:43 +0000
  • 77f8ea67bd
    Cleanup sentry integration (#3315) Sebastian Malton 2021-07-08 16:57:29 -0400
  • 7a5e32bdf6 Don't show sentry preference if init fails Sebastian Malton 2021-07-08 16:25:12 -0400
  • 958fe132ae add comments Sebastian Malton 2021-07-08 16:13:23 -0400
  • e643067d0e move most variables to init params, remove initLogError Sebastian Malton 2021-07-08 16:04:34 -0400
  • 371914fbe7 Fix onRun not executing everywhere :hover is defined for HotbarIcon Sebastian Malton 2021-07-08 15:49:59 -0400
  • 21347ff89c
    Add proxy feat/capture-logger-error Hung-Han (Henry) Chen 2021-07-08 22:36:16 +0300
  • dd5cd89ba5 Cleanup sentry integration Sebastian Malton 2021-07-08 15:07:12 -0400
  • 1ad6757238 Deployed 05b1a2fc5d to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-08 16:29:30 +0000
  • 05b1a2fc5d
    Add Sentry to capture exceptions and console.error messages, add a checkbox in preference to enable/disable error reporting (#3252) chh 2021-07-08 19:22:12 +0300
  • 80251e6ee3 Deployed 3b31dadf19 to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-08 15:42:40 +0000
  • 3b31dadf19
    Fix listing charts failing due to bad versions (#3308) Sebastian Malton 2021-07-08 11:35:54 -0400
  • 88f449bba4 Fix listing charts failing due to bad versions Sebastian Malton 2021-07-07 11:15:19 -0400
  • 6b742901f0 Ignore extensions' clusters when adding to kubeConfigSync Sebastian Malton 2021-07-08 09:51:05 -0400
  • ce5ba98a74 Deployed db968b8a5b to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-08 13:20:19 +0000
  • db968b8a5b
    Fix user-store/5.0.3-beta.1.ts comment (#3311) Sebastian Malton 2021-07-08 09:13:29 -0400
  • a48dbe36bf
    Refactor and export const/func Hung-Han (Henry) Chen 2021-07-08 15:50:40 +0300
  • 73abc6837b
    Add hr for Sentry event log Hung-Han (Henry) Chen 2021-07-08 11:53:18 +0300
  • ecfa87ea93
    Use warn instead of error Hung-Han (Henry) Chen 2021-07-08 10:37:19 +0300
  • 78ab3a2f90
    Add type for Sentry event Hung-Han (Henry) Chen 2021-07-08 10:24:28 +0300
  • 3e43757b01
    Refactor into SentryInit(), add try...catch block for Sentry.init and others Hung-Han (Henry) Chen 2021-07-08 10:15:45 +0300
  • 9c186ab65b
    Varible name chanages: dsn -> sentryDsn; isValidDsn -> isValidSentryDsn Hung-Han (Henry) Chen 2021-07-08 09:05:17 +0300
  • 7ee40d5edd
    Refactor Hung-Han (Henry) Chen 2021-07-07 14:32:56 +0300
  • 86f05e11e3
    Add regex to enhance dsnIsValid Hung-Han (Henry) Chen 2021-07-07 09:53:35 +0300
  • e9a9f44b83
    Fix rebase error Hung-Han (Henry) Chen 2021-07-06 16:40:41 +0300
  • 7866ad8d5d
    Remove Boolean(url) Hung-Han (Henry) Chen 2021-07-06 16:25:31 +0300
  • d2336d1e85
    Refactor Hung-Han (Henry) Chen 2021-07-06 14:43:09 +0300
  • f2989f6127
    Remove unused @sentry/browser @sentry/types and @sentry/utils Hung-Han (Henry) Chen 2021-07-06 14:42:55 +0300
  • 16d19c7d00
    Add sentryDsn to package.json, and do not init Sentry (and error report checkbox) if dsn is not valid Hung-Han (Henry) Chen 2021-07-06 14:38:08 +0300
  • 4fb7113593
    Add UI to disable Sentry Hung-Han (Henry) Chen 2021-07-06 11:13:45 +0300
  • 728774a3c2
    Fix *.init() is undefined exception Hung-Han (Henry) Chen 2021-07-06 08:47:52 +0300
  • 749c0e428b
    Remove process.env Hung-Han (Henry) Chen 2021-07-06 08:31:13 +0300
  • 76ce64c20e
    Use import Hung-Han (Henry) Chen 2021-07-05 14:49:49 +0300
  • c88c8434c7
    Fix typo rocess.env.NODE_ENV Hung-Han (Henry) Chen 2021-07-05 14:29:34 +0300
  • 0105c66c9f
    Setting up environment prop Alex Andreev 2021-07-05 13:30:19 +0300
  • f7bcad0717
    Usign Sentry.ErrorBoundary Alex Andreev 2021-07-05 12:36:00 +0300
  • 6616c0b937
    Add initialScope (tags) Hung-Han (Henry) Chen 2021-07-02 15:30:23 +0300
  • d3abeac7dc
    Add @sentry/browser, @sentry/types and @sentry/utils Hung-Han (Henry) Chen 2021-07-02 14:07:24 +0300
  • 43e8a79d66
    Add captureReactErrorBoundaryError Hung-Han (Henry) Chen 2021-07-02 14:05:44 +0300
  • bcd43e9cc4
    Add dsn Hung-Han (Henry) Chen 2021-07-02 13:35:28 +0300
  • da58c17b2c
    Add integration to main Hung-Han (Henry) Chen 2021-07-02 13:32:43 +0300
  • 6eced04c76
    Add process.type to be used by Sentry Hung-Han (Henry) Chen 2021-07-02 13:28:41 +0300
  • 1bf6f5a94e
    Add @sentry/electron and @sentry/integrations Hung-Han (Henry) Chen 2021-07-02 13:28:18 +0300
  • 5e02caa43b
    Merge branch 'lensapp:master' into feature/port-forward-custom-port-input Saumya Shovan Roy (Deep) 2021-07-07 20:25:50 -0400
  • a7e27185a1 Deployed 497e47b277 to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-07 20:37:50 +0000
  • b60666491d Fix user-store/5.0.3-beta.1.ts comment Sebastian Malton 2021-07-07 16:30:52 -0400
  • 497e47b277
    Automatically sync all kubeConfigPaths (#3227) Sebastian Malton 2021-07-07 16:29:58 -0400
  • 3b773f894e Deployed fe443f462b to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-07 19:55:38 +0000
  • fe443f462b
    Fix table columns being hidden after changing any user preference (#3302) Sebastian Malton 2021-07-07 15:48:00 -0400
  • 37a0fce956 Fix table columns defaulting to hidden Sebastian Malton 2021-07-07 08:38:08 -0400
  • 5de440daa5 Add static constructor function to ObservableToggleSet tidy-hiddenTableColumns Sebastian Malton 2021-07-07 08:36:55 -0400
  • dc723e853e Deployed 17a8044647 to master with MkDocs 1.2.1 and mike 1.0.1 GitHub Action 2021-07-07 13:50:18 +0000
  • 17a8044647
    Add logging on proxy error (#3303) Sebastian Malton 2021-07-07 09:42:16 -0400