Open
Conversation
Add 5 features from the API gap analysis backlog (Tier 1): - Labels CRUD: Get/New/Update/Remove-GitlabLabel (project + group) - Tags: Get/New/Remove-GitlabTag with search and sort - Releases write: New/Update/Remove-GitlabRelease (extends read-only) - Milestones write: New/Update/Remove-GitlabMilestone (project + group) - Pipeline cancel: Stop-GitlabPipeline Each feature includes cmdlet implementation, Pester v5 tests, and PlatyPS documentation. https://claude.ai/code/session_01Jb3vMehUZu7CXt2STPpucq
- Create Labels doc files (Get/New/Update/Remove-GitlabLabel.md) - Update Labels, Tags, Releases, Milestones, Pipelines READMEs with cmdlet tables - Add Labels, Tags entries and new cmdlets to _sidebar.md - Add Labels, Tags categories to docs/README.md - Add Labels, Tags to CategoryDescriptions in Update-Help.ps1 - Update Releases description from "View" to "Manage" https://claude.ai/code/session_01Jb3vMehUZu7CXt2STPpucq
Replace {{ Fill in the Description }} placeholders across Label,
Milestone, and Tag documentation with actual descriptions.
Includes regenerated help output from Update-Help.
15f3a8d to
461afbd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add 5 features from the API gap analysis backlog (Tier 1):
Each feature includes cmdlet implementation, Pester v5 tests,
and PlatyPS documentation.
https://claude.ai/code/session_01Jb3vMehUZu7CXt2STPpucq