airbyte-source-github 2.1.15.dev202603182232__tar.gz → 2.1.16.dev202603190200__tar.gz
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-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/PKG-INFO +1 -1
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/pyproject.toml +1 -1
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/spec.json +21 -28
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/README.md +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/__init__.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/backoff_strategies.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/config_migrations.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/constants.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/errors_handlers.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/github_schema.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/graphql.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/run.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/assignees.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/branches.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/collaborators.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/comments.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/commit_comment_reactions.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/commit_comments.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/commits.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/contributor_activity.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/deployments.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/events.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/issue_comment_reactions.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/issue_events.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/issue_labels.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/issue_milestones.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/issue_reactions.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/issue_timeline_events.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/issues.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/organizations.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/project_cards.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/project_columns.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/projects.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/projects_v2.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/pull_request_comment_reactions.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/pull_request_commits.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/pull_request_stats.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/pull_requests.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/releases.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/repositories.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/review_comments.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/reviews.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/events/comment.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/events/commented.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/events/committed.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/events/cross_referenced.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/events/reviewed.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/reaction.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/reactions.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/user.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/shared/user_graphql.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/stargazers.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/tags.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/team_members.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/team_memberships.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/teams.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/users.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/workflow_jobs.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/workflow_runs.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/schemas/workflows.json +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/source.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/streams.py +0 -0
- {airbyte_source_github-2.1.15.dev202603182232 → airbyte_source_github-2.1.16.dev202603190200}/source_github/utils.py +0 -0
|
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
|
|
|
3
3
|
build-backend = "poetry.core.masonry.api"
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
|
-
version = "2.1.
|
|
6
|
+
version = "2.1.16.dev.202603190200"
|
|
7
7
|
name = "airbyte-source-github"
|
|
8
8
|
description = "Source implementation for GitHub."
|
|
9
9
|
authors = [ "Airbyte <contact@airbyte.io>",]
|
|
@@ -150,34 +150,27 @@
|
|
|
150
150
|
"predicate_value": "OAuth Credentials",
|
|
151
151
|
"oauth_config_specification": {
|
|
152
152
|
"oauth_connector_input_specification": {
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
},
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
]
|
|
175
|
-
},
|
|
176
|
-
"extract_output": {
|
|
177
|
-
"type": "array",
|
|
178
|
-
"const": ["access_token"]
|
|
179
|
-
}
|
|
180
|
-
}
|
|
153
|
+
"consent_url": "https://github.com/login/oauth/authorize?client_id={{client_id_value}}&redirect_uri={{redirect_uri_value}}&state={{state_value}}&scope={{scopes_value | urlencode}}",
|
|
154
|
+
"access_token_url": "https://github.com/login/oauth/access_token",
|
|
155
|
+
"access_token_headers": {
|
|
156
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
157
|
+
},
|
|
158
|
+
"access_token_params": {
|
|
159
|
+
"code": "{{ auth_code_value }}",
|
|
160
|
+
"client_id": "{{ client_id_value }}",
|
|
161
|
+
"client_secret": "{{ client_secret_value }}",
|
|
162
|
+
"redirect_uri": "{{ redirect_uri_value }}"
|
|
163
|
+
},
|
|
164
|
+
"scopes": [
|
|
165
|
+
{"scope": "repo"},
|
|
166
|
+
{"scope": "read:org"},
|
|
167
|
+
{"scope": "read:repo_hook"},
|
|
168
|
+
{"scope": "read:user"},
|
|
169
|
+
{"scope": "read:project"},
|
|
170
|
+
{"scope": "read:discussion"},
|
|
171
|
+
{"scope": "workflow"}
|
|
172
|
+
],
|
|
173
|
+
"extract_output": ["access_token"]
|
|
181
174
|
},
|
|
182
175
|
"complete_oauth_output_specification": {
|
|
183
176
|
"type": "object",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|