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

Add missing fields to streams #15

Open
nick-mccoy opened this issue Apr 10, 2018 · 2 comments
Open

Add missing fields to streams #15

nick-mccoy opened this issue Apr 10, 2018 · 2 comments

Comments

@nick-mccoy
Copy link
Contributor

nick-mccoy commented Apr 10, 2018

Following fields are missing from the streams:

  • Pull Requests
    [ '_links', 'assignee', 'assignees', 'author_association', 'base', 'comments_url', 'commits_url', 'diff_url', 'head', 'html_url', 'issue_url', 'labels', 'locked', 'merge_commit_sha', 'milestone', 'patch_url', 'requested_reviewers', 'requested_teams', 'review_comment_url', 'review_comments_url', 'statuses_url', ]
  • Reviews
    ['_links', 'author_association', 'submitted_at', 'user.avatar_url', 'user.events_url', 'user.followers_url', 'user.following_url', 'user.gists_url',
    'user.gravatar_id', 'user.html_url', 'user.organizations_url', 'user.received_events_url', 'user.repos_url', 'user.site_admin', 'user.starred_url', 'user.subscriptions_url', 'user.type', 'user.url']
  • Stargazers
    ['user.avatar_url', 'user.events_url', 'user.followers_url', 'user.following_url', 'user.gists_url', 'user.gravatar_id', 'user.html_url', 'user.login', 'user.organizations_url', 'user.received_events_url', 'user.repos_url', 'user.site_admin', 'user.starred_url', 'user.subscriptions_url', 'user.type', 'user.url']
  • Collaborators
    ['avatar_url', 'events_url', 'followers_url', 'following_url', 'gists_url', 'gravatar_id', 'html_url', 'organizations_url', 'permissions', 'received_events_url', 'repos_url', 'site_admin', 'starred_url', 'subscriptions_url']
  • Assignees
    ['avatar_url', 'events_url', 'followers_url', 'following_url', 'gists_url', 'gravatar_id', 'html_url', 'organizations_url', 'received_events_url', 'repos_url', 'site_admin', 'starred_url', 'subscriptions_url']
  • Commits
    ['author', 'commit.verification', 'committer']
  • Issues
    ['assignee', 'assignees', 'author_association', 'body', 'closed_at', 'comments', 'comments_url', 'created_at', 'events_url', 'html_url', 'labels', 'labels_url', 'locked', 'milestone', 'number', 'repository_url', 'state', 'title', 'url', 'user']
@nick-mccoy
Copy link
Contributor Author

Added fields to 'reviews' in #18 and fields to 'pull_requests' in #13

@sminnee
Copy link
Contributor

sminnee commented Jan 15, 2019

It's worth noting that if all these missing field were added that's a large volume of data with a lot of duplication, e.g. the detailed user metadata given on each commit. This notably affects issues, pull_requests, reviews

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

No branches or pull requests

2 participants