Commit Graph

7150 Commits

Author SHA1 Message Date
GitHub gen-configs Action 90fd119a4d Auto-generated configs and docs 2025-01-25 22:10:26 +00:00
GitHub gen-configs Action 0ec3c27cc9 Auto-generated configs and docs 2025-01-25 17:00:02 +00:00
GitHub gen-configs Action 0de3033d09 Auto-generated configs and docs 2025-01-25 02:48:32 +00:00
GitHub gen-configs Action d80b8a9850 Auto-generated configs and docs 2025-01-24 13:47:47 +00:00
GitHub gen-configs Action ee70a920d4 Auto-generated configs and docs 2025-01-24 00:15:07 +00:00
GitHub gen-configs Action 4d89421dbc Auto-generated configs and docs 2025-01-23 17:19:46 +00:00
kifir23917 43c6334bd5 only:refactoring: get rid of duplicated `logLine` method implementation because `UpdateOperationCallbacks` interface already implements it in the same way #7199 2025-01-23 09:26:09 -05:00
kifir23917 6fa1d16eae only:refactoring: Now `UpdateOperationCallbacks` interface extends `StatusConsumer` interface #7199 2025-01-23 09:26:09 -05:00
kifir23917 aded5b29b6 only:refactoring: rename `StatusConsumer.appendStatus` method into `logLine` #7199 2025-01-23 09:26:09 -05:00
kifir23917 a461d40a7e only:refactoring: get rid of redundant `UpdateOperationCallbacks.append` and `UpdateOperationCallbacks.appendLine` methods because they duplicate `UpdateOperationCallbacks.log` and `UpdateOperationCallbacks.logLine` methods #7199 2025-01-23 09:26:09 -05:00
kifir23917 3f9193bb6a only:refactoring: get rid of redundant `StatusConsumer.appendStatus` method overloading - actually `breakLineOnTextArea` and `sendToLogger` parameters are always true #7199 2025-01-23 09:26:09 -05:00
GitHub gen-configs Action 84503b42fd Auto-generated configs and docs 2025-01-23 13:27:04 +00:00
kifir23917 f8dcfd3335 Hardcode feature flag to `true` #7199 2025-01-22 21:48:42 +02:00
kifir23917 3018d2beef Now we clear status panel before async job execution #7199 2025-01-22 21:48:42 +02:00
kifir23917 0ae9d2becf Disable buttons during async job execution (closes #7339) 2025-01-22 20:44:12 +02:00
kifir23917 5ddbdd4519 Prevent simultaneous job execution from `rusefi_updater.exe` #7339 2025-01-22 20:44:12 +02:00
GitHub gen-configs Action ce94186ef2 Auto-generated configs and docs 2025-01-22 00:34:46 +00:00
kifir23917 a7e990f069 support temporary `RUSEFI_USE_STATUS_WINDOW_FOR_JOBS` feature flag #7199 2025-01-21 20:43:20 +02:00
kifir23917 d7004c31c6 now `BasicStartupFrame` uses `StatusPanel` instead of `StatusWindow` #7199 2025-01-21 20:43:20 +02:00
kifir23917 12372c2d5a refactoring: extract part of functionality into `executeJob` method #7199 2025-01-21 20:43:20 +02:00
kifir23917 8569cbb105 refactoring: rename method #7199 2025-01-21 20:43:20 +02:00
kifir23917 030b6ca59b refactoring: extract part of functionality into `BasicUpdaterPanel` class #7199 2025-01-21 20:43:20 +02:00
kifir23917 b83d8abe2d refactoring: now `StatusWindow.createAndShowFrame` method returns `UpdateOperationCallbacks` - we don't need created `StatusWindow` instance #7199 2025-01-21 20:43:20 +02:00
kifir23917 84ee8728e9 refactoring: get rid of redundant `UpdateStatusWindow` class - we do not need additional class to call `showFrame` method in constructor. Now this method is called by `StatusWindow.createAndShowFrame` factory method #7199 2025-01-21 20:43:20 +02:00
kifir23917 6caa2924ce refactoring: now we reuse `UpdateOperationsCallbacks` interface implementation in `StatusPanel` class instead of implementation of this interface in `UpdateStatusWindow` class #7199 2025-01-21 20:43:20 +02:00
kifir23917 86d821d58d refactoring: move `StatusConsumer` interface implementation from `StatusWindow` class to `StatusPanel` #7199 2025-01-21 20:43:20 +02:00
kifir23917 7c45b7617e refactoring: get rid of redundant methods #7199 2025-01-21 20:43:20 +02:00
kifir23917 2ac19f5279 refactoring: rename `StatusConsumer.append` method into 'appendStatus` to distinguish it from `UpdateStatusWindow.append` method #7199 2025-01-21 20:43:20 +02:00
kifir23917 b4a2168261 refactoring: rename `StatusConsumer.append` method into 'appendStatus` to distinguish it from `UpdateStatusWindow.append` method #7199 2025-01-21 20:43:20 +02:00
kifir23917 7fa49183a7 refactoring: extract part of functionality in StatusPanel class #7199 2025-01-21 20:43:20 +02:00
GitHub gen-configs Action 4eac7248ac Auto-generated configs and docs 2025-01-21 03:32:18 +00:00
GitHub gen-configs Action afdec7301e Auto-generated configs and docs 2025-01-20 21:20:05 +00:00
GitHub gen-configs Action b0eafe45a8 Auto-generated configs and docs 2025-01-20 20:57:05 +00:00
GitHub gen-configs Action 288699d6cc Auto-generated configs and docs 2025-01-20 18:58:20 +00:00
GitHub gen-configs Action 0c7afa73e6 Auto-generated configs and docs 2025-01-20 15:26:18 +00:00
GitHub gen-configs Action e73f5b85e1 Auto-generated configs and docs 2025-01-19 23:43:02 +00:00
GitHub gen-configs Action 96b7692867 Auto-generated configs and docs 2025-01-19 20:59:00 +00:00
GitHub gen-configs Action 068ebc6b0c Auto-generated configs and docs 2025-01-19 18:49:06 +00:00
GitHub gen-configs Action a3829fa5bb Auto-generated configs and docs 2025-01-19 00:23:06 +00:00
GitHub gen-configs Action 120ac1cec8 Auto-generated configs and docs 2025-01-18 23:54:59 +00:00
GitHub gen-configs Action 80d0020bdb Auto-generated configs and docs 2025-01-18 21:15:39 +00:00
GitHub gen-configs Action fb0d060111 Auto-generated configs and docs 2025-01-18 18:51:59 +00:00
rusefi 50ee98b9d8 only:nextBranchString 2025-01-18 13:44:04 -05:00
GitHub gen-configs Action eb8c3d9d9e Auto-generated configs and docs 2025-01-18 15:44:33 +00:00
GitHub gen-configs Action d3052f0933 Auto-generated configs and docs 2025-01-18 15:04:10 +00:00
GitHub gen-configs Action 18d1eb46bd Auto-generated configs and docs 2025-01-17 23:36:15 +00:00
GitHub gen-configs Action a1fe5100f2 Auto-generated configs and docs 2025-01-17 23:11:46 +00:00
GitHub gen-configs Action 7b08086847 Auto-generated configs and docs 2025-01-17 19:42:06 +00:00
GitHub gen-configs Action 8f3697ce70 Auto-generated configs and docs 2025-01-17 17:31:25 +00:00
GitHub gen-configs Action 893b6ec9fa Auto-generated configs and docs 2025-01-17 15:53:24 +00:00
GitHub gen-configs Action 5846be3651 Auto-generated configs and docs 2025-01-17 15:19:15 +00:00
kifir23917 2d2b368a78 duplicate `BundleUtil` class to avoid reflection error on console update #7198 2025-01-17 09:44:33 -05:00
kifir23917 107c3dec42 notify user about a new release #7198 2025-01-17 09:44:33 -05:00
GitHub gen-configs Action 0ab035619a Auto-generated configs and docs 2025-01-17 14:12:06 +00:00
GitHub gen-configs Action 4df2d71f78 Auto-generated configs and docs 2025-01-16 01:30:40 +00:00
GitHub gen-configs Action 49f5a889f0 Auto-generated configs and docs 2025-01-15 19:32:53 +00:00
GitHub gen-configs Action 49eeb1b482 Auto-generated configs and docs 2025-01-15 01:49:01 +00:00
kifir23917 9da4629fea support updating to new release (closes #7198) 2025-01-14 23:30:45 +02:00
GitHub gen-configs Action a97db1b94d Auto-generated configs and docs 2025-01-14 05:22:00 +00:00
GitHub gen-configs Action c262f38473 Auto-generated configs and docs 2025-01-14 05:00:41 +00:00
GitHub gen-configs Action 6020d654a8 Auto-generated configs and docs 2025-01-14 00:36:51 +00:00
GitHub gen-configs Action 8052d73e3a Auto-generated configs and docs 2025-01-13 19:43:55 +00:00
GitHub gen-configs Action 7cd2b9afdb Auto-generated configs and docs 2025-01-13 18:09:59 +00:00
GitHub gen-configs Action e20491073e Auto-generated configs and docs 2025-01-13 14:26:55 +00:00
GitHub gen-configs Action 84de3224a1 Auto-generated configs and docs 2025-01-13 03:54:04 +00:00
GitHub gen-configs Action 175937577b Auto-generated configs and docs 2025-01-12 13:38:26 +00:00
GitHub gen-configs Action f584bd7403 Auto-generated configs and docs 2025-01-12 04:45:52 +00:00
GitHub gen-configs Action 38ad790b3d Auto-generated configs and docs 2025-01-11 01:50:54 +00:00
GitHub gen-configs Action adb6c407f1 Auto-generated configs and docs 2025-01-10 03:29:17 +00:00
GitHub gen-configs Action c3611976a9 Auto-generated configs and docs 2025-01-08 19:34:08 -05:00
rusefi 98c58178f9 release self-identification to become release.txt #7229
only:uaefi
2025-01-08 18:28:14 -05:00
rusefi 37f02a98f7 release self-identification to become release.txt #7229
only:uaefi
2025-01-08 17:41:25 -05:00
rusefi e2ef8c7fda release self-identification to become release.txt #7229
only:uaefi
2025-01-08 16:24:32 -05:00
GitHub gen-configs Action b81bcd4006 Auto-generated configs and docs 2025-01-08 16:10:14 +00:00
rusefillc 40090f8cb2 release self-identification to become release.txt #7229
only:uaefi
2025-01-08 11:05:01 -05:00
GitHub gen-configs Action 1f49afefcc Auto-generated configs and docs 2025-01-08 03:44:10 +00:00
GitHub gen-configs Action 6823bacade Auto-generated configs and docs 2025-01-08 00:57:35 +00:00
GitHub gen-configs Action 2962f45505 Auto-generated configs and docs 2025-01-07 00:10:32 +00:00
GitHub gen-configs Action 55f92531ed Auto-generated configs and docs 2025-01-06 22:11:50 +00:00
GitHub gen-configs Action e5f88ec6aa Auto-generated configs and docs 2025-01-06 02:54:45 +00:00
GitHub gen-configs Action 60e0d7a844 Auto-generated configs and docs 2025-01-05 15:07:31 +00:00
GitHub gen-configs Action 350b0686e2 Auto-generated configs and docs 2025-01-05 00:17:22 +00:00
GitHub gen-configs Action c87de42342 Auto-generated configs and docs 2025-01-04 18:44:41 +00:00
GitHub gen-configs Action 8a4fa2704e Auto-generated configs and docs 2025-01-03 17:57:21 +00:00
GitHub gen-configs Action 9daafb41c5 Auto-generated configs and docs 2025-01-03 17:28:38 +00:00
GitHub gen-configs Action d6916fccab Auto-generated configs and docs 2025-01-03 15:14:06 +00:00
GitHub gen-configs Action 4d328176a9 Auto-generated configs and docs 2025-01-03 14:40:43 +00:00
GitHub gen-configs Action 3b88db6ab6 Auto-generated configs and docs 2025-01-03 03:42:49 +00:00
GitHub gen-configs Action 170512a4ea Auto-generated configs and docs 2025-01-03 03:29:30 +00:00
rusefillc 61043dab0e only:details into error message 2025-01-02 21:16:24 -05:00
GitHub gen-configs Action 8d85a67330 Auto-generated configs and docs 2025-01-03 01:29:00 +00:00
GitHub gen-configs Action ac302c44ae Auto-generated configs and docs 2025-01-03 00:58:33 +00:00
GitHub gen-configs Action bdf345cdef Auto-generated configs and docs 2025-01-02 17:38:51 -05:00
GitHub gen-configs Action 6d93cf3a77 Auto-generated configs and docs 2025-01-02 17:38:50 -05:00
rusefillc 2d5defe66a dead warning_message
only:uaefi
2025-01-02 17:38:49 -05:00
GitHub gen-configs Action e24bb8ff73 Auto-generated configs and docs 2025-01-02 20:50:07 +00:00
GitHub gen-configs Action d13bc6ab7c Auto-generated configs and docs 2025-01-02 00:22:35 +00:00
GitHub gen-configs Action 9108e3c202 Auto-generated configs and docs 2025-01-01 23:07:54 +00:00
rusefi 7276b6223c logging upgrade
only:uaefi
2025-01-01 11:53:16 -05:00
rusefi 519fb7d10b getting rid of "Do you want to update bundle to latest version?" frame #7232
only:uaefi
2025-01-01 11:52:58 -05:00