mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
* feat: server-side manifest generation for diff (#8145) Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * fix docs, mocks, ineffectual err Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * fix CMPs, ineffectual err Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * refactor Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * add unit tests Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * handle err Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * add size limits and inclusion filters Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * fix docs Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * fix errors, increase defaults Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * use quantity, wrap errors, add security fields to logs, deprecation warning Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * have e2e test use server side generation Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * nits Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * remove unused import Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * fix merge conflict Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * fix conflicts Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * fix e2e test Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * add deprecation/breaking change info Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * remove security logging stuff, will be in a separate PR Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * more specific docs Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> * add security logging Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>