Commit Graph

7244 Commits

Author SHA1 Message Date
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
rusefillc db96fbecf7 only:better error message 2024-12-19 09:47:34 -05:00
GitHub gen-configs Action 164bd90d61 Auto-generated configs and docs 2024-12-19 02:35:38 +00:00
rusefillc 5c4a110b77 only:better error message 2024-12-18 21:25:17 -05:00
rusefillc 9e76db6a88 date 2024-12-18 21:25:17 -05:00
GitHub gen-configs Action 379e2f0f84 Auto-generated configs and docs 2024-12-18 21:23:56 +00:00
GitHub gen-configs Action dccb882635 Auto-generated configs and docs 2024-12-18 18:12:01 +00:00
FDSoftware c36c0fc073 F767 HWCI: add BurnCommandTest 2024-12-18 10:59:53 -05:00
FDSoftware 149131ba5a F767 HWCI: add BurnCommandTest 2024-12-18 10:59:53 -05:00
FDSoftware efc96455f1 Add VSS HW test to F767 suite 2024-12-18 08:02:06 -05:00
GitHub gen-configs Action 52f9189b84 Auto-generated configs and docs 2024-12-18 09:02:34 +00:00
GitHub gen-configs Action bb49e1ee4a Auto-generated configs and docs 2024-12-18 06:47:27 +00:00
GitHub gen-configs Action 269943275c Auto-generated configs and docs 2024-12-18 00:47:10 +00:00
GitHub gen-configs Action d8e29459c0 Auto-generated configs and docs 2024-12-17 17:34:03 +00:00
GitHub gen-configs Action d2fd5e1635 Auto-generated configs and docs 2024-12-17 17:14:05 +00:00
GitHub gen-configs Action 67163bb5d1 Auto-generated configs and docs 2024-12-17 01:08:27 +00:00
rusefillc 365b3595cd only:prep for nucleo 2024-12-16 19:44:18 -05:00
GitHub gen-configs Action 489d0d6dcd Auto-generated configs and docs 2024-12-16 17:38:30 +00:00
GitHub gen-configs Action af5099573a Auto-generated configs and docs 2024-12-16 12:30:21 +00:00
GitHub gen-configs Action 5ca841c88d Auto-generated configs and docs 2024-12-15 22:22:36 +00:00
GitHub gen-configs Action fe68df5bdc Auto-generated configs and docs 2024-12-15 22:00:33 +00:00
GitHub gen-configs Action fd80e3b026 Auto-generated configs and docs 2024-12-15 04:30:24 +00:00
GitHub gen-configs Action f21f02805e Auto-generated configs and docs 2024-12-14 15:51:30 +00:00
GitHub gen-configs Action 475fc58b45 Auto-generated configs and docs 2024-12-14 04:27:06 +00:00
GitHub gen-configs Action 59ef314828 Auto-generated configs and docs 2024-12-14 03:37:38 +00:00
GitHub gen-configs Action 0852537da7 Auto-generated configs and docs 2024-12-13 23:21:13 +00:00
GitHub gen-configs Action 1d157ac3c7 Auto-generated configs and docs 2024-12-13 15:08:54 +00:00
GitHub gen-configs Action a0fac6ae28 Auto-generated configs and docs 2024-12-13 14:20:52 +00:00
GitHub gen-configs Action 0d8491d798 Auto-generated configs and docs 2024-12-12 17:53:46 +00:00
GitHub gen-configs Action e9457b62a7 Auto-generated configs and docs 2024-12-11 22:10:10 +00:00
GitHub gen-configs Action d9d28184f9 Auto-generated configs and docs 2024-12-11 02:21:09 +00:00
GitHub gen-configs Action 2d1d37e86c Auto-generated configs and docs 2024-12-11 01:21:49 +00:00
GitHub gen-configs Action e88144b855 Auto-generated configs and docs 2024-12-11 01:12:25 +00:00
GitHub gen-configs Action bb082fa9c4 Auto-generated configs and docs 2024-12-11 00:08:37 +00:00
GitHub gen-configs Action daa3915a9b Auto-generated configs and docs 2024-12-10 18:04:38 +00:00
rusefillc 4537409c83 only:replacing etbTarget with live data 2024-12-10 12:51:50 -05:00
GitHub gen-configs Action 8b7ca9bb96 Auto-generated configs and docs 2024-12-10 16:19:41 +00:00
GitHub gen-configs Action c4330c096b Auto-generated configs and docs 2024-12-10 16:07:32 +00:00
rusefillc 82a0961703 Real hardware ICU coverage on nucleo-F767 #7034
only:steps back
2024-12-09 20:30:54 -05:00
rusefillc 5f606831a6 Real hardware ICU coverage on nucleo-F767 #7034
only:preparation
2024-12-09 20:14:49 -05:00
GitHub gen-configs Action ba2bbcfc65 Auto-generated configs and docs 2024-12-10 01:08:54 +00:00
rusefillc 9e5a3fb8f1 Real hardware ICU coverage on nucleo-F767 #7034
only:preparation
2024-12-09 19:55:15 -05:00
GitHub gen-configs Action db688243d6 Auto-generated configs and docs 2024-12-09 14:20:48 +00:00
GitHub gen-configs Action 536c025204 Auto-generated configs and docs 2024-12-09 13:04:53 +00:00
FDSoftware b5fdcac283 bare minimum nucleo F767 HW CI
fix F4/F7 CI jobs (incorrect .ini, enable the correct job)

update LocalIniFileProvider.java for use a env var

only:stm32f767_nucleo

remove nucleo hwci cfg, reuse the proteus f7

removed MiscTest from F767 suite, as cpu temp test fails
2024-12-07 23:27:37 -05:00
GitHub gen-configs Action 7f664e570f Auto-generated configs and docs 2024-12-08 02:31:36 +00:00
GitHub gen-configs Action 005226715f Auto-generated configs and docs 2024-12-07 14:48:53 +00:00
GitHub gen-configs Action 75733ab04b Auto-generated configs and docs 2024-12-06 20:52:18 +00:00
GitHub gen-configs Action 9c8163d08d Auto-generated configs and docs 2024-12-06 17:28:16 +00:00
GitHub gen-configs Action 8d904f9c01 Auto-generated configs and docs 2024-12-06 15:42:56 +00:00
GitHub gen-configs Action d2c90a9199 Auto-generated configs and docs 2024-12-06 15:31:51 +00:00
GitHub gen-configs Action 5a9c1ff956 Auto-generated configs and docs 2024-12-06 01:10:47 +00:00
GitHub gen-configs Action 0c08edddf4 Auto-generated configs and docs 2024-12-05 22:09:05 +00:00
rusefillc 053a4a6b58 bugfix: stlink from console
only:stm32f767_nucleo
2024-12-05 12:11:00 -05:00
GitHub gen-configs Action 9a8bffb932 Auto-generated configs and docs 2024-12-05 14:32:22 +00:00
GitHub gen-configs Action 67476b394e Auto-generated configs and docs 2024-12-05 01:21:16 +00:00
GitHub gen-configs Action c0ee7e2c84 Auto-generated configs and docs 2024-12-04 23:07:30 +00:00
GitHub gen-configs Action 9d2d159789 Auto-generated configs and docs 2024-12-04 02:12:05 +00:00
GitHub gen-configs Action 438a2a5bed Auto-generated configs and docs 2024-12-04 00:14:44 +00:00
GitHub gen-configs Action 3c7f9e1a61 Auto-generated configs and docs 2024-12-03 23:44:12 +00:00
GitHub gen-configs Action 6f6cffec10 Auto-generated configs and docs 2024-12-03 23:27:56 +00:00
GitHub gen-configs Action d2039a2005 Auto-generated configs and docs 2024-12-03 23:14:54 +00:00
GitHub gen-configs Action 80a00c2f6a Auto-generated configs and docs 2024-12-03 23:02:13 +00:00
GitHub gen-configs Action df29112da1 Auto-generated configs and docs 2024-12-03 20:56:02 +00:00
GitHub gen-configs Action 5a361b933f Auto-generated configs and docs 2024-12-03 14:57:49 +00:00
GitHub gen-configs Action 9e8804a666 Auto-generated configs and docs 2024-12-02 21:44:57 +00:00
GitHub gen-configs Action 166d8acc06 Auto-generated configs and docs 2024-12-02 02:22:15 +00:00
GitHub gen-configs Action 649345194a Auto-generated configs and docs 2024-12-01 22:37:26 +00:00
GitHub gen-configs Action f6d333b3a7 Auto-generated configs and docs 2024-12-01 13:04:06 +00:00
GitHub gen-configs Action 242cdae359 Auto-generated configs and docs 2024-12-01 01:23:39 +00:00
GitHub gen-configs Action 67dac0c868 Auto-generated configs and docs 2024-11-30 19:45:04 +00:00