Skip to content

Commit

Permalink
Merge branch 'master' into ddavydov/#20703-source-salesforce-include-…
Browse files Browse the repository at this point in the history
…pk-in-properties-chunks
  • Loading branch information
lazebnyi committed Feb 22, 2023
2 parents 1af9202 + 2bb9e65 commit 6a8bbcf
Show file tree
Hide file tree
Showing 2,632 changed files with 2,012 additions and 224,933 deletions.
14 changes: 1 addition & 13 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ current_version = 0.40.32
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
serialize =
serialize =
{major}.{minor}.{patch}

[bumpversion:file:.bumpversion.cfg]
Expand Down Expand Up @@ -48,18 +48,6 @@ replace = "version": "{new_version}"

[bumpversion:file:docs/operator-guides/upgrading-airbyte.md]

[bumpversion:file:kube/overlays/stable-with-resource-limits/.env]
search = AIRBYTE_VERSION={current_version}
replace = AIRBYTE_VERSION={new_version}

[bumpversion:file:kube/overlays/stable-with-resource-limits/kustomization.yaml]

[bumpversion:file:kube/overlays/stable/.env]
search = AIRBYTE_VERSION={current_version}
replace = AIRBYTE_VERSION={new_version}

[bumpversion:file:kube/overlays/stable/kustomization.yaml]

[bumpversion:file:octavia-cli/Dockerfile]

[bumpversion:file:octavia-cli/README.md]
Expand Down
117 changes: 0 additions & 117 deletions .env

This file was deleted.

38 changes: 0 additions & 38 deletions .env.dev

This file was deleted.

5 changes: 0 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
/airbyte-integrations/connector-templates/ @airbytehq/connector-extensibility
/airbyte-integrations/bases/connector-acceptance-tests/ @airbytehq/connector-operations

# Oauth
/airbyte-oauth/ @airbytehq/connector-operations
/airbyte-server/src/main/java/io/airbyte/server/handlers/OAuthHandler.java @airbytehq/connector-operations
/airbyte-server/src/test/java/io/airbyte/server/handlers/OAuthHandlerTest.java @airbytehq/connector-operations

# Protocol related items
/docs/understanding-airbyte/airbyte-protocol.md @airbytehq/protocol-reviewers

Expand Down
33 changes: 0 additions & 33 deletions .github/actions/build-and-push-branch/action.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/actions/build-branch/action.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
environment: more-secrets
steps:
- name: Checkout Airbyte
uses: actions/checkout@v3
Expand Down
53 changes: 0 additions & 53 deletions .github/workflows/create-oss-pr-snapshot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy-oss-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: "zulu"
java-version: "17"
- name: Generate catalog
run: SUB_BUILD=PLATFORM ./gradlew :airbyte-config:init:generateOssConnectorCatalog
run: SUB_BUILD=ALL_CONNECTORS ./gradlew :airbyte-config:specs:generateOssConnectorCatalog
- name: Upload catalog to GCS
shell: bash
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/doc-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
markdown-link-check:
timeout-minutes: 50
runs-on: ubuntu-latest
environment: more-secrets
steps:
- uses: actions/checkout@master
# check all files on master
Expand Down

0 comments on commit 6a8bbcf

Please sign in to comment.