Skip to content
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

crawler: Fix target branch field not set on ChangeEvent Docs #1066

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

morucci
Copy link
Collaborator

@morucci morucci commented Sep 29, 2023

This change fixes an issue that happen when filtering by branch in the search query then resulting graphs are empty. This was because most of the graph related metrics computation relies on the ChangeEvent docs. Adding the missing field fixes that issue.

fix #1065

This change fixes an issue that happen when filtering by branch in the
search query then resulting graphs are empty. This was because most
of the graph related metrics computation relies on the ChangeEvent
docs. Adding the missing field fixes that issue.

fix change-metrics#1065
@TristanCacqueray TristanCacqueray added the merge me Trigger the merge process label Sep 29, 2023
@mergify mergify bot merged commit ce0028f into change-metrics:master Sep 29, 2023
6 checks passed
@leonid-deriv
Copy link

leonid-deriv commented Sep 29, 2023

Is a new docker image available or I need to build it by myself? I do not see changes in the log

Ignore my question - I can get your latest image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Trigger the merge process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Target branch in the ChangeMergedEvent
3 participants