-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use filter_basic_auth method from Datadog::Core available since ddtrace 1.21
- Loading branch information
1 parent
afd5482
commit 02d3024
Showing
16 changed files
with
541 additions
and
336 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 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 |
---|---|---|
|
@@ -650,6 +650,64 @@ | |
"git.tag": "0.0.2" | ||
} | ||
], | ||
[ | ||
{ | ||
"BUILD_BUILDID": "azure-pipelines-build-id", | ||
"BUILD_DEFINITIONNAME": "azure-pipelines-name", | ||
"BUILD_REPOSITORY_URI": "https://dev.azure.com/fabrikamfiber/repo", | ||
"BUILD_REQUESTEDFOREMAIL": "[email protected]", | ||
"BUILD_REQUESTEDFORID": "azure-pipelines-commit-author", | ||
"BUILD_SOURCEVERSIONMESSAGE": "azure-pipelines-commit-message", | ||
"DD_TEST_CASE_NAME": "http-repository-url-no-git-suffix", | ||
"SYSTEM_JOBID": "azure-pipelines-job-id", | ||
"SYSTEM_TASKINSTANCEID": "azure-pipelines-task-id", | ||
"SYSTEM_TEAMFOUNDATIONSERVERURI": "https://azure-pipelines-server-uri.com/", | ||
"SYSTEM_TEAMPROJECTID": "azure-pipelines-project-id", | ||
"TF_BUILD": "True" | ||
}, | ||
{ | ||
"_dd.ci.env_vars": "{\"SYSTEM_TEAMPROJECTID\":\"azure-pipelines-project-id\",\"BUILD_BUILDID\":\"azure-pipelines-build-id\",\"SYSTEM_JOBID\":\"azure-pipelines-job-id\"}", | ||
"ci.job.url": "https://azure-pipelines-server-uri.com/azure-pipelines-project-id/_build/results?buildId=azure-pipelines-build-id&view=logs&j=azure-pipelines-job-id&t=azure-pipelines-task-id", | ||
"ci.pipeline.id": "azure-pipelines-build-id", | ||
"ci.pipeline.name": "azure-pipelines-name", | ||
"ci.pipeline.number": "azure-pipelines-build-id", | ||
"ci.pipeline.url": "https://azure-pipelines-server-uri.com/azure-pipelines-project-id/_build/results?buildId=azure-pipelines-build-id", | ||
"ci.provider.name": "azurepipelines", | ||
"git.commit.author.email": "[email protected]", | ||
"git.commit.author.name": "azure-pipelines-commit-author", | ||
"git.commit.message": "azure-pipelines-commit-message", | ||
"git.repository_url": "https://dev.azure.com/fabrikamfiber/repo" | ||
} | ||
], | ||
[ | ||
{ | ||
"BUILD_BUILDID": "azure-pipelines-build-id", | ||
"BUILD_DEFINITIONNAME": "azure-pipelines-name", | ||
"BUILD_REPOSITORY_URI": "ssh://host.xz:54321/path/to/repo/", | ||
"BUILD_REQUESTEDFOREMAIL": "[email protected]", | ||
"BUILD_REQUESTEDFORID": "azure-pipelines-commit-author", | ||
"BUILD_SOURCEVERSIONMESSAGE": "azure-pipelines-commit-message", | ||
"DD_TEST_CASE_NAME": "ssh-repository-url-no-git-suffix", | ||
"SYSTEM_JOBID": "azure-pipelines-job-id", | ||
"SYSTEM_TASKINSTANCEID": "azure-pipelines-task-id", | ||
"SYSTEM_TEAMFOUNDATIONSERVERURI": "https://azure-pipelines-server-uri.com/", | ||
"SYSTEM_TEAMPROJECTID": "azure-pipelines-project-id", | ||
"TF_BUILD": "True" | ||
}, | ||
{ | ||
"_dd.ci.env_vars": "{\"SYSTEM_TEAMPROJECTID\":\"azure-pipelines-project-id\",\"BUILD_BUILDID\":\"azure-pipelines-build-id\",\"SYSTEM_JOBID\":\"azure-pipelines-job-id\"}", | ||
"ci.job.url": "https://azure-pipelines-server-uri.com/azure-pipelines-project-id/_build/results?buildId=azure-pipelines-build-id&view=logs&j=azure-pipelines-job-id&t=azure-pipelines-task-id", | ||
"ci.pipeline.id": "azure-pipelines-build-id", | ||
"ci.pipeline.name": "azure-pipelines-name", | ||
"ci.pipeline.number": "azure-pipelines-build-id", | ||
"ci.pipeline.url": "https://azure-pipelines-server-uri.com/azure-pipelines-project-id/_build/results?buildId=azure-pipelines-build-id", | ||
"ci.provider.name": "azurepipelines", | ||
"git.commit.author.email": "[email protected]", | ||
"git.commit.author.name": "azure-pipelines-commit-author", | ||
"git.commit.message": "azure-pipelines-commit-message", | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo/" | ||
} | ||
], | ||
[ | ||
{ | ||
"BUILD_BUILDID": "azure-pipelines-build-id", | ||
|
@@ -794,7 +852,7 @@ | |
{ | ||
"BUILD_BUILDID": "azure-pipelines-build-id", | ||
"BUILD_DEFINITIONNAME": "azure-pipelines-name", | ||
"BUILD_REPOSITORY_URI": "ssh://[email protected]:port/path/to/repo.git/", | ||
"BUILD_REPOSITORY_URI": "ssh://[email protected]:54321/path/to/repo.git/", | ||
"BUILD_REQUESTEDFOREMAIL": "[email protected]", | ||
"BUILD_REQUESTEDFORID": "azure-pipelines-commit-author", | ||
"BUILD_SOURCEVERSIONMESSAGE": "azure-pipelines-commit-message", | ||
|
@@ -815,14 +873,14 @@ | |
"git.commit.author.email": "[email protected]", | ||
"git.commit.author.name": "azure-pipelines-commit-author", | ||
"git.commit.message": "azure-pipelines-commit-message", | ||
"git.repository_url": "ssh://host.xz:port/path/to/repo.git/" | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo.git/" | ||
} | ||
], | ||
[ | ||
{ | ||
"BUILD_BUILDID": "azure-pipelines-build-id", | ||
"BUILD_DEFINITIONNAME": "azure-pipelines-name", | ||
"BUILD_REPOSITORY_URI": "ssh://user:[email protected]:port/path/to/repo.git/", | ||
"BUILD_REPOSITORY_URI": "ssh://user:[email protected]:54321/path/to/repo.git/", | ||
"BUILD_REQUESTEDFOREMAIL": "[email protected]", | ||
"BUILD_REQUESTEDFORID": "azure-pipelines-commit-author", | ||
"BUILD_SOURCEVERSIONMESSAGE": "azure-pipelines-commit-message", | ||
|
@@ -843,14 +901,14 @@ | |
"git.commit.author.email": "[email protected]", | ||
"git.commit.author.name": "azure-pipelines-commit-author", | ||
"git.commit.message": "azure-pipelines-commit-message", | ||
"git.repository_url": "ssh://host.xz:port/path/to/repo.git/" | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo.git/" | ||
} | ||
], | ||
[ | ||
{ | ||
"BUILD_BUILDID": "azure-pipelines-build-id", | ||
"BUILD_DEFINITIONNAME": "azure-pipelines-name", | ||
"BUILD_REPOSITORY_URI": "ssh://user:[email protected]:port/path/to/repo.git/", | ||
"BUILD_REPOSITORY_URI": "ssh://user:[email protected]:54321/path/to/repo.git/", | ||
"BUILD_REQUESTEDFOREMAIL": "[email protected]", | ||
"BUILD_REQUESTEDFORID": "azure-pipelines-commit-author", | ||
"BUILD_SOURCEVERSIONMESSAGE": "azure-pipelines-commit-message", | ||
|
@@ -871,7 +929,7 @@ | |
"git.commit.author.email": "[email protected]", | ||
"git.commit.author.name": "azure-pipelines-commit-author", | ||
"git.commit.message": "azure-pipelines-commit-message", | ||
"git.repository_url": "ssh://1.1.1.1:port/path/to/repo.git/" | ||
"git.repository_url": "ssh://1.1.1.1:54321/path/to/repo.git/" | ||
} | ||
] | ||
] |
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 |
---|---|---|
|
@@ -400,6 +400,46 @@ | |
"git.tag": "0.0.2" | ||
} | ||
], | ||
[ | ||
{ | ||
"BITBUCKET_BUILD_NUMBER": "bitbucket-build-num", | ||
"BITBUCKET_COMMIT": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"BITBUCKET_GIT_HTTP_ORIGIN": "https://bitbucket.org/DataDog/dogweb", | ||
"BITBUCKET_PIPELINE_UUID": "{bitbucket-uuid}", | ||
"BITBUCKET_REPO_FULL_NAME": "bitbucket-repo", | ||
"DD_TEST_CASE_NAME": "http-repository-url-no-git-suffix" | ||
}, | ||
{ | ||
"ci.job.url": "https://bitbucket.org/bitbucket-repo/addon/pipelines/home#!/results/bitbucket-build-num", | ||
"ci.pipeline.id": "bitbucket-uuid", | ||
"ci.pipeline.name": "bitbucket-repo", | ||
"ci.pipeline.number": "bitbucket-build-num", | ||
"ci.pipeline.url": "https://bitbucket.org/bitbucket-repo/addon/pipelines/home#!/results/bitbucket-build-num", | ||
"ci.provider.name": "bitbucket", | ||
"git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"git.repository_url": "https://bitbucket.org/DataDog/dogweb" | ||
} | ||
], | ||
[ | ||
{ | ||
"BITBUCKET_BUILD_NUMBER": "bitbucket-build-num", | ||
"BITBUCKET_COMMIT": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"BITBUCKET_GIT_HTTP_ORIGIN": "ssh://host.xz:54321/path/to/repo/", | ||
"BITBUCKET_PIPELINE_UUID": "{bitbucket-uuid}", | ||
"BITBUCKET_REPO_FULL_NAME": "bitbucket-repo", | ||
"DD_TEST_CASE_NAME": "ssh-repository-url-no-git-suffix" | ||
}, | ||
{ | ||
"ci.job.url": "https://bitbucket.org/bitbucket-repo/addon/pipelines/home#!/results/bitbucket-build-num", | ||
"ci.pipeline.id": "bitbucket-uuid", | ||
"ci.pipeline.name": "bitbucket-repo", | ||
"ci.pipeline.number": "bitbucket-build-num", | ||
"ci.pipeline.url": "https://bitbucket.org/bitbucket-repo/addon/pipelines/home#!/results/bitbucket-build-num", | ||
"ci.provider.name": "bitbucket", | ||
"git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo/" | ||
} | ||
], | ||
[ | ||
{ | ||
"BITBUCKET_BUILD_NUMBER": "bitbucket-build-num", | ||
|
@@ -518,7 +558,7 @@ | |
{ | ||
"BITBUCKET_BUILD_NUMBER": "bitbucket-build-num", | ||
"BITBUCKET_COMMIT": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"BITBUCKET_GIT_HTTP_ORIGIN": "ssh://[email protected]:port/path/to/repo.git/", | ||
"BITBUCKET_GIT_HTTP_ORIGIN": "ssh://[email protected]:54321/path/to/repo.git/", | ||
"BITBUCKET_PIPELINE_UUID": "{bitbucket-uuid}", | ||
"BITBUCKET_REPO_FULL_NAME": "bitbucket-repo" | ||
}, | ||
|
@@ -530,14 +570,14 @@ | |
"ci.pipeline.url": "https://bitbucket.org/bitbucket-repo/addon/pipelines/home#!/results/bitbucket-build-num", | ||
"ci.provider.name": "bitbucket", | ||
"git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"git.repository_url": "ssh://host.xz:port/path/to/repo.git/" | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo.git/" | ||
} | ||
], | ||
[ | ||
{ | ||
"BITBUCKET_BUILD_NUMBER": "bitbucket-build-num", | ||
"BITBUCKET_COMMIT": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"BITBUCKET_GIT_HTTP_ORIGIN": "ssh://user:[email protected]:port/path/to/repo.git/", | ||
"BITBUCKET_GIT_HTTP_ORIGIN": "ssh://user:[email protected]:54321/path/to/repo.git/", | ||
"BITBUCKET_PIPELINE_UUID": "{bitbucket-uuid}", | ||
"BITBUCKET_REPO_FULL_NAME": "bitbucket-repo" | ||
}, | ||
|
@@ -549,7 +589,7 @@ | |
"ci.pipeline.url": "https://bitbucket.org/bitbucket-repo/addon/pipelines/home#!/results/bitbucket-build-num", | ||
"ci.provider.name": "bitbucket", | ||
"git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"git.repository_url": "ssh://host.xz:port/path/to/repo.git/" | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo.git/" | ||
} | ||
] | ||
] |
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 |
---|---|---|
|
@@ -479,6 +479,50 @@ | |
"git.tag": "0.0.2" | ||
} | ||
], | ||
[ | ||
{ | ||
"BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", | ||
"BITRISE_BUILD_SLUG": "bitrise-pipeline-id", | ||
"BITRISE_BUILD_URL": "https://bitrise-build-url.com//", | ||
"BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", | ||
"BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", | ||
"DD_TEST_CASE_NAME": "http-repository-url-no-git-suffix", | ||
"GIT_CLONE_COMMIT_HASH": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"GIT_REPOSITORY_URL": "https://github.com/DataDog/dogweb" | ||
}, | ||
{ | ||
"ci.pipeline.id": "bitrise-pipeline-id", | ||
"ci.pipeline.name": "bitrise-pipeline-name", | ||
"ci.pipeline.number": "bitrise-pipeline-number", | ||
"ci.pipeline.url": "https://bitrise-build-url.com//", | ||
"ci.provider.name": "bitrise", | ||
"git.commit.message": "bitrise-git-commit-message", | ||
"git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"git.repository_url": "https://github.com/DataDog/dogweb" | ||
} | ||
], | ||
[ | ||
{ | ||
"BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", | ||
"BITRISE_BUILD_SLUG": "bitrise-pipeline-id", | ||
"BITRISE_BUILD_URL": "https://bitrise-build-url.com//", | ||
"BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", | ||
"BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", | ||
"DD_TEST_CASE_NAME": "ssh-repository-url-no-git-suffix", | ||
"GIT_CLONE_COMMIT_HASH": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"GIT_REPOSITORY_URL": "ssh://host.xz:54321/path/to/repo/" | ||
}, | ||
{ | ||
"ci.pipeline.id": "bitrise-pipeline-id", | ||
"ci.pipeline.name": "bitrise-pipeline-name", | ||
"ci.pipeline.number": "bitrise-pipeline-number", | ||
"ci.pipeline.url": "https://bitrise-build-url.com//", | ||
"ci.provider.name": "bitrise", | ||
"git.commit.message": "bitrise-git-commit-message", | ||
"git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo/" | ||
} | ||
], | ||
[ | ||
{ | ||
"BITRISE_BUILD_NUMBER": "bitrise-pipeline-number", | ||
|
@@ -613,7 +657,7 @@ | |
"BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", | ||
"BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", | ||
"GIT_CLONE_COMMIT_HASH": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"GIT_REPOSITORY_URL": "ssh://[email protected]:port/path/to/repo.git/" | ||
"GIT_REPOSITORY_URL": "ssh://[email protected]:54321/path/to/repo.git/" | ||
}, | ||
{ | ||
"ci.pipeline.id": "bitrise-pipeline-id", | ||
|
@@ -623,7 +667,7 @@ | |
"ci.provider.name": "bitrise", | ||
"git.commit.message": "bitrise-git-commit-message", | ||
"git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"git.repository_url": "ssh://host.xz:port/path/to/repo.git/" | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo.git/" | ||
} | ||
], | ||
[ | ||
|
@@ -634,7 +678,7 @@ | |
"BITRISE_GIT_MESSAGE": "bitrise-git-commit-message", | ||
"BITRISE_TRIGGERED_WORKFLOW_ID": "bitrise-pipeline-name", | ||
"GIT_CLONE_COMMIT_HASH": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"GIT_REPOSITORY_URL": "ssh://user:[email protected]:port/path/to/repo.git/" | ||
"GIT_REPOSITORY_URL": "ssh://user:[email protected]:54321/path/to/repo.git/" | ||
}, | ||
{ | ||
"ci.pipeline.id": "bitrise-pipeline-id", | ||
|
@@ -644,7 +688,7 @@ | |
"ci.provider.name": "bitrise", | ||
"git.commit.message": "bitrise-git-commit-message", | ||
"git.commit.sha": "b9f0fb3fdbb94c9d24b2c75b49663122a529e123", | ||
"git.repository_url": "ssh://host.xz:port/path/to/repo.git/" | ||
"git.repository_url": "ssh://host.xz:54321/path/to/repo.git/" | ||
} | ||
] | ||
] |
Oops, something went wrong.