Skip to content

Commit

Permalink
Merge branch 'master' into pnilan/ql-update-zendesk-chat
Browse files Browse the repository at this point in the history
  • Loading branch information
pnilan committed Jan 11, 2024
2 parents 7ad3c74 + 5b0c717 commit e2c7e69
Show file tree
Hide file tree
Showing 2,366 changed files with 89,074 additions and 47,713 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.50.34
current_version = 0.50.43
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/java-connectors-generic/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
{
"name": "Connector Development DevContainer (Generic)",
"name": "Java Development DevContainer (Generic)",

"image": "mcr.microsoft.com/devcontainers/java:0-17",
"features": {
Expand Down
65 changes: 65 additions & 0 deletions .devcontainer/python-connectors-generic/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
{
"name": "Python Development DevContainer (Generic)",

"image": "mcr.microsoft.com/devcontainers/python:0-3.10",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker": {},
"ghcr.io/devcontainers/features/python:1": {
"installGradle": true,
"version": "3.10",
"installTools": true
},
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
},

// Deterministic order reduces cache busting
"overrideFeatureInstallOrder": [
"ghcr.io/devcontainers/features/docker-in-docker",
"ghcr.io/devcontainers/features/python",
"ghcr.io/devcontainers-contrib/features/poetry"
],

// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": [
// Python extensions:
"charliermarsh.ruff",
"matangover.mypy",
"ms-python.python",
"ms-python.vscode-pylance",

// Toml support
"tamasfe.even-better-toml",

// Yaml and JSON Schema support:
"redhat.vscode-yaml",

// Contributing:
"GitHub.vscode-pull-request-github"
],
"settings": {
"extensions.ignoreRecommendations": true,
"git.openRepositoryInParentFolders": "always"
}
}
},

// Mark the root directory as 'safe' for git.
"initializeCommand": "git config --add safe.directory /workspaces/airbyte",

// Setup airbyte-ci on the container:
"postCreateCommand": "make tools.airbyte-ci-dev.install",

"containerEnv": {
// Deterministic Poetry virtual env location: `./.venv`
"POETRY_VIRTUALENVS_IN_PROJECT": "true"
}

// Override to change the directory that the IDE opens by default:
// "workspaceFolder": "/workspaces/airbyte"

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
/airbyte-integrations/connectors/source-tidb/ @airbytehq/dbsources

# Java-based destination connectors
airbyte-cdk/java/airbyte-cdk/db-destinations/ @airbytehq/destinations
airbyte-cdk/java/airbyte-cdk/s3-destinations/ @airbytehq/destinations
airbyte-cdk/java/airbyte-cdk/typing-deduping/ @airbytehq/destinations
/airbyte-integrations/bases/standard-destination-test/ @airbytehq/destinations
/airbyte-integrations/bases/base-java-s3/ @airbytehq/destinations
/airbyte-integrations/bases/bases-destination-jdbc/ @airbytehq/destinations
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/1-issue-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ body:
Make sure you update this issue with a concise title and provide all information you have to help us debug the problem together.
Some examples of good titles following the convention:
<ul>
<li> Source Name: issue description </li>
<li> Destination Name: issue description </li>
<li> Source Postgres: Add `_ab_cdc_inserted_at` column for CDC syncs </li>
<li> Source Chargebee: cannot sync transaction objects</li>
<li> Source Snowflake: support for case sensitive parameters in connection string</li>
<li> Destination BigQuery: normalization incorrectly processes arrays</li>
<li> [source-name] issue description </li>
<li> [destination-name] issue description </li>
<li> [source-postgres] Add `_ab_cdc_inserted_at` column for CDC syncs </li>
<li> [source-chargebee] cannot sync transaction objects</li>
<li> [source-snowflake] support for case sensitive parameters in connection string</li>
<li> [destination-bigquery] typing incorrectly arrays</li>
</ul>
<br>
<p><small>Issues not following the template will be closed. </small></p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐛 Report a platform, infra or deployment bug
description: Use this template when you have a problem operating Airbyte platform
labels: [type/bug, area/platform, needs-triage]
name: 🐛 [docker] Report a platform, infra or deployment bug
description: Use this template when you have a problem operating Airbyte platform on Docker
labels: [type/bug, area/platform, needs-triage, docker]
body:
- type: markdown
attributes:
Expand All @@ -19,21 +19,11 @@ body:
Thanks for taking the time to fill out this bug report...
Make sure to update this issue with a concise title and provide all information you have to
help us debug the problem together. Issues not following the template will be closed.
- type: dropdown
id: deploy
validations:
required: true
attributes:
label: What method are you using to run Airbyte?
multiple: false
options:
- Docker
- Kubernetes
- type: input
id: platform-version
attributes:
label: Platform Version or Helm Chart Version
description: "Some examples are: (eg. 0.44.1, 0.30.0), you can find the version in the left bottom in Airbyte UI or in the .env / value.yaml file"
label: Platform Version
description: "Some examples are: (eg. 0.44.1, 0.30.0), you can find the version in the left bottom in Airbyte UI"
validations:
required: true
- type: dropdown
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐛 Report a problem while using the Octavia CLI
description: Use this template when you discovered a CLI problem
labels: [type/bug, area/octavia-cli, needs-triage]
name: 🐛 [helm] Report a platform, infra or deployment bug
description: Use this template when you have a problem operating Airbyte platform on Helm/Kubernetes
labels: [type/bug, area/platform, needs-triage]
body:
- type: markdown
attributes:
Expand All @@ -9,27 +9,37 @@ body:
<a target="_blank" href="https://airbyte.com">
<image>
<source srcset="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg">
<img alt="octavia-welcome" src="htt ps://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg" width="auto" height="120">
<img alt="octavia-welcome" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/.github/octavia-issue-template.svg" width="auto" height="120">
</image>
</a>
</p>
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report...
Make sure you update this issue with a concise title and provide all information you have to
Make sure to update this issue with a concise title and provide all information you have to
help us debug the problem together. Issues not following the template will be closed.
- type: input
id: cli-version
id: platform-version
attributes:
label: Octavia CLI Version
description: Give the Octavia CLI version you're using.
label: Helm Chart Version
description: "What is the Helm Chart App 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 or Helm Chart
- Other
- type: textarea
id: description
attributes:
label: Relevant information
label: Revelant information
description: Please give any additional information you have and steps to reproduce the problem.
- type: textarea
id: logs
Expand Down
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/5-feature-new-connector.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/6-feature-request.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/7-low-code-component.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
blank_issues_enabled: false
contact_links:
- name: Ask a question, get community support or request new features/connectors
url: https://github.com/airbytehq/airbyte/discussions/
about: Use Github Discussion to request features/connectors or discuss ideas or issues.
Loading

0 comments on commit e2c7e69

Please sign in to comment.