Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/airbytehq/airbyte
Browse files Browse the repository at this point in the history
  • Loading branch information
shrodingers committed May 2, 2023
2 parents 7c3c6bc + 13cb9d7 commit 9e66496
Show file tree
Hide file tree
Showing 3,724 changed files with 207,069 additions and 62,251 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.41.0
current_version = 0.44.3
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand All @@ -16,6 +16,8 @@ serialize =

[bumpversion:file:octavia-cli/README.md]

[bumpversion:file:run-ab-platform.sh]

[bumpversion:file:octavia-cli/install.sh]

[bumpversion:file:octavia-cli/setup.py]
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.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Java-based destination connectors
/airbyte-integrations/bases/standard-destination-test/ @airbytehq/destinations
/airbyte-integrations/bases/base-java-s3/ @airbytehq/destinations
/airbyte-integrations/connectors/destination-jdbc/ @airbytehq/destinations
/airbyte-integrations/bases/bases-destination-jdbc/ @airbytehq/destinations
/airbyte-integrations/connectors/destination-bigquery/ @airbytehq/destinations
/airbyte-integrations/connectors/destination-bigquery-denormalized/ @airbytehq/destinations
/airbyte-integrations/connectors/destination-azure-blob-storage/ @airbytehq/destinations
Expand Down
61 changes: 0 additions & 61 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-cli.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CLI Issue
description: Use this when you're using the Octavia CLI.
title: "Octavia CLI Issue: "
labels: [type/bug, area/octavia-cli, needs-triage]
body:
- type: input
id: cli-version
attributes:
label: Octavia CLI Version
description: Give the Octavia CLI version you're using.
validations:
required: true
- type: textarea
id: description
attributes:
label: Revelant information
description: Please give any aditional information you have your steps to reproduce the problem.
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output.
This will be automatically formatted into code, so no need for backticks.
We strongly recommend to upload the log file to further debugging.
render: shell
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-connector.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Connector Issue
description: Use this when you're facing issue with connector
title: "Connector Issue: "
labels: [type/bug, area/connectors, needs-triage]
body:
- type: input
id: connector-name
attributes:
label: Connector Name
description: Give the connector name in form of airbyte/source-pokeapi, airbyte/destination-snowflake
validations:
required: true
- type: input
id: connector-version
attributes:
label: Connector Version
description: Give the connector version you're using.
validations:
required: true
- type: dropdown
id: step
attributes:
label: What step the error happened?
multiple: false
options:
- Configuring a new connector
- During the sync
- Updating the connector
- Other
- type: textarea
id: description
attributes:
label: Revelant information
description: Please give any aditional information you have your steps to reproduce the problem.
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output.
This will be automatically formatted into code, so no need for backticks.
We strongly recommend to upload the log file to further debugging.
render: shell
- type: checkboxes
id: submit-pr
attributes:
label: Contribute
description: Are you willing to submit the fix?
options:
- label: Yes, I want to contribute
required: false
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-platform.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Platform Issue
description: Use this when you're facing a platform, deploy or infrastructure issue.
title: "Platform Issue: "
labels: [type/bug, area/platform, needs-triage]
body:
- type: input
id: platform-version
attributes:
label: Platform Version
description: Give the Airbyte Platform version you're using.
validations:
required: true
- type: dropdown
id: step
attributes:
label: What step the error happened?
multiple: false
options:
- On deploy
- During the Sync
- Upgrading the Platform
- Other
- type: textarea
id: description
attributes:
label: Revelant information
description: Please give any aditional information you have your steps to reproduce the problem.
- type: textarea
id: logs
attributes:
label: Relevant log output
description: |
Please copy and paste any relevant log output.
This will be automatically formatted into code, so no need for backticks.
We strongly recommend to upload the log file to further debugging.
render: shell
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/new-integration-request.md

This file was deleted.

Loading

0 comments on commit 9e66496

Please sign in to comment.