-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Ownership] Assign test files to ml-ui team #200212
Changes from 4 commits
591f2f7
9c63452
4376711
44e1a68
62e9fe7
b4c63b6
fb5ae12
1384073
b44af90
46a3cbb
fbc9050
38d363a
d9f9b10
c8220b4
0bf9e42
d0c32fe
96b48ba
1ebb244
aebe405
9569091
a4f5595
597440a
5c597a5
ab6aca6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1318,6 +1318,10 @@ x-pack/test_serverless/**/test_suites/observability/ai_assistant @elastic/obs-ai | |
#CC# /src/plugins/kibana_react/public/code_editor/ @elastic/kibana-presentation | ||
|
||
# Machine Learning | ||
/x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/config.ts @elastic/ml-ui | ||
/x-pack/test/stack_functional_integration/apps/ml @elastic/ml-ui | ||
/x-pack/test/functional/fixtures/kbn_archiver/ml @elastic/ml-ui | ||
/x-pack/test/accessibility/apps/group2/ml_* @elastic/ml-ui | ||
/x-pack/test/api_integration/apis/file_upload @elastic/ml-ui | ||
/x-pack/test/accessibility/apps/group2/ml.ts @elastic/ml-ui | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please group this file with the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
/x-pack/test/accessibility/apps/group3/ml_embeddables_in_dashboard.ts @elastic/ml-ui | ||
|
@@ -1337,7 +1341,8 @@ x-pack/test_serverless/**/test_suites/observability/ai_assistant @elastic/obs-ai | |
/x-pack/test/api_integration/services/ml.ts @elastic/ml-ui | ||
|
||
# Additional plugins and packages maintained by the ML team. | ||
/test/examples/response_stream @elastic/ml-ui | ||
/x-pack/test/functional/services/aiops @elastic/ml-ui | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please group this file with the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
/test/examples/response_stream/*.ts @elastic/ml-ui | ||
/x-pack/test/accessibility/apps/group2/transform.ts @elastic/ml-ui | ||
/x-pack/test/api_integration/apis/aiops/ @elastic/ml-ui | ||
/x-pack/test/api_integration/apis/transform/ @elastic/ml-ui | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1018,24 +1018,17 @@ paths: | |
- last_execution_date | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did you mean to touch this file? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No it wasn't me, it was a ci auto commit. |
||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch | ||
states in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -1610,24 +1603,17 @@ paths: | |
type: boolean | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch states | ||
in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -1945,24 +1931,17 @@ paths: | |
- last_execution_date | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch | ||
states in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -2540,24 +2519,17 @@ paths: | |
- active | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch states | ||
in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -2847,24 +2819,17 @@ paths: | |
- last_execution_date | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch | ||
states in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -3902,24 +3867,17 @@ paths: | |
- last_execution_date | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch | ||
states in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1367,24 +1367,17 @@ paths: | |
- last_execution_date | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did you mean to touch this file? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No it wasn't me, it was a ci auto commit. |
||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch | ||
states in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -1958,24 +1951,17 @@ paths: | |
type: boolean | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch states | ||
in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -2293,24 +2279,17 @@ paths: | |
- last_execution_date | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch | ||
states in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -2887,24 +2866,17 @@ paths: | |
- active | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch states | ||
in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -3194,24 +3166,17 @@ paths: | |
- last_execution_date | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch | ||
states in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
@@ -4241,24 +4206,17 @@ paths: | |
- last_execution_date | ||
flapping: | ||
additionalProperties: false | ||
description: >- | ||
When flapping detection is turned on, alerts that switch | ||
quickly between active and recovered states are identified | ||
as “flapping” and notifications are reduced. | ||
description: When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced. | ||
nullable: true | ||
type: object | ||
properties: | ||
look_back_window: | ||
description: >- | ||
The minimum number of runs in which the threshold must | ||
be met. | ||
description: The minimum number of runs in which the threshold must be met. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
status_change_threshold: | ||
description: >- | ||
The minimum number of times an alert must switch | ||
states in the look back window. | ||
description: The minimum number of times an alert must switch states in the look back window. | ||
maximum: 20 | ||
minimum: 2 | ||
type: number | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please group this line with the
/x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/ml/
file a few lines down.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5c597a5