-
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
New platform cleanup autoload - step 2 #33807
New platform cleanup autoload - step 2 #33807
Conversation
- kbn_top_nav - saved_object_save_as_checkbox
used implicitly: - bound_to_config_obj - debounce - filter_manager - index_patterns - parse_query - persisted_log - timefilter
- css truncate - inequality
- input_focus - paginate
Explicitly included sort_prefix_first filter
Added explicit import to uriescape
💔 Build Failed |
💚 Build Succeeded |
Pinging @elastic/kibana-app |
💚 Build Succeeded |
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.
LGTM - tested Chrome OSX and not seeing anything unusual.
For some reason GH is showing validate_json
as added (vs moved) in the diff, which is confusing, but after checking out the branch it seems everything is where it should be.
@lukeelmers Thanks! When a files license is changed, git@vscode detects it as a new file. |
* Explicit dependencies to doc_title * Explicit dependencies to - kbn_top_nav - saved_object_save_as_checkbox * Explicit dependencies to filter_bar * Explicit dependency to query_bar * Removed modules from autoloades that never used implicitly: - bound_to_config_obj - debounce - filter_manager - index_patterns - parse_query - persisted_log - timefilter * Removed modules from autoload (never used implicitly) - events * Explicit dependency to bind + typo fix * Explicit dependency to fancy_forms * Explicit dependency to $listen * Explicit dependency to timepicker * Moved kbn-infinite-scroll directive to doc_table * Explicit dependency on directives - css truncate - inequality * Explicit dependecy to input_focus directive * Explicit dependency to json-input directive * Explicit dependency on directives: - input_focus - paginate * Explicit dependency on paginated-selectable-list directive * Explicit dependency on saved-object-finder directive * Moved validate_json directive into agg_types * Don't include directives implicitly * Moved comma list Explicitly included sort_prefix_first filter * Deleted unused filter unique * Deleted unused filter startFrom * Removed unused filter matchAny * Moved filter trustAsHtml to kbn_doc_views Added explicit import to uriescape * Moved markdown filter to notify * Explicitly import label filter * Remove implicit autoload of filters
* Explicit dependencies to doc_title * Explicit dependencies to - kbn_top_nav - saved_object_save_as_checkbox * Explicit dependencies to filter_bar * Explicit dependency to query_bar * Removed modules from autoloades that never used implicitly: - bound_to_config_obj - debounce - filter_manager - index_patterns - parse_query - persisted_log - timefilter * Removed modules from autoload (never used implicitly) - events * Explicit dependency to bind + typo fix * Explicit dependency to fancy_forms * Explicit dependency to $listen * Explicit dependency to timepicker * Moved kbn-infinite-scroll directive to doc_table * Explicit dependency on directives - css truncate - inequality * Explicit dependecy to input_focus directive * Explicit dependency to json-input directive * Explicit dependency on directives: - input_focus - paginate * Explicit dependency on paginated-selectable-list directive * Explicit dependency on saved-object-finder directive * Moved validate_json directive into agg_types * Don't include directives implicitly * Moved comma list Explicitly included sort_prefix_first filter * Deleted unused filter unique * Deleted unused filter startFrom * Removed unused filter matchAny * Moved filter trustAsHtml to kbn_doc_views Added explicit import to uriescape * Moved markdown filter to notify * Explicitly import label filter * Remove implicit autoload of filters
Summary
Depends on merging #33765
Explicit import of filters and deletion of unused
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] Unit or functional tests were updated or added to match the most common scenarios- [ ] This was checked for keyboard-only and screenreader accessibility