From 51ce02ba2ab7bb2376b745f3149135e0b48b8234 Mon Sep 17 00:00:00 2001 From: Sergey Chvalyuk Date: Sat, 2 Apr 2022 11:52:16 +0300 Subject: [PATCH 1/3] Fix "PAT Credentials" in spec Signed-off-by: Sergey Chvalyuk --- .../init/src/main/resources/seed/source_definitions.yaml | 2 +- airbyte-integrations/connectors/source-github/Dockerfile | 2 +- .../connectors/source-github/source_github/spec.json | 4 ++-- docs/integrations/sources/github.md | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 7a0ebc55a8840..9126da7ccb282 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -252,7 +252,7 @@ - name: GitHub sourceDefinitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e dockerRepository: airbyte/source-github - dockerImageTag: 0.2.26 + dockerImageTag: 0.2.27 documentationUrl: https://docs.airbyte.io/integrations/sources/github icon: github.svg sourceType: api diff --git a/airbyte-integrations/connectors/source-github/Dockerfile b/airbyte-integrations/connectors/source-github/Dockerfile index 79647edc9a7e5..cfa3cd834bd4d 100644 --- a/airbyte-integrations/connectors/source-github/Dockerfile +++ b/airbyte-integrations/connectors/source-github/Dockerfile @@ -12,5 +12,5 @@ RUN pip install . ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.2.26 +LABEL io.airbyte.version=0.2.27 LABEL io.airbyte.name=airbyte/source-github diff --git a/airbyte-integrations/connectors/source-github/source_github/spec.json b/airbyte-integrations/connectors/source-github/source_github/spec.json index f7ec3ed2891f2..de44ea1bc51a7 100644 --- a/airbyte-integrations/connectors/source-github/source_github/spec.json +++ b/airbyte-integrations/connectors/source-github/source_github/spec.json @@ -41,8 +41,8 @@ "option_title": { "type": "string", "const": "PAT Credentials", - "enum": ["PAT Credential"], - "default": "PAT Credential", + "enum": ["PAT Credentials"], + "default": "PAT Credentials", "order": 0 }, "personal_access_token": { diff --git a/docs/integrations/sources/github.md b/docs/integrations/sources/github.md index 96a302a607175..0cd2e61be3593 100644 --- a/docs/integrations/sources/github.md +++ b/docs/integrations/sources/github.md @@ -111,6 +111,7 @@ Your token should have at least the `repo` scope. Depending on which streams you | Version | Date | Pull Request | Subject | |:--------|:-----------| :--- |:-------------------------------------------------------------------------------------------------------------| +| 0.2.27 | 2022-04-02 | [](https://github.com/airbytehq/airbyte/pull/) | Fix "PAT Credentials" in spec | | 0.2.26 | 2022-03-31 | [11623](https://github.com/airbytehq/airbyte/pull/11623) | Re-factored incremental sync for `Reviews` stream | | 0.2.25 | 2022-03-31 | [11567](https://github.com/airbytehq/airbyte/pull/11567) | Improve code for better error handling | | 0.2.24 | 2022-03-30 | [9251](https://github.com/airbytehq/airbyte/pull/9251) | Add Streams Workflow and WorkflowRuns | From b76b8d39b6cf1dd4599e3b6f8e036f1f1a69eba2 Mon Sep 17 00:00:00 2001 From: Sergey Chvalyuk Date: Sat, 2 Apr 2022 11:56:35 +0300 Subject: [PATCH 2/3] github.md updated Signed-off-by: Sergey Chvalyuk --- docs/integrations/sources/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/sources/github.md b/docs/integrations/sources/github.md index 0cd2e61be3593..6d07072567ce8 100644 --- a/docs/integrations/sources/github.md +++ b/docs/integrations/sources/github.md @@ -111,7 +111,7 @@ Your token should have at least the `repo` scope. Depending on which streams you | Version | Date | Pull Request | Subject | |:--------|:-----------| :--- |:-------------------------------------------------------------------------------------------------------------| -| 0.2.27 | 2022-04-02 | [](https://github.com/airbytehq/airbyte/pull/) | Fix "PAT Credentials" in spec | +| 0.2.27 | 2022-04-02 | [11678](https://github.com/airbytehq/airbyte/pull/11678) | Fix "PAT Credentials" in spec | | 0.2.26 | 2022-03-31 | [11623](https://github.com/airbytehq/airbyte/pull/11623) | Re-factored incremental sync for `Reviews` stream | | 0.2.25 | 2022-03-31 | [11567](https://github.com/airbytehq/airbyte/pull/11567) | Improve code for better error handling | | 0.2.24 | 2022-03-30 | [9251](https://github.com/airbytehq/airbyte/pull/9251) | Add Streams Workflow and WorkflowRuns | From 5cf65b4bea42f601424ef5cde6729faffa5b23f0 Mon Sep 17 00:00:00 2001 From: Sergey Chvalyuk Date: Mon, 4 Apr 2022 23:59:24 +0300 Subject: [PATCH 3/3] source_specs.yaml updated Signed-off-by: Sergey Chvalyuk --- .../init/src/main/resources/seed/source_specs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index 287a82cd0295e..40b8780a5b0c7 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -2412,7 +2412,7 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] -- dockerImage: "airbyte/source-github:0.2.26" +- dockerImage: "airbyte/source-github:0.2.27" spec: documentationUrl: "https://docs.airbyte.com/integrations/sources/github" connectionSpecification: @@ -2456,8 +2456,8 @@ type: "string" const: "PAT Credentials" enum: - - "PAT Credential" - default: "PAT Credential" + - "PAT Credentials" + default: "PAT Credentials" order: 0 personal_access_token: type: "string"