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

Commit Graph

  • 152769e0d8
    Kill dead code Janne Savolainen 2022-06-02 11:17:25 +0300
  • 40392ac195
    Remove redundant code Janne Savolainen 2022-06-02 11:01:30 +0300
  • 191c0fa960
    Fix incorrect name of file Janne Savolainen 2022-06-02 10:58:28 +0300
  • 82e268eff3
    Move another utility function under directory Janne Savolainen 2022-06-02 07:58:27 +0300
  • e3ac29cc43
    Move utility function under directory Janne Savolainen 2022-06-02 07:56:21 +0300
  • f23ee9c3ce
    Make downloading of update and what follows more deliberate as orphan promise Iku-turso 2022-06-01 18:14:40 +0300
  • 2cd18c7245
    Introduce a way to make intentional orphan promises uniform, controllable and deliberate Iku-turso 2022-06-01 17:37:46 +0300
  • ebda9424bb
    Serialize messages in channels to make IPC not blow up Janne Savolainen 2022-05-31 10:39:33 +0300
  • c287279949
    Make typing of higher order function for error suppression not lie Janne Savolainen 2022-05-31 10:37:32 +0300
  • f39c7aab14
    Make a primitive argument an object for readability Iku-turso 2022-05-30 14:44:29 +0300
  • 877fa72046
    Make different MessageChannels not require explicit "extends JsonObject" Iku-turso 2022-05-30 13:25:14 +0300
  • d473551724
    Require requests and responses for RequestChannels be JsonValues for serialization Iku-turso 2022-05-30 13:12:49 +0300
  • 8432131b1e
    Require messages for MessageChannels be JsonValues for serialization Iku-turso 2022-05-30 13:01:11 +0300
  • 5f612b774a
    Tweak timing of sentry setup Janne Savolainen 2022-05-30 10:31:21 +0300
  • ba9cb134fb
    Remove unused variable Janne Savolainen 2022-05-30 10:30:59 +0300
  • 1e80cf0b12
    Tweak typing of request channel listeners to get rid of unexpected undefined Janne Savolainen 2022-05-27 14:56:33 +0300
  • 5f8aaac6a6
    Revert "Implement requesting from renderer in main" Janne Savolainen 2022-05-27 14:48:49 +0300
  • 2427ee13e6
    Implement requesting from renderer in main Janne Savolainen 2022-05-27 14:48:44 +0300
  • a3bc676bf7
    Introduce tests for requesting from channel in renderer Janne Savolainen 2022-05-27 14:03:08 +0300
  • fdef6973e3
    Separate concept of message and request channels Iku-turso 2022-05-25 15:07:17 +0300
  • c01e935422
    Implement initial values for sync-boxes Iku-turso 2022-05-25 13:39:48 +0300
  • 38721f10c6
    Remove duplication for disposers Janne Savolainen 2022-05-25 10:56:27 +0300
  • eb03ce454c
    Make dependencies readonly Janne Savolainen 2022-05-25 10:26:22 +0300
  • 288b7da1e9
    Make code for asserting a promise more strict Janne Savolainen 2022-05-25 10:16:31 +0300
  • ec0d2c735f
    Revert not required changes Janne Savolainen 2022-05-25 09:45:48 +0300
  • 13c5815c3f
    Mark injectable causing side effects Janne Savolainen 2022-05-25 08:52:21 +0300
  • f1e77070dc
    Make overridden version of application exactly the one required by unit test Janne Savolainen 2022-05-25 08:32:25 +0300
  • d18cf3e49e
    Make higher order function for logging errors support asynchronous rejecting with non error instance Janne Savolainen 2022-05-25 08:29:00 +0300
  • 0d37d41170
    Relocate some explicit error handlings to proper level of abstraction Janne Savolainen 2022-05-24 14:58:11 +0300
  • 93dea5f992
    Introduce higher order function for suppressing errors Janne Savolainen 2022-05-24 14:55:46 +0300
  • e83c0ff4b6
    Tweak test name Janne Savolainen 2022-05-24 14:49:06 +0300
  • 66003f1e2c
    Export type for error logging Janne Savolainen 2022-05-24 14:48:54 +0300
  • 79f6ed64c7
    Introduce higher order function to log errors in decorated functions Iku-turso 2022-05-24 11:13:16 +0300
  • 50edabbd9d
    Make a channel have default type for sent and returned message Iku-turso 2022-05-23 18:01:42 +0300
  • d5feeade86
    Make setting of initial state for sync boxes not trigger irrelevant messaging to main Iku-turso 2022-05-23 17:55:46 +0300
  • ae1b399b62
    Simplify code for asking of boolean value from user Iku-turso 2022-05-23 15:15:08 +0300
  • b53fb19818
    Make asking of boolean value from user not require explicit ID for question Iku-turso 2022-05-23 14:56:57 +0300
  • 0109968cda
    Introduce dependency to get random IDs Iku-turso 2022-05-23 14:33:20 +0300
  • a088d08edb
    Enhance name of behaviour Iku-turso 2022-05-23 14:20:12 +0300
  • f3a790e3f1
    Make unit test more strict Iku-turso 2022-05-23 14:18:08 +0300
  • 2b568be416
    Improve name of behaviour Iku-turso 2022-05-23 14:06:44 +0300
  • 386b6cdac6
    Add todo for cleaning unacceptable code encountered Iku-turso 2022-05-23 13:57:03 +0300
  • 3dcbf34a38
    Simplify more and more naming Iku-turso 2022-05-23 13:54:22 +0300
  • ca1e841429
    Simplify even more naming Iku-turso 2022-05-23 13:49:27 +0300
  • 271cec3217
    Simplify more naming Iku-turso 2022-05-23 13:37:45 +0300
  • 4ae3a30c61
    Simplify naming Iku-turso 2022-05-23 13:35:25 +0300
  • 5a1f5bde75
    Make Animate deterministic in unit tests Janne Savolainen 2022-05-20 15:38:27 +0300
  • 8db922edd1
    Fix code style Janne Savolainen 2022-05-20 14:39:52 +0300
  • 15e6049934
    Remove redundant overrides Janne Savolainen 2022-05-20 14:29:43 +0300
  • 25bcd18131
    Improve name of test Janne Savolainen 2022-05-20 14:29:31 +0300
  • 67443c0b3b
    Simplify test Janne Savolainen 2022-05-20 14:26:43 +0300
  • 6ad6887d3b
    Remove unimplemented scenario from test Janne Savolainen 2022-05-20 14:16:56 +0300
  • e6266f7a99
    Add TODO Janne Savolainen 2022-05-20 14:14:55 +0300
  • 18f8e9cc01
    Consolidate names of directories Janne Savolainen 2022-05-20 14:03:05 +0300
  • 42927341ea
    Tweak message of question from user Janne Savolainen 2022-05-20 14:01:39 +0300
  • 6a9230cd8c
    Add missing global override Janne Savolainen 2022-05-20 13:54:49 +0300
  • 620cc68071
    Synchronize initial values of sync boxes when window starts Janne Savolainen 2022-05-20 12:38:52 +0300
  • 427cde4755
    Fix direct calling of runnables Janne Savolainen 2022-05-20 12:38:19 +0300
  • 8310bdba76
    Make Channel abstraction support return values Janne Savolainen 2022-05-20 12:37:55 +0300
  • 75b882b208
    Consolidate usage of channel abstraction to same implementation Janne Savolainen 2022-05-20 12:36:27 +0300
  • 09a5cfe3bd
    Switch to using release channel of installed application version as default value for selected update channel Janne Savolainen 2022-05-20 09:56:11 +0300
  • c12b7dc7ae
    Add missing global override Janne Savolainen 2022-05-20 09:55:07 +0300
  • 0fb5f37eed
    Extract tests for installing update from different update channels to separate scenario Janne Savolainen 2022-05-20 09:29:43 +0300
  • 1c75e9c0ac
    Switch to using single source of truth for selected update channel Janne Savolainen 2022-05-20 09:23:27 +0300
  • d5cae3bede
    Move shared stuff under common Janne Savolainen 2022-05-20 09:22:54 +0300
  • 38a4645545
    Make tests for specific migrations less prone to failing for wrong reason Janne Savolainen 2022-05-20 09:21:41 +0300
  • 5f137f5941
    Remove redundant boilerplate Janne Savolainen 2022-05-20 09:20:46 +0300
  • 5851d592fb
    Make test less prone to fail for wrong reason Janne Savolainen 2022-05-20 09:20:12 +0300
  • b3cfe7be3f
    Kill dead code Janne Savolainen 2022-05-19 15:23:29 +0300
  • c1052bf3f5
    Switch to using competition for checking of updates in application menu Janne Savolainen 2022-05-19 15:23:08 +0300
  • c485169bda
    Allow downgrading app versions Janne Savolainen 2022-05-19 15:16:39 +0300
  • 53a777fbfd
    Introduce periodical check for updates Janne Savolainen 2022-05-19 14:36:03 +0300
  • e30a8c13ee
    Make stuff happening when root frame is rendered unit testable Janne Savolainen 2022-05-19 14:35:03 +0300
  • 3e3e710a04
    Reorganize tests for installing update under separate scenarios Janne Savolainen 2022-05-19 13:49:33 +0300
  • 8af19d8c4b
    Reorganize responsibilities for checking updates Janne Savolainen 2022-05-19 13:25:50 +0300
  • f4fd69788e
    Add implementation for asking boolean over processes Janne Savolainen 2022-05-19 11:32:38 +0300
  • 33eccd793b
    Make notifications unit testable in behaviours Janne Savolainen 2022-05-19 11:31:22 +0300
  • 8ff66bc2e1
    Tweak code style Janne Savolainen 2022-05-19 11:28:42 +0300
  • ebdc8d10c1
    Rename property for accuracy Janne Savolainen 2022-05-19 11:28:02 +0300
  • 84ae8a399b
    Add notifications about change in update status Janne Savolainen 2022-05-19 08:02:06 +0300
  • f9095a90b6
    Introduce injection token for channels to allow injecting all of them at once Janne Savolainen 2022-05-19 08:01:17 +0300
  • 77f900116f
    Add missing global override Janne Savolainen 2022-05-18 12:24:17 +0300
  • 63498ff9df
    Fix snapshot after rebase Janne Savolainen 2022-05-18 12:23:49 +0300
  • ad33090156
    Update asyncFn to support strict mode Janne Savolainen 2022-05-18 12:22:04 +0300
  • 29e659e8c2
    Consolidate channel abstraction types Janne Savolainen 2022-05-16 16:01:54 +0300
  • b78b7887ab
    Enhance typing of channels and sync-box Janne Savolainen 2022-05-16 16:18:18 +0300
  • ec7c806dc0
    Move channel abstraction to more global directory Janne Savolainen 2022-05-16 15:33:50 +0300
  • 81c3896e9e
    Rename files for accuracy Janne Savolainen 2022-05-16 15:32:24 +0300
  • a9d382663c
    Make state of download progress accessible from all environments Janne Savolainen 2022-05-16 15:28:02 +0300
  • c9628cf7bd
    Split bloated dependency in smaller pieces Janne Savolainen 2022-05-16 14:42:52 +0300
  • 873a745c5d
    Consolidate code for sending messages between processes to a window Janne Savolainen 2022-05-16 14:07:10 +0300
  • 4c86d1effc
    Make code for window visibility actually work Janne Savolainen 2022-05-16 14:04:35 +0300
  • bcf991f4e5
    Handle failing download of update Janne Savolainen 2022-05-16 14:09:58 +0300
  • efc8d87d0c
    Extract states of application update to be usable from all environments Janne Savolainen 2022-05-16 14:09:47 +0300
  • d07fd7f4ee
    Introduce abstraction for a state that is shared between environments Janne Savolainen 2022-05-16 13:55:25 +0300
  • 6fd8a60b44
    Fix typing after enabling strict mode Janne Savolainen 2022-05-18 12:29:01 +0300
  • 4688e3ff1b
    Remove redundant global override Janne Savolainen 2022-05-18 11:09:33 +0300
  • f6e05cb724
    Introduce competition for channel abstraction Janne Savolainen 2022-05-16 13:54:02 +0300
  • 3cb4a11f1b
    Implement downloading of Electron specific updates as responsibility Janne Savolainen 2022-05-16 13:26:51 +0300
  • d54ad0c38e
    Implement checking of Electron specific updates as responsibility Janne Savolainen 2022-05-16 12:40:13 +0300