Skip to content

Commit

Permalink
chore: fully remove OSS airbyte api server (#13013)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonsSpaghetti committed Jul 19, 2024
1 parent 7e01f5d commit 225f621
Show file tree
Hide file tree
Showing 114 changed files with 542 additions and 11,301 deletions.
4 changes: 0 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ replace = appVersion: {new_version}
search = appVersion: dev
replace = appVersion: {new_version}

[bumpversion:file:charts/airbyte-api-server/Chart.yaml]
search = appVersion: dev
replace = appVersion: {new_version}

[bumpversion:file:charts/airbyte/README.md]
search = ![AppVersion: dev](https://img.shields.io/badge/AppVersion-dev-informational?style=flat-square)
replace = ![AppVersion: {new_version}](https://img.shields.io/badge/AppVersion-{new_version}-informational?style=flat-square)
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ WORKLOAD_API_HOST=workload-api-server:8007
WORKLOAD_API_URL=http://workload-api-server:8007
# Although not present as an env var, required for webapp configuration.
CONNECTOR_BUILDER_API_URL=/connector-builder-api
AIRBYTE_API_HOST=airbyte-api-server:8006
AIRBYTE_API_HOST=airbyte-server:8001/api/public
CONNECTOR_BUILDER_SERVER_API_HOST=http://airbyte-connector-builder-server:8080
# Replace with the commented-out line below to use a locally-run connector-builder-server
# image, e.g. when developing the CDK's builder server command runner.
Expand Down
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ API_URL=/api/v1/
AIRBYTE_SERVER_HOST=airbyte-server:8001
INTERNAL_API_HOST=http://airbyte-server:8001
CONNECTOR_BUILDER_API_HOST=airbyte-connector-builder-server:80
AIRBYTE_API_HOST=airbyte-api-server:8006
AIRBYTE_API_HOST=airbyte-server:8001/api/public
SYNC_JOB_MAX_ATTEMPTS=3
SYNC_JOB_MAX_TIMEOUT_DAYS=3
SYNC_JOB_INIT_RETRY_TIMEOUT_MINUTES=5
Expand Down
16 changes: 0 additions & 16 deletions airbyte-api-server/Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions airbyte-api-server/README.md

This file was deleted.

101 changes: 0 additions & 101 deletions airbyte-api-server/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 225f621

Please sign in to comment.