Matt Irvine
c91c4b01f9
Fix bug minimizing a maximized result grid ( #4007 )
2019-02-11 21:51:06 -08:00
Karl Burtram
b2a5f65a77
Add query action bar spacing for XML button ( #3923 )
2019-02-07 11:33:23 -08:00
Anthony Dresser
a2d6955f79
check for undefined on query info ( #3933 )
2019-02-06 15:17:45 -08:00
Anthony Dresser
07c7eea2df
reverse data array on repopulation ( #3907 )
2019-02-06 10:41:55 -08:00
Aditya Bist
6113311fda
preserve whitespace in messages ( #3821 )
2019-01-31 15:23:10 -08:00
Anthony Dresser
ea67859de7
Initial Code Layering ( #3788 )
...
* working on formatting
* fixed basic lint errors; starting moving things to their appropriate location
* formatting
* update tslint to match the version of vscode we have
* remove unused code
* work in progress fixing layering
* formatting
* moved connection management service to platform
* formatting
* add missing file
* moving more servies
* formatting
* moving more services
* formatting
* wip
* moving more services
* formatting
* revert back tslint rules
* move css file
* add missing svgs
2019-01-25 14:52:35 -08:00
Aditya Bist
7804f94d8b
Copy all messages when selecting all ( #3818 )
...
* copy all messages when selecting all
* added functionality for keyboard shortcuts
* fixed bug when select all then selection made
* made output similar to debug console
2019-01-25 12:10:00 -08:00
Anthony Dresser
d5176e0eb7
remove updating row number column size ( #3756 )
2019-01-22 14:37:59 -08:00
Anthony Dresser
eb0b2a847b
change stating to handle magnify state ( #3746 )
...
* change stating to handle magnify state
* fix magnify during state setup
2019-01-22 14:37:33 -08:00
Anthony Dresser
27816acaeb
Remove custom splitview ( #3467 )
...
* working on options dialog
* working through options dialog
* trying to work through modifying options dialog
* working on converting scrollablesplitview
* fixed options working through profiler
* fix profiler
* fix account dialog
* trying to fix problems with splitpanel
* fix insights dialog
* moving through
* fix last list, need to verify looks and functionality
* fix look of account dialog
* formatting
* formatting
* working through scrollable bugs
* working on problem with view size
* fix margin issues
* fix styler for dialogs
* add panel styles to insights
* create instantiation issues
* fix test
* fix test
* remove unused code
* formatting
* working through insight dialog issues
* fix table updating
* remove console logs
2019-01-15 15:00:34 -08:00
Mustafa Sadedil
4de3cc8a09
Completed: Missing feature request: Save as XML ( #3729 )
...
* Save as XML feature added to grid
* Unrelated code removed
2019-01-15 14:36:42 -08:00
Anthony Dresser
71c1ed6c49
Add state for column sizing ( #3683 )
...
* add state for column sizing
* work properly with auto size columns
2019-01-11 10:25:57 -08:00
Anthony Dresser
18f7662209
Duplicate Result sets ( #3620 )
...
* remove debouncing and echoing to fix rendering bug
* fix access of internal member
* fix issue with using splice rather than slice
* fix compile issues
2019-01-10 13:44:14 -08:00
Anthony Dresser
589b913960
Readd Top Operations ( #3628 )
...
* workin on top operations
* added top operations, changed default sorter to handle number string better
2019-01-09 13:52:38 -08:00
Matt Irvine
ee87604a4d
Save grid selection/vertical scroll when switching tabs ( #3682 )
2019-01-08 15:51:57 -08:00
Anthony Dresser
954d0d954f
Auto Column Sizing ( #2778 )
...
* add auto column sizing
* add break for performance
* update with new library
2019-01-08 13:05:53 -08:00
Anthony Dresser
18fb78b3ec
Account for different situations for stream setting ( #3615 )
...
* add cases for different situation
* default streaming setting false
2018-12-12 12:03:59 -08:00
Anthony Dresser
0ac0175bb1
update table size on result set update ( #3604 )
2018-12-11 15:05:28 -08:00
Anthony Dresser
f39007cd2d
wrong variable name ( #3603 )
2018-12-11 15:05:11 -08:00
Anthony Dresser
42e55dd2dd
Result Streaming settings ( #3537 )
...
* add setting control for result streaming
* change default result streaming to true
2018-12-10 17:36:35 -08:00
Karl Burtram
814cd73019
Dispose of query grid memory on tab switch ( #3458 )
2018-12-05 12:17:16 -08:00
Anthony Dresser
afb1ebebd5
Result Streaming ( #3319 )
...
* handle releasing data when the grid is unrendered
* update sqlops
* add complete to sqlops
* update protocol
* update protocol
* formatting
* update sqlops.d.ts
* stash
* better handling of results streaming
* formatting
* improvments to result streaming
* bump slickgrid and address a performance bottleneck
* remove unnecessary code
* formatting
* update locks
* optimize large values in the grid
* formatting
* formatting
* update yarn
* bump packages
* yarn
* bump
* yarn lock
* locking
* yarn
* fix duplicate result sets
* fix event stream versions
* yarn
2018-11-29 15:16:53 -08:00
Anthony Dresser
d646b4729b
Revert "Result Streaming ( #3124 )" ( #3312 )
...
This reverts commit 8925d44807 .
2018-11-27 10:42:41 -08:00
Anthony Dresser
8925d44807
Result Streaming ( #3124 )
...
* handle releasing data when the grid is unrendered
* update sqlops
* add complete to sqlops
* update protocol
* update protocol
* formatting
* update sqlops.d.ts
* stash
* better handling of results streaming
* formatting
* improvments to result streaming
* bump slickgrid and address a performance bottleneck
* remove unnecessary code
* formatting
* update locks
* optimize large values in the grid
* formatting
* formatting
* update yarn
* bump packages
* yarn
* bump
* yarn lock
* locking
* yarn
2018-11-26 14:30:35 -08:00
Anthony Dresser
5f2e17a738
Query Editor Memory improvements ( #3041 )
...
* working through memory issues
* work in progress
* add missing value
* work in progress
* more work in progress
* various more memory fixes
* additional improvements
* fix imports
* change test that we dispose queries on close not dispose
* update tests
2018-11-05 16:08:41 -08:00
Anthony Dresser
cff21124da
Auto Scale Axis ( #3070 )
...
* fix input to chart that was causes scales to not auto size
* formatting
* formatting
* added comments
2018-10-31 20:27:40 -07:00
Anthony Dresser
2c0d6b93ee
move query actions from underneath scrollbar, permanently show scrollbar ( #3007 )
2018-10-29 15:23:55 -07:00
Karl Burtram
98d06b2892
Format JSON and XML output when clicking resultgrid link ( #3024 )
2018-10-26 17:33:46 -07:00
Anthony Dresser
ff5a248240
Clean up result tab better ( #3015 )
...
* do a better job cleaning up results tab
* formatting
2018-10-26 13:27:01 -07:00
Anthony Dresser
7dfcd89a04
Rework timeSeries in chart viewer ( #2987 )
...
* rework timeSeries in chart viewer
* rework important to fix tests
2018-10-24 14:58:24 -07:00
Anthony Dresser
5549f51a13
Fix time series ( #2985 )
...
* fix time series type string
* remove unused code
2018-10-23 13:52:35 -07:00
Matt Irvine
5a0490e81f
Display multi-line messages correctly in query results ( #2935 )
2018-10-17 15:43:00 -07:00
Anthony Dresser
bfa9e8c495
Handle query plan flow problems ( #2918 )
...
* modify the query plan work flow to account for some errors
* formatting
2018-10-16 16:15:47 -07:00
Anthony Dresser
ac1f7542a9
change way we show query plan ( #2866 )
2018-10-15 17:18:14 -07:00
Anthony Dresser
0adb025573
add horizontal scroll to message pane ( #2787 )
2018-10-10 15:44:30 -07:00
Anthony Dresser
7aa2ee08bf
properly reset to handle maximized grids ( #2786 )
2018-10-08 17:30:08 -07:00
Anthony Dresser
0693080630
change how query plan is handled ( #2735 )
2018-10-04 11:48:41 -07:00
Alan Ren
1474bab34a
use a more specific class to control the width ( #2664 )
2018-09-24 10:21:52 -07:00
Matt Irvine
05f6f4ea5b
Scroll query editor when clicking on global find result ( #2665 )
2018-09-24 08:46:14 -07:00
Matt Irvine
216b6eecc0
Fix chart error that caused query editor to close ( #2652 )
2018-09-20 14:29:05 -07:00
Alan Ren
c0917e9276
reload the chart types when we actually need it ( #2651 )
2018-09-20 12:38:36 -07:00
Matt Irvine
27925289d4
Scroll query editor when clicking batch links ( #2644 )
2018-09-19 17:27:10 -07:00
Anthony Dresser
03ea265bab
Hide tabs on reexecute ( #2624 )
...
* add logic to hide tabs when a query rerun is executed
* remove double entry in the map
2018-09-18 17:56:37 -07:00
Aditya Bist
a2fb0ec029
fixed actual show plan command ( #2620 )
2018-09-18 13:42:14 -07:00
Anthony Dresser
f7abf5a2d5
Fix stating for scrolls ( #2615 )
...
* nearly working
* add accounting for the downsides to slickgrid
2018-09-17 17:55:52 -07:00
Anthony Dresser
c8c6d072f6
Respect message settings ( #2614 )
...
* add results view stating
* working through the bugs
* handle various resizing bugs
* gnale resizing better
* add configuration to state
* address comments
2018-09-17 17:55:38 -07:00
Anthony Dresser
4d9cc604b9
add view area options to pick up chart background fix ( #2613 )
2018-09-17 16:37:18 -07:00
Anthony Dresser
9fe4237033
Maintain Query State ( #2571 )
...
* add results view stating
* working through the bugs
* handle various resizing bugs
* gnale resizing better
* fix tests by adding missing node module
* formatting
* refactor interfaces out to get around testing restrictions
* more refactoring of importants to avoid loading errors
2018-09-13 18:42:29 -07:00
Alan Ren
b03c0a3e2d
accessibility setting based select database dropdown ( #2579 )
2018-09-13 15:07:08 -07:00
Aditya Bist
87946996ed
added context to chart buttons so they work ( #2575 )
2018-09-13 14:22:57 -07:00