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

Implement missing endpoints and small fixes #334

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

Commits on Oct 25, 2022

  1. Implement create repository from template

    Implement the service to create a new repo using a template according
    https://docs.github.com/en/rest/repos/repos#create-a-repository-using-a-template
    specs (endpoint: /repos/{template_owner}/{template_repo}/generate)
    ianmaciel committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6adf7cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344c841 View commit details
    Browse the repository at this point in the history
  3. Update editRepository according to current documentation

    Current Github docs specify most of the parameters as optional. This
    commit update the existing editRepository method to these specs.
    
    https://docs.github.com/en/rest/repos/repos#update-a-repository
    ianmaciel committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7e93cc9 View commit details
    Browse the repository at this point in the history
  4. Update existing addColaborator to meet Github specs

    Update the existing method addCollaborator to meet the current docs.
    https://docs.github.com/en/rest/collaborators/collaborators#add-a-repository-collaborator
    
    Instead of NO_CONTENT, the expected status code is CREATED.
    ianmaciel committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    50e44fb View commit details
    Browse the repository at this point in the history
  5. Update generated mocks

    ianmaciel committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d9c13bc View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    0377143 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Acept no content as an answer from add clb

    Co-authored-by: Rob Becker <[email protected]>
    ianmaciel and robrbecker authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b6352e7 View commit details
    Browse the repository at this point in the history
  2. Remove expected status code from add clb request

    Co-authored-by: Rob Becker <[email protected]>
    ianmaciel and robrbecker authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9ca7b88 View commit details
    Browse the repository at this point in the history