Commit Graph

7214 Commits

Author SHA1 Message Date
kifir23917 02f5e171a9 only:refactoring: extract part of functionality into overloaded `readFullImageFromController` method #7357 2025-01-29 23:21:29 +02:00
GitHub gen-configs Action 2985cc7b88 Auto-generated configs and docs 2025-01-29 14:45:35 +00:00
kifir23917 441842347b Now `ConfigurationImageMetaYamlUtil.dump` method doesn't close received as an argument output stream - this input stream is managed by `ConfigurationImageFile.saveToFile` method (closes #7365) 2025-01-29 16:22:27 +02:00
GitHub gen-configs Action 1cddb6c8a9 Auto-generated configs and docs 2025-01-28 22:52:16 +00:00
GitHub gen-configs Action 3ba9f29c1d Auto-generated configs and docs 2025-01-27 23:27:43 +00:00
GitHub gen-configs Action 7a655e20ec Auto-generated configs and docs 2025-01-27 22:52:28 +00:00
rusefillc 198752ce8d minor API change
only:uaefi
2025-01-26 22:59:02 -05:00
rusefillc ef0b53cfef simpler file name 2025-01-26 22:59:02 -05:00
rusefillc 47940da281 preserve tune while updating firmware #7357
only:java
https://en.wikipedia.org/wiki/Composition_over_inheritance
2025-01-26 22:22:47 -05:00
rusefillc c819cf9860 preserve tune while updating firmware #7357
only:dead
2025-01-26 22:04:46 -05:00
rusefillc 3577d17d83 only:refactoring and docs 2025-01-26 21:50:23 -05:00
GitHub gen-configs Action 2b51a86bc3 Auto-generated configs and docs 2025-01-27 00:27:02 +00:00
GitHub gen-configs Action 92844dbf08 Auto-generated configs and docs 2025-01-26 19:25:10 +00:00
GitHub gen-configs Action 9ea208a10b Auto-generated configs and docs 2025-01-26 14:27:06 +00:00
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
rusefi 98ad881df7 only:bugfix hookRegistered logic 2025-01-01 11:02:40 -05:00
GitHub gen-configs Action 459a71feaf Auto-generated configs and docs 2025-01-01 14:48:53 +00:00
rusefillc ed4588238c We've made it to 2025! 2025-01-01 09:39:00 -05:00
GitHub gen-configs Action cb73accafa Auto-generated configs and docs 2024-12-30 04:28:18 +00:00
GitHub gen-configs Action 27a6526e4c Auto-generated configs and docs 2024-12-30 03:39:26 +00:00
GitHub gen-configs Action bdd782dc65 Auto-generated configs and docs 2024-12-30 02:55:26 +00:00
GitHub gen-configs Action 6f4c123870 Auto-generated configs and docs 2024-12-29 01:32:49 +00:00
GitHub gen-configs Action 27d55ca46e Auto-generated configs and docs 2024-12-28 20:22:03 -05:00
GitHub gen-configs Action 47ef5d1d15 Auto-generated configs and docs 2024-12-28 14:56:20 +00:00
GitHub gen-configs Action cd6329e03b Auto-generated configs and docs 2024-12-28 03:48:40 +00:00
GitHub gen-configs Action 1a0f985a5e Auto-generated configs and docs 2024-12-27 21:34:33 +00:00
GitHub gen-configs Action b936590e42 Auto-generated configs and docs 2024-12-27 21:05:18 +00:00
GitHub gen-configs Action 05b1656071 Auto-generated configs and docs 2024-12-27 18:21:16 +00:00
GitHub gen-configs Action baa0f74a2e Auto-generated configs and docs 2024-12-27 04:03:49 +00:00
GitHub gen-configs Action 77c03f3d38 Auto-generated configs and docs 2024-12-27 03:41:59 +00:00
GitHub gen-configs Action e734bf5183 Auto-generated configs and docs 2024-12-27 01:34:35 +00:00
GitHub gen-configs Action d0016883b6 Auto-generated configs and docs 2024-12-27 01:13:46 +00:00
GitHub gen-configs Action a7345c3f80 Auto-generated configs and docs 2024-12-26 01:27:02 +00:00
GitHub gen-configs Action a902d8474a Auto-generated configs and docs 2024-12-25 02:55:25 +00:00
GitHub gen-configs Action b99e025e3c Auto-generated configs and docs 2024-12-24 01:13:02 +00:00
GitHub gen-configs Action fd29099743 Auto-generated configs and docs 2024-12-23 14:52:36 +00:00
rusefillc bf309e559d only:helping build 2024-12-23 09:42:41 -05:00
GitHub gen-configs Action 20d949d9df Auto-generated configs and docs 2024-12-23 01:11:13 +00:00
GitHub gen-configs Action ffaf529c7a Auto-generated configs and docs 2024-12-22 14:39:12 +00:00
GitHub gen-configs Action e8160816cc Auto-generated configs and docs 2024-12-22 14:09:15 +00:00
rusefillc 8d8ab0ef2b logging for isPriming #7207
only:uaefi
2024-12-22 08:59:35 -05:00
GitHub gen-configs Action 8e6bb29bae Auto-generated configs and docs 2024-12-22 03:46:16 +00:00
rusefillc fbede76fee 1KHz logging #7202
only:docs
2024-12-21 15:14:50 -05:00
GitHub gen-configs Action b41b4d3b35 Auto-generated configs and docs 2024-12-21 17:36:59 +00:00
GitHub gen-configs Action 45af018b99 Auto-generated configs and docs 2024-12-21 00:43:36 +00:00
GitHub gen-configs Action ccb2803eb1 Auto-generated configs and docs 2024-12-20 23:13:19 +00:00
GitHub gen-configs Action 03b40cfa3c Auto-generated configs and docs 2024-12-20 22:09:32 +00:00
GitHub gen-configs Action 388566f5b6 Auto-generated configs and docs 2024-12-20 21:20:06 +00:00
GitHub gen-configs Action cb5cb4c6e1 Auto-generated configs and docs 2024-12-20 19:28:14 +00:00
GitHub gen-configs Action 6226ba1366 Auto-generated configs and docs 2024-12-20 00:21:54 +00:00
GitHub gen-configs Action c06c828c8d Auto-generated configs and docs 2024-12-19 21:01:47 +00:00