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

[Ownership] Assign test files to ml-ui team #200212

Merged
merged 24 commits into from
Nov 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
591f2f7
[Ownership] Assign test files to ml-ui team
wayneseymour Nov 14, 2024
9c63452
drop
wayneseymour Nov 14, 2024
4376711
Merge branch 'main' into assign-ml
elasticmachine Nov 14, 2024
44e1a68
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Nov 14, 2024
62e9fe7
[Discover] mailto links in data view urls (#200070)
ghudgins Nov 14, 2024
b4c63b6
[APM] Migrate inspect API tests to be deployment-agnostic (#199963)
iblancof Nov 14, 2024
fb5ae12
[SecuritySolution] Update file validation because the file type is em…
machadoum Nov 14, 2024
1384073
kbn-expect - add .eql support for sets (#200034)
pheyos Nov 14, 2024
b44af90
[Ownership] Assign test files to Appex QA (#199767)
wayneseymour Nov 14, 2024
46a3cbb
[Observability Onboarding] Fix kustomize command (#199758)
flash1293 Nov 14, 2024
fbc9050
[Security Solution] Integrate Prebuilt Rules Customization UI with th…
maximpn Nov 14, 2024
38d363a
Functional tests - remove .empty file from screenshots dir (#200161)
pheyos Nov 14, 2024
d9f9b10
[Fleet] Fix OAS snapshot (#200186)
nchaulet Nov 14, 2024
c8220b4
[Discover] fix: set smaller max width for mobile devices (#199798)
akowalska622 Nov 14, 2024
0bf9e42
[Ownership] Assign test files to search kibana team (#200013)
wayneseymour Nov 14, 2024
d0c32fe
Migrate /diagnostics and /service_nodes to be deployment agnostic (#1…
miloszmarcinkowski Nov 14, 2024
96b48ba
[presentation-utils] remove defaultTheme$ (#200044)
nreese Nov 14, 2024
1ebb244
[OpenAPI][DOCS] Add descriptions for alerting rule flapping propertie…
lcawl Nov 14, 2024
aebe405
[Obs AI Assistant] Add retry statements as an attempt to resolve flak…
viduni94 Nov 14, 2024
9569091
[Docs] Add breaking change to release notes (#200065)
wajihaparvez Nov 14, 2024
a4f5595
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine Nov 14, 2024
597440a
Merge branch 'assign-ml' of github.com:wayneseymour/kibana into assig…
wayneseymour Nov 18, 2024
5c597a5
re-org
wayneseymour Nov 18, 2024
ab6aca6
Merge branch 'main' into assign-ml
elasticmachine Nov 18, 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
9 changes: 8 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,12 @@ 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
Copy link
Contributor

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/x-pack/test/stack_functional_integration/apps/ml @elastic/ml-ui
/x-pack/test/monitoring_api_integration/fixtures/elasticsearch/ml_jobs.json @elastic/ml-ui
/x-pack/test/monitoring_api_integration/apis/elasticsearch/ml_jobs.ts @elastic/ml-ui
pheyos marked this conversation as resolved.
Show resolved Hide resolved
/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
Copy link
Contributor

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 file with the /x-pack/test/accessibility/apps/group2/ml.ts entry a few lines down.

Copy link
Member Author

Choose a reason for hiding this comment

The 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
Expand All @@ -1337,7 +1343,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
Copy link
Contributor

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 file with the /x-pack/test/functional/services/transform/ entry a few lines down.

Copy link
Member Author

Choose a reason for hiding this comment

The 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
Expand Down