fix(appset): Add token to enterprise client (#23240)#23455
Merged
gdsoumya merged 1 commit intoJun 18, 2025
Conversation
❌ Preview Environment undeployed from BunnyshellAvailable commands (reply to this comment):
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23455 +/- ##
=======================================
Coverage 60.21% 60.21%
=======================================
Files 343 343
Lines 59047 59055 +8
=======================================
+ Hits 35553 35559 +6
+ Misses 20645 20636 -9
- Partials 2849 2860 +11 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Collin Walker <cwalker@ancestry.com>
2a4bc12 to
87cbea5
Compare
Contributor
Author
|
we have built/tested this in our production and it fixed the issue |
gdsoumya
approved these changes
Jun 18, 2025
Member
gdsoumya
left a comment
There was a problem hiding this comment.
LGTM! Thank you for the fix.
Contributor
Author
|
@gdsoumya Do you know when this will be released (and what release)? |
Member
|
This will need to be back ported to release branch and then eventually released with future patch releases. I don't have an eta atm |
Member
|
/cherry-pick release-3.0 |
gdsoumya
pushed a commit
that referenced
this pull request
Jun 18, 2025
) (#23476) Signed-off-by: Collin Walker <cwalker@ancestry.com> Co-authored-by: Collin Walker <10523817+lets-call-n-walk@users.noreply.github.com> Co-authored-by: Collin Walker <cwalker@ancestry.com>
cjcocokrisp
pushed a commit
to cjcocokrisp/argo-cd
that referenced
this pull request
Jun 24, 2025
…j#23455) Signed-off-by: Collin Walker <cwalker@ancestry.com> Co-authored-by: Collin Walker <cwalker@ancestry.com>
enneitex
pushed a commit
to enneitex/argo-cd
that referenced
this pull request
Aug 24, 2025
…j#23455) Signed-off-by: Collin Walker <cwalker@ancestry.com> Co-authored-by: Collin Walker <cwalker@ancestry.com> Signed-off-by: enneitex <etienne.divet@gmail.com>
Mangaal
pushed a commit
to Mangaal/argo-cd
that referenced
this pull request
Sep 10, 2025
…j#23455) Signed-off-by: Collin Walker <cwalker@ancestry.com> Co-authored-by: Collin Walker <cwalker@ancestry.com> Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A change in how the token was passed, resulted in forgetting to pass the token to the enterprise client in the Pull Request Generator.
Checklist: