Ren Goto (@ren510dev)

Results 7 comments of Ren Goto (@ren510dev)

Thank you for the reference link ! > I'd guess that Make is what is screwing it up. Make tends to tromp on environment variables when you call makefiles from...

I have also confirmed the same issue. My solution was to comment out the line `zi light b4b4r07/enhancd`. Additionally, I cloned the repository under `${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/.zi/plugins`. I reverted back to April...

@khanhtc1202 Sorry for replying so late. PipeCD Webhook seems to include the message "The deployment has been planned" in the `status_reason`, even in the notification of a successful deployment (application...

@khanhtc1202 Thank you for your comment, I think the plugin-based approach is an excellent idea! Regarding the current implementation: I see that it assumes only Cloud Run Services for now...

I see, I now understand the current implementation status. A plugin architecture seems to offer a more packaged solution that could help address these issues!

This issue stems from Cloud Run automatically determining the revision name based on the format `--`. Given the current specification, it is likely difficult to change the naming convention for...

It seems that the Cloud Run Service revision name is determined by PipeCD. - https://github.com/pipe-cd/pipecd/blob/7d4722fb9e741284b41149563fa16a34b1421c55/pkg/app/piped/platformprovider/cloudrun/servicemanifest.go#L156-L167 I think it's unnecessary to include the Cloud Run service name (i.e., the `name` field...