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

Commit Graph

  • 9b48478c2d
    Make startable-stoppable also restartable Iku-turso 2022-04-12 15:45:49 +0300
  • bcf1a2aaf0
    Bump async-fn Iku-turso 2022-04-12 14:31:07 +0300
  • fa80d9b6be
    Make running of many delegatees able to be hierarchical Iku-turso 2022-04-12 11:50:00 +0300
  • 672e96ee64
    Override dependency for causing side effects Janne Savolainen 2022-04-12 08:27:19 +0300
  • b76ff351ac
    Abstract even more Electron specifics to make them overridable in unit tests Janne Savolainen 2022-04-12 08:25:23 +0300
  • 068f9f67da
    Introduce more abstractions for electron Janne Savolainen 2022-04-12 08:14:33 +0300
  • bace3c84d7
    Introduce abstractions for electron application events Janne Savolainen 2022-04-12 08:02:04 +0300
  • f2d52066f3
    Consolidate more startables and stoppables Iku-turso 2022-04-11 14:18:53 +0300
  • 960d76b0f5
    Consolidate naming Iku-turso 2022-04-11 14:09:11 +0300
  • cd811cc1f2
    Consolidate implementation of something startable and stoppable Iku-turso 2022-04-11 14:08:45 +0300
  • 0650d345c7
    Introduce function to remove duplication from things that are startable and stoppable Iku-turso 2022-04-11 13:40:42 +0300
  • d915b2377a
    Consolidate event naming Iku-turso 2022-04-11 12:46:16 +0300
  • 7f54ef5a35
    Move directories for timing windows among peers Iku-turso 2022-04-11 12:43:06 +0300
  • 81eeb33e81
    Consolidate naming of event timing window Iku-turso 2022-04-11 12:37:48 +0300
  • e991b22781
    Extract implementation for intent over technical phenomena (here electron events) Iku-turso 2022-04-11 11:11:41 +0300
  • abee24ce8b
    Remove recently reimplemented stuff from index.ts Janne Savolainen 2022-04-27 11:44:18 +0300
  • 4eb4edaed9
    Remove multiple usages of shared global state Janne Savolainen 2022-04-27 11:42:29 +0300
  • 8204dc5a9a
    Reimplement setup for root frame using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:32:34 +0300
  • e15be51557
    Reimplement setup for deep linking using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:30:05 +0300
  • ca6ab58459
    Reimplement setup for application tray using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:23:52 +0300
  • 9d193c672f
    Reimplement setup for after application is ready using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:35:55 +0300
  • 00325229f4
    Reimplement setup for application quit using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:21:03 +0300
  • 9b5bbb99f9
    Reimplement setup for main window visibility using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:18:47 +0300
  • 0bbc97e166
    Reimplement setup for system shutdown using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:18:12 +0300
  • 2e6d54e3f9
    Reimplement setup for system certifications using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:17:43 +0300
  • 65d6ce4630
    Reimplement setup for application proxy using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:17:16 +0300
  • 32f4c961fc
    Reimplement setup for MobX strictness using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:15:54 +0300
  • 0276078d1f
    Reimplement setup for immer using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:15:16 +0300
  • 74f8d7462e
    Reimplement setup for electron application name using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:14:43 +0300
  • 9c3c075887
    Reimplement setup for application menu using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:13:27 +0300
  • 9a7741f7cd
    Reimplement setup for catalog syncing using runnables instead of non-OCP in index.ts Janne Savolainen 2022-04-27 11:12:56 +0300
  • 0d3728dba3
    Consolidate setup events to more granular timeslots Janne Savolainen 2022-04-27 11:10:12 +0300
  • 6fe0c2fce5
    Introduce tokens for runnables of specific application events for Open Closed Principle Janne Savolainen 2022-04-27 11:07:16 +0300
  • bc0b342602
    Simplify late registrations Janne Savolainen 2022-04-27 11:01:59 +0300
  • a85f2fc206
    Adapt injectable to auto register using a plugin instead of internal feature that no longer exists Janne Savolainen 2022-04-27 11:00:26 +0300
  • df646b3fd8
    Flag injectable causing side effects Janne Savolainen 2022-04-27 10:57:40 +0300
  • 18abef67bb
    Consolidate loading of extensions to injectable instead of setup-code Janne Savolainen 2022-04-27 10:55:55 +0300
  • 5c31203e50
    Deprecate vars in favor of injectables Janne Savolainen 2022-04-27 10:52:24 +0300
  • f1e0fd081d
    Introduce concept of runnable as a way to delegate runs to Open Closed Principle compliant runnables Janne Savolainen 2022-04-27 10:45:43 +0300
  • 3e64b6bad5
    Update injectable Janne Savolainen 2022-03-29 14:16:52 +0300
  • c441ad1496
    Adapt to typing changes in injectable Janne Savolainen 2022-03-29 12:04:45 +0300
  • 71f74de570
    Switch to running injection token based setups over legacy DI setups in application roots Janne Savolainen 2022-03-29 11:36:37 +0300
  • d5ab2ab000
    Consolidate naming for running setups Janne Savolainen 2022-03-29 11:35:39 +0300
  • cf87bc14d9
    Switch to running injection token based setups over legacy DI setups in unit tests Janne Savolainen 2022-03-29 11:33:06 +0300
  • 4d79d25b6e
    Stop running setups in unit tests without need Janne Savolainen 2022-04-01 08:42:13 +0300
  • 815651e3ad
    Switch to using competition for setupping IPC channel listeners Janne Savolainen 2022-03-29 11:04:41 +0300
  • 3782b36809
    Switch to using competition to setup app paths Janne Savolainen 2022-03-29 10:57:30 +0300
  • b8fd1299ee
    Introduce injection token as competition for injectable setup to have better control of timing of different setups Janne Savolainen 2022-03-29 10:56:26 +0300
  • 9cab21a265
    Bump @types/node from 14.18.12 to 14.18.17 dependabot[bot] 2022-05-11 01:11:50 +0000
  • 8347937fc0 allow to use semver.parse range format Roman 2022-05-10 19:38:02 +0300
  • 216dfd7c99 fix more tests from merge Sebastian Malton 2022-05-10 12:31:19 -0400
  • c6c72a0f11 added more tests Roman 2022-05-10 19:24:36 +0300
  • 862b53c9e5 Fix tests from the revert of react 18 Sebastian Malton 2022-05-10 12:02:28 -0400
  • 729d9c3406 Merge branch 'master' into turn-on-strict Sebastian Malton 2022-05-10 09:07:26 -0400
  • fa423b3ba8 Deployed 9f25212f45 to master with MkDocs 1.3.0 and mike 1.1.2 GitHub Action 2022-05-10 12:53:02 +0000
  • 48556d0cfb
    Bump react-window from 1.8.6 to 1.8.7 dependabot[bot] 2022-05-10 12:48:57 +0000
  • 426c4fe107
    Bump @types/node from 14.18.12 to 14.18.16 dependabot[bot] 2022-05-10 12:48:28 +0000
  • 9f25212f45
    Stop using sharp at runtime (#5346) Sebastian Malton 2022-05-10 08:44:22 -0400
  • 6b097e086b
    Add docs concerning webpack external configs (#5351) Sebastian Malton 2022-05-10 08:43:40 -0400
  • 54ce1723c6 add some more private modifiers Sebastian Malton 2022-05-10 08:23:55 -0400
  • 3417d591dc Add all externals, actually mention ^ range Sebastian Malton 2022-05-10 08:14:11 -0400
  • e1d6c0183d Added more tests + Update src/extensions/extension-discovery/is-compatible-extension/is-compatible-extension.ts Co-authored-by: Jim Ehrismann <40840436+jim-docker@users.noreply.github.com> Roman 2022-05-10 13:33:07 +0300
  • 80fcaafe9a Remove unused allow telemetry preference. Juho Heikka 2022-05-10 12:40:34 +0300
  • d8babce9e7 clarify some text Sebastian Malton 2022-05-09 16:18:10 -0400
  • 0a02760734 Fix crash when changing os theme kind Sebastian Malton 2022-05-09 16:14:58 -0400
  • d501ffce0f Deployed a7607ce7e1 to master with MkDocs 1.3.0 and mike 1.1.2 GitHub Action 2022-05-09 19:52:52 +0000
  • a7607ce7e1
    Revert upgrade to react 18 (#5352) Sebastian Malton 2022-05-09 15:44:13 -0400
  • ae617d9bd3 improve helper function name Sebastian Malton 2022-05-09 13:44:01 -0400
  • 78c456afd9 Add clarification to the engines.lens string format Sebastian Malton 2022-05-09 13:42:59 -0400
  • d29b5643b0 change engines.lens value to be closer to what we support Sebastian Malton 2022-05-09 13:41:16 -0400
  • 0f4784a940 Revert upgrade to react 18 Sebastian Malton 2022-05-09 11:40:20 -0400
  • d430831aaa Add docs concerning webpack external configs Sebastian Malton 2022-05-09 11:21:43 -0400
  • f7a567f07c generate more pngs Sebastian Malton 2022-05-09 09:55:03 -0400
  • 2a9c5f8137 update tests Roman 2022-05-09 15:57:01 +0300
  • c3c63c32b6
    Bump react-select from 5.3.0 to 5.3.2 dependabot[bot] 2022-05-09 02:08:45 +0000
  • 3a3572f9f8 fix bug where LensExtension dependencies are not set Sebastian Malton 2022-05-06 16:02:43 -0400
  • 312ffc7f3d Fix CustomResourceDetails merging arrays of values Sebastian Malton 2022-05-06 15:11:07 -0400
  • 460df0dca5 fix lint Roman 2022-05-06 20:11:35 +0300
  • d6cf7b4235 release v5.5.0 Jim Ehrismann 2022-05-06 13:04:10 -0400
  • 0b9085cf3f Stop using sharp at runtime Sebastian Malton 2022-05-06 12:56:42 -0400
  • 22736de29a added some unit tests / manifest.engines.lens semver compatibility check Roman 2022-05-06 17:32:18 +0300
  • 076ba7709e remove outdated comment Sebastian Malton 2022-05-06 10:18:29 -0400
  • c6a5d725d5 Deployed fc45f06fc8 to master with MkDocs 1.3.0 and mike 1.1.2 GitHub Action 2022-05-06 13:27:59 +0000
  • 93d59d6dfe toggleDetails -> toggleKubeDetailsPane is more specific Sebastian Malton 2022-05-06 09:27:49 -0400
  • 5dee0db95e make visitor pattern more explicit for Entity contextMenuOpen Sebastian Malton 2022-05-06 09:21:12 -0400
  • fc45f06fc8
    Add some debug logging to help debug LED issue (#5288) Sebastian Malton 2022-05-06 09:18:47 -0400
  • 321fc735dd
    Change update default to update on quit (#5298) feature/auto-update Sebastian Malton 2022-05-06 09:17:52 -0400
  • be99e1716d better linting Sebastian Malton 2022-05-06 09:13:00 -0400
  • 8f356b8635 fix: versions matching check (app <-> extensions) Roman 2022-05-06 14:33:12 +0300
  • 7795d609fb
    Bump @types/webpack-env from 1.16.3 to 1.16.4 dependabot[bot] 2022-05-06 01:04:00 +0000
  • 7236adbd84
    Bump @types/sharp from 0.30.0 to 0.30.2 dependabot[bot] 2022-05-06 01:03:45 +0000
  • b2a012304a add deps for script Sebastian Malton 2022-05-05 18:11:25 -0400
  • dd27e46b00 change confusing variable name in ReactiveDuration Sebastian Malton 2022-05-05 16:11:03 -0400
  • 05dc0367df Merge branch 'master' into turn-on-strict Sebastian Malton 2022-05-05 15:21:15 -0400
  • 96110b715b Create a script to help create release PRs Sebastian Malton 2022-05-05 15:18:55 -0400
  • 0e1800f25d release v5.5.0-beta.1 Sebastian Malton 2022-05-05 15:17:58 -0400
  • 2604077ff0 release v5.5.0-beta.1 Sebastian Malton 2022-05-05 15:14:46 -0400
  • a995e7fb10 Deployed fdf65e8ab6 to master with MkDocs 1.3.0 and mike 1.1.2 GitHub Action 2022-05-05 15:58:01 +0000
  • fdf65e8ab6
    Allowing to copy text from About dialog (#5335) Alex Andreev 2022-05-05 18:49:11 +0300
  • 4ac426c35d Deployed f2e070c92d to master with MkDocs 1.3.0 and mike 1.1.2 GitHub Action 2022-05-05 14:43:29 +0000