-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 leti/add-segment-track-to-suggested-destin…
…ations * master: (75 commits) source-sentry: migrate to per-stream states (#17466) Greg/clickhouse polishing (#17483) upgrade debezium version to 1.9.6 (#17459) 🐛 Source Twilio: Lookback_window config (#17478) hide S3 source connector from catalog (#17472) 🪟 Migrate styles for Connection-related Components (#17339) Added new title (#17480) Refactor & convert `PageTitle` to SCSS (#17139) updated releaseStage for zendesk-talk (#17477) [low-code] Apply log level to stream loggers (#17284) 🐛 Source Salesforce: filter out objects not supported by the Bulk API (#17453) Source Marketo: certify GA (#17445) Update greenhouse paginator (#17429) Add some services start validation to acceptance_tests.sh (#17425) 📖 Removes $ from terminal commands to allow direct copying. (#17467) migrate source GA connectors to per-stream states (2) (#17410) Source Klaviyo: bump CDK dependency (#17422) Source Pinterest: change releaseStage to GA (#17045) Source Pinterest: Set start_date dynamically based on API restrictions for lookup (#17387) updated releaseStage to generally_available (#17374) ...
- Loading branch information
Showing
790 changed files
with
18,987 additions
and
7,562 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
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 |
---|---|---|
|
@@ -32,9 +32,3 @@ jobs: | |
with: | ||
project: "https://github.com/airbytehq/airbyte/projects/15" | ||
column_name: "To do" | ||
- name: Assign Onboarding Improvements PR to Project | ||
uses: srggrs/[email protected] | ||
if: contains(github.event.pull_request.labels.*.name, 'project/onboarding-improvements') | ||
with: | ||
project: "https://github.com/airbytehq/airbyte/projects/15" | ||
column_name: "To do" |
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,27 @@ | ||
name: "Add labels to github issues based on context" | ||
on: | ||
issues: | ||
types: [opened, labeled, unlabeled] | ||
|
||
jobs: | ||
shared-issues: | ||
name: "Add Labels to Issues. Safe to Merge on fail" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Airbyte Repo for PAT command | ||
uses: actions/checkout@v2 | ||
- name: Check PAT rate limits | ||
# Cannot share PAT outside of JOB context | ||
run: | | ||
./tools/bin/find_non_rate_limited_PAT \ | ||
${{ secrets.OCTAVIA_4_ROOT_ACCESS }} \ | ||
${{ secrets.OCTAVIA_PAT }} | ||
- name: Run Issue Command from workflow-actions | ||
uses: nick-fields/private-action-loader@v3 | ||
with: | ||
pal-repo-token: "${{ env.PAT }}" | ||
pal-repo-name: airbytehq/workflow-actions@production | ||
# the following input gets passed to the private | ||
token: "${{ env.PAT }}" | ||
# ref: https://github.com/airbytehq/workflow-actions/blob/main/src/bin_issue.ts | ||
command: "issue" |
2 changes: 1 addition & 1 deletion
2
.github/workflows/labeler.yml → ...workflows/label-github-issues-by-path.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Runs internal automation for pull requests | ||
|
||
name: "Add labels to github PRs based on context" | ||
on: | ||
pull_request_target: | ||
types: [opened, labeled, unlabeled, ready_for_review, synchronize, reopened] | ||
|
||
jobs: | ||
shared-pr-labeller: | ||
name: "Add Labels to PRs. Safe to Merge on fail" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Airbyte Repo for PAT command | ||
uses: actions/checkout@v2 | ||
- name: Check PAT rate limits | ||
# Cannot share PAT outside of JOB context | ||
run: | | ||
./tools/bin/find_non_rate_limited_PAT \ | ||
${{ secrets.OCTAVIA_4_ROOT_ACCESS }} \ | ||
${{ secrets.OCTAVIA_PAT }} | ||
- name: Run Issue Command from workflow-actions | ||
uses: nick-fields/private-action-loader@v3 | ||
with: | ||
pal-repo-token: "${{ env.PAT }}" | ||
pal-repo-name: airbytehq/workflow-actions@production | ||
# the following input gets passed to the private action | ||
token: "${{ env.PAT }}" | ||
command: "pull" |
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,19 +1,30 @@ | ||
# Notify users/teams when labels are added to an issue. | ||
|
||
name: Notify when adding label to issue | ||
name: Notify FE team for FE label on issues | ||
|
||
on: | ||
issues: | ||
types: [labeled] | ||
|
||
jobs: | ||
notify: | ||
name: "Notify FE team on label creation" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: jenschelkopf/[email protected] | ||
with: | ||
token: ${{ secrets.OCTAVIA_PAT }} | ||
message: 'cc {recipients}' | ||
# Specify a map of label -> team/user to notify | ||
recipients: | | ||
team/frontend=@airbytehq/frontend | ||
- name: Checkout Airbyte Repo for PAT command | ||
uses: actions/checkout@v2 | ||
- name: Check PAT rate limits | ||
# Cannot share PAT outside of JOB context | ||
run: | | ||
./tools/bin/find_non_rate_limited_PAT \ | ||
${{ secrets.OCTAVIA_4_ROOT_ACCESS }} \ | ||
${{ secrets.OCTAVIA_PAT }} | ||
# Updated name to reflect reality. Update name if you change recipients | ||
- name: Notify FE team when on FE label creation | ||
uses: jenschelkopf/[email protected] | ||
with: | ||
token: "${{ env.PAT }}" | ||
message: 'cc {recipients}' | ||
# Specify a map of label -> team/user to notify | ||
recipients: | | ||
team/frontend=@airbytehq/frontend |
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
Oops, something went wrong.