You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ki...@apache.org on 2022/06/13 19:14:48 UTC

[beam] branch master updated (ca27853eb1c -> 8a779c0516f)

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

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


    from ca27853eb1c [BEAM-14532] Add integration testing to fhirio Read transform (#17803)
     new 9c4ce1b8526 Stop collecting jira metrics
     new f51a0972fe3 Move to contains notation
     new 0ef6d958041 Merge in master changes
     new a83cace31a3 fix query to get all updated issues
     new 8a779c0516f Merge pull request #21775 from damccorm/users/damccorm/removeJiraMetrics

The 36215 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/README.md                      |   3 +-
 .test-infra/metrics/build.gradle                   |   1 -
 .../metrics/build_and_publish_containers.sh        |   2 -
 .test-infra/metrics/docker-compose.yml             |  12 -
 .../grafana/dashboards/post-commit_tests.json      |   2 +-
 .../metrics/kubernetes/beamgrafana-deploy.yaml     |  20 --
 .test-infra/metrics/sync/github/queries.py         |   2 +-
 .test-infra/metrics/sync/jira/Dockerfile           |  29 ---
 .test-infra/metrics/sync/jira/README.md            |  27 ---
 .test-infra/metrics/sync/jira/requirements.txt     |  18 --
 .test-infra/metrics/sync/jira/syncjira.py          | 247 ---------------------
 11 files changed, 3 insertions(+), 360 deletions(-)
 delete mode 100644 .test-infra/metrics/sync/jira/Dockerfile
 delete mode 100644 .test-infra/metrics/sync/jira/README.md
 delete mode 100644 .test-infra/metrics/sync/jira/requirements.txt
 delete mode 100644 .test-infra/metrics/sync/jira/syncjira.py