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 Python scripts to consume internal APIs (SMASH, SMELT, Bugzilla) #1431

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

NamelessOne91
Copy link
Contributor

@NamelessOne91 NamelessOne91 commented Oct 11, 2024

Related to https://github.com/SUSE/spacewalk/issues/24524

Adds Python classes and files needed for 2 new CLIs:

  1. smash_issues_finder.py is a CLI that allows to consume SMASH REST API to filter the available issues and store them as JSON or a formatted BSC link -summary list that can be used for tracking in GitHub cards

  2. bsc_finder.py is a CLI that consumes Bugzilla REST API to filter and store the available BSCs as JSON or a formatted BSC link -summary list that can be used for tracking in GitHub cards

  3. smelt_client.py is a placeholder implementation for a SMELT GraphQL API client

Includes also fixes for broken tests related to the JSON generator CLI and refactors.

@NamelessOne91 NamelessOne91 self-assigned this Oct 11, 2024
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.

1 participant