Michael Crenshaw

Results 775 comments of Michael Crenshaw

The easiest way to test the worst of the alignment issues (the conditions panel) is to intentionally add a typo to the source.repoURL field. I tested with that situation, looks...

@marcingy can you add [upgrade notes](https://github.com/argoproj/argo-cd/tree/master/docs/operator-manual/upgrading) explaining the change in behavior?

Can you detail how the sync waves would be configured? Could this also be solved by nesting apps-of-apps? i.e. have one app represent branch A and another app represent branch...

Still not sure I follow... Can you provide a full example with all 5 resources?

Are you sure the controller is on 2.12.4? Not sure how this line can throw a nil pointer exception: https://github.com/argoproj/argo-cd/blob/27d1e641b6ea99d9f4bf788c032aeaeefd782910/controller/state.go#L864

There's a general class of issues where "the gitops-engine cluster cache couldn't be populated." A common case is when lists take a long time, and the pagination token expires. When...

I wonder if we could also use Tilt to spin up the e2e test environment. Basically `make start-e2e-local`

![image](https://github.com/user-attachments/assets/2c5afc0b-bf42-4d37-81d9-a4237e51991e) I think all these should be independent. lint-ui shouldn't depend on lint, and all the other components shouldn't depend on lint. Even if lint fails, API server should still...

I like the idea of early feedback for linting failures, but yeah if that requires making it a prereq to other stuff, we should just make it on-demand instead.