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

Add Github api client and wrapper functions for CI/CD api #441

Merged
merged 1 commit into from
Jun 13, 2021
Merged

Conversation

hdoupe
Copy link
Contributor

@hdoupe hdoupe commented Jun 8, 2021

  • Adds Github API wrapper for repos, pull requests, actions, etc. I went with a custom implementation because other Github API clients do not implement the Actions endpoints yet (an issue to watch: GitHub Actions support PyGithub/PyGithub#1373). I also wanted something that would be simple and easy to work on instead of trying to extend an existing package with lots of inheritance that would be hard to debug.
  • Adds a script with functions for starting a CI/CD job and checking its status. This will be used by the cluster API endpoints.

Resolves #437

@hdoupe hdoupe linked an issue Jun 8, 2021 that may be closed by this pull request
@hdoupe hdoupe merged commit 54f0c71 into dev Jun 13, 2021
@hdoupe hdoupe mentioned this pull request Jun 17, 2021
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.

Create a Python wrapper for the existing Actions workflow
1 participant