Skip to content

Commit 01b3bcc

Browse files
authored
ui: Move query tab & omnibox SQL mode into QueryPage plugin (#5040)
- Create a new registration system to allow plugins to register omnibox modes. - Use this registration to move the query mode into the QueryPage plugin. - Move everything related to query tabs into the QueryPage plugin. - Remove addQueryResultsTab() from extensions (extensions are a hack and are slowly being removed). - Create new 'Slice Statistics' section in the generic slice details panel 'ThreadSliceDetailsPanel' to show the average duration of all slices with the same name, rather than having this open up in a new query results tab. - This change is to solve a dependency issue, but I believe it to be a much more elegant and useful solution. - In the future, we could replace this with a histogram, but this is out of scope for this PR. <img width="704" height="508" alt="image" src="https://github.com/user-attachments/assets/7d39dc67-67ae-4217-b71e-3ae64e12683e" />
1 parent 0ac3218 commit 01b3bcc

File tree

139 files changed

+451
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+451
-276
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
becd533f79da2f2fa36c03f4a422124a28c0be4c9d3af560d3e3b3b953be6368
1+
747ac1654c2d8551de6d1cb1d3de8b3cba70c43b93a26a16e2c30316313a20e9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aaa8ff465cf4b8ea44646bdf522bf595d97b37700038beecb94c9f9c16f85861
1+
0bc9fef094c385dced1b50b9ac2737d5a40f33f8e230cb33203a886a898eb9d8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41f1b58d13de0f19f835ba411eafd96cc0db2bce1044bd0691100a66dced6e2b
1+
02c6648ae8a546d547bd0b7eb1ec4d92b2f3083a6d3d2602e4f66fbd594d0763
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
941d0984e31d9ac62b16a8be2d0084c36668720cf51b0cf79c73a9750491efea
1+
0d97be572ee076a8c5aea50589d393f90f20938b91883adb959885828fb673a6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7d0cad826e657a0a97e47a4be3e0d0fb63fc6b49172526acb9aab66b0d19fc22
1+
e072dfa807c7e59b14710e4640f624a94d8d8bab38780365674ebc6357b81050
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f1850dad79253749f7e6b9f446620ae170c513e33a920e120eb43f49af45b38b
1+
4beeb5fd3237edc49e442f33d2d82b5f9b8da47847bec88dbab25b6e3d0de1a5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
847c0a5165879f2c3b0a7c0906c4294ae88bb3f98a31a4667f52d0ab086b5aa0
1+
e4068a41d78e99c5cf7862b78cd9c7d71b8dd037bed4761f93022ac7c3a5ba6d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5165b246720633c9a9e7435583c5714eb15ad69620b203d81440e8bd9425c890
1+
4d8d8eebf7309152366652189181228998379e940f5536470fd3061297842099
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
68c5ee646f689ddc1501277458eefe030e43bea849d2eafc8b575805c05f0c6c
1+
1d8fb52ed758fb35309ca4ba1cfc376bf24bb262a0943eba956a971654448099
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9c08ef8c7c1688baf3d1127544c143cc3a9213edebd84b9750f2cf596719d69b
1+
bae3b51aae7db97d29ccd0c7927d9f95c0a219c1cbde7136f11d88703cd5ee76

0 commit comments

Comments
 (0)