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

Sync Repository class with API spec #3156

Merged
merged 6 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test data
  • Loading branch information
EnricoMi committed Jan 9, 2025
commit 921a74e4111a2e52c3bea705505c97c97cd41850
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ https
PUT
api.github.com
None
/repos/korfuri/PyGithub/automated-security-fixes
/repos/PyGithub/PyGithub/automated-security-fixes
{'Accept': 'application/vnd.github.london-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
422
Expand All @@ -13,7 +13,7 @@ https
DELETE
api.github.com
None
/repos/korfuri/PyGithub/automated-security-fixes
/repos/PyGithub/PyGithub/automated-security-fixes
{'Accept': 'application/vnd.github.london-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
422
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ https
DELETE
api.github.com
None
/repos/korfuri/PyGithub/automated-security-fixes
/repos/PyGithub/PyGithub/automated-security-fixes
{'Accept': 'application/vnd.github.london-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
204
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ https
DELETE
api.github.com
None
/repos/korfuri/PyGithub/vulnerability-alerts
/repos/PyGithub/PyGithub/vulnerability-alerts
{'Accept': 'application/vnd.github.dorian-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
204
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ https
PUT
api.github.com
None
/repos/korfuri/PyGithub/automated-security-fixes
/repos/PyGithub/PyGithub/automated-security-fixes
{'Accept': 'application/vnd.github.london-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
204
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ https
PUT
api.github.com
None
/repos/korfuri/PyGithub/vulnerability-alerts
/repos/PyGithub/PyGithub/vulnerability-alerts
{'Accept': 'application/vnd.github.dorian-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
204
Expand Down
8 changes: 4 additions & 4 deletions tests/ReplayData/LazyRepository.testGetIssues.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tests/ReplayData/LazyRepository.testGetVulnerabilityAlert.txt

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tests/ReplayData/LazyRepository.testOwner.txt

Large diffs are not rendered by default.

Loading