Arlo Belshee

Results 11 comments of Arlo Belshee

Additionally, when I try to commit with sourcetree, I get a failure inside of lint-staged. I assume this is also a case of passing in the subdirectory and expecting it...

Please accept this PR. I need it for a different reason: unit testing. I want to write tests for my ADO config code. They run against a plan output. When...

> Hi @phillebaba You are right, the PAT need a minimal public permissions, can you generate a minimal permission PAT? My understanding is the PAT must be a real token...

This is critical for unit testing. My unit tests do not run against any actual resources. in fact, I would like them to fail if they do attempt to access...

The problem is that I need to perform unit testing. So I'm testing some module, for example: Module's main: ``` resource "azuredevops_project" "project" { # Content and settings... } resource...

To be clear, one of my explicit goals is that the unit tests don't need any credentials at all - not even a fake. If absolutely necessary, I'd be possibly...

Seems like one good solution to this would be CodePipeline integration. If CodePipeline were monitoring the repo and triggering the builds, then people could define all the sequential and parallel...

Possibly. I'm familiar with vue3, but I'm new to both vitepress and decapcms. So I've a lot of learning curve. I was trying to set up an instance using a...

Yikes! Happy to fix. Can you send me a pull request with these changes?