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

[github pull requests] Add support for github pull requests #394

Closed
3 tasks done
aswanipranjal opened this issue Jul 6, 2018 · 0 comments · Fixed by #401
Closed
3 tasks done

[github pull requests] Add support for github pull requests #394

aswanipranjal opened this issue Jul 6, 2018 · 0 comments · Fixed by #401

Comments

@aswanipranjal
Copy link
Contributor

aswanipranjal commented Jul 6, 2018

Currently grimoire-elk supports parsing github issues data and is unable to parse pull requests data if fetched using perceval.
This issue is regarding added support to calculate enriched data for github pull requests.

To start, I think we have the following points to consider:-

  • We can fetch the pull_request data from perceval using the --category pull_request flag
  • We can have a different elasticsearch raw index to store the PR data fetched from perceval and similarly a different elasticsearch enriched index to store the PR enriched data
  • We need a github_pr backend for the raw as well as enriched index, in elk
@aswanipranjal aswanipranjal changed the title [github pull requests] Add support for github pull requests [github pull requests] Add enriched github PR data to calculate GMD metrics Jul 11, 2018
@aswanipranjal aswanipranjal changed the title [github pull requests] Add enriched github PR data to calculate GMD metrics [github pull requests] Add support for github pull requests Jul 11, 2018
@acs acs closed this as completed in #401 Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant