Catesta icon indicating copy to clipboard operation
Catesta copied to clipboard

Catesta is a PowerShell module and vault project generator. It uses templates to rapidly scaffold test and build integration for a variety of CI/CD platforms.

Results 15 Catesta issues
Sort by recently updated
recently updated
newest added

### Description An overhauled version of platyPS is [now available](https://devblogs.microsoft.com/powershell/announcing-platyps-2-0-0-preview1/). Evaluate this new version and determine if it resolves some of the help creation issues previosly faced allowing for an...

enhancement
On Hold

### Description As part of getting started with Catesta, I had to dig through the code base to find where to import the module dependencies for my PowerShell module. I...

enhancement
discussion

### Description This is more of a nit FR, but it would be performant to leverage the platyPS `Update-MarkdownHelp` function over the `New-MarkdownHelp` function when generating documentation. Update-MarkdownHelp doc: https://github.com/PowerShell/platyPS/blob/master/docs/Update-MarkdownHelp.md...

enhancement

Octopus Deploy is a Ci CD Tool that has its origins firmly in the land of PowerShell and still keeps it firmly in mind to this day. Whilst they did...

enhancement
help wanted

### Description If you test the individually and then build the module you aren't accurately testing the code that you're shipping, simple things like $script: or $global: variables may be...

enhancement
discussion

### Description [Assert-MockCalled](https://pester.dev/docs/commands/Assert-MockCalled) is being deprecated in Pester 5: > THIS COMMAND IS OBSOLETE AND WILL BE REMOVED SOMEWHERE DURING v5 LIFETIME, USE Should -Invoke INSTEAD. ### Describe the solution...

enhancement

### Description Catesta does not support a namespaced module name (ex. `MyModule.Utils`) ### Describe the solution you'd like Simply support module names with a dot/period. ### Describe any alternatives you've...

enhancement

### Description Extending the scaffolding to offer some additional convenience features in the build would be nice. Any additional features would presumably exist as additional items in the module generation...

enhancement

### Description GitLab 17 is being released May 16 and includes several breaking changes. https://about.gitlab.com/blog/2024/04/10/a-guide-to-the-high-impact-breaking-changes-in-gitlab-17-0/ ### Describe the solution you'd like Review the blog post and determine if any changes...

enhancement

### Description CodeBuild now supports sourcing from GitLab based projects: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-source.html ### Describe the solution you'd like Add CFN support for CodeBuild projects to be triggered from GitLab

enhancement