You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2018/10/31 00:01:54 UTC

[beam] 01/01: Merge pull request #6880: [BEAM-5836] Add script to sync data for Beam GitHub community metrics.

This is an automated email from the ASF dual-hosted git repository.

scott pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit cb8118694fc1cccd6b0d3994404595f41bdd0616
Merge: 8a30d6e 6323131
Author: Scott Wegner <sc...@apache.org>
AuthorDate: Tue Oct 30 17:01:46 2018 -0700

    Merge pull request #6880: [BEAM-5836] Add script to sync data for Beam GitHub community metrics.

 .test-infra/metrics/beamgrafana-deploy.yaml      |  24 ++
 .test-infra/metrics/docker-compose.yml           |  13 +
 .test-infra/metrics/sync/github/.pylintrc        | 174 ++++++++++
 .test-infra/metrics/sync/github/Dockerfile       |  29 ++
 .test-infra/metrics/sync/github/README.md        |  24 ++
 .test-infra/metrics/sync/github/ghutilities.py   |  33 ++
 .test-infra/metrics/sync/github/queries.py       | 116 +++++++
 .test-infra/metrics/sync/github/requirements.txt |  19 +
 .test-infra/metrics/sync/github/sync.py          | 421 +++++++++++++++++++++++
 .test-infra/metrics/sync/github/sync_test.py     |  33 ++
 .test-infra/metrics/sync/jenkins/syncjenkins.py  |  12 +-
 .test-infra/metrics/sync/jira/syncjira.py        |  11 +-
 12 files changed, 903 insertions(+), 6 deletions(-)