-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into issue-10111-awshealth
- Loading branch information
Showing
5,874 changed files
with
133,001 additions
and
457,291 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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 |
---|---|---|
|
@@ -7,6 +7,6 @@ set -euo pipefail | |
add_bin_path | ||
with_mage | ||
|
||
mage -debug check | ||
mage -v check | ||
|
||
check_git_diff |
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,40 @@ | ||
#!/bin/bash | ||
|
||
source .buildkite/scripts/common.sh | ||
|
||
set -euo pipefail | ||
|
||
junit_folder="test-results" | ||
test_results_folder="build/${junit_folder}" | ||
buildkite_pattern="${test_results_folder}/*.xml" | ||
|
||
download_test_results() { | ||
mkdir -p "${test_results_folder}" | ||
|
||
if ! buildkite-agent artifact download "${buildkite_pattern}" . ; then | ||
message="Could not download XML artifacts. Skip creating issues." | ||
echo "--- :boom: ${message}" | ||
buildkite-agent annotate \ | ||
"[Report Failed Tests] ${message}" \ | ||
--context "ctx-report-failed-tests-no-files" \ | ||
--style "warning" | ||
return 1 | ||
fi | ||
return 0 | ||
} | ||
|
||
if running_on_buildkite ; then | ||
echo "--- Installing tools" | ||
add_bin_path | ||
with_mage | ||
with_github_cli # to list, create and update issues | ||
|
||
echo "--- Download Test Results" | ||
if ! download_test_results ; then | ||
exit 0 | ||
fi | ||
fi | ||
|
||
echo "--- Create GitHub Issues for failed tests" | ||
mage -v ReportFailedTests build/test-results | ||
|
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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
# Contributing Guide | ||
|
||
This page is intended for contributors to the [Package Registry](https://github.com/elastic/package-registry/) and Elastic Integrations. | ||
Ready to dive into the world of integrations? See the [Integrations Developer Guide](https://www.elastic.co/guide/en/integrations-developer/current/index.html) to get started. Topics include: | ||
|
||
## Table of Contents | ||
|
||
* [Definitions](./docs/definitions.md) - learn basic terms used in the universe of integrations, packages, data streams | ||
* [Generic guidelines](./docs/generic_guidelines.md) - generic guidelines for developing integrations, compliance with ECS, docs, dashboards | ||
* [Sample package: Nginx](./packages/nginx) - use as an inspiration for new packages, look at files, folders, test resources | ||
* [Developer workflow: build and test integration](./docs/developer_workflow_design_build_test_integration.md) - step-by-step guide on how to build and test an integration | ||
* [Developer workflow: bug fix an old package version](./docs/developer_workflow_bug_fix_older_package_version.md) - step-by-step guide on how to release a new fix for an old package version. | ||
* [Fine-tune integration](./docs/fine_tune_integration.md) - fill missing items, correct structure, review manifests | ||
* [Testing and validation](./docs/testing_and_validation.md) - run the Elastic stack, use test runners, review test coverage | ||
* [Tips for building integrations](./docs/tips_for_building_integrations.md) - see your local changes in Kibana, follow best practices | ||
* [Documentation Guidelines](./docs/documentation_guidelines.md) - guidelines for contributing to the docs, the Generic guidelines also has lots of docs tips | ||
* [Quick start: Sample integration](https://www.elastic.co/guide/en/integrations-developer/current/quick-start.html) | ||
* [Build an integration](https://www.elastic.co/guide/en/integrations-developer/current/build-a-new-integration.html) | ||
* [Upload an integration](https://www.elastic.co/guide/en/integrations-developer/current/upload-a-new-integration.html) | ||
* [Test an integration](https://www.elastic.co/guide/en/integrations-developer/current/testing.html) | ||
* [Publish an integration](https://www.elastic.co/guide/en/integrations-developer/current/_publish_an_integration.html) | ||
* [Developer workflows](https://www.elastic.co/guide/en/integrations-developer/current/developer-workflows.html) |
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
10 changes: 10 additions & 0 deletions
10
dev/codeowners/testdata/CODEOWNERS-owners-packages-datastreams
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,10 @@ | ||
# This is a valid test file | ||
* @elastic/ecosystem | ||
|
||
/packages/aws @elastic/obs-infraobs-integrations @elastic/obs-ds-hosted-services @elastic/security-service-integrations | ||
/packages/aws/data_stream/apigateway_logs @elastic/obs-infraobs-integrations | ||
/packages/aws/data_stream/apigateway_metrics @elastic/obs-infraobs-integrations | ||
/packages/aws/data_stream/billing @elastic/obs-infraobs-integrations | ||
/packages/aws/data_stream/cloudfront_logs @elastic/obs-infraobs-integrations | ||
/packages/aws/data_stream/cloudtrail @elastic/obs-infraobs-integrations | ||
/packages/aws/data_stream/cloudwatch_logs @elastic/obs-ds-hosted-services |
Oops, something went wrong.