[Tracker-discuss] [issue613] Commits notifications don't show up on bugs.p.o

Brett C. metatracker at psf.upfronthosting.co.za
Fri Mar 3 16:05:23 EST 2017


Brett C. added the comment:

No notifications for two PRs on https://bugs.python.org/issue29455. I checked the webhook payload for the 3.6 commit and GitHub got a 400:

Connection: close
Content-Length: 0
Content-Type: text/html; charset=utf-8
Date: Fri, 03 Mar 2017 20:58:19 GMT
Server: BaseHTTP/0.3 Python/2.6.6
Transfer-Encoding: chunked
Via: 1.1 psf.upfronthosting.co.za

The request was:

Request URL: https://bugs.python.org/pull_request
Request method: POST
content-type: application/json
Expect: 
User-Agent: GitHub-Hookshot/6b02022
X-GitHub-Delivery: 2076d100-0054-11e7-9584-1096a01ee5f0
X-GitHub-Event: push

{
  "ref": "refs/heads/3.6",
  "before": "21ce65aa67f0dc63002ab0a5fb21ef921cf5279e",
  "after": "9d07aceedabcdc9826489f8b9baffff056283bb3",
  "created": false,
  "deleted": false,
  "forced": false,
  "base_ref": null,
  "compare": "https://github.com/python/cpython/compare/21ce65aa67f0...9d07aceedabc",
  "commits": [
    {
      "id": "9d07aceedabcdc9826489f8b9baffff056283bb3",
      "tree_id": "bad6e533cdf6cdf15f9a6f5cda466e52e54d57b4",
      "distinct": true,
      "message": "bpo-29455: Mention coverage.py in trace module documentation (GH-435)\n\n(cherry picked from commit 5dfccb06dc513ae67fac5fee66356ad58a4de170)",
      "timestamp": "2017-03-03T12:58:17-08:00",
      "url": "https://github.com/python/cpython/commit/9d07aceedabcdc9826489f8b9baffff056283bb3",
      "author": {
        "name": "Brett Cannon",
        "email": "brettcannon at users.noreply.github.com",
        "username": "brettcannon"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply at github.com",
        "username": "web-flow"
      },
      "added": [

      ],
      "removed": [

      ],
      "modified": [
        "Doc/library/trace.rst"
      ]
    }
  ],
  "head_commit": {
    "id": "9d07aceedabcdc9826489f8b9baffff056283bb3",
    "tree_id": "bad6e533cdf6cdf15f9a6f5cda466e52e54d57b4",
    "distinct": true,
    "message": "bpo-29455: Mention coverage.py in trace module documentation (GH-435)\n\n(cherry picked from commit 5dfccb06dc513ae67fac5fee66356ad58a4de170)",
    "timestamp": "2017-03-03T12:58:17-08:00",
    "url": "https://github.com/python/cpython/commit/9d07aceedabcdc9826489f8b9baffff056283bb3",
    "author": {
      "name": "Brett Cannon",
      "email": "brettcannon at users.noreply.github.com",
      "username": "brettcannon"
    },
    "committer": {
      "name": "GitHub",
      "email": "noreply at github.com",
      "username": "web-flow"
    },
    "added": [

    ],
    "removed": [

    ],
    "modified": [
      "Doc/library/trace.rst"
    ]
  },
  "repository": {
    "id": 81598961,
    "name": "cpython",
    "full_name": "python/cpython",
    "owner": {
      "name": "python",
      "email": "",
      "login": "python",
      "id": 1525981,
      "avatar_url": "https://avatars0.githubusercontent.com/u/1525981?v=3",
      "gravatar_id": "",
      "url": "https://api.github.com/users/python",
      "html_url": "https://github.com/python",
      "followers_url": "https://api.github.com/users/python/followers",
      "following_url": "https://api.github.com/users/python/following{/other_user}",
      "gists_url": "https://api.github.com/users/python/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/python/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/python/subscriptions",
      "organizations_url": "https://api.github.com/users/python/orgs",
      "repos_url": "https://api.github.com/users/python/repos",
      "events_url": "https://api.github.com/users/python/events{/privacy}",
      "received_events_url": "https://api.github.com/users/python/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "private": false,
    "html_url": "https://github.com/python/cpython",
    "description": "The Python programming language",
    "fork": false,
    "url": "https://github.com/python/cpython",
    "forks_url": "https://api.github.com/repos/python/cpython/forks",
    "keys_url": "https://api.github.com/repos/python/cpython/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/python/cpython/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/python/cpython/teams",
    "hooks_url": "https://api.github.com/repos/python/cpython/hooks",
    "issue_events_url": "https://api.github.com/repos/python/cpython/issues/events{/number}",
    "events_url": "https://api.github.com/repos/python/cpython/events",
    "assignees_url": "https://api.github.com/repos/python/cpython/assignees{/user}",
    "branches_url": "https://api.github.com/repos/python/cpython/branches{/branch}",
    "tags_url": "https://api.github.com/repos/python/cpython/tags",
    "blobs_url": "https://api.github.com/repos/python/cpython/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/python/cpython/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/python/cpython/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/python/cpython/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/python/cpython/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/python/cpython/languages",
    "stargazers_url": "https://api.github.com/repos/python/cpython/stargazers",
    "contributors_url": "https://api.github.com/repos/python/cpython/contributors",
    "subscribers_url": "https://api.github.com/repos/python/cpython/subscribers",
    "subscription_url": "https://api.github.com/repos/python/cpython/subscription",
    "commits_url": "https://api.github.com/repos/python/cpython/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/python/cpython/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/python/cpython/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/python/cpython/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/python/cpython/contents/{+path}",
    "compare_url": "https://api.github.com/repos/python/cpython/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/python/cpython/merges",
    "archive_url": "https://api.github.com/repos/python/cpython/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/python/cpython/downloads",
    "issues_url": "https://api.github.com/repos/python/cpython/issues{/number}",
    "pulls_url": "https://api.github.com/repos/python/cpython/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/python/cpython/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/python/cpython/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/python/cpython/labels{/name}",
    "releases_url": "https://api.github.com/repos/python/cpython/releases{/id}",
    "deployments_url": "https://api.github.com/repos/python/cpython/deployments",
    "created_at": 1486754631,
    "updated_at": "2017-03-03T19:37:47Z",
    "pushed_at": 1488574698,
    "git_url": "git://github.com/python/cpython.git",
    "ssh_url": "git at github.com:python/cpython.git",
    "clone_url": "https://github.com/python/cpython.git",
    "svn_url": "https://github.com/python/cpython",
    "homepage": "https://www.python.org/",
    "size": 191699,
    "stargazers_count": 6378,
    "watchers_count": 6378,
    "language": "Python",
    "has_issues": false,
    "has_downloads": true,
    "has_wiki": false,
    "has_pages": false,
    "forks_count": 521,
    "mirror_url": null,
    "open_issues_count": 91,
    "forks": 521,
    "open_issues": 91,
    "watchers": 6378,
    "default_branch": "master",
    "stargazers": 6378,
    "master_branch": "master",
    "organization": "python"
  },
  "pusher": {
    "name": "brettcannon",
    "email": "brettcannon at users.noreply.github.com"
  },
  "organization": {
    "login": "python",
    "id": 1525981,
    "url": "https://api.github.com/orgs/python",
    "repos_url": "https://api.github.com/orgs/python/repos",
    "events_url": "https://api.github.com/orgs/python/events",
    "hooks_url": "https://api.github.com/orgs/python/hooks",
    "issues_url": "https://api.github.com/orgs/python/issues",
    "members_url": "https://api.github.com/orgs/python/members{/member}",
    "public_members_url": "https://api.github.com/orgs/python/public_members{/member}",
    "avatar_url": "https://avatars0.githubusercontent.com/u/1525981?v=3",
    "description": "Repositories related to the Python Programming language"
  },
  "sender": {
    "login": "brettcannon",
    "id": 54418,
    "avatar_url": "https://avatars3.githubusercontent.com/u/54418?v=3",
    "gravatar_id": "",
    "url": "https://api.github.com/users/brettcannon",
    "html_url": "https://github.com/brettcannon",
    "followers_url": "https://api.github.com/users/brettcannon/followers",
    "following_url": "https://api.github.com/users/brettcannon/following{/other_user}",
    "gists_url": "https://api.github.com/users/brettcannon/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/brettcannon/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/brettcannon/subscriptions",
    "organizations_url": "https://api.github.com/users/brettcannon/orgs",
    "repos_url": "https://api.github.com/users/brettcannon/repos",
    "events_url": "https://api.github.com/users/brettcannon/events{/privacy}",
    "received_events_url": "https://api.github.com/users/brettcannon/received_events",
    "type": "User",
    "site_admin": false
  },
  "distinct_commits": [
    {
      "id": "9d07aceedabcdc9826489f8b9baffff056283bb3",
      "tree_id": "bad6e533cdf6cdf15f9a6f5cda466e52e54d57b4",
      "distinct": true,
      "message": "bpo-29455: Mention coverage.py in trace module documentation (GH-435)\n\n(cherry picked from commit 5dfccb06dc513ae67fac5fee66356ad58a4de170)",
      "timestamp": "2017-03-03T12:58:17-08:00",
      "url": "https://github.com/python/cpython/commit/9d07aceedabcdc9826489f8b9baffff056283bb3",
      "author": {
        "name": "Brett Cannon",
        "email": "brettcannon at users.noreply.github.com",
        "username": "brettcannon"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply at github.com",
        "username": "web-flow"
      },
      "added": [

      ],
      "removed": [

      ],
      "modified": [
        "Doc/library/trace.rst"
      ]
    }
  ],
  "ref_name": "3.6"
}

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue613>
_______________________________________________________


More information about the Tracker-discuss mailing list