From e1577f4510feca8cf58624322964c57b4e1c5683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Cellary?= Date: Wed, 12 Nov 2025 13:45:29 +0100 Subject: [PATCH] Added _sdc_repository to commit comments --- setup.py | 2 +- tap_github/schemas/commit_comments.json | 221 ++++++++++++------------ 2 files changed, 113 insertions(+), 110 deletions(-) diff --git a/setup.py b/setup.py index c4e19738..2cbde148 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tap-github', - version='2.0.12', + version='2.0.13', description='Singer.io tap for extracting data from the GitHub API', author='Stitch', url='http://singer.io', diff --git a/tap_github/schemas/commit_comments.json b/tap_github/schemas/commit_comments.json index 408448dc..3c8679ef 100644 --- a/tap_github/schemas/commit_comments.json +++ b/tap_github/schemas/commit_comments.json @@ -1,114 +1,117 @@ { - "type": ["null", "object"], - "properties": { - "html_url": { - "type": ["null", "string"] - }, - "url": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "number"] - }, - "node_id": { - "type": ["null", "string"] - }, - "body": { - "type": ["null", "string"] - }, - "path": { - "type": ["null", "string"] - }, - "position": { - "type": ["null", "number"] - }, - "line": { - "type": ["null", "number"] - }, - "commit_id": { - "type": ["null", "string"] - }, - "user": { - "type": ["null", "object"], - "properties": { - "name": { - "type": ["null", "string"] - }, - "email": { - "type": ["null", "string"] - }, - "login": { - "type": ["null", "string"] - }, - "id": { - "type": ["null", "number"] - }, - "node_id": { - "type": ["null", "string"] - }, - "avatar_url": { - "type": ["null", "string"] - }, - "gravatar_id": { - "type": ["null", "string"] - }, - "url": { - "type": ["null", "string"] - }, - "html_url": { - "type": ["null", "string"] - }, - "followers_url": { - "type": ["null", "string"] - }, - "following_url": { - "type": ["null", "string"] - }, - "gists_url": { - "type": ["null", "string"] - }, - "starred_url": { - "type": ["null", "string"] - }, - "subscriptions_url": { - "type": ["null", "string"] - }, - "organizations_url": { - "type": ["null", "string"] - }, - "repos_url": { - "type": ["null", "string"] - }, - "events_url": { - "type": ["null", "string"] - }, - "received_events_url": { - "type": ["null", "string"] - }, - "type": { - "type": ["null", "string"] - }, - "site_admin": { - "type": ["null", "boolean"] - }, - "starred_at": { - "type": ["null", "string"] - } + "type": ["null", "object"], + "properties": { + "html_url": { + "type": ["null", "string"] + }, + "url": { + "type": ["null", "string"] + }, + "id": { + "type": ["null", "number"] + }, + "node_id": { + "type": ["null", "string"] + }, + "body": { + "type": ["null", "string"] + }, + "path": { + "type": ["null", "string"] + }, + "position": { + "type": ["null", "number"] + }, + "line": { + "type": ["null", "number"] + }, + "commit_id": { + "type": ["null", "string"] + }, + "user": { + "type": ["null", "object"], + "properties": { + "name": { + "type": ["null", "string"] + }, + "email": { + "type": ["null", "string"] + }, + "login": { + "type": ["null", "string"] + }, + "id": { + "type": ["null", "number"] + }, + "node_id": { + "type": ["null", "string"] + }, + "avatar_url": { + "type": ["null", "string"] + }, + "gravatar_id": { + "type": ["null", "string"] + }, + "url": { + "type": ["null", "string"] + }, + "html_url": { + "type": ["null", "string"] + }, + "followers_url": { + "type": ["null", "string"] + }, + "following_url": { + "type": ["null", "string"] + }, + "gists_url": { + "type": ["null", "string"] + }, + "starred_url": { + "type": ["null", "string"] + }, + "subscriptions_url": { + "type": ["null", "string"] + }, + "organizations_url": { + "type": ["null", "string"] + }, + "repos_url": { + "type": ["null", "string"] + }, + "events_url": { + "type": ["null", "string"] + }, + "received_events_url": { + "type": ["null", "string"] + }, + "type": { + "type": ["null", "string"] + }, + "site_admin": { + "type": ["null", "boolean"] + }, + "starred_at": { + "type": ["null", "string"] } - }, - "created_at": { - "type": ["null", "string"], - "format": "date-time" - }, - "updated_at": { - "type": ["null", "string"], - "format": "date-time" - }, - "author_association": { - "type": ["null", "string"] - }, - "reactions": { - "$ref": "shared/reactions.json#/" } + }, + "created_at": { + "type": ["null", "string"], + "format": "date-time" + }, + "updated_at": { + "type": ["null", "string"], + "format": "date-time" + }, + "author_association": { + "type": ["null", "string"] + }, + "reactions": { + "$ref": "shared/reactions.json#/" + }, + "_sdc_repository": { + "type": ["string"] } + } }