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/17 20:36:27 UTC

[beam] branch master updated (8142643 -> a77b3e1)

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 8142643  Merge pull request #6670: [BEAM-1081] Annotations custom message support and classes tests.
     add 9066d82  Add Jira data to Beam Metrics dashboard.
     add a77b3e1  Merge pull request #6711: [BEAM-5240] Add Jira data to Beam post-commits dashboard

No new revisions were added by this update.

Summary of changes:
 .test-infra/metrics/README.md                      |  13 +-
 .test-infra/metrics/beamgrafana-deploy.yaml        |  79 ++++---
 .test-infra/metrics/docker-compose.yml             |  12 +
 .test-infra/metrics/sync/jenkins/syncjenkins.py    |   6 +-
 .../metrics/sync/{jenkins => jira}/Dockerfile      |   2 +-
 .../metrics/sync/{jenkins => jira}/README.md       |  10 +-
 .../sync/{jenkins => jira}/requirements.txt        |   0
 .test-infra/metrics/sync/jira/syncjira.py          | 242 +++++++++++++++++++++
 8 files changed, 326 insertions(+), 38 deletions(-)
 copy .test-infra/metrics/sync/{jenkins => jira}/Dockerfile (97%)
 copy .test-infra/metrics/sync/{jenkins => jira}/README.md (64%)
 copy .test-infra/metrics/sync/{jenkins => jira}/requirements.txt (100%)
 create mode 100644 .test-infra/metrics/sync/jira/syncjira.py