Saravanan Balasubramanian

Results 16 issues of Saravanan Balasubramanian

Provide flexibility to suspend and resume the Eventsource

enhancement

- [ ] 61211f9db fix: Add workflow failures before hooks run. Fixes #8882 (#9009) - [ ] f5f1a3438 fix: sync lock should be released only if we're retrying (#9063) -...

enhancement

Signed-off-by: Saravanan Balasubramanian Fixes #7366

# Summary ```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: demo- spec: arguments: parameters: - name: var valueFrom: expression: "name-{{=sprig.randAlphaNum(5)}}" ``` What change needs making? # Use Cases When would you...

type/feature
area/templating

If the user has part of a lot of groups. The bearer token is failed to be set as a cookie because it is crossing its size limit. ![image](https://user-images.githubusercontent.com/33908564/188675287-894fc9ab-a193-4f76-b892-19de71bb5e6e.png) ##...

enhancement

Signed-off-by: Saravanan Balasubramanian Fixes #TODO Please do not open a pull request until you have checked ALL of these: * [ ] Create the PR as draft . * [...

Fixes #TODO Please do not open a pull request until you have checked ALL of these: * [ ] Create the PR as draft . * [ ] Run `make...

# Summary The current ArgoCD extension supports only one extension per resource. `extension.js` will overwrite the previous one. What change needs making? # Use Cases When would you use this?...

enhancement

**Describe the bug** A clear and concise description of what the bug is. Edges: ```yaml edges: - from: input to: window - from: input to: input-output - from: window to:...

enhancement
area/ui