generated from canonical/is-charms-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial app #2
Merged
Merged
Initial app #2
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
6 tasks
jdkandersson
reviewed
Sep 5, 2024
jdkandersson
previously approved these changes
Sep 6, 2024
jdkandersson
previously approved these changes
Sep 9, 2024
yanksyoon
previously approved these changes
Sep 9, 2024
Just some comments for myself, thank you for the PR! |
Co-authored-by: Yanks Yoon <[email protected]>
Test coverage for b38781d
Static code analysis report
|
jdkandersson
approved these changes
Sep 9, 2024
yanksyoon
approved these changes
Sep 9, 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.
Applicable spec: n/a
Overview
Checkin code (with the latest version from canonical/github-runner-operator#351). Adjustments had to be made to remove the charm_state dependencies (these dependencies have been moved to the
types_
package). There is also some code duplication with the code in https://github.com/canonical/github-runner-operator (github_client
,repo_policy_compliance_client
,errors
,utilities
). One reason for this is that the LXDRunnerManager requires this functionality, but is not currently intended to be outsourced.Rationale
The primary reason for the externalisation is mainly to remove the charm_state dependencies, as the WIP reactive code will spawn runners in a different process using a script, and serialising the charm state and passing as parameter to a script has been identified as a bad smell. The deeper cause is that the github runner manager can be seen as a separate application, and https://github.com/canonical/github-runner-operator has too much responsibility.
Checklist
src-docs
urgent
,trivial
,complex
)