-
Notifications
You must be signed in to change notification settings - Fork 452
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
Simplify GUI-Core startup sequence #6573
Conversation
071fa7c
to
265e717
Compare
265e717
to
c5bb53d
Compare
c5bb53d
to
287446a
Compare
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 is a nice improvement in general! I've left some comments.
src/tribler-core/tribler_core/components/restapi/restapi_component.py
Outdated
Show resolved
Hide resolved
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.
Good changes! I have a few minor comments here and there.
src/tribler-core/tribler_core/components/metadata_store/restapi/metadata_endpoint_base.py
Outdated
Show resolved
Hide resolved
src/tribler-core/tribler_core/components/restapi/rest/debug_endpoint.py
Outdated
Show resolved
Hide resolved
src/tribler-core/tribler_core/components/restapi/rest/events_endpoint.py
Outdated
Show resolved
Hide resolved
src/tribler-core/tribler_core/components/tag/restapi/tags_endpoint.py
Outdated
Show resolved
Hide resolved
b00a269
to
b95ffaa
Compare
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 requested changes were not addressed.
e415533
to
41221ad
Compare
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.
Added some minor and easy-to-fix comments.
41221ad
to
dd641c2
Compare
dd641c2
to
9427d27
Compare
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 addressing all the questions and for this improvement.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
fixes #6526
The third and the last part of #6535
StateEndpoint
and all Tribler startup state-related code.RESTComponent
. The relationship betweenRESTComponent
and other components are now reversed:RESTComponent
now depends on every other component that has something to do with the endpoints.RESTComponent