-
Notifications
You must be signed in to change notification settings - Fork 885
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
Support CreateNode and DeleteNode in REST API #2283
Conversation
Thanks for the well-scoped PR @cnxdeveloper! It looks pretty clean and easy to review, I will try to do a full review by the end of this week. In the meantime, could you already add an entry to the changelog in the |
Hi @danieljanes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is in a good shape 👍 I added some comments to align the coding style with the rest of the codebase
Total agree with suggestions Co-authored-by: Daniel J. Beutel <daniel@flower.dev>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fast updates, @cnxdeveloper! I added a few comments to improve consistency and I think that we can merge the PR once they are resolved.
Co-authored-by: Daniel J. Beutel <daniel@flower.dev>
Co-authored-by: Daniel J. Beutel <daniel@flower.dev>
@cnxdeveloper there's a formatting error: https://github.com/adap/flower/actions/runs/6120808796/job/16614584948?pr=2283 This can be fixed by running |
Hi @danieljanes I fixed code format by script |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should resolve the CI error
I fixed a few linter warnings, could you reformat once more @cnxdeveloper? |
Almost there! Only formatting issues in two markdown files left: https://github.com/adap/flower/actions/runs/6138546228/job/16655523326?pr=2283#step:6:252 |
Hi I tried to use format script to reformat these markdown files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, merging! Thanks for the contribution @cnxdeveloper 🎉
Issue
By default, in restful API mode, Flower only supports clients running as anonymous. This makes it difficult to manage tasks and results for each client.
Description
Related issues/PRs
Proposal
flower/examples/mt-pytorch
to run and test with restful mode.Explanation
Checklist
#contributions
)Any other comments?