-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix(appcontroller): if a history limit is negative, automatically converted to 0 #22036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(appcontroller): if a history limit is negative, automatically converted to 0 #22036
Conversation
❗ Preview Environment undeploy from Bunnyshell failedSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
fix(appcontroller): if a history limit is negative, automatically converted to 0 Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
…oproj#21887) (argoproj#21936) Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
Signed-off-by: reggie-k <regina.voloshin@codefresh.io> Signed-off-by: Regina Voloshin <reginakagan@gmail.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
…abels (argoproj#22008) Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
…#21990) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
…rgoproj#21989) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
Signed-off-by: Isaac Gaskin <isaac.gaskin@circle.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
…rgoproj#21015) Signed-off-by: toyamagu2021 <toyamagu2021@gmail.com> Signed-off-by: toyamagu-2021 <toyamagu2021@gmail.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
Signed-off-by: nitishfy <justnitish06@gmail.com> Signed-off-by: Nitish Kumar <justnitish06@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
Signed-off-by: Surajyadav <harrypotter1108@gmail.com> Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
0a156f9
to
bb59553
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #22036 +/- ##
=========================================
Coverage ? 53.96%
=========================================
Files ? 342
Lines ? 57091
Branches ? 0
=========================================
Hits ? 30812
Misses ? 23692
Partials ? 2587 ☔ View full report in Codecov by Sentry. |
Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
@rumstead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the first contribution and bug fix! LGTM. Let's see if someone else with more familiarity can review as well.
…verted to 0 (argoproj#22036) Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
…verted to 0 (argoproj#22036) Signed-off-by: kingbj0429 <kingbj0429@lunit.io> Signed-off-by: Kanika Rana <krana@redhat.com>
…verted to 0 (argoproj#22036) Signed-off-by: kingbj0429 <kingbj0429@lunit.io> Signed-off-by: Oliver Gondža <ogondza@gmail.com>
…verted to 0 (argoproj#22036) Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
…verted to 0 (argoproj#22036) Signed-off-by: kingbj0429 <kingbj0429@lunit.io>
Related to #21691
There are two Expected Behaviors
I choose num 2.
Before
After
Checklist: