forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mihaly/extend-metrics-for-sponsored-brands
- Loading branch information
Showing
2,526 changed files
with
240,271 additions
and
187,160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
name: 📚 Request or report a problem with documenation | ||
description: For all docs typos, tutorials requests, etc. | ||
labels: [type/enhancement, area/documentation needs-triage] | ||
name: 📚 Request or report a problem with documentation | ||
description: Typos, tutorial requests, and everything in between. | ||
title: "[Docs]: " | ||
labels: [area/documentation, needs-triage] | ||
body: | ||
- type: input | ||
id: url | ||
attributes: | ||
label: Page URL | ||
description: Paste the URL with problem when reporting an issue | ||
description: If this is an issue with a specific page, paste the URL here. | ||
placeholder: https://docs.airbyte.com/connector-development/connector-specification-reference | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: >- | ||
It can be as pedantic as a typo or as titanic as an entire tutorial request. | ||
Please provide as much detail as possible to ensure we can resolve the issue properly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Install Java Environment | ||
description: "Installs the Java environment" | ||
inputs: | ||
java_version: | ||
description: "Java version" | ||
required: false | ||
default: "21" | ||
type: string | ||
gradle_cache_read_only: | ||
description: "Whether to use a read-only Gradle cache" | ||
required: false | ||
default: false | ||
type: boolean | ||
gradle_cache_write_only: | ||
description: "Whether to use a write-only Gradle cache" | ||
required: false | ||
default: false | ||
type: boolean | ||
runs: | ||
using: "composite" | ||
steps: | ||
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: corretto | ||
java-version: ${{ inputs.java_version }} | ||
- uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
cache-read-only: ${{ inputs.gradle_cache_read_only }} | ||
cache-write-only: ${{ inputs.gradle_cache_write_only }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.