generated from canonical/is-charms-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add public interface * WIP checkin * change reactive.runner_manager.reconcile signature * move reactive types into own module * refactor config and use it in script * WIP checkin unit tests * implement spawning a runner * lint * Add unit tests for github_client * add cleanup * write get_job_info method * rename run_url -> job_url * Fix parsing of job_url * validate path of job_url * rename reactive_config -> runner_config * rename manager_name -> name * add pymongo depedency * bump version in pyproject.toml
- Loading branch information
Showing
30 changed files
with
752 additions
and
363 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
[project] | ||
name = "github-runner-manager" | ||
version = "0.1.5" | ||
version = "0.2.0" | ||
authors = [ | ||
{ name = "Canonical IS DevOps", email = "[email protected]" }, | ||
] | ||
|
@@ -46,7 +46,7 @@ omit = [ | |
] | ||
|
||
[tool.coverage.report] | ||
fail_under = 79 | ||
fail_under = 80 | ||
show_missing = true | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ jinja2 | |
kombu==5.4.1 | ||
openstacksdk>=3,<4 | ||
pydantic < 2 | ||
pymongo==4.8.0 |
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
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
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
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
Oops, something went wrong.