Lewis Sanchez
16740ba61f
Adds functionality to copy table column headers ( #21564 )
...
* Adds functionality to copy table column headers
* Minor clean up
* Code review changes
* Removes unneeded comma
2023-01-11 09:17:05 -08:00
Lewis Sanchez
a400ff2f43
Save sql plan no longer uses the exact same name as the default ( #21563 )
...
* Save sql plan no longer uses the same name
* Minor clean up
2023-01-10 16:59:37 -08:00
Josh Parnham
7d11b88b43
Change execution plan default save location when not in a workspace ( #21461 )
2023-01-03 14:51:30 -08:00
Lewis Sanchez
4a1e5001f0
Fixes object explorer's manage keybinding shortcut ( #21459 )
...
* Fixes object explorer's manage keybinding shortcut
* Update src/sql/workbench/contrib/dashboard/browser/dashboardActions.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update src/sql/workbench/contrib/dashboard/browser/dashboardActions.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update src/sql/workbench/contrib/dashboard/browser/dashboardActions.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Fixes OEManageConnectionAction ctor missing argument
* Updates no connection profile comment
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2022-12-22 10:49:18 -08:00
Alan Ren
3aab4fd115
fix regex perf issue ( #21421 )
2022-12-15 10:43:17 -08:00
Cory Rivera
c1e97cd9ff
Check current notebook cell when refreshing intellisense cache ( #21394 )
2022-12-12 10:50:54 -08:00
Alan Ren
6cfa0910b6
fix h-scrollbar cutoff issue ( #21396 )
2022-12-12 09:39:33 -08:00
Alan Ren
8d3b7ee205
enhance the selection summary ( #21392 )
...
* enhance the selection summary
* update comment
2022-12-09 14:07:47 -08:00
Alan Ren
17b41ae3d7
fix link cell style issue ( #21389 )
2022-12-08 21:53:52 -08:00
Cory Rivera
e2327c393a
Remove all Big Data Cluster features ( #21369 )
2022-12-07 12:28:17 -08:00
Cheena Malhotra
23dfd690a6
Refresh token with SqlToolService session update ( #21308 )
2022-11-29 15:26:15 -08:00
Cory Rivera
4dfedabbc6
Dispose underlying text input in notebook input to clear editor service references correctly. ( #21318 )
2022-11-29 10:06:52 -08:00
Maddy
815310f52a
check for file protocol of vscode-file ( #21302 )
...
* check for file protocol vscode-file:
* use vscode constants
2022-11-28 15:19:02 -08:00
Cheena Malhotra
3b6ce47acc
Fix access token refresh design (ADS only) ( #21206 )
2022-11-21 19:35:00 -08:00
Cory Rivera
728a90cd53
Move New Notebook command to core ( #21247 )
2022-11-18 14:54:58 -08:00
Cory Rivera
a37d6230f9
Remove API compatibility layer for VS Code notebook extensions ( #21225 )
2022-11-15 10:38:41 -08:00
Lucy Zhang
7ca4e2bcae
Fix headers being exported twice from notebooks ( #21195 )
...
* fix headers being exported twice
* simplify
* fix test
2022-11-10 13:31:36 -08:00
Cory Rivera
667f125cbd
Bring back old editor resolving logic to fix saving in notebooks. ( #21186 )
2022-11-10 12:53:53 -08:00
Karl Burtram
25d4d42d3e
Fix casing on execution plan command titles ( #21170 )
2022-11-08 19:22:13 -08:00
Barbara Valdez
a618ef983a
Display tables in html ( #20640 )
2022-11-04 19:00:19 -07:00
Aasim Khan
00b797b4f3
Adding keyboard shortcuts for column resizing in slickgrid ( #21100 )
...
* Adding column resize keyboard shortcuts in slickgrid
* Switching to standard keyboard evt
* Adding comment for the functionality
* Cleaning up code and adding more comments
* Using quick input to get column resize width
* Adding check for negative sizes
* Fixing some stuff
2022-11-04 16:15:04 -07:00
Barbara Valdez
efe56eba8c
Notebook scrolling to search result instead of selected cell ( #20580 )
...
* do not scroll to current result if there's other cell active
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2022-11-04 11:05:26 -07:00
Lewis Sanchez
f8b7c32030
Centers selected node found by the expensive operation widget ( #21103 )
2022-11-04 10:34:25 -07:00
Hai Cao
222afe12c1
Encryption welcome dialog followup ( #21101 )
2022-11-03 20:16:16 -07:00
Alan Ren
5f16251ca7
fix resource deployment notebooks ( #21096 )
2022-11-03 13:12:07 -07:00
Lewis Sanchez
ca78491238
Bumps azdataGraph version to 0.0.56 ( #21089 )
...
* Bumps azdataGraph version to 0.0.56
* Removed warning popup since widget only contains avail metrics
2022-11-03 08:16:20 -07:00
Aasim Khan
355c750fce
Removed plan tree as default for screen reader mode ( #21082 )
2022-11-02 15:30:56 -07:00
Aasim Khan
4823a76833
Adding screen reader optimized mode to slickgrid ( #21069 )
2022-11-02 15:11:16 -07:00
James Wong
93184f11af
Add hostname column in all the view ( #21044 )
...
* add hostname in profiler
* add hostname in all profiler view
2022-11-02 12:56:52 -07:00
Alex Ma
9693c2f466
Added recovery after invalid cell edit for adding a new cell. ( #20333 )
...
* Added recovery after invalid cell edit for adding a new cell.
* added updates to lastClickedCell
2022-11-02 09:42:32 -07:00
Alex Ma
8a51bc91b4
Add loading spinner for connection tree element refresh ( #20621 )
...
* added loading status to tree elements during refresh
* added message
* added lambda function
* added async
* moved addtraits to below null check
* Added debug lines for now
* added wip stack
* moved loading icon logic to inside tree item code
* added dispose logic
* Added comment explaining actions
* removed reference to NodeJs Timeout
* added showLoading status to Tree creation utils
* fixed spaces
* removed unnecessary space
* removed unnecessary timer for more responsive results
* removed call in connectionTreeActions test
* added fix to test
* stick to refresh only
* added 100 ms timeout
* added request comment
2022-11-02 09:42:06 -07:00
Charles Gagnon
649b23e6c8
Add mark.js and jquery typings ( #21066 )
2022-11-02 09:18:03 -07:00
Charles Gagnon
05841fc0d6
Cleanup encryption dialog ( #21058 )
...
* Cleanup encryption dialog
* reorder
2022-11-01 11:43:04 -07:00
Cheena Malhotra
a967e90d4c
Add dashboard navigation to database when connected to a database ( #21056 )
2022-11-01 10:57:11 -07:00
Cheena Malhotra
1de199dbd6
Fix zoom reset behavior when adding new connection ( #21040 )
2022-11-01 09:53:58 -07:00
Hai Cao
7ee9a22f03
add Encryption related welcome msg ( #21048 )
2022-11-01 09:42:16 -07:00
Karl Burtram
e0e333c35f
Fix lost results on query editor save ( #21043 )
...
* Fix lost results on query editor save
* Fix typos
2022-10-31 14:51:12 -07:00
Cory Rivera
f4711d3c9c
Remove unused ClientSession members. ( #21031 )
2022-10-28 15:37:59 -07:00
Cory Rivera
82adcc0f20
Fix issues with loading aliased kernels in notebooks ( #21018 )
2022-10-28 13:22:52 -07:00
Aasim Khan
968f4c7aa4
Fixing result grid plans not opening execution plan editor. ( #21022 )
2022-10-28 10:28:54 -07:00
Cory Rivera
5f6eed12c2
Re-enable .NET Interactive in Ipynb notebooks ( #21002 )
2022-10-27 13:49:37 -07:00
Aasim Khan
512eba5675
Remove preview checks from ep ( #21008 )
2022-10-27 10:05:16 -07:00
Aasim Khan
1743c7ea13
Fixes: ( #21004 )
...
1. Navigation info announcement when user enter graph
2. Allowing users to expand/collapse button
3. Tooltips shown only when enter is pressed
2022-10-26 22:16:36 -07:00
Alan Ren
e691263956
fix the contrast rate issue of couple view icons in activity bar ( #21003 )
...
* fix connections and notebooks view icon issue
* update name
* remove css reference
2022-10-26 19:27:42 -07:00
Alan Ren
c811303570
bring back welcome page ( #20969 )
2022-10-25 12:35:32 -07:00
Aasim Khan
4d5e9adbc1
Adding option to sort columns using F3 key in SlickGrid. ( #20897 )
2022-10-25 08:22:31 -07:00
Charles Gagnon
5032685162
Notebook cleanup ( #20954 )
2022-10-24 15:32:42 -07:00
Charles Gagnon
a64a33e091
ModeService to LanguageService var names ( #20949 )
2022-10-24 13:57:03 -07:00
Aasim Khan
84305c32c0
Adding accessible tooltips and tooltip based alerts ( #20912 )
2022-10-21 14:28:27 -07:00
James Wong
533e1ec1b9
add hostname in profiler ( #20909 )
2022-10-20 19:33:39 -07:00