-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Open
Labels
Team:SecurityPlatform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//choredependency-reductioninitiative to reduce the number of Kibana's third-party dependenciesinitiative to reduce the number of Kibana's third-party dependencies
Description
Kibana includes the following third-party dependencies to work with glob patterns:
globby
fast-glob
Kibana as a platform should consolidate the implementation to as few dependencies as possible. Within the scope of this issue, that means one of the following:
- Remove
globby
in favor offast-globby
- Remove
fast-globby
in favor ofglobby
- Remove both dependencies, and standardize on a different solution such as Node's native
glob
utility. - Document why the current implementation is the preferred approach, to justify keeping both dependencies within the repository.
Metadata
Metadata
Assignees
Labels
Team:SecurityPlatform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//choredependency-reductioninitiative to reduce the number of Kibana's third-party dependenciesinitiative to reduce the number of Kibana's third-party dependencies