Akshat Jain
17215cd677
Remove support for Java 8 ( #17466 )
...
All JDK 8 based CI checks have been removed.
Images used in Dockerfile(s) have been updated to Java 17 based images.
Documentation has been updated accordingly.
2024-11-21 15:33:08 +05:30
Vadim Ogievetsky
4b7902e74a
Web console: Improve workbench view with resizable side panels ( #17387 )
2024-10-30 11:50:52 -07:00
Kashif Faraz
9dfb378711
Remove unused coordinator dynamic configs mergeSegmentsLimit, mergeBytesLimit ( #17384 )
...
* Remove unused coordinator dynamic configs
* Update docs and web-console
2024-10-22 09:03:46 +05:30
Vadim Ogievetsky
6cf372a7f4
Web console: bump dependencies including d3 and typescript ( #17381 )
...
* bump deps including d3
* better clean script
2024-10-21 11:38:19 -07:00
John Gozde
dceff89103
Web console: eslint@9, stylelint@16 ( #17365 )
...
* Switch to react-jsx
* WIP: eslint 9
* Fix lints
* Stylelint
* Fix compile
* Bump postcss
* Update licenses
* Bump react-table
2024-10-17 15:28:01 -07:00
Abhishek Radhakrishnan
0e6c388b7f
Delta snapshots are zero-indexed, so remove zeroMeansUndefined: true. ( #17367 )
...
This lets users filter by snapshotVersion: 0. Previously, zeroMeanUndefined
was set to true, so it would silently default to the latest snapshot.
2024-10-17 08:33:10 -07:00
Vadim Ogievetsky
26e2ca66d7
update to node 20 ( #17363 )
2024-10-16 13:15:10 -07:00
Vadim Ogievetsky
877784e5fd
Web console: add expectedLoadTimeMillis ( #17359 )
...
* add expectedLoadTimeMillis
* make spec cleaning less agro
* more cleanup
2024-10-16 13:14:27 -07:00
Vadim Ogievetsky
8ddb316e68
Web console: fix progress indication for table input ( #17334 )
...
* fix porgress indication for table input
* fix snapshot
2024-10-16 13:14:11 -07:00
Suraj Goel
c1fe1ac898
Remove EOL file-loader dependency ( #17346 )
2024-10-16 11:11:06 -07:00
Vadim Ogievetsky
a395368622
run npm audit fix ( #17290 )
2024-10-08 16:44:09 -07:00
Vadim Ogievetsky
4570809b4a
better timing bar styling ( #17295 )
2024-10-08 16:30:58 -07:00
Vadim Ogievetsky
babf7f2ef6
Web console: don't assume that activeTasks is an array ( #17254 )
2024-10-04 16:01:13 -07:00
Vadim Ogievetsky
2ffe7b177c
Explore view fix spin when applying defaults ( #17252 )
2024-10-04 13:02:15 -07:00
Vadim Ogievetsky
d1bc369f06
Web console: Final explore QA pass ( #17240 )
...
* cleanup
* remove redundancy
* aggregate works for multiple queries
2024-10-03 19:52:17 -07:00
Vadim Ogievetsky
fb94428a58
Web console: Explore view QA with live data ( #17234 )
...
* Explore view QA with live data
* update snapshots
* add t for preview also
* use pulse icon consistently
2024-10-03 13:50:08 -07:00
Vadim Ogievetsky
8c4db8aeed
explore QA ( #17225 )
2024-10-02 23:05:19 -07:00
Vadim Ogievetsky
715ae5ece0
Web console: misc fixes to the Explore view ( #17213 )
...
* make record table able to hide column
* stickyness
* refactor query log
* fix measure drag
* start nested column dialog
* nested expand
* fix filtering on Measures
* use output name
* fix scrolling
* select all / none
* use ARRAY_CONCAT_AGG
* no need to limit if aggregating
* remove magic number
* better search
* update arg list
* add, don't replace
2024-10-02 08:52:08 -07:00
Vadim Ogievetsky
c8529294eb
Web console: add support for Dart engine ( #17147 )
...
* add console support for Dart engine
This reverts commit 6e46edf15dd55e5c51a1a4068e83deba4f22529b.
* feedback fixes
* surface new fields
* prioratize error over results
* better metadata refresh
* feedback fixes
2024-10-01 17:53:36 -07:00
Vadim Ogievetsky
f33f60b32e
fix input step typo ( #17202 )
2024-09-30 21:26:22 -07:00
Vadim Ogievetsky
d982727a29
Web console: revamp the experimental explore view ( #17180 )
...
* explore revamp
* remove ToDo
* fix CodeQL
* add tooltips
* show issue on echart chars
* fix: browser back does not refresh chart
* fix maxRows 0
* be more resiliant to missing __time
2024-09-29 23:15:21 -07:00
Vadim Ogievetsky
7417ead3af
Web console: Fixed sampling for delta source in classic data loader and MSQ ( #17160 )
...
Added the delta tile to MSQ and made sure it works there and classic data loader. It is special because it always assumes a parquet format so it has to skip some steps in the code. Now the framework is there to add more tiles that force a specific format
2024-09-27 07:51:24 -07:00
Vadim Ogievetsky
4872f0457a
switch to using arrays by default ( #17133 )
2024-09-24 09:20:04 -07:00
Vadim Ogievetsky
1a13bd5485
Make the tooltip better and improve structure ( #17132 )
2024-09-24 09:19:52 -07:00
Vadim Ogievetsky
ed33dbb76d
Web console: add stage graph ( #17135 )
...
* add stage graph
* update snapshot
2024-09-23 21:19:13 -07:00
Vadim Ogievetsky
9e1544e9c4
Fix maxRowsInMemory default for streaming ( #17028 )
...
* fix maxRowsInMemory
* fix button css
2024-09-11 08:43:00 -07:00
Sébastien
5de84253d8
Web console query view improvements ( #16991 )
...
* Made maxNumTaskOptions configurable in the Query view
* Updated the copy for taskAssignment options
* Reordered options in engine menu for msq engine
* fixed snapshot
* maxNumTaskOptions -> maxTasksOptions
* added back select destination item
* fixed duplicate menu item
* snapshot
* Added the ability to hide certain engine menu options
* Added the ability to hide/show more menu items
* -> fn
* -> fn
2024-09-10 11:34:49 -07:00
Abhishek Agarwal
78775ad398
Prepare master for 32.0.0 release ( #17022 )
2024-09-10 11:01:20 +05:30
Abhishek Radhakrishnan
f4261c0e4d
Add Delta snapshot version to the web-console ( #17023 )
...
* Web-console change to add Delta snapshot version.
Web-console change for https://github.com/apache/druid/pull/17004 .
* Update web-console/src/druid-models/input-source/input-source.tsx
* Update web-console/src/druid-models/ingestion-spec/ingestion-spec.tsx
2024-09-09 11:49:53 -07:00
Vadim Ogievetsky
dc5c55a836
Web console: better tooltip when no size is available ( #17008 )
...
* better tooltip when no size is available
* better labels for columns
* fix label in segments view
2024-09-05 13:51:03 -07:00
Vadim Ogievetsky
358d06abc1
Web console: expose forceSegmentSortByTime ( #16967 )
...
* no force time
* time UI
* update menus
* tweaks
* dont use bp5
* nicer values
* update snapshots
* similar engine lables
* update snaps
2024-08-29 09:58:15 -07:00
Virushade
862ccda59b
Disable automatic search refresh every for keystroke ( #16963 )
...
* Disable refreshing page everytime keystroke is detected
* Lengthen input debounce time to 1s
* Run Prettier to pass stylecheck
2024-08-27 20:28:43 -07:00
Vadim Ogievetsky
21dcf804eb
Web console: add ability to issue auxiliary queries to speed up data views ( #16952 )
...
* Add ability to issue auxiliary queries
* readonly supervisor
* return
* update snapshot
* fix classes
2024-08-27 13:38:30 -07:00
Vadim Ogievetsky
4e33ce2b21
fix collapsing in column tree ( #16910 )
2024-08-18 15:11:28 -07:00
Vadim Ogievetsky
422183ee70
Web console: expose handoff API ( #16586 )
...
* don't start completions on numbers... it makes numbers hard to enter
* add handoff dialog
* fix placeholder
* Update web-console/src/dialogs/supervisor-handoff-dialog/supervisor-handoff-dialog.tsx
Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
* Update web-console/src/dialogs/supervisor-handoff-dialog/supervisor-handoff-dialog.tsx
Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
* Update web-console/src/dialogs/supervisor-handoff-dialog/supervisor-handoff-dialog.tsx
Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
* feedback fixes
* update snapshot
---------
Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
2024-08-16 14:39:16 -07:00
Vadim Ogievetsky
8181ef627a
add useConcurrentLocks toggle ( #16899 )
2024-08-14 13:44:53 -07:00
Vadim Ogievetsky
ca82ecd352
bump axios to 1.7.4 ( #16898 )
2024-08-14 13:42:26 -07:00
Vadim Ogievetsky
483a03f26c
Web console: Server context defaults ( #16868 )
...
* add server defaults
* null is NULL
* r to d
* add test
* typo
2024-08-09 14:46:59 -07:00
Vadim Ogievetsky
56c03582cf
support kinesis input format ( #16850 )
2024-08-07 10:24:28 -07:00
Vadim Ogievetsky
aeace28ccb
Web console: Add columnMapping information to the Explain dialog ( #16598 )
...
* Add columnMapping information in the Explain dialog
* use arrow char
2024-08-05 13:21:51 -07:00
Alberic Liu
461727de12
Fix Druid Console cannot open submit supervisor dialog ( #16736 )
2024-08-05 10:44:11 -07:00
Vadim Ogievetsky
8c170f7d0e
Web console: use stages, counters, and warnings from the new detailed status API ( #16809 )
...
* stages and counters can be seen on the status reponse
* warnings are exposed also
* mark as msq when attached
* update snapshots
* download CSV/TSV null as empty cell
2024-08-01 02:30:30 -07:00
John Gozde
6ff0cbfa54
Prune date-fns locales, bump sass TODO ( #16792 )
2024-07-24 10:50:53 -07:00
Vadim Ogievetsky
4f0b80bef5
Web console: change to use @fontsource/open-sans ( #16786 )
...
* change to use @fontsource/open-sans
* import locale directly
* update check license
2024-07-23 21:28:59 -07:00
Sébastien
aeb2ee59a2
Added an option to hide the workbench-view toolbar ( #16785 )
2024-07-23 15:36:54 -07:00
Vadim Ogievetsky
72eeeec024
fix NPE in number formatting ( #16760 )
2024-07-19 15:20:44 -07:00
Sébastien
e286be9427
Exposes hooks to customize the workbench-view ( #16749 )
...
* Exposes hooks to customize the workbench-view
* addressed PR feedback
* naming
* auto -> formatInteger(maxNum)
2024-07-19 08:53:34 -07:00
Clint Wylie
35b876436b
remove native scan query legacy mode ( #16659 )
2024-07-18 23:33:27 -07:00
Vadim Ogievetsky
0a274d56a1
Web console: upgrade to Blueprint5 ( #16756 )
...
* pre upgrade
* did the upgrade
* update snapshots
* fix BP5 issues
* update licenses
* fix more depication warnings
* use segmented control
* updat snapshots
* convert to fake local time
* preload icons before tests
* update e2e tests
* Update web-console/src/components/segment-timeline/segment-timeline.tsx
Co-authored-by: John Gozde <john@gozde.ca>
* Update web-console/src/components/segment-timeline/segment-timeline.tsx
Co-authored-by: John Gozde <john@gozde.ca>
* update e2e test selector
* direct import date-fns
---------
Co-authored-by: John Gozde <john@gozde.ca>
2024-07-18 20:47:44 -07:00
Vadim Ogievetsky
44b3f8e588
Web console: fix a few console bugs ( #16735 )
...
* remove __time from min max query shortcut
* fix scrolling in retention rules dialog
* actions menus should have titles
* change term
* correctly name sort/shuffle
2024-07-17 14:51:17 -07:00