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

🎉 Source Github: use GraphQL for pull_request_stats stream #13763

Merged
merged 18 commits into from
Jun 16, 2022

Commits on Jun 14, 2022

  1. use graphql for PullRequestStats stream

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5a24ba6 View commit details
    Browse the repository at this point in the history
  2. databaseId, id - added

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    62897e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. more fields added

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2d79bac View commit details
    Browse the repository at this point in the history
  2. review_comments added

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    19fb024 View commit details
    Browse the repository at this point in the history
  3. mergedBy added

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    61d2dd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6bb294 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6986aae View commit details
    Browse the repository at this point in the history
  6. github_schema.py added

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    624ba57 View commit details
    Browse the repository at this point in the history
  7. simplify logic

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2480b84 View commit details
    Browse the repository at this point in the history
  8. rebaseable -> can_be_rebased, mergeable_state -> merge_state_status

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d2e2078 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. merged_by added

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c081fda View commit details
    Browse the repository at this point in the history
  2. pull_request_stats.json updated

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    81d90ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d1b52f View commit details
    Browse the repository at this point in the history
  4. bump version

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9d9965e View commit details
    Browse the repository at this point in the history
  5. simplify query

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2012efb View commit details
    Browse the repository at this point in the history
  6. mergeable boolean -> string

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a07d46b View commit details
    Browse the repository at this point in the history
  7. is_sorted = "asc" added

    Signed-off-by: Sergey Chvalyuk <[email protected]>
    grubberr committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6408e65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5ce0ef View commit details
    Browse the repository at this point in the history