Skip to content
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

Bugfix/SK-1241 | Fix missing ROLE and TYPE in client status messages #766

Merged
merged 6 commits into from
Dec 4, 2024

Conversation

Wrede
Copy link
Member

@Wrede Wrede commented Dec 3, 2024

This pull request includes several changes to the fedn network client and combiner code, mainly focusing on updating the log level and status type handling. The most important changes include updating the log level references, adding a new status type, and modifying the send_status method to reflect these changes.

Log level updates:

  • Updated log level references from fedn.Status to fedn.LogLevel in multiple methods within fedn/network/clients/client.py [1] [2] [3] [4] [5] [6] [7].
  • Updated log level references in fedn/network/clients/fedn_client.py [1] [2] [3] [4] [5] [6].
  • Updated log level references in fedn/network/clients/grpc_handler.py [1] [2] [3].
  • Updated log level references in fedn/network/combiner/combiner.py [1] [2].

Addition of new status type:

  • Added a new status type NETWORK to the StatusType enum in fedn/network/grpc/fedn.proto.

Modifications to send_status method:

  • Modified the send_status method to use the updated log level and status type in fedn/network/clients/client.py, fedn/network/clients/fedn_client.py, and fedn/network/clients/grpc_handler.py [1] [2] [3].

@Wrede Wrede requested a review from niklastheman December 3, 2024 14:12
@github-actions github-actions bot added the minor label Dec 3, 2024
@Wrede Wrede merged commit b5f0a02 into master Dec 4, 2024
17 checks passed
@Wrede Wrede deleted the bugfix/SK-1241 branch December 4, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants