Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security][Serverless] FTR API Integration tests - Refactoring - Issue fixing #182245

Merged
merged 21 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8169331
WIP: curl to TS
dkirchan Apr 30, 2024
f59b6ea
Fixed intermediate builds skip for security quality gate in kibana
dkirchan Apr 30, 2024
c1a473b
Running target script
dkirchan Apr 30, 2024
b727546
Fixed product type issue
dkirchan Apr 30, 2024
b6626e7
Replaced logger with console.log for command execution
dkirchan Apr 30, 2024
9e1070c
Removed sensitive data
dkirchan Apr 30, 2024
b5d25db
Fixed exist status code
dkirchan May 1, 2024
81cf52b
Fixed clean code
dkirchan May 1, 2024
e9d7a5a
Restored previous state of cli.ts
dkirchan May 1, 2024
2f798f3
Merge branch 'main' into security-api-integrations
dkirchan May 1, 2024
447b12a
Attempt to parameterize quality gate for FTR api integration tests
dkirchan May 1, 2024
9ad2296
Changed the flag from QUALITY_GATE to KIBANA_MKI_QUALITY_GATE
dkirchan May 1, 2024
e3f6833
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine May 1, 2024
c20d857
Fixed lint issue
dkirchan May 1, 2024
f56543f
Merge branch 'main' into security-api-integrations
dkirchan May 1, 2024
e8f1ca9
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine May 1, 2024
7855a2e
Merge branch 'main' into security-api-integrations
dkirchan May 2, 2024
395f0af
Fixed comment for cloud project deletion
dkirchan May 2, 2024
b42ae7c
Merge branch 'main' into security-api-integrations
dkirchan May 2, 2024
8374d6d
Merge branch 'main' into security-api-integrations
dkirchan May 2, 2024
636494d
Merge branch 'main' into security-api-integrations
dkirchan May 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
spec:
repository: elastic/kibana
pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_defend_workflows.yml
skip_intermediate_builds: false
provider_settings:
build_branches: false
build_pull_requests: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
spec:
repository: elastic/kibana
pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_detection_engine.yml
skip_intermediate_builds: false
provider_settings:
build_branches: false
build_pull_requests: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
spec:
repository: elastic/kibana
pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_entity_analytics.yml
skip_intermediate_builds: false
provider_settings:
build_branches: false
build_pull_requests: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
spec:
repository: elastic/kibana
pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_explore.yml
skip_intermediate_builds: false
provider_settings:
build_branches: false
build_pull_requests: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
spec:
repository: elastic/kibana
pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_gen_ai.yml
skip_intermediate_builds: false
provider_settings:
build_branches: false
build_pull_requests: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
spec:
repository: elastic/kibana
pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_investigations.yml
skip_intermediate_builds: false
provider_settings:
build_branches: false
build_pull_requests: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
spec:
repository: elastic/kibana
pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_rule_management.yml
skip_intermediate_builds: false
provider_settings:
build_branches: false
build_pull_requests: false
Expand Down
Loading