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

GitHub Users API #909

Merged
merged 2 commits into from
Oct 23, 2023
Merged

GitHub Users API #909

merged 2 commits into from
Oct 23, 2023

Conversation

bjoernricks
Copy link
Contributor

What

Implement most important parts of the GitHub users API

https://docs.github.com/en/rest/users/users?apiVersion=2022-11-28

Why

We want to be able to get information about the SSH keys of the users.

References

DEVOPS-836

Checklist

  • Tests

@bjoernricks bjoernricks requested a review from a team as a code owner October 19, 2023 15:12
@greenbonebot greenbonebot enabled auto-merge (squash) October 19, 2023 15:13
@github-actions
Copy link

Conventional Commits Report

Type Number
Added 1

🚀 Conventional commits found.

@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Merging #909 (03ffa18) into main (054c3b4) will increase coverage by 0.11%.
The diff coverage is 96.66%.

❗ Current head 03ffa18 differs from pull request most recent head b242de0. Consider uploading reports for the commit b242de0 to get more accurate results

@@            Coverage Diff             @@
##             main     #909      +/-   ##
==========================================
+ Coverage   90.13%   90.25%   +0.11%     
==========================================
  Files          90       92       +2     
  Lines        6203     6289      +86     
  Branches      877      888      +11     
==========================================
+ Hits         5591     5676      +85     
- Misses        423      424       +1     
  Partials      189      189              
Files Coverage Δ
pontos/github/api/users.py 100.00% <100.00%> (ø)
pontos/github/models/user.py 100.00% <100.00%> (ø)
pontos/github/api/api.py 86.74% <62.50%> (-0.60%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

We want to be able to get information about the users and their login
information.
@greenbonebot greenbonebot merged commit 12f710a into main Oct 23, 2023
18 checks passed
@greenbonebot greenbonebot deleted the users-api branch October 23, 2023 09:46
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.

3 participants