Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Dec 18, 2024

Description

This pull request introduces significant changes to the GitHub Teams functions, including the addition of new functions, modifications to existing functions, and the creation of a new class to represent GitHub teams.

New Functionality

  • src/classes/public/Teams/GitHubTeam.ps1: Added a new GitHubTeam class to represent a GitHub team with properties such as Name, Slug, Organization, NodeID, DatabaseID, Description, Notifications, Visible, ParentTeam, ChildTeams, CreatedAt, and UpdatedAt.

Rename and hide old functions

New GraphQL based Team functions

Function Modifications

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner December 18, 2024 17:44
@MariusStorhaug MariusStorhaug changed the title Teams 🩹 [Patch]: Refactor Teams Dec 18, 2024
@MariusStorhaug MariusStorhaug changed the title 🩹 [Patch]: Refactor Teams 🚀 [Feature]: Refactor Teams Dec 18, 2024
@MariusStorhaug MariusStorhaug merged commit 66f8a99 into main Dec 18, 2024
6 checks passed
@MariusStorhaug MariusStorhaug deleted the teams branch December 18, 2024 22:19
@github-actions
Copy link
Contributor

Module [GitHub - v0.11.19] published to the PowerShell Gallery.

@github-actions
Copy link
Contributor

GitHub release for GitHub v0.11.19 has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

🩹 [Patch]: Wrap the Get-GitHubTeam* functions to a single Get-GitHubTeam with parametersets 🩹 [Patch]: Allow piping teams from get to remove

2 participants