pipecd
pipecd copied to clipboard
The One CD for All {applications, platforms, operations}
**What this PR does**: - Install react query v4 - Add Auth Context - Remove redux `module/me` **Why we need it**: - AuthContext to replace module/me in redux storage. -...
**What would you like to be added**: Support managing SQL as stage in the plugin architecture PipeCD **Why is this needed**:
I have investigated about the problem, https://github.com/pipe-cd/pipecd/blob/c1ca195128301d0b12ad69971c28b8c702e7aacb/pkg/app/piped/platformprovider/cloudrun/client.go#L94-L96 The issue was that when calling `svc.ReplaceService(name, svcCfg)`, the tags associated with revisions in the traffic configuration were being lost. To fix this,...
**What would you like to be added**: This issue tracks tasks of documentation of the guide for *developing a plugin*. When a new task or PR emerges, please add/link it...
**What happened**: When trying to deploy a Cloud Run Job with PipeCD, the following error is returned: `spec.template.spec.containers` was missing It appears that the current implementation of PipeCD only supports...
**What would you like to be added**: Support the Kubernetes platform in the plugin architecture. **TODO** - [x] deployment - [x] stages - [x] K8S_SYNC - [x] #5792 - [x]...
**What would you like to be added**: We want to show the Sync status for the application managed by pipedv1 (for plugin architecture). **features** - show sync status icon by...
**What would you like to be added**: We want to show the Livestate for the application managed by pipedv1 (for plugin architecture). Especially showing the Livestate for each deploy target....
**What would you like to be added**: This issue tracks tasks of documentation of the user guide to the pipedv1. When a new task or PR emerges, please add/link it...
**What would you like to be added**: This issue tracks ALL tasks for migrating to the pipedv1. When a new task or PR emerges, please add/link it to this PR....