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.
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
feat: show deployment status and timeline for helm apps deployed via gitops #3299
feat: show deployment status and timeline for helm apps deployed via gitops #3299
Changes from all commits
607876b
00b78b2
a349ee2
2c09f75
d8e0797
291b503
8a75c45
2576950
169c24c
4612591
27efa09
5183ef4
806a903
38e5e4f
2e01f43
6bd0213
faa50b8
2fd5ac1
fc871c0
843d6e5
cc82597
8c33456
b4fedfd
36ba898
03db26a
51414f1
760c237
41b2e8a
187f9ea
790cc53
dc9bf49
be64350
9bfbd84
9c94dd3
eb4f272
02ab39c
c6e270e
7e498b1
210a19b
2d8a0b3
0535762
4ccc227
d373a89
49fba84
62dfafc
198cd14
51bb13f
1a6ba39
80bd037
52b18f5
7c64d5a
3c46118
4120098
e431aef
07f372b
5f5213c
19e5ae0
e56bf69
e565a33
63fb492
b003c9d
7062fc7
d5b5b29
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
installed app id is already mapped with environment id
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.
I'm directly getting installedAppVersion from these two ids, hence saving one db call in which I would have needed to fetch installed apps from db then get env id from installed app object then pass env id to function
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.
need to check environment enforcer