Skip to content

Commit

Permalink
[FTR][Ownership] Assign Ownership to "entity/*" ES Archives (#194436)
Browse files Browse the repository at this point in the history
## Summary

Modify code owner declarations for
`x-pack/test/functional/es_archives/entity/**/*` in .github/CODEOWNERS

### For reviewers

To verify this pr, you can use the `scripts/get_owners_for_file.js`
script
E.g:
```
 node scripts/get_owners_for_file.js --file x-pack/test/functional/es_archives/entity//risks # Or any other file
```

Also, delete `x-pack/test/functional/es_archives/entity/user_risk` as
`CMD+SHIFT+F` on my MAC in VS Code, resolved zero uses.

#### Notes
All of these are a best guess effort. The more help from the dev teams,
the more accurate this will be for reporting in the future.

Contributes to: #192979

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Vitalii Dmyterko <[email protected]>
  • Loading branch information
4 people authored Oct 15, 2024
1 parent 3241359 commit 562bf21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 74 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,8 @@ x-pack/test/security_solution_cypress/cypress/tasks/expandable_flyout @elastic/
/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration @elastic/security-detection-engine
/x-pack/plugins/security_solution/common/cti @elastic/security-detection-engine
/x-pack/plugins/security_solution/common/field_maps @elastic/security-detection-engine
/x-pack/test/functional/es_archives/entity/risks @elastic/security-detection-engine
/x-pack/test/functional/es_archives/entity/host_risk @elastic/security-detection-engine

/x-pack/plugins/security_solution/public/sourcerer @elastic/security-threat-hunting-investigations
/x-pack/plugins/security_solution/public/detection_engine/rule_creation @elastic/security-detection-engine
Expand Down
39 changes: 0 additions & 39 deletions x-pack/test/functional/es_archives/entity/user_risk/data.json

This file was deleted.

35 changes: 0 additions & 35 deletions x-pack/test/functional/es_archives/entity/user_risk/mappings.json

This file was deleted.

0 comments on commit 562bf21

Please sign in to comment.