airbyte-source-github 1.8.38__tar.gz → 1.8.39__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-1.8.38 → airbyte_source_github-1.8.39}/PKG-INFO +3 -3
- airbyte_source_github-1.8.39/pyproject.toml +48 -0
- airbyte_source_github-1.8.38/pyproject.toml +0 -44
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/README.md +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/__init__.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/backoff_strategies.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/config_migrations.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/constants.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/errors_handlers.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/github_schema.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/graphql.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/run.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/assignees.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/branches.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/collaborators.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/comments.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/commit_comment_reactions.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/commit_comments.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/commits.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/contributor_activity.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/deployments.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/events.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/issue_comment_reactions.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/issue_events.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/issue_labels.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/issue_milestones.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/issue_reactions.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/issue_timeline_events.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/issues.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/organizations.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/project_cards.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/project_columns.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/projects.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/projects_v2.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/pull_request_comment_reactions.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/pull_request_commits.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/pull_request_stats.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/pull_requests.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/releases.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/repositories.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/review_comments.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/reviews.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/events/comment.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/events/commented.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/events/committed.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/events/cross_referenced.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/events/reviewed.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/reaction.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/reactions.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/user.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/user_graphql.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/stargazers.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/tags.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/team_members.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/team_memberships.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/teams.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/users.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/workflow_jobs.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/workflow_runs.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/workflows.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/source.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/spec.json +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/streams.py +0 -0
- {airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/utils.py +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: airbyte-source-github
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.39
|
|
4
4
|
Summary: Source implementation for GitHub.
|
|
5
|
+
Home-page: https://airbyte.com
|
|
5
6
|
License: MIT
|
|
6
7
|
Author: Airbyte
|
|
7
8
|
Author-email: contact@airbyte.io
|
|
@@ -13,7 +14,6 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
13
14
|
Requires-Dist: airbyte-cdk (>=4,<5)
|
|
14
15
|
Requires-Dist: sgqlc (==16.3)
|
|
15
16
|
Project-URL: Documentation, https://docs.airbyte.com/integrations/sources/github
|
|
16
|
-
Project-URL: Homepage, https://airbyte.com
|
|
17
17
|
Project-URL: Repository, https://github.com/airbytehq/airbyte
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = [ "poetry-core>=1.0.0",]
|
|
3
|
+
build-backend = "poetry.core.masonry.api"
|
|
4
|
+
|
|
5
|
+
[tool.poetry]
|
|
6
|
+
version = "1.8.39"
|
|
7
|
+
name = "airbyte-source-github"
|
|
8
|
+
description = "Source implementation for GitHub."
|
|
9
|
+
authors = [ "Airbyte <contact@airbyte.io>",]
|
|
10
|
+
license = "MIT"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
documentation = "https://docs.airbyte.com/integrations/sources/github"
|
|
13
|
+
homepage = "https://airbyte.com"
|
|
14
|
+
repository = "https://github.com/airbytehq/airbyte"
|
|
15
|
+
[[tool.poetry.packages]]
|
|
16
|
+
include = "source_github"
|
|
17
|
+
|
|
18
|
+
[tool.poetry.dependencies]
|
|
19
|
+
python = "^3.10,<3.12"
|
|
20
|
+
airbyte-cdk = "^4"
|
|
21
|
+
sgqlc = "==16.3"
|
|
22
|
+
|
|
23
|
+
[tool.poetry.scripts]
|
|
24
|
+
source-github = "source_github.run:run"
|
|
25
|
+
|
|
26
|
+
[tool.poetry.group.dev.dependencies]
|
|
27
|
+
requests-mock = "^1.9.3"
|
|
28
|
+
freezegun = "^1.2"
|
|
29
|
+
pytest-mock = "^3.6.1"
|
|
30
|
+
pytest = "^8.0.0"
|
|
31
|
+
responses = "^0.23.1"
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
[tool.poe]
|
|
35
|
+
include = [
|
|
36
|
+
# Shared tasks definition file(s) can be imported here.
|
|
37
|
+
# Run `poe` or `poe --help` to see the list of available tasks.
|
|
38
|
+
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
[tool.poe.tasks]
|
|
42
|
+
# This overrides the default task for running unit tests specifically for the source-github connector.
|
|
43
|
+
# This is a workaround to an issue that arises when running all of the unit tests in one execution of pytest
|
|
44
|
+
# due to incompatibilities between request mocking libraries requests-mock and responses.
|
|
45
|
+
test-unit-tests.shell = '''
|
|
46
|
+
poetry run pytest --junitxml=build/test-results/pytest-unit-tests-junit.xml --ignore=unit_tests/integration/ unit_tests
|
|
47
|
+
poetry run pytest --junitxml=build/test-results/pytest-unit-integration-tests-junit.xml unit_tests/integration/
|
|
48
|
+
'''
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = [
|
|
3
|
-
"poetry-core>=1.0.0",
|
|
4
|
-
]
|
|
5
|
-
build-backend = "poetry.core.masonry.api"
|
|
6
|
-
|
|
7
|
-
[tool.poetry]
|
|
8
|
-
version = "1.8.38"
|
|
9
|
-
name = "airbyte-source-github"
|
|
10
|
-
description = "Source implementation for GitHub."
|
|
11
|
-
authors = [
|
|
12
|
-
"Airbyte <contact@airbyte.io>",
|
|
13
|
-
]
|
|
14
|
-
license = "MIT"
|
|
15
|
-
readme = "README.md"
|
|
16
|
-
documentation = "https://docs.airbyte.com/integrations/sources/github"
|
|
17
|
-
homepage = "https://airbyte.com"
|
|
18
|
-
repository = "https://github.com/airbytehq/airbyte"
|
|
19
|
-
packages = [
|
|
20
|
-
{ include = "source_github" },
|
|
21
|
-
]
|
|
22
|
-
|
|
23
|
-
[tool.poetry.dependencies]
|
|
24
|
-
python = "^3.10,<3.12"
|
|
25
|
-
airbyte-cdk = "^4"
|
|
26
|
-
sgqlc = "==16.3"
|
|
27
|
-
|
|
28
|
-
[tool.poetry.scripts]
|
|
29
|
-
source-github = "source_github.run:run"
|
|
30
|
-
|
|
31
|
-
[tool.poetry.group.dev.dependencies]
|
|
32
|
-
requests-mock = "^1.9.3"
|
|
33
|
-
freezegun = "^1.2"
|
|
34
|
-
pytest-mock = "^3.6.1"
|
|
35
|
-
pytest = "^8.0.0"
|
|
36
|
-
responses = "^0.23.1"
|
|
37
|
-
|
|
38
|
-
[tool.poe]
|
|
39
|
-
include = [
|
|
40
|
-
"${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
|
|
41
|
-
]
|
|
42
|
-
|
|
43
|
-
[tool.poe.tasks.test-unit-tests]
|
|
44
|
-
shell = "poetry run pytest --junitxml=build/test-results/pytest-unit-tests-junit.xml --ignore=unit_tests/integration/ unit_tests\npoetry run pytest --junitxml=build/test-results/pytest-unit-integration-tests-junit.xml unit_tests/integration/\n"
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/backoff_strategies.py
RENAMED
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/config_migrations.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/errors_handlers.py
RENAMED
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/github_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/assignees.json
RENAMED
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/branches.json
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/comments.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/commits.json
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/deployments.json
RENAMED
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/events.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/issues.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/projects.json
RENAMED
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/projects_v2.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/releases.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/reviews.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/shared/user.json
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/stargazers.json
RENAMED
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/tags.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/teams.json
RENAMED
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/users.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_source_github-1.8.38 → airbyte_source_github-1.8.39}/source_github/schemas/workflows.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|