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:53 UTC

[beam] branch master updated (8a30d6e -> cb81186)

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

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


    from 8a30d6e  Merge pull request #6895: Add Code Velocity dashboard json
     add c8b16c8  Add script to sync data for Beam GitHub community metrics.
     add 66ba128  Address PR comments.
     add abfcba1  Fix unittests
     add 6323131  Address PR changes
     new cb81186  Merge pull request #6880: [BEAM-5836] Add script to sync data for Beam GitHub community metrics.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .test-infra/metrics/beamgrafana-deploy.yaml        |  24 ++
 .test-infra/metrics/docker-compose.yml             |  13 +
 .../metrics/sync/github}/.pylintrc                 |   2 +
 .../metrics/sync/{jira => github}/Dockerfile       |   3 +-
 .../metrics/sync/{jenkins => github}/README.md     |   5 +-
 .test-infra/metrics/sync/github/ghutilities.py     |  33 ++
 .test-infra/metrics/sync/github/queries.py         | 116 ++++++
 .../sync/{jenkins => github}/requirements.txt      |   1 +
 .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, 666 insertions(+), 8 deletions(-)
 copy {sdks/python => .test-infra/metrics/sync/github}/.pylintrc (98%)
 copy .test-infra/metrics/sync/{jira => github}/Dockerfile (95%)
 copy .test-infra/metrics/sync/{jenkins => github}/README.md (76%)
 create mode 100644 .test-infra/metrics/sync/github/ghutilities.py
 create mode 100644 .test-infra/metrics/sync/github/queries.py
 copy .test-infra/metrics/sync/{jenkins => github}/requirements.txt (99%)
 create mode 100644 .test-infra/metrics/sync/github/sync.py
 create mode 100644 .test-infra/metrics/sync/github/sync_test.py


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

Posted by sc...@apache.org.
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(-)