airbyte-source-github 1.5.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airbyte_source_github-1.5.7.dist-info/METADATA +144 -0
- airbyte_source_github-1.5.7.dist-info/RECORD +88 -0
- airbyte_source_github-1.5.7.dist-info/WHEEL +5 -0
- airbyte_source_github-1.5.7.dist-info/entry_points.txt +2 -0
- airbyte_source_github-1.5.7.dist-info/top_level.txt +3 -0
- integration_tests/__init__.py +0 -0
- integration_tests/abnormal_state.json +237 -0
- integration_tests/acceptance.py +16 -0
- integration_tests/configured_catalog.json +435 -0
- integration_tests/configured_catalog_full_refresh_test.json +415 -0
- integration_tests/invalid_config.json +5 -0
- integration_tests/sample_config.json +5 -0
- integration_tests/sample_state.json +137 -0
- source_github/__init__.py +27 -0
- source_github/config_migrations.py +106 -0
- source_github/constants.py +9 -0
- source_github/github_schema.py +41034 -0
- source_github/graphql.py +327 -0
- source_github/run.py +17 -0
- source_github/schemas/assignees.json +63 -0
- source_github/schemas/branches.json +48 -0
- source_github/schemas/collaborators.json +80 -0
- source_github/schemas/comments.json +104 -0
- source_github/schemas/commit_comment_reactions.json +4 -0
- source_github/schemas/commit_comments.json +53 -0
- source_github/schemas/commits.json +126 -0
- source_github/schemas/contributor_activity.json +109 -0
- source_github/schemas/deployments.json +77 -0
- source_github/schemas/events.json +63 -0
- source_github/schemas/issue_comment_reactions.json +4 -0
- source_github/schemas/issue_events.json +335 -0
- source_github/schemas/issue_labels.json +30 -0
- source_github/schemas/issue_milestones.json +61 -0
- source_github/schemas/issue_reactions.json +28 -0
- source_github/schemas/issue_timeline_events.json +1056 -0
- source_github/schemas/issues.json +281 -0
- source_github/schemas/organizations.json +197 -0
- source_github/schemas/project_cards.json +50 -0
- source_github/schemas/project_columns.json +38 -0
- source_github/schemas/projects.json +50 -0
- source_github/schemas/projects_v2.json +80 -0
- source_github/schemas/pull_request_comment_reactions.json +28 -0
- source_github/schemas/pull_request_commits.json +122 -0
- source_github/schemas/pull_request_stats.json +84 -0
- source_github/schemas/pull_requests.json +363 -0
- source_github/schemas/releases.json +126 -0
- source_github/schemas/repositories.json +313 -0
- source_github/schemas/review_comments.json +118 -0
- source_github/schemas/reviews.json +69 -0
- source_github/schemas/shared/events/comment.json +188 -0
- source_github/schemas/shared/events/commented.json +118 -0
- source_github/schemas/shared/events/committed.json +56 -0
- source_github/schemas/shared/events/cross_referenced.json +784 -0
- source_github/schemas/shared/events/reviewed.json +139 -0
- source_github/schemas/shared/reaction.json +27 -0
- source_github/schemas/shared/reactions.json +35 -0
- source_github/schemas/shared/user.json +59 -0
- source_github/schemas/shared/user_graphql.json +26 -0
- source_github/schemas/stargazers.json +19 -0
- source_github/schemas/tags.json +32 -0
- source_github/schemas/team_members.json +66 -0
- source_github/schemas/team_memberships.json +24 -0
- source_github/schemas/teams.json +50 -0
- source_github/schemas/users.json +63 -0
- source_github/schemas/workflow_jobs.json +109 -0
- source_github/schemas/workflow_runs.json +449 -0
- source_github/schemas/workflows.json +41 -0
- source_github/source.py +339 -0
- source_github/spec.json +179 -0
- source_github/streams.py +1678 -0
- source_github/utils.py +152 -0
- unit_tests/__init__.py +3 -0
- unit_tests/conftest.py +29 -0
- unit_tests/projects_v2_pull_requests_query.json +3 -0
- unit_tests/pull_request_stats_query.json +3 -0
- unit_tests/responses/contributor_activity_response.json +33 -0
- unit_tests/responses/graphql_reviews_responses.json +405 -0
- unit_tests/responses/issue_timeline_events.json +166 -0
- unit_tests/responses/issue_timeline_events_response.json +170 -0
- unit_tests/responses/projects_v2_response.json +45 -0
- unit_tests/responses/pull_request_comment_reactions.json +744 -0
- unit_tests/responses/pull_request_stats_response.json +317 -0
- unit_tests/test_migrations/test_config.json +8 -0
- unit_tests/test_migrations/test_new_config.json +8 -0
- unit_tests/test_multiple_token_authenticator.py +160 -0
- unit_tests/test_source.py +326 -0
- unit_tests/test_stream.py +1471 -0
- unit_tests/utils.py +78 -0
@@ -0,0 +1,166 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 6430295168,
|
4
|
+
"node_id": "LOE_lADODwFebM5HwC0kzwAAAAF_RoSA",
|
5
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/events/6430295168",
|
6
|
+
"actor": {
|
7
|
+
"login": "github",
|
8
|
+
"id": 9919,
|
9
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
10
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
11
|
+
"gravatar_id": "",
|
12
|
+
"url": "https://api.github.com/users/github",
|
13
|
+
"html_url": "https://github.com/github",
|
14
|
+
"followers_url": "https://api.github.com/users/github/followers",
|
15
|
+
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
16
|
+
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
17
|
+
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
18
|
+
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
19
|
+
"organizations_url": "https://api.github.com/users/github/orgs",
|
20
|
+
"repos_url": "https://api.github.com/users/github/repos",
|
21
|
+
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
22
|
+
"received_events_url": "https://api.github.com/users/github/received_events",
|
23
|
+
"type": "Organization",
|
24
|
+
"site_admin": false
|
25
|
+
},
|
26
|
+
"event": "locked",
|
27
|
+
"commit_id": null,
|
28
|
+
"commit_url": null,
|
29
|
+
"created_at": "2022-04-13T20:49:13Z",
|
30
|
+
"lock_reason": null,
|
31
|
+
"performed_via_github_app": null
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"id": 6430296748,
|
35
|
+
"node_id": "LE_lADODwFebM5HwC0kzwAAAAF_Roqs",
|
36
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/events/6430296748",
|
37
|
+
"actor": {
|
38
|
+
"login": "github-product-roadmap",
|
39
|
+
"id": 67656570,
|
40
|
+
"node_id": "MDQ6VXNlcjY3NjU2NTcw",
|
41
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/67656570?v=4",
|
42
|
+
"gravatar_id": "",
|
43
|
+
"url": "https://api.github.com/users/github-product-roadmap",
|
44
|
+
"html_url": "https://github.com/github-product-roadmap",
|
45
|
+
"followers_url": "https://api.github.com/users/github-product-roadmap/followers",
|
46
|
+
"following_url": "https://api.github.com/users/github-product-roadmap/following{/other_user}",
|
47
|
+
"gists_url": "https://api.github.com/users/github-product-roadmap/gists{/gist_id}",
|
48
|
+
"starred_url": "https://api.github.com/users/github-product-roadmap/starred{/owner}{/repo}",
|
49
|
+
"subscriptions_url": "https://api.github.com/users/github-product-roadmap/subscriptions",
|
50
|
+
"organizations_url": "https://api.github.com/users/github-product-roadmap/orgs",
|
51
|
+
"repos_url": "https://api.github.com/users/github-product-roadmap/repos",
|
52
|
+
"events_url": "https://api.github.com/users/github-product-roadmap/events{/privacy}",
|
53
|
+
"received_events_url": "https://api.github.com/users/github-product-roadmap/received_events",
|
54
|
+
"type": "User",
|
55
|
+
"site_admin": false
|
56
|
+
},
|
57
|
+
"event": "labeled",
|
58
|
+
"commit_id": null,
|
59
|
+
"commit_url": null,
|
60
|
+
"created_at": "2022-04-13T20:49:34Z",
|
61
|
+
"label": {
|
62
|
+
"name": "beta",
|
63
|
+
"color": "99dd88"
|
64
|
+
},
|
65
|
+
"performed_via_github_app": null
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"id": 6635165802,
|
69
|
+
"node_id": "RTE_lADODwFebM5HwC0kzwAAAAGLfJhq",
|
70
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/events/6635165802",
|
71
|
+
"actor": {
|
72
|
+
"login": "github-product-roadmap",
|
73
|
+
"id": 67656570,
|
74
|
+
"node_id": "MDQ6VXNlcjY3NjU2NTcw",
|
75
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/67656570?v=4",
|
76
|
+
"gravatar_id": "",
|
77
|
+
"url": "https://api.github.com/users/github-product-roadmap",
|
78
|
+
"html_url": "https://github.com/github-product-roadmap",
|
79
|
+
"followers_url": "https://api.github.com/users/github-product-roadmap/followers",
|
80
|
+
"following_url": "https://api.github.com/users/github-product-roadmap/following{/other_user}",
|
81
|
+
"gists_url": "https://api.github.com/users/github-product-roadmap/gists{/gist_id}",
|
82
|
+
"starred_url": "https://api.github.com/users/github-product-roadmap/starred{/owner}{/repo}",
|
83
|
+
"subscriptions_url": "https://api.github.com/users/github-product-roadmap/subscriptions",
|
84
|
+
"organizations_url": "https://api.github.com/users/github-product-roadmap/orgs",
|
85
|
+
"repos_url": "https://api.github.com/users/github-product-roadmap/repos",
|
86
|
+
"events_url": "https://api.github.com/users/github-product-roadmap/events{/privacy}",
|
87
|
+
"received_events_url": "https://api.github.com/users/github-product-roadmap/received_events",
|
88
|
+
"type": "User",
|
89
|
+
"site_admin": false
|
90
|
+
},
|
91
|
+
"event": "renamed",
|
92
|
+
"commit_id": null,
|
93
|
+
"commit_url": null,
|
94
|
+
"created_at": "2022-05-18T19:29:01Z",
|
95
|
+
"rename": {
|
96
|
+
"from": "Secret scanning: dry-runs for enterprise-level custom patterns (cloud)",
|
97
|
+
"to": "Secret scanning: dry-runs for enterprise-level custom patterns"
|
98
|
+
},
|
99
|
+
"performed_via_github_app": null
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/comments/1130876857",
|
103
|
+
"html_url": "https://github.com/github/roadmap/issues/493#issuecomment-1130876857",
|
104
|
+
"issue_url": "https://api.github.com/repos/github/roadmap/issues/493",
|
105
|
+
"id": 1130876857,
|
106
|
+
"node_id": "IC_kwDODwFebM5DZ8-5",
|
107
|
+
"user": {
|
108
|
+
"login": "octocat",
|
109
|
+
"id": 94867353,
|
110
|
+
"node_id": "U_kgDOBaePmQ",
|
111
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/94867353?v=4",
|
112
|
+
"gravatar_id": "",
|
113
|
+
"url": "https://api.github.com/users/octocat",
|
114
|
+
"html_url": "https://github.com/octocat",
|
115
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
116
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
117
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
118
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
119
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
120
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
121
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
122
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
123
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
124
|
+
"type": "User",
|
125
|
+
"site_admin": true
|
126
|
+
},
|
127
|
+
"created_at": "2022-05-19T00:52:15Z",
|
128
|
+
"updated_at": "2022-05-19T00:52:15Z",
|
129
|
+
"author_association": "COLLABORATOR",
|
130
|
+
"body": "🚢 Shipped to the cloud: https://github.blog/changelog/2022-05-12-secret-scanning-dry-runs-for-enterprise-level-custom-patterns/",
|
131
|
+
"reactions": {
|
132
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/comments/1130876857/reactions",
|
133
|
+
"total_count": 0,
|
134
|
+
"+1": 0,
|
135
|
+
"-1": 0,
|
136
|
+
"laugh": 0,
|
137
|
+
"hooray": 0,
|
138
|
+
"confused": 0,
|
139
|
+
"heart": 0,
|
140
|
+
"rocket": 0,
|
141
|
+
"eyes": 0
|
142
|
+
},
|
143
|
+
"performed_via_github_app": null,
|
144
|
+
"event": "commented",
|
145
|
+
"actor": {
|
146
|
+
"login": "octocat",
|
147
|
+
"id": 94867353,
|
148
|
+
"node_id": "U_kgDOBaePmQ",
|
149
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/94867353?v=4",
|
150
|
+
"gravatar_id": "",
|
151
|
+
"url": "https://api.github.com/users/octocat",
|
152
|
+
"html_url": "https://github.com/octocat",
|
153
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
154
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
155
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
156
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
157
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
158
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
159
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
160
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
161
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
162
|
+
"type": "User",
|
163
|
+
"site_admin": true
|
164
|
+
}
|
165
|
+
}
|
166
|
+
]
|
@@ -0,0 +1,170 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"repository": "airbytehq/airbyte",
|
4
|
+
"issue_number": 1,
|
5
|
+
"locked": {
|
6
|
+
"id": 6430295168,
|
7
|
+
"node_id": "LOE_lADODwFebM5HwC0kzwAAAAF_RoSA",
|
8
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/events/6430295168",
|
9
|
+
"actor": {
|
10
|
+
"login": "github",
|
11
|
+
"id": 9919,
|
12
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
|
13
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
|
14
|
+
"gravatar_id": "",
|
15
|
+
"url": "https://api.github.com/users/github",
|
16
|
+
"html_url": "https://github.com/github",
|
17
|
+
"followers_url": "https://api.github.com/users/github/followers",
|
18
|
+
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
19
|
+
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
20
|
+
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
21
|
+
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
22
|
+
"organizations_url": "https://api.github.com/users/github/orgs",
|
23
|
+
"repos_url": "https://api.github.com/users/github/repos",
|
24
|
+
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
25
|
+
"received_events_url": "https://api.github.com/users/github/received_events",
|
26
|
+
"type": "Organization",
|
27
|
+
"site_admin": false
|
28
|
+
},
|
29
|
+
"event": "locked",
|
30
|
+
"commit_id": null,
|
31
|
+
"commit_url": null,
|
32
|
+
"created_at": "2022-04-13T20:49:13Z",
|
33
|
+
"lock_reason": null,
|
34
|
+
"performed_via_github_app": null
|
35
|
+
},
|
36
|
+
"labeled": {
|
37
|
+
"id": 6430296748,
|
38
|
+
"node_id": "LE_lADODwFebM5HwC0kzwAAAAF_Roqs",
|
39
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/events/6430296748",
|
40
|
+
"actor": {
|
41
|
+
"login": "github-product-roadmap",
|
42
|
+
"id": 67656570,
|
43
|
+
"node_id": "MDQ6VXNlcjY3NjU2NTcw",
|
44
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/67656570?v=4",
|
45
|
+
"gravatar_id": "",
|
46
|
+
"url": "https://api.github.com/users/github-product-roadmap",
|
47
|
+
"html_url": "https://github.com/github-product-roadmap",
|
48
|
+
"followers_url": "https://api.github.com/users/github-product-roadmap/followers",
|
49
|
+
"following_url": "https://api.github.com/users/github-product-roadmap/following{/other_user}",
|
50
|
+
"gists_url": "https://api.github.com/users/github-product-roadmap/gists{/gist_id}",
|
51
|
+
"starred_url": "https://api.github.com/users/github-product-roadmap/starred{/owner}{/repo}",
|
52
|
+
"subscriptions_url": "https://api.github.com/users/github-product-roadmap/subscriptions",
|
53
|
+
"organizations_url": "https://api.github.com/users/github-product-roadmap/orgs",
|
54
|
+
"repos_url": "https://api.github.com/users/github-product-roadmap/repos",
|
55
|
+
"events_url": "https://api.github.com/users/github-product-roadmap/events{/privacy}",
|
56
|
+
"received_events_url": "https://api.github.com/users/github-product-roadmap/received_events",
|
57
|
+
"type": "User",
|
58
|
+
"site_admin": false
|
59
|
+
},
|
60
|
+
"event": "labeled",
|
61
|
+
"commit_id": null,
|
62
|
+
"commit_url": null,
|
63
|
+
"created_at": "2022-04-13T20:49:34Z",
|
64
|
+
"label": {
|
65
|
+
"name": "beta",
|
66
|
+
"color": "99dd88"
|
67
|
+
},
|
68
|
+
"performed_via_github_app": null
|
69
|
+
},
|
70
|
+
"renamed": {
|
71
|
+
"id": 6635165802,
|
72
|
+
"node_id": "RTE_lADODwFebM5HwC0kzwAAAAGLfJhq",
|
73
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/events/6635165802",
|
74
|
+
"actor": {
|
75
|
+
"login": "github-product-roadmap",
|
76
|
+
"id": 67656570,
|
77
|
+
"node_id": "MDQ6VXNlcjY3NjU2NTcw",
|
78
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/67656570?v=4",
|
79
|
+
"gravatar_id": "",
|
80
|
+
"url": "https://api.github.com/users/github-product-roadmap",
|
81
|
+
"html_url": "https://github.com/github-product-roadmap",
|
82
|
+
"followers_url": "https://api.github.com/users/github-product-roadmap/followers",
|
83
|
+
"following_url": "https://api.github.com/users/github-product-roadmap/following{/other_user}",
|
84
|
+
"gists_url": "https://api.github.com/users/github-product-roadmap/gists{/gist_id}",
|
85
|
+
"starred_url": "https://api.github.com/users/github-product-roadmap/starred{/owner}{/repo}",
|
86
|
+
"subscriptions_url": "https://api.github.com/users/github-product-roadmap/subscriptions",
|
87
|
+
"organizations_url": "https://api.github.com/users/github-product-roadmap/orgs",
|
88
|
+
"repos_url": "https://api.github.com/users/github-product-roadmap/repos",
|
89
|
+
"events_url": "https://api.github.com/users/github-product-roadmap/events{/privacy}",
|
90
|
+
"received_events_url": "https://api.github.com/users/github-product-roadmap/received_events",
|
91
|
+
"type": "User",
|
92
|
+
"site_admin": false
|
93
|
+
},
|
94
|
+
"event": "renamed",
|
95
|
+
"commit_id": null,
|
96
|
+
"commit_url": null,
|
97
|
+
"created_at": "2022-05-18T19:29:01Z",
|
98
|
+
"rename": {
|
99
|
+
"from": "Secret scanning: dry-runs for enterprise-level custom patterns (cloud)",
|
100
|
+
"to": "Secret scanning: dry-runs for enterprise-level custom patterns"
|
101
|
+
},
|
102
|
+
"performed_via_github_app": null
|
103
|
+
},
|
104
|
+
"commented": {
|
105
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/comments/1130876857",
|
106
|
+
"html_url": "https://github.com/github/roadmap/issues/493#issuecomment-1130876857",
|
107
|
+
"issue_url": "https://api.github.com/repos/github/roadmap/issues/493",
|
108
|
+
"id": 1130876857,
|
109
|
+
"node_id": "IC_kwDODwFebM5DZ8-5",
|
110
|
+
"user": {
|
111
|
+
"login": "octocat",
|
112
|
+
"id": 94867353,
|
113
|
+
"node_id": "U_kgDOBaePmQ",
|
114
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/94867353?v=4",
|
115
|
+
"gravatar_id": "",
|
116
|
+
"url": "https://api.github.com/users/octocat",
|
117
|
+
"html_url": "https://github.com/octocat",
|
118
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
119
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
120
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
121
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
122
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
123
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
124
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
125
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
126
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
127
|
+
"type": "User",
|
128
|
+
"site_admin": true
|
129
|
+
},
|
130
|
+
"created_at": "2022-05-19T00:52:15Z",
|
131
|
+
"updated_at": "2022-05-19T00:52:15Z",
|
132
|
+
"author_association": "COLLABORATOR",
|
133
|
+
"body": "🚢 Shipped to the cloud: https://github.blog/changelog/2022-05-12-secret-scanning-dry-runs-for-enterprise-level-custom-patterns/",
|
134
|
+
"reactions": {
|
135
|
+
"url": "https://api.github.com/repos/github/roadmap/issues/comments/1130876857/reactions",
|
136
|
+
"total_count": 0,
|
137
|
+
"+1": 0,
|
138
|
+
"-1": 0,
|
139
|
+
"laugh": 0,
|
140
|
+
"hooray": 0,
|
141
|
+
"confused": 0,
|
142
|
+
"heart": 0,
|
143
|
+
"rocket": 0,
|
144
|
+
"eyes": 0
|
145
|
+
},
|
146
|
+
"performed_via_github_app": null,
|
147
|
+
"event": "commented",
|
148
|
+
"actor": {
|
149
|
+
"login": "octocat",
|
150
|
+
"id": 94867353,
|
151
|
+
"node_id": "U_kgDOBaePmQ",
|
152
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/94867353?v=4",
|
153
|
+
"gravatar_id": "",
|
154
|
+
"url": "https://api.github.com/users/octocat",
|
155
|
+
"html_url": "https://github.com/octocat",
|
156
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
157
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
158
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
159
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
160
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
161
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
162
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
163
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
164
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
165
|
+
"type": "User",
|
166
|
+
"site_admin": true
|
167
|
+
}
|
168
|
+
}
|
169
|
+
}
|
170
|
+
]
|
@@ -0,0 +1,45 @@
|
|
1
|
+
{
|
2
|
+
"data": {
|
3
|
+
"repository": {
|
4
|
+
"name": "integration-test",
|
5
|
+
"owner": {
|
6
|
+
"login": "airbytehq"
|
7
|
+
},
|
8
|
+
"projectsV2": {
|
9
|
+
"nodes": [
|
10
|
+
{
|
11
|
+
"closed": false,
|
12
|
+
"created_at": "2023-09-25T18:34:52Z",
|
13
|
+
"closed_at": null,
|
14
|
+
"updated_at": "2023-09-25T18:35:45Z",
|
15
|
+
"creator": {
|
16
|
+
"avatarUrl": "https://avatars.githubusercontent.com/u/92915184?u=e53c87d81ec6fb0596bc0f75e12e84e8f0df8d83&v=4",
|
17
|
+
"login": "airbyteio",
|
18
|
+
"resourcePath": "/airbyteio",
|
19
|
+
"url": "https://github.com/airbyteio"
|
20
|
+
},
|
21
|
+
"node_id": "PVT_kwDOA4_XW84AV7NS",
|
22
|
+
"id": 5747538,
|
23
|
+
"number": 58,
|
24
|
+
"public": false,
|
25
|
+
"readme": "# Title\nintegration test project",
|
26
|
+
"short_description": "integration test project description",
|
27
|
+
"template": false,
|
28
|
+
"title": "integration test project",
|
29
|
+
"url": "https://github.com/orgs/airbytehq/projects/58",
|
30
|
+
"viewerCanClose": true,
|
31
|
+
"viewerCanReopen": true,
|
32
|
+
"viewerCanUpdate": true,
|
33
|
+
"owner": {
|
34
|
+
"id": "MDEyOk9yZ2FuaXphdGlvbjU5NzU4NDI3"
|
35
|
+
}
|
36
|
+
}
|
37
|
+
],
|
38
|
+
"pageInfo": {
|
39
|
+
"hasNextPage": false,
|
40
|
+
"endCursor": "MQ"
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|