Vadim Ogievetsky
f16f13cf61
Web console: Improve data loader styling, enforce stricter TS types ( #8001 )
...
* add assets to auth exclude path
* add frame to tile page
* better empty filter state
* strict TS
* fix segments go to sql
* add unavailable segments
* factor out sugestable input
* fix tests
* update datasources sql
* no depricated extend
* add index spec to tuning configs
* fix scss lint
2019-06-30 19:33:16 -07:00
Vadim Ogievetsky
6c8f9482c7
Web console: prettier code ( #7939 )
...
* prettier code
* update tests
* scss also
* more ,
* update pachage json prettier config
2019-06-21 16:52:33 -07:00
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
Vadim Ogievetsky
53b9fc4eb0
switch to use exInterlop ( #7853 )
2019-06-07 22:27:19 -07:00
Vadim Ogievetsky
ca5afd29b8
switch the web console to use react pure components ( #7845 )
2019-06-07 08:31:46 -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
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
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
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
Vadim Ogievetsky
9b197b436b
added scrolling to data loader panes ( #7605 )
2019-05-07 08:45:20 -07: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
Vadim Ogievetsky
d97c0d19a0
add url baser ( #7585 )
2019-05-01 01:53:03 -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
Vadim Ogievetsky
07eb2effe9
customHeader ( #7456 )
2019-04-11 21:58:09 -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
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
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
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
Vadim Ogievetsky
06d56c2abd
Fixing little issues and CSS bugs in the new web console. ( #6995 )
2019-02-04 09:04:58 -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