Commit b218fe0
committed
[SearchProfiler] SearchProfiler to NP (#48795)
* Added the following components:
- highlight details (with render test)
- searchprofiler tabs
- (wip) profile tree
- (wip) shard details
* First iteration of ProfileTree component (needs render test)
* Remove space
* ProfileTree render test
* Add profile tree test to git index
* First iteration of editor component with render test
* First iteration of nearly functional public
* Fix highlight_details_flyout render test
* Move NP directory to public and fix import issue created by directly importing FormattedMessage
* Rendering and looking more normal
* Fix type issues and fix a11y for ace editor
* Added ability to do profile requests again and render into UI (styling WiP)
* Fix props in editor test
* Added empty tree placeholder component (with test), moved styling around into individual files (wip)
* Fix path
* Lots of style updates and added util for determining visible children (+test)
* Re-add missing badge and make it slightly wider (otherwise 100.00% cuts off to 100.0...)
* Delete legacy public!
* SCSS refactor + fix for re-rendering editor
* UI and server updates after license checks
* [skip ci] Add server np_ready code
* fix i18n
* Re-enable error annotations
* Minor UX improvements (focus editor after failed request and no tabindex for textarea without active license)
Added some spaces to make code more readable
* Removed xpackMain from ServerShim
Updated use of notifications -> notifications.toasts from np core setup
Removed TODO for using core.application.register (not available for legacy apps)
* Added placeholder component for loading state and implemented useReducer
* Refactor actions
* Changes after PR feedback:
- TS for unsafe utils test fixtures
- Safer use of .selfTime (no more NaN)
- Sentence case where applicable
- Cleaned up TODOs
- Fix styling issue with percentage on badges of profile tree
- Refactor name of profile hook (now useRequestProfile)
- Fixed copy paste issue in highlight flyout `Total time` -> `Self time`
- Restyled the profile button to be fill and not take up the full horizontal space
- Removed the `Type` input from the profiler query section
* Removed .type from backend and cleanup translations
* Disable responsive UI layout for now
* Remove buggy error annotation code
* - Refactored percentage badge to own component
- Updated styles after testing on IE11
- Updated styles after testing on Safari
- Chrome and FF worked on this commit
* Update missing i18n and fix use ace ui keyboard hook
* Update useEffect dependencies array for editor component
* Use absolute path to dev tools app (to fix CI)
* Remove file extensions
* Re-add missing data-test-subj1 parent 4dc3e7c commit b218fe0
File tree
106 files changed
+3685
-2057
lines changed- x-pack
- legacy/plugins/searchprofiler
- public
- components
- directives
- highlight_details
- profile_tree
- __tests__/fixtures
- np_ready
- application
- components
- highlight_details_flyout
- profile_tree
- __tests__
- fixtures
- shard_details
- containers
- main
- components
- contexts
- editor
- worker
- hooks
- store
- styles
- components
- containers
- utils
- templates
- server
- np_ready
- lib
- routes
- routes
- plugins/translations/translations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
106 files changed
+3685
-2057
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
This file was deleted.
Lines changed: 0 additions & 65 deletions
This file was deleted.
0 commit comments