forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 3
feat(event-reporter): multi-sourced apps - resource git details reporting #352
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
Merged
oleksandr-codefresh
merged 29 commits into
release-2.12
from
CR-23668-multisource-details-reporting
Dec 3, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b777b89
event-reporter: created dedicated func resolveApplicationVersions
oleksandr-codefresh 2f4c9b3
event-reporter: added new types for variables grouping
oleksandr-codefresh 69b3edd
event-reporter: removed redundant code comment
oleksandr-codefresh 899313d
event-reporter(refactoring): params grouping, added new type ArgoTrac…
oleksandr-codefresh bcb573d
event-reporter(refactoring): params grouping, added new type Reported…
oleksandr-codefresh cceaa27
event-reporter(refactoring): params grouping, added new type Reported…
oleksandr-codefresh c5c0f08
event-reporter(refactoring): fixed nil pointer issues after refactoring
oleksandr-codefresh d27ef80
event-reporter(refactoring): fixed lint issue
oleksandr-codefresh c965145
event-reporter(refactoring): fixed lint issue
oleksandr-codefresh 194ce2e
event-reporter: added agroDb to ApplicationEventReporter
oleksandr-codefresh 31c0224
event-reporter: ObjectSource message proto extended to report operati…
oleksandr-codefresh 3408db6
event-reporter / utils: added func GetOperationRevisions
oleksandr-codefresh 673460c
event-reporter(non-grpc app client): added support of new query param…
oleksandr-codefresh a8ff5c0
event-reporter(getDesiredManifests): updated logic to retrieve appVer…
oleksandr-codefresh fb8e25f
event-reporter(resource source payload): added new field OperationSyn…
oleksandr-codefresh 23233d3
event-reporter(resource source payload): added new fields DestName, D…
oleksandr-codefresh 86c7b0e
event-reporter(resource source payload): added new field AppMultiSourced
oleksandr-codefresh 56d46f2
Merge branch 'release-2.12' of github.com:codefresh-io/argo-cd into C…
oleksandr-codefresh 3539bc7
event-reporter(resource source payload): added AppSourceIdx with sour…
oleksandr-codefresh ba5c91c
event-reporter: updated changelog
oleksandr-codefresh 5bf421c
event-reporter: fixed lint issues
oleksandr-codefresh 18f33aa
event-reporter: changes after pr review
oleksandr-codefresh 4e729b9
fix lint issue
oleksandr-codefresh 6f17e8b
reporter: fix lint issue
oleksandr-codefresh d780165
reporter: fix lint issue
oleksandr-codefresh de6b280
Merge branch 'release-2.12' of github.com:codefresh-io/argo-cd into C…
oleksandr-codefresh ac2eafd
updated changelog record
oleksandr-codefresh 06395af
event-reporter: refactored fields inside ObjectSource
oleksandr-codefresh 5d9da4f
event-reporter: added runtime version reporting with each event
oleksandr-codefresh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| ### Changes | ||
| - fix(event-reporter): fixed issue when if managed resource in degraded state and all of it child nodes in non-degraded state no error reported | ||
| - fix(event-reporter): fixed issue when if managed resource in degraded state and all of it child nodes in non-degraded state no error reported | ||
| - fix(repo-server): fixed repeated resources generation for ApplicationSourceTypeDirectory |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| ### Changes | ||
| - fix(event-reporter): fixed issue when if managed resource in degraded state and all of it child nodes in non-degraded state no error reported | ||
| ### Features | ||
| - feat(event-reporter): multisourced apps support improvements: reporting syncOperationRevisions, detecting correct resource sourceIdx, reporting correct git commit info |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.