WIP: feat(GUI): Tauri / Svelte migration #39

Draft
Snoupix wants to merge 14 commits from migration-tauri into main
Snoupix commented 2025-01-28 12:50:02 -06:00 (Migrated from github.com)

GUI Migration EFRAME & EGUI to Tauri & Svelte

Why

I've had a lot of issues with the design on the native eframe/egui setup. It felt really hacky to do "basic web layouts" and since I've done a lot of web things including front-end stuff, using Tauri, Svelte and Tailwind just felt right and way easier to design.

Commits & Changes:

fix(common): Client side set_colors takes responsibility of the bit scaling
feat(ffi): Impl Zig, Deno, Go examples of the FFIs and Justfile recipes to try them
chore(ffi): Better functions definitions
fix(colors): Better XY - RGB conversions
feat(ble): New reverse-engineered GATT UUIDs to try
feat(gui): The GUI backend now has a "command" to initialize the Devices state sync thread and sends its data with an event emmiter
fix(gui font): Changed OTF to var TTF for flexibility
fix(cli): Fix crash when setting a color with the old broken color converter
feat(gui): Impl storage save thread loop
feat(ffi): Set color RGB is now available
wip(ci): Commented out GUI build for the moment
feat(gui): Impl bt device search stream with events

TODO To match the previous GUI state:

  • Add found bt device to the device state
  • CI Build GUI ?
## GUI Migration EFRAME & EGUI to Tauri & Svelte ### Why I've had a lot of issues with the design on the native eframe/egui setup. It felt really hacky to do "basic web layouts" and since I've done a lot of web things including front-end stuff, using Tauri, Svelte and Tailwind just felt right and way easier to design. ### Commits & Changes: fix(common): Client side set_colors takes responsibility of the bit scaling feat(ffi): Impl Zig, Deno, Go examples of the FFIs and Justfile recipes to try them chore(ffi): Better functions definitions fix(colors): Better XY - RGB conversions feat(ble): New reverse-engineered GATT UUIDs to try feat(gui): The GUI backend now has a "command" to initialize the Devices state sync thread and sends its data with an event emmiter fix(gui font): Changed OTF to var TTF for flexibility fix(cli): Fix crash when setting a color with the old broken color converter feat(gui): Impl storage save thread loop feat(ffi): Set color RGB is now available wip(ci): Commented out GUI build for the moment feat(gui): Impl bt device search stream with events TODO To match the previous GUI state: - Add found bt device to the device state - CI Build GUI ?
Snoupix force-pushed migration-tauri from 282bb32517 to 3220278796
Some checks failed
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
2026-04-18 17:52:12 -05:00
Compare
chore(ci): Migrate github workflows to forgejo
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
cd625f1826
Snoupix force-pushed migration-tauri from cd625f1826
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
to be002a2b9f
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
2026-04-24 12:51:13 -05:00
Compare
Snoupix force-pushed migration-tauri from be002a2b9f
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
to ea7da8fe0a
Some checks are pending
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Waiting to run
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Waiting to run
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Waiting to run
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Waiting to run
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Waiting to run
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Waiting to run
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Waiting to run
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Waiting to run
2026-04-24 12:56:35 -05:00
Compare
Snoupix force-pushed migration-tauri from ea7da8fe0a
Some checks are pending
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Waiting to run
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Waiting to run
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Waiting to run
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Waiting to run
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Waiting to run
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Waiting to run
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Waiting to run
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Waiting to run
to 4eb37e37b4
Some checks failed
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
2026-04-24 12:57:10 -05:00
Compare
Snoupix force-pushed migration-tauri from 4eb37e37b4
Some checks failed
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee.exe cli_bin_no_ext:rustbee daemon_bin:rustbee-daemon.exe gui_bin:rustbee-gui.exe gui_bin_no_ext:rustbee-gui os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
to 9c08c40557
Some checks failed
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 0s
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 0s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Failing after 16s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Failing after 1s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Failing after 1s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Failing after 1s
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
2026-04-24 13:10:05 -05:00
Compare
Snoupix force-pushed migration-tauri from 9c08c40557
Some checks failed
Build and Release for Windows and Linux / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon gui_bin:rustbee-gui os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 0s
Build and Release for Windows and Linux / release_c_lib (map[os:ubuntu-latest os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 0s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Failing after 16s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Failing after 1s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Failing after 1s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Failing after 1s
Build and Release for Windows and Linux / release_c_lib (map[os:windows-latest os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
to 299c6b5362
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Failing after 7s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
2026-04-26 07:59:28 -05:00
Compare
Snoupix force-pushed migration-tauri from 299c6b5362
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Failing after 7s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Has been skipped
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
to e5ac5a584e
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 1m27s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m34s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m30s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 12s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
2026-04-26 08:15:47 -05:00
Compare
Snoupix force-pushed migration-tauri from e5ac5a584e
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 1m27s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m34s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m30s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 12s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
to d2534137aa
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 1m2s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m16s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 14s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m2s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 1m4s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Failing after 28s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 4s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m17s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
2026-04-30 14:47:21 -05:00
Compare
Snoupix force-pushed migration-tauri from d2534137aa
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 1m2s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m16s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 14s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m2s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 1m4s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Failing after 28s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 4s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m17s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
to 963cbca493
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 48s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 49s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m24s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 4m48s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m17s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m1s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 1m20s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Failing after 5s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 3s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
2026-04-30 15:24:16 -05:00
Compare
Snoupix force-pushed migration-tauri from 963cbca493
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 48s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 49s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m24s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 4m48s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m17s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m1s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 1m20s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Failing after 5s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 3s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
to 814f7e9586
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 56s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m36s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 59s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m22s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m20s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m17s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m20s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Failing after 15s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 3s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
2026-04-30 16:00:30 -05:00
Compare
Snoupix force-pushed migration-tauri from 814f7e9586
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 56s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m36s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 59s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m22s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m20s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m17s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m20s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Failing after 15s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 3s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
to 9b3f7cea44
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m27s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 54s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m11s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m31s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m0s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m21s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Failing after 11s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 12s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
2026-04-30 16:22:14 -05:00
Compare
Snoupix force-pushed migration-tauri from 9b3f7cea44
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m27s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 54s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m11s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m31s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64 target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m0s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m21s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Failing after 11s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 12s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
to 913c432fd1
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 56s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 58s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m14s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 50s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m26s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m19s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m2s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m10s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Successful in 5m48s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 1m48s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
2026-04-30 17:11:30 -05:00
Compare
Snoupix force-pushed migration-tauri from 913c432fd1
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 56s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 58s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m14s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 50s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m26s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m19s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m2s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m10s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Successful in 5m48s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu --bundles nsis, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Failing after 1m48s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
to bb756ac73e
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 1m0s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m16s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 53s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m10s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
2026-04-30 18:18:49 -05:00
Compare
Snoupix force-pushed migration-tauri from bb756ac73e
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 1m0s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m16s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 53s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m10s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
to c8093f734a
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 57s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m49s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 1m1s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m16s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 2m33s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 1m58s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m13s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Successful in 5m9s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Successful in 4m11s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
2026-04-30 18:27:58 -05:00
Compare
Snoupix force-pushed migration-tauri from c8093f734a
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 57s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m49s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 1m1s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m16s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Failing after 2m33s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 1m58s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m13s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Successful in 5m9s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Successful in 4m11s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
to d0d921a0d0
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m31s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 56s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m6s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
2026-05-01 15:07:15 -05:00
Compare
Snoupix force-pushed migration-tauri from d0d921a0d0
Some checks failed
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m31s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 56s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Failing after 2m6s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been cancelled
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Has been cancelled
to 77562d4bef
All checks were successful
Build CLI, Daemon, GUI & C lib; Release; Publish / create-release (pull_request) Successful in 3s
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m31s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 50s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee daemon_bin:rustbee-daemon os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m9s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_cli (map[cli_bin:rustbee.exe daemon_bin:rustbee-daemon.exe os_name:Windows-x86_64 target:x86_64-pc-windows-gnu]) (pull_request) Successful in 2m25s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Linux-x86_64-gnu target:x86_64-unknown-linux-gnu]) (pull_request) Successful in 2m2s
Build CLI, Daemon, GUI & C lib; Release; Publish / release_c_lib (map[os_name:Windows-x86_64-gnu target:x86_64-pc-windows-gnu]) (pull_request) Successful in 1m16s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (, Linux-x86_64, x86_64-unknown-linux-gnu) (pull_request) Successful in 5m6s
Build CLI, Daemon, GUI & C lib; Release; Publish / build-tauri (--target x86_64-pc-windows-gnu, Windows-x86_64, x86_64-pc-windows-gnu) (pull_request) Successful in 4m15s
Build CLI, Daemon, GUI & C lib; Release; Publish / publish-release (pull_request) Has been skipped
2026-05-01 15:16:01 -05:00
Compare
feat(ci): Separate artifacts building & PR on a manual trigger
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 57s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 55s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m14s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
e075875732
feat: Add "build-ci-artifacts" command to manually trigger CI workflow
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 59s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m25s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
5e92359b87
Snoupix force-pushed migration-tauri from 5e92359b87
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 59s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m25s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
to 273107c9a3
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 1m0s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m19s
2026-05-01 18:19:58 -05:00
Compare
Snoupix force-pushed migration-tauri from 273107c9a3
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 1m0s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 50s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 53s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m19s
to fec591bc36
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 51s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m17s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 1m1s
2026-05-01 19:01:46 -05:00
Compare
Snoupix force-pushed migration-tauri from fec591bc36
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 51s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m17s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 1m1s
to 9a86b53584
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 1m2s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m16s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
2026-05-01 19:17:44 -05:00
Compare
Snoupix force-pushed migration-tauri from 9a86b53584
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 1m2s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m16s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 51s
to 0cb4963ed9
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
2026-05-02 06:42:26 -05:00
Compare
Snoupix force-pushed migration-tauri from 0cb4963ed9
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
to 9ab7e86a4e
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
2026-05-02 06:49:01 -05:00
Compare
Snoupix force-pushed migration-tauri from 9ab7e86a4e
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
to c7ee34ae6a
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
2026-05-02 15:11:47 -05:00
Compare
Snoupix force-pushed migration-tauri from c7ee34ae6a
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
to ee0cc49130
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
2026-05-02 15:24:53 -05:00
Compare
Snoupix force-pushed migration-tauri from ee0cc49130
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
to 45ac782d23
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
2026-05-03 10:28:49 -05:00
Compare
Snoupix force-pushed migration-tauri from 45ac782d23
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
to 96dfb326a2
Some checks failed
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Has been cancelled
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Has been cancelled
2026-05-03 10:42:14 -05:00
Compare
feat(ci): Separate CLI & Daemon build artifacts
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 49s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 55s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 3m19s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 58s
5696d3a9ef
Snoupix force-pushed migration-tauri from 5696d3a9ef
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 49s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 55s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 3m19s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 58s
to 4d542ac571
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 1m6s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 55s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m37s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 57s
2026-05-19 14:26:46 -05:00
Compare
wip(ci): Release artifacts
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 54s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m20s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 53s
230b7e757c
All checks were successful
Clippy Lint and Check / clippy (map[path:./rustbee-common]) (pull_request) Successful in 52s
Clippy Lint and Check / clippy (map[path:./rustbee-daemon]) (pull_request) Successful in 54s
Clippy Lint and Check / clippy (map[path:./rustbee-gui/src-tauri]) (pull_request) Successful in 2m20s
Clippy Lint and Check / clippy (map[path:.]) (pull_request) Successful in 53s
This pull request has changes conflicting with the target branch.
  • Cargo.lock
  • rustbee-daemon/Cargo.lock
  • rustbee-gui/Cargo.toml
  • rustbee-gui/src-tauri/Cargo.lock
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin migration-tauri:migration-tauri
git switch migration-tauri

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff migration-tauri
git switch migration-tauri
git rebase main
git switch main
git merge --ff-only migration-tauri
git switch migration-tauri
git rebase main
git switch main
git merge --no-ff migration-tauri
git switch main
git merge --squash migration-tauri
git switch main
git merge --ff-only migration-tauri
git switch main
git merge migration-tauri
git push origin main
Sign in to join this conversation.
No description provided.