Vadim Ogievetsky
894b4efb36
Web console: Fix segment timeline styling ( #8402 )
...
* Fix segment timeline styling
* update snapshot
2019-08-25 21:31:20 -07:00
Vadim Ogievetsky
9254dc8b80
Web console: Save query context also ( #8395 )
...
* tidy up menus
* fix query output API
* save context also
* pull out auto run into a switch
* better copy
* add group_id
* support FLOAT also
* use built in time logic
* fix trunc direction
* add skipCache
* add manifest url
* remove depricated props
2019-08-25 16:56:27 -07:00
Vadim Ogievetsky
c948422f32
Web console: Better build experience ( #8389 )
...
* rename sql docs
* rm old file
* add old files
2019-08-24 11:35:30 -07:00
Vadim Ogievetsky
20ea90a5a6
Web console: more explicit limit on run button ( #8378 )
...
* update sql doc parsing
* keyword fixes
* fix header default
* tidy
* fix tests
2019-08-23 13:40:48 -07:00
mcbrewster
bfbae76031
Web-console: small fixes ( #8376 )
...
* fix column tree
* move remove filter
* fix lgtm
* remove from state
* stop mutating state diirectly
* fix column-tree
* remove component did mount
* remove expanded node
2019-08-22 21:54:11 -07:00
mcbrewster
5274c5ab73
Web-Console: Replace from clause ( #8371 )
...
* add replace from
* add failture state
* fix uninential downgrade
* use uppercase for SQL keywords
2019-08-22 09:09:37 -07:00
Vadim Ogievetsky
aa51668ea7
Web console: LGTM alert squash + final fixes ( #8351 )
...
* mv old console
* update dep
* reduce card size
* fix tuning configs for forceGuaranteedRollup
* fix tests
* revert console mv
* fix some old console issues
* revert build change
2019-08-21 13:52:48 -07:00
mcbrewster
e4aa7fb268
Web-console: fix alerts from lgtm ( #8346 )
...
* fix alerts from lgtm
* remove unordered imports
* fix introduced alert
* move getExpanded to renderSchemaSelector
* use getDerivedStateFromProps
* use prevState
* add semi colons, remove unused imports
* fixes
2019-08-20 20:40:47 -07:00
mcbrewster
e64070b8bf
Web-console: remove specific column filters ( #8343 )
...
* add clear filter
* update tool kit
* remove usless check
* auto run
* add %
2019-08-19 19:54:18 -07:00
Vadim Ogievetsky
56e440383f
Web console: data loader native batch shuffle UI ( #8229 )
...
* data loader shuffle UI
* better support for inline firehose
* feedback changes
* make numShards mandatory sometimes
* edit context dialog fixes
* make auto form less agro
* download full log
* improve auto column detection
* add sample for example
2019-08-19 13:27:34 -07:00
mcbrewster
cae1361c32
Web-console: gate auto complete on current table and schema ( #8322 )
...
* gate auto complete on current table and schema
* reset defaults
* add static functions
* move completions to state
2019-08-17 09:34:36 -07:00
Jihoon Son
31af4eb9ad
Rename maxNumSubTasks to maxNumConcurrentSubTasks for native parallel index task ( #8324 )
2019-08-16 15:57:13 -07:00
Vadim Ogievetsky
0d69438395
Web console: make console's Explain more honest ( #8327 )
...
* fix structure
* update snapshots
2019-08-16 15:51:49 -07:00
mcbrewster
8924d285dc
Web-Console: add more side column functions to query view ( #8283 )
...
* small fixes
* run jest -u
* add trim
* add to groupby
* save
* add functionality to column tree menu
* remove history dialog
* rename file
* fixes
* add new values to time-menu
* add query dialog
* add more functions to collumn-tree menu
* add menu functions
* remove test
* update tests, fix extra 0s, clear in between time filters
* fixes
* add deffered
* save
* add alias's
* change menu style
* fix substring
* small fixes
* add auto run to run button
* move divider to a reasonable position
* fix auto expland
* run jest -u
* fix auto run
* prevent aggregate cooumn changes
* fix group by bug
* add quertAst to state
* ui fixes
* prevent filter on non existant ast
* add auto run to shows
* use handle run
* handle *
* add alias and tslint fix
2019-08-15 01:22:25 -07:00
mcbrewster
03a37936ec
Web-Console: Column tree button fixes ( #8253 )
...
* small fixes
* run jest -u
* add trim
* remove trim, update package
* fix package-lock
2019-08-07 16:48:17 -07:00
mcbrewster
e2d1d00fb8
Web-Console: Add show and copy actions to column tree ( #8251 )
...
* save
* add copy and show popup to column tree menu
* fixes
* nest css, uset functions
* fix copy state
* update package
* update package-lock
2019-08-06 23:58:00 -07:00
Vadim Ogievetsky
b9c68a5b7b
Web console: refactor home view, add tests ( #8247 )
...
* refactor home view
* updated mode button placement
2019-08-06 12:41:07 -07:00
mcbrewster
62da1efc0f
Web-Console: add dimensions to datasources icon ( #8232 )
...
* add dimensions to datasources icon
* fix test
* update snapshots
* save
* use table
* update snapshots
* rename to columns
* run jest -u
2019-08-06 00:04:37 -07:00
Vadim Ogievetsky
0235b338fc
Web console: celebrate array based groupBy by supporting resultAsArray in the console ( #8231 )
...
* teach table about resultAsArray
* use query result decoder
* fix snapshot
2019-08-05 18:54:39 -07:00
mcbrewster
5d0805dd48
Web-Console: change go to sql button to more button ( #8227 )
...
* change go to sql button
* rename to See in SQL view
* update snapshots
2019-08-05 14:12:16 -07:00
mcbrewster
ac856fe4c1
Web-Console: Adds edit-context-dialog ( #8228 )
...
* add edit query context
* remove console log
* add icon
* change to submit button
* fix c
* add stricter checking
* update snapshots
2019-08-04 07:18:08 -07:00
mcbrewster
5528dec4a4
Web-Console: stop log from making request after dialog close, implement query manager ( #8219 )
...
* stop logs from runnign after component unmount, use query managers
* address comments
* check if defined
2019-08-01 18:17:09 -07:00
mcbrewster
02c3a785a2
Web-Console: add go to task for datasources ( #8210 )
...
* add go to task for datasources
* general fixes
* use find
2019-08-01 18:15:22 -07:00
Vadim Ogievetsky
a0f88868e3
add timeout to capabilities check ( #8213 )
2019-08-01 08:37:02 -07:00
Vadim Ogievetsky
15dd3d7256
Web console: better action linking between views ( #8203 )
...
* better actions
* better action linking
2019-07-31 07:13:25 -07:00
Vadim Ogievetsky
645fca53d8
Web console: segment timeline ( #8202 )
...
* Add segment timeline chart
* fix file
* Fix bugs: no data handling & scaling problems
* resolve conflict
* changed package-lock
* do not show by default
* trust the interop
* stricter type fixes
* fix sasslint
2019-07-30 22:35:30 -07:00
Vadim Ogievetsky
ddec5ea82e
Web console: Improve data loader time column detection ( #8199 )
...
* better timestamp suggestion
* misc fixes
* update dependancies and licenses
* add indexer, update snapshots
* add explicit render types
* pass through auto refresh in lookup view
2019-07-30 17:54:39 -07:00
mcbrewster
4e60afc86e
Web-console: add Supervisor statistics table and show json query manager ( #8176 )
...
* add statistics table
* change error message
* add query managers
* update snapshots
* fixes
* add stricter types
* fix error type
* prettier fic
* fix undefined
* add typing
* fixe query manager
2019-07-30 12:53:46 -07:00
mcbrewster
f7abc300a8
Web-console: add loader to show-json, add status-dialog ( #8172 )
...
* add loader to show json, add status-dialog
* fix ordered import
* fix changes
* order inputs
* update snapshots
* fix bad merge conflicts
2019-07-30 08:08:36 -07:00
mcbrewster
a0270512a2
Web-console: add history menu to supervisors modal ( #8164 )
...
* Add history menu to supervisors dialog
* add scrolling
* change how tabs render
* remove copy button
* user query manager
2019-07-30 08:07:58 -07:00
Vadim Ogievetsky
cc4450db12
Web console: add reindex (ingestSegment firehose) to the data loader ( #8181 )
...
* tidy up nulls
* standardize more on undefined
* updated licenses
* do not do heavy handed rendering
* reindex from druid
* tidy up
* add inline firehose
* add husky
* sass lint
* better suggestion
* fix script typo
* adjust time formats
* add missing time formats
* use term 'reindex'
* fix lodash.compact
2019-07-29 14:41:27 -07:00
Vadim Ogievetsky
0b3ede193e
Web console: adding Slack channel integration ( #8182 )
...
* adding slack channel integration
* update snapshots
2019-07-28 16:17:54 -07:00
Vadim Ogievetsky
8bd0f8c2ac
Web console: code quality improvements (null tidy up) ( #8162 )
...
* tidy up nulls
* standardize more on undefined
* updated licenses
* update snapshot
* do not do heavy handed rendering
* add placeholder to SQL view
* remove pointelss fragment
2019-07-27 01:46:37 -07:00
mcbrewster
ef9230f916
Web-console: Add continue to spec view ( #8144 )
...
* Add continue to spec view
* update spec when type selected
* remove redundancy
* fix mistakes
2019-07-25 14:48:26 -07:00
mcbrewster
8ba1f06632
Web-console: add lookups tile to home view ( #8124 )
...
* add lookups-tile
* add uninitailized state
* remove error:
2019-07-25 13:08:58 -07:00
Vadim Ogievetsky
2b2fcc0371
Web console: cleanup build, check licenses in test ( #8113 )
...
* cleanup build, check licenses
* cleanup filterMap type
* don't run license check twice
2019-07-19 22:59:07 -07:00
mcbrewster
01f3da6fda
Web Console: add Group by interval to segments view ( #7986 )
...
* add group by
* update snapshot
* fix spacing
* change design pattern
* rename interface
* add static function
* save
* add whereClause"
* add default page size
* add where to inner query
* snapshots
2019-07-19 11:25:25 -07:00
Vadim Ogievetsky
b80f20f769
add missing dynamic coordinator configs ( #8090 )
2019-07-16 17:40:41 -07:00
Vadim Ogievetsky
d3a6753df9
Web console: update dependencies ( #8007 )
...
* update web console deps
* update license.yaml
* add tiny-warning
* do not sort all licenses
* fix snapshots
* add final licenses
* explicit mode
* webpack tweaks
* remove apache 2s
* fixed missing license
* added comments in script
* put in markers
* simpler script generator
* add copyrights
* more log
2019-07-16 09:22:12 -07:00
Vadim Ogievetsky
1712158734
added replicated size ( #8043 )
2019-07-10 08:29:05 -07:00
Vadim Ogievetsky
8493bd5c1c
Web console: added bulk supervisor actions ( #8028 )
...
* added bulk supervisor actions to the web console
* improve async action dialog
* fix tests
2019-07-09 17:31:23 -07:00
Vadim Ogievetsky
4f4cda3ec9
fix query input undo ( #8033 )
2019-07-06 09:21:53 -07:00
Vadim Ogievetsky
2de6cc3b30
fix segment table filter ( #8034 )
2019-07-06 09:21:28 -07:00
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
mcbrewster
f1270c14f8
Web-Console: add clipboard modal ( #7964 )
...
* add clipboard modal
* rename button
* remove console.log
* fix off by one
* update tests
* update snapshot
* fix casing
* update snapshot
2019-06-28 15:50:18 -07:00
Vadim Ogievetsky
d677c83ce4
Web console: Power up the data loader init step ( #7947 )
...
* Power up the data loader init step
* update snapshot
* normalize spec
* allow deselect
* added HDFS tile
* update border style
* text updates
* goodies
* new reset icon
2019-06-26 15:50:48 -07:00
mcbrewster
a171b4a399
Web-console: Add action column to segments view ( #7954 )
...
* add actions column to segments view
* add sements action column
2019-06-25 20:14:06 -07:00
mcbrewster
cd01a48eab
Web-console: add timed button ( #7912 )
...
* add refresh button
* update snapshots
* fix spacing
* add supervisors button
* modify query manager
* add icon
* update snapshots
* fix space
* stop refreshing when option selected
* small fixes
* add default value
* fix spelling mistake
* fix query-input
* rename class
2019-06-24 21:18:19 -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
2bc8e7c0e8
more acurate keyword auto complete ( #7934 )
2019-06-20 21:14:54 -07:00