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 class Artifact (#2313) #2319

Merged
merged 5 commits into from
Oct 25, 2022
Merged

Add class Artifact (#2313) #2319

merged 5 commits into from
Oct 25, 2022

Commits on Oct 25, 2022

  1. Add class Artifact (PyGithub#2313)

    Github workflow runs produce downloadable artifacts, add a class to
    represent them.
    Aleksei Fedotov authored and sfdye committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6783164 View commit details
    Browse the repository at this point in the history
  2. Add delete method for Artifact (PyGithub#2313)

    Add a method to delete a stored artifact from Github Actions.
    Aleksei Fedotov authored and sfdye committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4fed6fd View commit details
    Browse the repository at this point in the history
  3. Add listing of artifacts in the repository (PyGithub#2313)

    Implement calls for listing Github Actions artifacts linked to a
    repository.
    
    The test runs on an external repository because PyGithub doesn't have
    any artifacts in its CI.
    Aleksei Fedotov authored and sfdye committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    720dbe2 View commit details
    Browse the repository at this point in the history
  4. Add a test for deleting artifacts (PyGithub#2313)

    Aleksei Fedotov authored and sfdye committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c333a99 View commit details
    Browse the repository at this point in the history
  5. Add a test for invalid artifact ID (PyGithub#2313)

    Aleksei Fedotov authored and sfdye committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    93f41cb View commit details
    Browse the repository at this point in the history