-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: use zbus 4, migrate from deprecated macros #227
Merged
TheButlah
merged 1 commit into
main
from
ryanbutler-orbp-254-remove-deprecated-zbus_interface-and-zbus_proxy-macros
Sep 25, 2024
Merged
refactor: use zbus 4, migrate from deprecated macros #227
TheButlah
merged 1 commit into
main
from
ryanbutler-orbp-254-remove-deprecated-zbus_interface-and-zbus_proxy-macros
Sep 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TheButlah
force-pushed
the
ryanbutler-orbp-254-remove-deprecated-zbus_interface-and-zbus_proxy-macros
branch
from
September 20, 2024 02:16
73126e0
to
99fc79c
Compare
TheButlah
force-pushed
the
ryanbutler-orbp-254-remove-deprecated-zbus_interface-and-zbus_proxy-macros
branch
from
September 20, 2024 02:46
99fc79c
to
71bd255
Compare
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macros
refactor: use zbus 4, migrate from deprecated macro
Sep 20, 2024
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macro
refactor: use zbus 4, migrate from deprecated macros
Sep 20, 2024
TheButlah
force-pushed
the
ryanbutler-orbp-254-remove-deprecated-zbus_interface-and-zbus_proxy-macros
branch
from
September 24, 2024 17:17
71bd255
to
96c7636
Compare
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macros
refactor: use zbus 4, migrate from deprecated macro
Sep 24, 2024
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macro
refactor: use zbus 4, migrate from deprecated macros
Sep 24, 2024
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macros
refactor: use zbus 4, migrate from deprecated macro
Sep 24, 2024
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macro
refactor: use zbus 4, migrate from deprecated macros
Sep 24, 2024
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macros
refactor: use zbus 4, migrate from deprecated macro
Sep 24, 2024
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macro
refactor: use zbus 4, migrate from deprecated macros
Sep 24, 2024
TheButlah
force-pushed
the
ryanbutler-orbp-254-remove-deprecated-zbus_interface-and-zbus_proxy-macros
branch
from
September 25, 2024 15:44
96c7636
to
c63bdfe
Compare
vmenge
approved these changes
Sep 25, 2024
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macros
refactor: use zbus 4, migrate from deprecated macro
Sep 25, 2024
TheButlah
changed the title
refactor: use zbus 4, migrate from deprecated macro
refactor: use zbus 4, migrate from deprecated macros
Sep 25, 2024
TheButlah
deleted the
ryanbutler-orbp-254-remove-deprecated-zbus_interface-and-zbus_proxy-macros
branch
September 25, 2024 18:31
vmenge
pushed a commit
that referenced
this pull request
Sep 30, 2024
vmenge
added a commit
that referenced
this pull request
Oct 1, 2024
* chore(orb-slot-ctrl): codeowners * refactor(orb-slot-ctrl): use EfiVarDb for testability * tests(orb-slot-ctrl): integration tests * chore(orb-slot-ctrl): make clippy happy * chore(update-verifier): use latest version of orb-slot-ctrl * chore(orb-slot-ctrl): remove unused imports on test * refactor: use zbus 4, migrate from deprecated macros (#227) * attest: break dbus into separate crate (#229) attest: break dbus into crate * orb-qr-link: Support UUID for orb-relay comms (#243) * orb-ui: queue sound with an initial delay (#237) delay is awaited until elapsed before playing the sound. * tests(orb-slot-ctrl): integration tests * chore(orb-slot-ctrl): macos pipeline... * chore(orb-slot-ctrl): remove unused imports * chore: remove codeowners line * chore(update-verifier): bootstrap dependencies on main.rs * chore(orb-slot-ctrl): macos as unspported target * chore(orb-slot-ctrl): more explicit test-util fixture init --------- Co-authored-by: Ryan Butler <[email protected]> Co-authored-by: Anastasios Andronidis <[email protected]> Co-authored-by: Cyril Fougeray <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brings the code up to the latest zbus version.