-
Notifications
You must be signed in to change notification settings - Fork 306
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 conti/add-dsm-for-google-pub-sub
- Loading branch information
Showing
1,092 changed files
with
80,327 additions
and
22,274 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 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,9 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Bug Report | ||
url: https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:node | ||
about: This option creates an expedited Bug Report via the helpdesk (no login required). This will allow us to look up your account and allows you to provide additional information in private. Please do not create a GitHub issue to report a bug. | ||
- name: Feature Request | ||
url: https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:node&tf_1260825272270=pt_apm_category_feature_request | ||
about: This option creates an expedited Feature Request via the helpdesk (no login required). This helps with prioritization and allows you to provide additional information in private. Please do not create a GitHub issue to request a feature. | ||
|
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
name: Install dependencies | ||
runs: | ||
using: composite | ||
steps: # retry in case of server error from registry | ||
- run: yarn install --ignore-engines || yarn install --ignore-engines | ||
shell: bash | ||
|
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,7 +1,7 @@ | ||
name: Node 16 | ||
name: Node 18 | ||
runs: | ||
using: composite | ||
steps: | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: '16' | ||
node-version: '18' |
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ runs: | |
- uses: actions/setup-node@v3 | ||
with: | ||
cache: yarn | ||
node-version: '16' | ||
node-version: '18' |
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,20 @@ | ||
name: Plugin Tests | ||
runs: | ||
using: composite | ||
steps: | ||
- uses: ./.github/actions/testagent/start | ||
- uses: ./.github/actions/node/setup | ||
- uses: ./.github/actions/install | ||
- uses: ./.github/actions/node/oldest | ||
- run: yarn test:plugins:ci | ||
shell: bash | ||
- run: yarn test:plugins:upstream | ||
shell: bash | ||
- uses: ./.github/actions/node/latest | ||
- run: yarn test:plugins:ci | ||
shell: bash | ||
- run: yarn test:plugins:upstream | ||
shell: bash | ||
- uses: codecov/codecov-action@v3 | ||
- if: always() | ||
uses: ./.github/actions/testagent/logs |
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,16 @@ | ||
name: Plugin Tests | ||
runs: | ||
using: composite | ||
steps: | ||
- uses: ./.github/actions/testagent/start | ||
- uses: ./.github/actions/node/setup | ||
- uses: ./.github/actions/install | ||
- uses: ./.github/actions/node/oldest | ||
- run: yarn test:plugins:ci | ||
shell: bash | ||
- uses: ./.github/actions/node/latest | ||
- run: yarn test:plugins:ci | ||
shell: bash | ||
- uses: codecov/codecov-action@v3 | ||
- if: always() | ||
uses: ./.github/actions/testagent/logs |
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,16 @@ | ||
name: Plugin Upstream Tests | ||
runs: | ||
using: composite | ||
steps: | ||
- uses: ./.github/actions/testagent/start | ||
- uses: ./.github/actions/node/setup | ||
- uses: ./.github/actions/install | ||
- uses: ./.github/actions/node/oldest | ||
- run: yarn test:plugins:upstream | ||
shell: bash | ||
- uses: ./.github/actions/node/latest | ||
- run: yarn test:plugins:upstream | ||
shell: bash | ||
- uses: codecov/codecov-action@v3 | ||
- if: always() | ||
uses: ./.github/actions/testagent/logs |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: All Green | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
|
||
all-green: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
checks: read | ||
contents: read | ||
steps: | ||
- uses: wechuli/allcheckspassed@v1 | ||
with: | ||
retries: 20 # once per minute, some checks take up to 15 min | ||
checks_exclude: devflow.* |
Oops, something went wrong.