Alan Ren
8ee8975f17
fix animated svg issue ( #15471 )
2021-05-13 19:15:57 -07:00
Alan Ren
088d6353f0
keep title up to date when connection changes ( #15306 )
2021-04-30 22:41:55 -07:00
Karl Burtram
867a963882
Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8 ( #14883 )
...
* Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8
* Bump distro
* Upgrade GCC to 4.9 due to yarn install errors
* Update build image
* Fix bootstrap base url
* Bump distro
* Fix build errors
* Update source map file
* Disable checkbox for blocking migration issues (#15131 )
* disable checkbox for blocking issues
* wip
* disable checkbox fixes
* fix strings
* Remove duplicate tsec command
* Default to off for tab color if settings not present
* re-skip failing tests
* Fix mocha error
* Bump sqlite version & fix notebooks search view
* Turn off esbuild warnings
* Update esbuild log level
* Fix overflowactionbar tests
* Fix ts-ignore in dropdown tests
* cleanup/fixes
* Fix hygiene
* Bundle in entire zone.js module
* Remove extra constructor param
* bump distro for web compile break
* bump distro for web compile break v2
* Undo log level change
* New distro
* Fix integration test scripts
* remove the "no yarn.lock changes" workflow
* fix scripts v2
* Update unit test scripts
* Ensure ads-kerberos2 updates in .vscodeignore
* Try fix unit tests
* Upload crash reports
* remove nogpu
* always upload crashes
* Use bash script
* Consolidate data/ext dir names
* Create in tmp directory
Co-authored-by: chlafreniere <hichise@gmail.com >
Co-authored-by: Christopher Suh <chsuh@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-27 14:01:59 -07:00
Alan Ren
0ed2a5d431
fix result selection summary issues ( #15245 )
2021-04-26 23:07:55 -07:00
Alan Ren
222d8e12f4
a couple more table filter improvements ( #15219 )
...
* a few more fixes
* revert sortcolumn
* fix hygiene error
* add comment
2021-04-23 15:24:07 -07:00
Charles Gagnon
dcd952b903
Fix error when disconnecting database ( #15146 )
...
* Fix error when disconnecting database
* correctly print error
2021-04-16 09:24:22 -07:00
Alan Ren
4edbd6f3e7
fix the menu not hide issue ( #15138 )
2021-04-14 16:18:45 -07:00
Alan Ren
842a33e318
a couple more fixes for table filter ( #15121 )
...
* a few fixes
* add comments and fix for non-ideal scenario
2021-04-14 10:20:29 -07:00
Aasim Khan
5e8ac017a6
Adding on change event in editable dropdowns when value is changes through code. ( #14952 )
...
* Adding onChange events in editable dropdowns for values changed through code.
* moved event generation from angular wrapper to core component
* Moving event firing to value setter
* converting back updateSelection to private method
* Removing extra check
* Fixing broken tests by mocking used stuff
* Fixing onTextChange event
* Adding some tests
* Adding necessary tests
* small test name edit
* Fix an assert message
2021-04-14 07:48:33 -07:00
Alan Ren
8d098c227d
use context view provider to show the filter ( #15106 )
...
* use context view provider
* handle promise
* replace .then with .catch
2021-04-13 11:34:26 -07:00
Alan Ren
1dad2f36e3
redraw table header ( #14963 )
2021-04-05 10:11:53 -07:00
Alan Ren
c2d2cf5a82
limit the data size for chart rendering ( #14949 )
...
* limit the rows feed to charts
* add telemetry and option to hide
* fix typo
* updates
* comments
* notebook fix
2021-04-02 19:36:10 -07:00
Chris LaFreniere
0d3112ef35
Adding Rendered Notebook Diff Option ( #14860 )
...
* First attempt nb diff preview
* First attempt nb diff preview
* Simplify everything
* Interim scroll one way
* Double scroll
* Add setting
* Add tests
* Add comment
* Fix tests
* first round PR comments
* Ensure scrollable portion has scrollbar in diff
* Fix sqllint errors, register events
* Fix scrolling, readonly
2021-04-02 14:49:52 -07:00
Charles Gagnon
ce6ea8af41
Fix dropdown error & editor database dropdown validation ( #14946 )
...
* Fix dropdown error & editor database dropdown validation
* Set initial values
* Update comment
* hygiene
* remove unused
* Fix tests
2021-04-01 14:52:55 -07:00
Enrique Mejia
00d2fadb7d
Use {arg} to reference selected text in query shortcuts ( #14894 )
...
* Add selection parameter to query shortcuts
* Add description for selected text as parameter
* Modify feature description since it supports proceedures and queries
* Replace every {arg} inside query shortcut
2021-03-31 08:53:52 -07:00
Alan Ren
4c5a4215f8
fix maximum call stack size reached issue ( #14878 )
...
* fix maximum call stack size reached issue
* Revert "fix maximum call stack size reached issue"
This reverts commit 178675633032a508ddb5585d1adc4f83bb243f55.
* add a few array operations
* use new push
2021-03-29 12:07:23 -07:00
Lucy Zhang
dd5adad772
Notebooks: fix save as csv/excel/json/xml ( #14882 )
...
* add getEncoding method to notebooks
* fix row 501 missing in serialization
* fix row index
* pr comment
2021-03-29 07:14:49 -07:00
Alan Ren
6c54059f89
query results filtering and sorting ( #14833 )
...
* query results filtering and sorting (#14589 )
* enable filter
* attach button style
* add hybrid data provider
* make filter and sort work
* fix editor switch issue
* configuration
* fix sort and filter
* add more specific selector
* fix hidden items issue
* update text
* revert text change
* fix copy results issue
* put feature behind preview flag
* comments
* fix tslint error
2021-03-23 11:30:41 -07:00
Lucy Zhang
780ca84f9a
Enable status bar for notebooks ( #14817 )
...
* enable status bar for notebooks
* add onCellExecutionStart event to notebook service
* fix test, change var name
2021-03-22 14:54:13 -07:00
Alex Ma
16556b8316
Info prompt for results encoding when saving to JSON ( #14533 )
...
* encoding message prompt added.
* added don't show again prompt
* global scope added
* utc8 warning added.
* Remove extra space
2021-03-08 14:05:05 -08:00
Alan Ren
48c456709e
limit the digits after decimal point ( #14422 )
2021-02-24 13:07:37 -08:00
Alan Ren
83da03a728
selected cell summary for status bar ( #14358 )
2021-02-19 11:29:04 -08:00
Alan Ren
756454efa9
add support to accept visualization options ( #14254 )
...
* allow query provider to specify visual options
* make it reusable
* add comment
* fix error
* null check
2021-02-11 15:40:45 -08:00
Karl Burtram
ce612a3d96
Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79 ( #14050 )
...
* Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79
* Fix breaks
* Extension management fixes
* Fix breaks in windows bundling
* Fix/skip failing tests
* Update distro
* Add clear to nuget.config
* Add hygiene task
* Bump distro
* Fix hygiene issue
* Add build to hygiene exclusion
* Update distro
* Update hygiene
* Hygiene exclusions
* Update tsconfig
* Bump distro for server breaks
* Update build config
* Update darwin path
* Add done calls to notebook tests
* Skip failing tests
* Disable smoke tests
2021-02-09 16:15:05 -08:00
Charles Gagnon
86aa24e198
Fix service dependency startup warning ( #14180 )
...
* Fix service dependency startup warning
* fix tests
2021-02-06 15:01:16 -08:00
Alan Ren
6c2e713a92
toggle focus between query and results ( #13928 )
...
* toggle focus between query and results
* focus on tab
* comments
2021-01-07 18:39:31 -08:00
Monica Gupta
67eebf7d14
Notification after copying query and results ( #13902 )
...
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2021-01-04 11:27:06 -08:00
Monica Gupta
558d70b427
Fix Query formatting in copied html formatted query ( #13633 )
...
* Fix Query formatting in html formatted query
* Changed font sizes to match Kusto Explorer
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2021-01-04 11:18:52 -08:00
Monica Gupta
4092b6493b
Fix issue with pasting results in Teams ( #13673 )
...
* Fix issue with pasting results in Teams
* Addressed comment to change header tag to th
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-12-04 15:41:53 -08:00
Monica Gupta
f748a8c7bb
Fix empty column issue ( #13641 )
...
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-12-03 09:32:15 -08:00
Monica Gupta
397354ebc3
Copy clipboard command in ADS (html/plain text supported) ( #13527 )
...
* draft commit
* few changes
* Changes to copy query with results in plain and html formatting
* undo changes
* undo unintended change
* remove comments
* Addressed comments
* Some clean up
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-11-25 21:08:29 -08:00
Alan Ren
99e3da5b48
Editable dropdown component improvement ( #13389 )
...
* replace Tree with List
* comments
2020-11-13 13:36:54 -08:00
Charles Gagnon
341f7aa7ad
Enable script to notebook actions under preview flag ( #13164 )
2020-10-30 15:24:35 -07:00
Charles Gagnon
791dee1457
Update query editor taskbar on language flavor change ( #13057 )
2020-10-26 15:29:34 -07:00
Charles Gagnon
2d182fcd03
Remove calls to DOM.addClass and DOM.removeClass ( #13063 )
2020-10-23 14:42:22 -07:00
Christopher Suh
6ff1e3866b
Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3 ( #12295 )
...
* Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3
* Fix test build break
* Update distro
* Fix build errors
* Update distro
* Update REH build file
* Update build task names for REL
* Fix product build yaml
* Fix product REH task name
* Fix type in task name
* Update linux build step
* Update windows build tasks
* Turn off server publish
* Disable REH
* Fix typo
* Bump distro
* Update vscode tests
* Bump distro
* Fix type in disto
* Bump distro
* Turn off docker build
* Remove docker step from release
Co-authored-by: ADS Merger <andresse@microsoft.com >
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2020-10-03 11:42:05 -07:00
Charles Gagnon
8bc7079d78
strict compile for queryResultsView ( #12581 )
2020-09-23 13:17:23 -07:00
Aditya Bist
8aee87e211
fix maximize bug ( #12334 )
2020-09-15 20:33:17 -07:00
ADS Merger
a63578e6f7
Merge from vscode 7eaf220cafb9d9e901370ffce02229171cbf3ea6
2020-09-03 16:27:57 -07:00
Monica Gupta
5d4afae616
Sets language mode based on connection type ( #12065 )
...
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-09-01 15:43:37 -07:00
Monica Gupta
96a6d0674a
Fix for language provider text -non sql family too ( #12040 )
...
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-09-01 09:01:53 -07:00
ADS Merger
4ad73d381c
Merge from vscode ad407028575a77ea387eb7cc219b323dc017b686
2020-08-31 12:35:56 -07:00
Monica Gupta
3d0dd0de98
Fix for query editor toolbar actions to show correctly based on file type ( #11976 )
...
* Fix for query editor toolbar actions to show correctly based on file type when not connected
* Addressed comments
* Fix when it is .sql file but connection is kust
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-08-31 12:01:23 -07:00
Anthony Dresser
3e515f2f59
Strict nulls check contrib/queryplan ( #11917 )
...
* remove angular query pla neditor and replace with non-angular version; strict null check contrib/queryPlan
* fix compile
2020-08-21 23:04:36 -07:00
Monica Gupta
9c81db574e
Fix for File -> New Query ( #11893 )
...
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-08-20 14:55:56 -07:00
Shafiq Ur Rahman
97b6d71a06
Kusto - ADS Core changes ( #11750 )
...
* ADS Core changes
* Generic fix to get language mode based on providerId
* Addressed comments
* Fix failing tests
* Fix for "New Notebook" from file menu option
* Remove line
* Fix for merge conflict
* Add removed comment back
* Addressed comments
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-08-19 12:27:16 -07:00
Anthony Dresser
c4b524237c
Better table implementation ( #11781 )
...
* wip
* wip
* weird splitview scrolling stuff
* working table
* remove spliceable table
* handling resizing columns
* get perf table integrated into grid
* make more improvments to table view
* testing
* wip
* wip
* fix async data window; add more optimization to scrolling
* work on scrolling
* fix column resizing
* start working on table widget
* inital work to get table widget working with styles and mouse controls
* fix unrendering selection; fix sizes of cells
* support high perf table option; remove unused files; add cell borders to high perf
* add accessibility tags
* handle borders and row count
* more styling changfes
* fix strict null checks
* adding inital keyboard navigation
* center row count; add padding left to rows
* inital drag selection
* remove drag implementation; it can be done better utilizing the global mouse monitor object
* range logic
* create custom grid range
* work with new range
* remove unused code
* fix how plus range works
* add drag selection; change focus to set selection; fix problem with creating a range with inverse start and end
* code cleanup
* fix strict-null-checks
* fix up perf table
* fix layering
* inital table service
* finish table service
* fix some compile errors
* fix compile
* fix compile
* fix up for use
* fix layering
* remove console use
* fix strict nulls
2020-08-18 12:10:05 -07:00
Charles Gagnon
273f6b658a
Add separate config for enabling nb convert and fix css ( #11811 )
2020-08-15 17:15:28 -07:00
Charles Gagnon
c66726cdb5
Fix default query shortcuts not being available ( #11775 )
2020-08-13 12:45:35 -07:00
Anthony Dresser
d96fe82fbc
Rewrite scrollablesplitview ( #11566 )
...
* fix issues with scrollable, maybe
* add debounce
* remove scrollable
* fix events
* perf improvements
* fix compile errors
* fix more compile
* add tests
* maybe fix tests
* 💄
* 💄
* maybe this will work
* fix compile
* try this
* remove some unneeded functionality
* fix comment
2020-08-12 12:16:04 -07:00