Leonardo Luz Almeida

Results 11 issues of Leonardo Luz Almeida

This PR implements the Server-Side Apply [proposal](https://github.com/argoproj/argo-cd/blob/master/docs/proposals/server-side-apply.md). Achieved goals: * [x] [[G-1] Fine grained configuration](https://github.com/argoproj/argo-cd/blob/master/docs/proposals/server-side-apply.md#g-1-fine-grained-configuration) * [x] [[G-2] Strategic merge patch while diffing](https://github.com/argoproj/argo-cd/blob/master/docs/proposals/server-side-apply.md#g-2-strategic-merge-patch-while-diffing) * [ ] [[G-3] Admission Controllers compatibility](https://github.com/argoproj/argo-cd/blob/master/docs/proposals/server-side-apply.md#g-3-admission-controllers-compatibility)...

## Summary Today, when AnalysisRun fails it returns the message with the string "Error" to the user. We should improve Rollouts error handling to provide a better message. Consider the...

bug

# Summary Argo CD UI should help users to easily visualize which container is failing. # Motivation More and more Pods are running with several init-containers and sidecars. Given this...

enhancement

I can't seem to get it working in my setup. Im getting the following error from lsp logs in Neovim: `[ERROR][2021-12-08 15:04:28] .../vim/lsp/rpc.lua:417 "rpc" "golangci-lint-langserver" "stderr" "unexpected end of JSON...

Address the problem with STS tokens getting invalidated by expired AWS session tokens. This causes Argo CD to eventually fail with error: "the server has asked for the client to...

### Describe the bug I work on the Argo CD project which is mainly Go development. I noticed an increasing lag (moving the cursor around the file) depending on the...

performance

Thank you for your work on this great extension! I'd like to configure the search_log_content function to grep on commit messages instead of commit content. I read your doc but...

Hi and thank you for this gh-action! I am looking at your implementation and it seems that it won't fail the CI job if an API breaking change is found....

The metrics extension depends on a complex json object that should be added as a string field named as `config.json` in the configmap `argocd-metrics-server-configmap`. As today the expected json format...

As explained [in this issue](https://github.com/leoluz/nvim-dap-go/issues/80#issuecomment-2082055692) it wasn't possible to launch the debugee (go application or test to be debugged) in projects where the `go.mod` is not in the cwd when...