-
Notifications
You must be signed in to change notification settings - Fork 142
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
base: master
Are you sure you want to change the base?
Implement missing endpoints and small fixes #334
Commits on Oct 25, 2022
-
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)
Configuration menu - View commit details
-
Copy full SHA for 6adf7cc - Browse repository at this point
Copy the full SHA 6adf7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 344c841 - Browse repository at this point
Copy the full SHA 344c841View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7e93cc9 - Browse repository at this point
Copy the full SHA 7e93cc9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 50e44fb - Browse repository at this point
Copy the full SHA 50e44fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c13bc - Browse repository at this point
Copy the full SHA d9c13bcView commit details
Commits on Nov 5, 2022
-
Merge remote-tracking branch 'origin/master' into feature/implement-m…
…issing-endpoints
Configuration menu - View commit details
-
Copy full SHA for 0377143 - Browse repository at this point
Copy the full SHA 0377143View commit details
Commits on Feb 9, 2023
-
Acept no content as an answer from add clb
Co-authored-by: Rob Becker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6352e7 - Browse repository at this point
Copy the full SHA b6352e7View commit details -
Remove expected status code from add clb request
Co-authored-by: Rob Becker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ca7b88 - Browse repository at this point
Copy the full SHA 9ca7b88View commit details