Skip to content

feat: Add support for Codespace Machines APIs - #3890

Merged
gmlewis merged 5 commits into
google:masterfrom
Not-Dhananjay-Mishra:codespace-machines
Dec 22, 2025
Merged

feat: Add support for Codespace Machines APIs#3890
gmlewis merged 5 commits into
google:masterfrom
Not-Dhananjay-Mishra:codespace-machines

Conversation

@Not-Dhananjay-Mishra

Copy link
Copy Markdown
Contributor

Relates: #2362
This PR adds support for endpoint of Codespace Machines

  • GET /repos/{owner}/{repo}/codespaces/machines
  • GET /user/codespaces/{codespace_name}/machines

@codecov

codecovBot commented Dec 20, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.54%. Comparing base (e10040d) to head (ece434b).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #3890 +/- ##
==========================================
+ Coverage 92.53% 92.54% +0.01% 
==========================================
Files 200 201 +1 Lines 14709 14732 +23 ==========================================
+ Hits 13611 13634 +23 
Misses 897 897 Partials 201 201 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gmlewisgmlewis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @Not-Dhananjay-Mishra!
Just a few tweaks, please, then we should be ready for a second LGTM+Approval from any other contributor to this repo before merging.

cc: @stevehipwell - @alexandear - @zyfy29

Comment threadgithub/codespaces_machines.go
Comment threadgithub/codespaces_machines.go Outdated
Comment threadgithub/codespaces_machines.go Outdated
Comment threadgithub/codespaces_machines.go Outdated
Comment threadgithub/codespaces_machines.go Outdated
Comment threadgithub/codespaces_machines.go Outdated
@gmlewisgmlewis added the NeedsReview PR is awaiting a review before merging. label Dec 20, 2025
@Not-Dhananjay-Mishra

Copy link
Copy Markdown
ContributorAuthor

@gmlewis Thanks for suggestions! I’ve made the changes.

Comment threadgithub/codespaces_machines.go Outdated
Comment threadgithub/codespaces_machines.go Outdated
Comment threadgithub/codespaces_machines.go Outdated
Comment threadgithub/codespaces_machines_test.go Outdated
@gmlewisgmlewis removed the NeedsReview PR is awaiting a review before merging. label Dec 22, 2025

@gmlewisgmlewis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @Not-Dhananjay-Mishra and @alexandear!
LGTM.
Merging.

@gmlewis
gmlewis merged commit e85e1dc into google:masterDec 22, 2025
8 checks passed
@Not-Dhananjay-Mishra
Not-Dhananjay-Mishra deleted the codespace-machines branch February 5, 2026 15:30
jlaportebot added a commit to jlaportebot/go-github that referenced this pull request Jun 28, 2026
Sign up for freeto 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

@Not-Dhananjay-Mishra@alexandear@gmlewis