-
Notifications
You must be signed in to change notification settings - Fork 39
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: FM-321 move orb relay client #340
Open
paulquinn00
wants to merge
20
commits into
main
Choose a base branch
from
FM-321-move-orb-relay-client
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,787
−3
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
* Orb Relay support * Fix orb-relay-messages * Remove dead code * Make timeout configurable * Implement a start trigger for stage * Hack to deliver all messages --------- Co-authored-by: Valentyn Valiaiev <valentine.valyaeff@gmail.com>
* Custom trigger util * Session ID must be hashed * Support graceful shutdown with retries of pending messages
Skip messages that come from an unexpected src_id
* user feedback messages from pipeline * add Log for distance agent * rename to signup_failure_feedback * add user_distance to DebugReport * add signup_failure_feedback on DebugReport * refactor: dedicated funcs for feedback msgs * fix avg_user_distance NaN bug * add ServerError msg * add Underaged msg * remove info msg * plans now return a vector of msgs * Rework design * send msgs over relay * fix not sending msg on capture failure * fix manual-test * update DEBUG_REPORT_VERSION --------- Co-authored-by: Anastasios Andronidis <anastasios.andronidis@toolsforhumanity.com>
Make Orb-ID announcement more reliable Add reconnect and send_blocking functionality
* update orb-relay-messages * add TooClose feedback * send CaptureTriggerTimeout msg * update DEBUG_REPORT_VERSION
Implement a simple client-side heartbeat
Remove hashing of dst_id
Report CaptureStarted
* Move to new orb-relay architecture * Feedback from @valff
Fix message ordering and protobuf namespace
Decode msgs for type Any to known types
add cargo deny
If a connection dies we need to make sure we continuously retry
* Use tracing with tracing-journald * Remove flexi_logger * Remove `log` * Fallback to stdout if journald is not available or stdout is TTY
paulquinn00
changed the title
Fm 321 move orb relay client
refactor: FM-321 move orb relay client
Dec 25, 2024
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.
Moving
orb-relay-client
toorb-software
to make it accessible. Specifically to allowfleet-cmdr
to utilize it.Made a patch from
priv-orb-core/orb-relay-client
and applied it toorb-software/relay-client
.(Follow-up PR to
priv-orb-core
to depend onorb-software/relay-client
will come.)