Vadim Ogievetsky
df9cdcf13b
Web console: added Query View metadata pane, more query details ( #7905 )
...
* refactor
* adding metadata hookup
* add scroll
* standerdize icons
* better loading state
* update snapshots
* fix lint
* do not mix up queryId and sqlQueryId
2019-06-17 13:14:42 -07:00
Jenny Zhu
f603498e11
Web console: Add download path to SQL Query ( #7898 )
...
* adding download path to Query
* add more checker
* updated snap tests
* change after Vad's comments
2019-06-15 13:51:22 -07:00
mcbrewster
5e6d833fd9
Web-Console: tail log based on task status ( #7888 )
...
* clean up
* fix declarations
* spacing
2019-06-14 14:37:21 -07:00
Vadim Ogievetsky
05346a9e0c
allow semicolon with comment ( #7892 )
2019-06-14 07:53:19 -07:00
mcbrewster
0763585208
Web-console: update supervisors table ( #7799 )
...
* add new columns
* fix syling
* fix spaces
* update snapshots
* fix Spelling
* fix capitalization
* reorder action dialog
* set color using state
* fix snapshots
* fix array
* update snapshots
* remove extra columns
* update snapshots
* update snapshots
* fixes
* update snapshots
* use cell
* fix spacing
* update snapshot
2019-06-11 13:06:35 -07:00
Vadim Ogievetsky
c612ddc0f4
Support more JODA time formats ( #7857 )
2019-06-09 20:08:29 -07:00
Vadim Ogievetsky
c3d230b354
Web console: make the data loader more responsive when sampling data with many columns ( #7856 )
...
* Don't rerender data loader tables
* removed unused imports
* removed extra console.log
* fix typo
2019-06-09 10:44:13 -07:00
Vadim Ogievetsky
53b9fc4eb0
switch to use exInterlop ( #7853 )
2019-06-07 22:27:19 -07:00
Vadim Ogievetsky
248e075e24
Web console: Simplify task and supervisor detail displays ( #7848 )
...
* simplify detail display
* update tests
2019-06-07 11:02:45 -07:00
Vadim Ogievetsky
061b465d34
Web console: Normalize ingestion spec type ( #7847 )
...
* Normalize ingestion spec types
* also normalize on direct spec change
2019-06-07 08:32:40 -07:00
Vadim Ogievetsky
df01335789
Web console: prevent the time parse view from going into a bad state ( #7846 )
...
* prevent the time parse view from going into a bad state
* add test
2019-06-07 08:32:10 -07:00
Vadim Ogievetsky
ca5afd29b8
switch the web console to use react pure components ( #7845 )
2019-06-07 08:31:46 -07:00
Vadim Ogievetsky
0ca867efbf
less aggressive default value ( #7844 )
2019-06-07 08:31:21 -07:00
Vadim Ogievetsky
0de7983db5
Add minor CSS to make long value copy even easier ( #7829 )
2019-06-03 19:28:57 -07:00
Jihoon Son
61ec521135
Remove keepSegmentGranularity option for compaction ( #7747 )
...
* Remove keepSegmentGranularity option from compaction
* fix it test
* clean up
* remove from web console
* fix test
2019-06-03 12:59:15 -07:00
Vadim Ogievetsky
9d3dfd168a
Web console: Truncate and allow easy copy of large values in query table ( #7816 )
...
* table-column-selection -> table-column-selector
* null-table-cell -> table-cell
* make action icon
* made copyable
* updated snapshots
* more tests
* normalizing tests
* tslint fixes
* fix up snapshot desciptions
* nicer edit icons
* remove unused
* better language
* remove unused
* undo unwanted change
* normalize new lines
* truncate long arrays also
* removed double space
2019-06-01 17:37:54 -07:00
Vadim Ogievetsky
4ad058c429
Fix spaces and make linting more strict ( #7812 )
2019-06-01 10:14:13 -07:00
mcbrewster
21d3d0cde8
Web-console: prevent unnecessary loading of disabled data sources ( #7804 )
...
* prevent loading disabled datasources
* prevent double loading
* remove complexity
* rename function
* remove space
2019-06-01 02:08:34 -07:00
Clint Wylie
94b3591171
friendly printed arrays for json responses ( #7805 )
2019-05-31 17:34:12 +08:00
Jihoon Son
7abfbb066a
Bump up snapshot version to 0.16.0 ( #7802 )
2019-05-30 17:17:33 -07:00
mcbrewster
245eded350
Web-console: Add run keyboard short cut to sql-control ( #7787 )
...
* add run keyboard shortcut
* add allow input
2019-05-29 16:11:59 -07:00
Vadim Ogievetsky
b051d6688d
bump deps ( #7788 )
2019-05-29 08:50:06 -07:00
Vadim Ogievetsky
96b9b3073c
Web console: Adding a server view that can display all servers ( #7770 )
...
* adding a server view that can see all servers
* fixing action-cell snapshot test
* dynamic resize on sql view
* remove extra word
* update home view server tile also
* offer more context options
* pass context to explain also
2019-05-28 17:12:50 -07:00
Vadim Ogievetsky
6fdc78abbc
fix supervisor resume route ( #7782 )
2019-05-28 13:22:42 -07:00
mcbrewster
7eac685e47
Web-console: add hostname to tasks view ( #7758 )
...
* add host name
* change to location
* remove space
2019-05-24 23:18:18 -07:00
mcbrewster
3a77a3e112
Web-Console: add actions icon to lookups ( #7725 )
...
* add lookup-table-action-dialog
* reorder arguments
* remove lookup-table-action-dialog
* fix supervisors table action dialog
* fix imports
* Add host column to task view
* reorder buttons
* remove log
* update snapshots
* remove host
* update snapshots
* remove console log
* remove fragment
* update snapshots and remove space
2019-05-24 22:53:12 -07:00
mcbrewster
5f50f357a4
Web-Console: add go to editor button to tasks and supervisors view ( #7705 )
...
* add go to editor button to tasks and supervisors
* fix package.json
* remove intent
* quuick fixes
* fixes
* add getsupervisorjson and gettaskjson
* remove space
* remove gotoloaddata
* fixes
* add error handling
* save
* add loader
* remove initspec
* fixup! add loader
* update snapshots
* remove gotoloaddataview form headerbar.spec
2019-05-24 22:52:26 -07:00
mcbrewster
2b34e1b710
Web console: add log tailing to task log view ( #7703 )
...
* add tail dialog checkbox to tasks show-log-component for webconsole
* add check box button css
* add 2 second delay
* left align
* change tail formatting
* use async/await syntax
* add space
* add public prefix
* update jest to reflect changes in show-log
* use sentence case
* update snapshots
2019-05-24 15:34:29 -07:00
mcbrewster
d7e3fa510e
Web-console: add resizable split screen layout to tasks and servers views ( #7723 )
...
* add split scroll layout
* fix dev dependancies
* clean up
* adjust margin
* update jest to reflect ui changes
* fix css
* fix css issues, update npm
* remove scrollable
2019-05-24 15:01:45 -07:00
Clint Wylie
db3792727e
use unminified jquery to be more friendly for source releases, fix license stuff ( #7751 )
...
* use unminified jquery to be more friendly for source releases, fix license stuff
* other license file
* rats
2019-05-24 11:53:25 -07:00
Bartosz Ługowski
cbdac49ab3
Web console - add enable/disable actions for middle manager workers ( #7642 )
...
* Overlord console - add enable/disable button for remote workers.
* Overlord console - add proxy for remote workers API.
* WorkerResourceTest - revert newline change.
* Remote worker proxy tests - remove empty line.
* Refactor remote worker proxy for readability and security
* Rename method in remote task runner tests for readability
* Remove enable/disable button for remote workers from old web console
* Add enable/disable actions for middle manager worker in new web console
* Fix variable type
* Add worker task runner query adapter
* Fix web console tests: segments-view, servers-view
* Fix overlord resource tests
2019-05-23 16:47:23 -07:00
mcbrewster
1b284ca847
add tests to dialogs, compnents and views. Add index files to components and dialogs. add nested file structure ( #7669 )
2019-05-22 20:36:51 -07:00
Vadim Ogievetsky
169d2493bc
Web console: fix missing value input in timestampSpec step ( #7698 )
2019-05-21 03:59:48 -07:00
Vadim Ogievetsky
be16e4a4ae
Web console, adding Apache Kafka and AWS Kinesis to the data loader ( #7643 )
...
* adding kafka and kinesis to the data loader
* feature detect
* copy fixes
* wording fixes
* added missing spec type
* increase timeout
* Call it Google Cloud Storage
2019-05-17 14:01:27 -07:00
Jenny Zhu
ec0b7787cf
Web console: fixed issue when grouping tasks by different attributes ( #7657 )
...
* deleted created_time in "status"
* added toString on the status object
2019-05-16 16:46:04 -07:00
Clint Wylie
b87c8f0314
fix lookup editor to use lookup tiers instead of historical tiers ( #7647 )
...
* fix lookup editor to use lookup tiers instead of historical tiers
* use default tier if empty response, fix if configured lookups is null
* fixes
* fix typo
2019-05-14 13:30:51 -07:00
Jihoon Son
b32c9abdb9
Run npm ci instead of npm install ( #7613 )
2019-05-09 15:42:16 -07:00
Vadim Ogievetsky
9b197b436b
added scrolling to data loader panes ( #7605 )
2019-05-07 08:45:20 -07:00
Roman Leventov
a00d3e1931
Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthConfigurationTest ( #7589 )
...
* Fix old-console/cluster.html; Remove redundant throws in ITBasicAuthConfigurationTest
* Remove comment in cluster.html
2019-05-06 18:08:49 +02:00
Qi Shu
83b38c0911
Improved UI for actions in task/supervisor table ( #7528 )
...
* Grouped actions in task/supervisor table to a dialog
* Design change
* fix divider
* Removed await for onclick event on buttons
* fix package.json
* Better error handling
* remove log
* name change; better code organization
* Code refactor; extrac table action dialog
* minor change
* tidy up actions
* drop reload actions
2019-05-06 03:20:12 -07:00
Vadim Ogievetsky
baf54f373c
Data loader (GUI component) ( #7572 )
...
* data loader init
* fix timecolumn text
* feedback changes
* fixing typos and improving error reporting
* added local firehose warning
* update warning copy
* refine copy
* better copy
* fix tests
* remove console log
* copy change
* add banner message
2019-05-03 17:14:57 -07:00
Qi Shu
ed2beb6ba5
Add is_overshadowed column to segment table ( #7555 )
2019-05-01 12:28:53 -07:00
Vadim Ogievetsky
d97c0d19a0
add url baser ( #7585 )
2019-05-01 01:53:03 -07:00
Qi Shu
20755f4ca0
Add supervisor card in home view ( #7551 )
...
* Add supervisor card in home view
* hide the text under conditions
2019-04-29 10:15:10 -07:00
Qi Shu
3ec9fbaa47
Fix history dialog styling ( #7536 )
...
* Fix history dialog
* more styling
2019-04-25 07:59:34 -07:00
Qi Shu
11a7e91a73
No SQL mode in web console ( #7493 )
...
* Added no sql mode
* Use status code
* Add no sql mode to server view
* add sql broker check to decide if no sql mode should be enabled
* Fix historicals in home view
* Name change
* Add types for query result; improved functions
* Fixed a conflict/bug
* Fixed a bug
* multiple fix
* removed unused imports
* terminate query manager
* fix wording
2019-04-23 16:15:02 -07:00
Qi Shu
9929f8b022
Fixed filter for status in task table ( #7507 )
...
* Fixed filter for Task view status
* Refactored code
* Fixed a bug for SQL filter by not converting input to lower case since the comparison is done through SQL
2019-04-19 15:51:45 -07:00
Qi Shu
99ddce1277
Capitalize keywords in SQL auto complete ( #7462 )
...
* Split commit; keep auto complete only
* Add comment
2019-04-17 23:12:55 -07:00
Qi Shu
f06f0c3ad8
Add created_time as tie breaker when sorting by status in task table ( #7460 )
...
* Add created_time as tie breaker when sorting by status
* Fixed bug
* Fixed created_time tie breaker
* Use locale compare
2019-04-17 23:11:45 -07:00
Qi Shu
c8bffd9351
Add exact match filtering to console table ( #7448 )
...
* Add exact filtering
* Bug fix
* Extract filter as a function
* change code position
2019-04-17 23:05:44 -07:00
Qi Shu
9b5c216684
Fix datasource availability sorting ( #7451 )
...
* Fix availability sorting
* Style change
2019-04-14 10:09:57 -07:00
Qi Shu
233d485ad0
Display null in SQL table cell ( #7463 )
...
* Display null if cell in table is empty
* Add null
* re-indent
2019-04-13 12:05:14 -07:00
Vadim Ogievetsky
60dd75d3d9
Wrap query with limit within the web console ( #7449 )
...
* wrap with limit
* make actual menu checkbox component
2019-04-12 08:51:37 -07:00
Vadim Ogievetsky
3aae4aaf8b
Ensuring that all the controls are aligned correctly ( #7457 )
...
* making sure all the controls are inline
* update deps
2019-04-12 08:51:03 -07:00
Vadim Ogievetsky
07eb2effe9
customHeader ( #7456 )
2019-04-11 21:58:09 -07:00
Qi Shu
7382dac44e
Fixed grouping and sorting by status in task table ( #7440 )
...
* Fixed group by status
* Shorten code
2019-04-11 16:10:37 -07:00
Vadim Ogievetsky
c5c2bf77f0
adding host to the error display ( #7453 )
2019-04-11 14:39:57 -07:00
Qi Shu
4ea37e2614
Add time taken by last query in SQL view ( #7421 )
...
* Add time taken by query
* Fix time to 2 dp; set state in on state change; hide time taken at first
* Refactored code: defined query result interface; more concise shorthand expression
* Use single quote
2019-04-10 23:35:47 -07:00
Qi Shu
bbb620125d
Table pagination style change ( #7435 )
...
* Style pagination
* Removed use of important
* Removed space
* Align items
* Switched back to react table 6.8.6
* Component name change
2019-04-10 23:34:03 -07:00
Qi Shu
98ee8637e6
Console SQL function doc generation ( #7406 )
...
* Change sql function doc generation script from Bash to Node.js
* Minor code change for better reading
* Disable tslint in file
* clean up code
* Use es6 multiline string
* Solved a bug which would generate invalid TS variable if no function sections are found; in this case an empty array should be created
* Edit build script
2019-04-08 17:38:26 -07:00
Vadim Ogievetsky
c69c37e99d
Update console packages and enforce tslint quotes ( #7419 )
...
* update packages and enforce tslint quotes
* remove direct dep on tslint-react
2019-04-07 20:19:08 -07:00
Qi Shu
a66291a9cd
SQL explain in web console ( #7402 )
...
* Add explain for SQL query
* Terminate explain query manager
* Add signature for semi-joined queries
* Extract components out
* Hide more button in rune mode
* Add types for query explanation parser
* Add type for query-plan-dialog
2019-04-05 12:44:51 -07:00
Vadim Ogievetsky
0fa122ecf2
Adding ability to pass configs in and fixing misc bugs ( #7414 )
...
* Adding ability to pass configs in and fixing misc bugs
* update lock file
* remove dead version param
2019-04-05 12:40:43 -07:00
Vadim Ogievetsky
d2ff3eb199
Migrate the web console back to Blueprint v3 ( #7398 )
...
* migrate back to Blueprint v3
* rename filler file
* fix missing icon
2019-04-01 23:06:48 -07:00
Vadim Ogievetsky
1137bb2586
Popovers are no longer inline ( #7389 )
2019-04-01 13:10:48 -07:00
Qi Shu
2ad9544242
Support segment metadata in rune ( #7371 )
2019-03-29 15:46:09 -07:00
Qi Shu
a09aa13ead
Put all local storage keys and functions into one file in util ( #7314 )
...
* Add all local storage keys and functions into one file in util
* Use LocalStorageKey type instead of string
* Remove druid author key
2019-03-28 17:48:37 -07:00
Qi Shu
be1d7f885b
Add scss linter in web console ( #7365 )
...
* Add SCSS linter
* Fixed SCSS styles
2019-03-28 17:32:01 -07:00
Qi Shu
18e5167245
Add history dialog in snitch dialog to allow viewing the editing history ( #7321 )
...
* Add history dialog in snitch dialog to allow viewing the editing history
* Improved CSS; better animation
* Use position: absolute instead of float: right to position element
* Removed author for history changes
2019-03-27 17:52:44 -07:00
Vadim Ogievetsky
375668ef45
fix Supervisor terminate call ( #7315 )
...
* fix Supervisor terminate call
* fix refresh after submitting supervisor or task
2019-03-21 13:54:43 -07:00
Qi Shu
494c1a2ef8
Add overlord edit dialog to allow user to change overlord dynamic config on the fly ( #7308 )
...
* Add overlord edit dialog to allow user to edit overlord dynmamic config on the fly
* Set config to {} if druid return nothing for overlord config
2019-03-21 03:38:35 -07:00
Qi Shu
b0271b4f4d
Saving author to local storage in snitch dialog ( #7307 )
...
* Saving author to local storage
* Capitalized const
2019-03-21 03:01:10 -07:00
Qi Shu
30e646308a
Add table column selection in druid console to allow hiding/showing of columns ( #7292 )
...
* Add table column selections to all tables to allow user to hide/show columns
* Small change for re-rendering
* Use column selection handler class to process all column hiding/showing
* dereference table handler function at the start; use more specific file name for table.tsx
2019-03-20 13:11:00 -07:00
Qi Shu
e58f541047
Small tweak to override Blueprint's CSS rule for lookup edit dialog ( #7283 )
...
* Small tweak to override Blueprint's CSS rule
* Follow the same CSS style by using &
2019-03-18 14:24:50 -07:00
Qi Shu
1f4ad518d8
Add compaction dialog in druid console which allows users to add/edit data source compaction configuration ( #7242 )
...
* Add compaction dialog in druid console which allows users to add/edit data source compaction configuration
* Addressed naming issues; changed json input validating process
2019-03-17 19:21:23 -07:00
Vadim Ogievetsky
b6b1e6160c
Added tslint to web console ( #7280 )
...
* added tslint to web console
* added react linting and made rules stricter
* order imports
* update package-lock
2019-03-17 09:23:17 -07:00
Qi Shu
1b6b40e511
Add lookups view to allow adding/editing/deleting of druid lookups ( #7259 )
...
* Add lookups view to allow adding/editing/deleting of druid lookups
* Remove unused bp3 class
* Make lookup editor dialog wider
2019-03-16 01:46:43 -07:00
Qi Shu
5406aaa49d
Add SQL auto complete in druid console ( #7244 )
...
* Add SQL auto complete in druid console
* Add comment in sql.md to alert user to change create-sql-function-doc if sql.md format gets changed
2019-03-16 01:45:53 -07:00
Qi Shu
fdbbf82cda
Fixed bugs in retention cell and retention dialog ( #7276 )
...
* Fixed a bug when there are so many retention rules that it becomes unclickable; fixed a bug when retention dialog is at bottom and becomes unreachable
* Using class for CSS instead of inline style
2019-03-15 17:30:47 -07:00
Qi Shu
a337f6d4cc
Fixed height issue in dynamic config dialog where user cannot scroll ( #7268 )
2019-03-15 15:15:12 -07:00
Vadim Ogievetsky
e11364883c
allow killing waiting and pending tasks ( #7247 )
2019-03-14 13:17:19 -07:00
Clint Wylie
050728b115
add license checker to web-console ( #7028 )
...
* add license checker to web-console to ensure npm dependencies are apache license compatible
* add generate licenses file
* update check to remove excludes due to blueprintjs downgrade
2019-03-02 12:22:54 -08:00
Vadim Ogievetsky
66e8d35ddf
downgrade react-table ( #7170 )
2019-02-28 18:09:38 -08:00
Vadim Ogievetsky
b8f762037a
Downgrade blueprintjs version in the web console to one with a vanilla Apache 2.0 license ( #7139 )
...
* revert bp
* fix tests
* move @types/hjson to dev dep
* removed all the package upgrades
2019-02-25 20:54:56 -08:00
Jonathan Wei
61272d6daa
Update handlebars dep to patch vulnerability ( #7083 )
2019-02-18 18:06:47 +08:00
Jonathan Wei
fafbc4a80e
Set version to 0.15.0-incubating-SNAPSHOT ( #7014 )
2019-02-07 14:02:52 -08:00
Jonathan Wei
8bc5eaa908
Set version to 0.14.0-incubating-SNAPSHOT ( #7003 )
2019-02-04 19:36:20 -08:00
Vadim Ogievetsky
06d56c2abd
Fixing little issues and CSS bugs in the new web console. ( #6995 )
2019-02-04 09:04:58 -08:00
Jihoon Son
7d4cc28730
Fix node path for building the unified console ( #6981 )
2019-02-01 13:57:17 -08:00
Vadim Ogievetsky
7f1b19bfb1
Adding a Unified web console. ( #6923 )
...
* Adding new web console.
* fixed css
* fix form height
* fix typo
* do import custom react-table css
* added repo field so npm does not complain
* ask travis for node 10
* move indexing-service/src/main/resources/indexer_static into web-console
* fix resource names and paths
* add licenses
* fix exclude file
* add licenses to misc files and tidy up
* remove rebase marker
* fix link
* updated env variable name
* tidy up licenses and surface errors
* cleanup
* remove unused code, fix missing await
* TeamCity does not like the name aux
* add more links to tasks view
* rm pages
* update gitignore
* update readme to be accurate
* make clean script
* removed old console dependancy
* update Jetty routes
* add a comment for welcome files for coordinator
* do not show inital notifaction for now
* renamed overlord console back to console.html
* fix coordinator console
* rename coordinator-console.html to index.html
2019-01-31 17:26:41 -08:00