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

Refactored component startup #127

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Refactored component startup #127

merged 5 commits into from
Oct 17, 2024

Conversation

agronholm
Copy link
Member

  • Resources and resource factories added by components during startup are now logged (on the DEBUG level), as are components going through the various stages of their start-up.
  • Removed the wait parameter from get_resource(), as this is now implicitly done during component startup, and is not useful outside of it.

* Resources and resource factories added by components during startup are now logged (on the DEBUG level), as are components going through the various stages of their start-up.
* Removed the `wait` parameter from `get_resource()`, as this is now implicitly done during component startup, and is not useful outside of it.
@agronholm agronholm marked this pull request as draft October 14, 2024 22:10
@coveralls
Copy link

coveralls commented Oct 14, 2024

Coverage Status

coverage: 97.584% (+1.0%) from 96.629%
when pulling 43af733 on component-start-refactor
into 671dcd8 on 5.0.

@agronholm agronholm marked this pull request as ready for review October 16, 2024 20:46
@agronholm agronholm merged commit 7785e58 into 5.0 Oct 17, 2024
13 checks passed
@agronholm agronholm deleted the component-start-refactor branch October 17, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants