Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/GitHub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PSModule/GitHub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vercellone/codespaces
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 21 files changed
  • 4 contributors

Commits on Feb 4, 2025

  1. 🚀GitHub codespaces (#291)

    ## Description
    
    - Add-GitHubCodespaceUser
    - Export-GitHubCodespace
    - Get-GitHubCodespace
    - Get-GitHubCodespaceDefault
    - Get-GitHubCodespaceDevContainer
    - Get-GitHubCodespaceExport
    - New-GitHubCodespace
    - Remove-GitHubCodespace
    - Remove-GitHubCodespaceUser
    - Set-GitHubCodespace
    - Set-GitHubCodespaceVisibility
    - Start-GitHubCodespace
    - Stop-GitHubCodespace
    - Test-GitHubCodespace
    - Test-IsCodespace
    - Wait-GitHubCodespaceAction
    - Wait-GitHubCodespaceExport
    
    Includes a GitHubCodespace.ps1 class, a GitHubCodespace.Format.ps1xml
    and a ConvertTo-GitHubCodespace private function. Can do more in this
    area depending on feedback.
    
    I was not able to test all the Organization endpoints, but I tested the
    others locally. These few certainly require more scrutiny:
    - Add-GitHubCodespaceUser
    - Remove-GitHubCodespaceUser
    - Set-GitHubCodespaceVisibility
    
    ## Type of change
    - [x] 🚀 [Feature]
    
    ## Checklist
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    
    ---------
    
    Co-authored-by: Vercellone, Jason <Jason.Vercellone@mkcorp.com>
    Co-authored-by: Marius Storhaug <marstor@hotmail.com>
    3 people authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    5889001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f39f04e View commit details
    Browse the repository at this point in the history
Loading