mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Utilizes constants package and deletes duplicate code (#100513)
## Summary Utilizes constants package and deletes duplicate code * Renames the `securitysolution-constants` to be `securitysolution-list-constants` to be specific * Deletes duplicated code found during cleanup * Moves more tests into the packages found along the way with the duplicated code * Moves `parseScheduleDates` from `@kbn/securitysolution-io-ts-types` to `@kbn/securitysolution-io-ts-utils` ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
This commit is contained in:
parent
676d40ebbe
commit
aa2f5b535d
168 changed files with 751 additions and 1356 deletions
|
@ -82,13 +82,13 @@ yarn kbn watch-bazel
|
|||
- @kbn/i18n
|
||||
- @kbn/legacy-logging
|
||||
- @kbn/logging
|
||||
- @kbn/securitysolution-constants
|
||||
- @kbn/securitysolution-es-utils
|
||||
- kbn/securitysolution-io-ts-alerting-types
|
||||
- kbn/securitysolution-io-ts-list-types
|
||||
- kbn/securitysolution-io-ts-types
|
||||
- @kbn/securitysolution-io-ts-utils
|
||||
- @kbn/securitysolution-list-api
|
||||
- @kbn/securitysolution-list-constants
|
||||
- @kbn/securitysolution-list-hooks
|
||||
- @kbn/securitysolution-list-utils
|
||||
- @kbn/securitysolution-utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue