Christopher Suh
90ef8e4907
Remove duplicate account entries ( #21575 )
2023-01-12 12:35:16 -08:00
Lewis Sanchez
7683259097
Add option to show and hide the action bar in the query results view ( #21560 )
...
* Show and hide action bar in results view
* Updates show action bar setting description
* Removes excess padding
* Code review change
2023-01-11 16:16:08 -08:00
Cheena Malhotra
9708b470c7
Azure core | Include alternate library accounts if found ( #21565 )
2023-01-11 16:05:20 -08:00
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
Cheena Malhotra
fd2ced449b
Skip fetching access token when opening context menu in OE ( #21557 )
2023-01-09 21:22:02 -08:00
Lewis Sanchez
8c8a7859a0
Stops second invocation of createNewSession while expanding OE tree items on disconnected servers ( #21437 )
...
* Debounces second invocation while expanding OE tree items
* Minor clean up
* Adjusts debounce time
* Adding temp trace comments
* Adds missing semicolon
* Removes debouncer to stop 2nd newSession calls
* Removes temp trace comments
* Updates comment
Co-authored-by: Alan Ren <alanren@microsoft.com >
2023-01-06 16:10:19 -08:00
Alan Ren
88ab7947a4
fix issue caused by execution plan provider ( #21533 )
2023-01-05 21:12:49 -08:00
Cheena Malhotra
ec7e754009
Handle default tenant to be set when only 1 tenant exists ( #21532 )
2023-01-05 16:40:16 -08:00
Alan Ren
a1803a823b
handle the line breaks in link cells ( #21504 )
...
* handle the line breaks in link cells
* line break character
2023-01-04 10:23:01 -08:00
Cheena Malhotra
e7fcda7351
Filter accounts based on Auth library in accounts management service ( #21501 )
2023-01-03 20:16:08 -08:00
Charles Gagnon
29c88923f5
Fix Firewall Rule dialog dropdowns ( #21499 )
...
* Fix Firewall Rule dialog dropdowns
* Fix tenant dropdown
2023-01-03 16:24:59 -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
Cheena Malhotra
87f1d14357
Reset expiresOn property for non-Azure connections ( #21452 )
2022-12-19 13:04:39 -08:00
Cheena Malhotra
ca22686061
Add support for firewall rule name ( #21430 )
2022-12-16 18:29:44 -08:00
Cheena Malhotra
112de46723
Fix ADAL to MSAL transition of connections and account list ( #21425 )
2022-12-15 16:38:45 -08:00
Alan Ren
a5e2e77042
auto resize column update ( #21426 )
2022-12-15 15:16:12 -08:00
Alan Ren
3aab4fd115
fix regex perf issue ( #21421 )
2022-12-15 10:43:17 -08:00
Kim Santiago
a4db7309af
Fix schema compare not always showing diff color highlighting ( #21413 )
...
* Fix schema compare not always showing diff color highlighting
* move helper functions into diffEditorWidget.ts
2022-12-14 17:24:10 -08:00
Cheena Malhotra
234c3debaa
Fix issues when setting azureTenantId ( #21412 )
2022-12-14 12:03:11 -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
272e748424
Show a message if kernel is not supported when first opening a notebook. ( #21376 )
2022-12-08 10:27:57 -08:00
Alex Ma
fb6e221fff
[Loc] added small change to password change dialog localization ( #21377 )
2022-12-07 15:03:45 -08:00
Alex Ma
cffba368a9
Added reset password dialog upon SQL Server expired password error ( #21295 )
...
* Added initial password connection dialog box
* made small changes
* more preliminary work
* more WIP changes
* more cleanup done
* added dialog instantiation
* added placeholder dialog window
* added changePasswordController
* made some changes to changePasswordController
* some changes made
* added more changes
* more changes made to dialogue
* added password confirm box
* added WIP change password function
* small changes made to API
* small changes for test
* added uri
* added valid password
* added TODO comments
* added small change to connectionManagementService
* added connectionManagementService password change
* added comment on what to do next
* made some simplification of change password
* added response callback
* added fixes to protocol
* added throw error for passwordChangeResult
* WIP added call to self after password change
* WIP changes to implementing new password change dialog
* added changes to passwordChangeDialog
* added launchChangePasswordDialog
* remove erroneous css
* added working dialog
* removed old password change dialog
* fixed space
* added checkbox option to passwordChangeDialog
* added test signatures
* added error handling
* added some changes
* added changes to HTML for passwordChangeDialog
* added CSS to passwordChangeDialog
* added display none for matching passwords
* added documentation changes
* small cleanup
* added working error catch and retry
* added await
* added recovery instructions
* Added ok button hide for button click.
* added loading spinner
* fixed for semicolon
* added updated message
* Added message change
* added minor fixes
* added small fixes
* made more changes
* renamed messages to errorDetails
* added styling to passwordChangeDialog
* simplified error message
* changed comment
* modified azdata to be consistent
* small changes
* change to azdata for consistency
* added clarification for provider
* removed additional instructions
* Added new dialog title
* addressed feedback
* added comments
* added changes
2022-12-07 14:27:01 -08:00
Cory Rivera
e2327c393a
Remove all Big Data Cluster features ( #21369 )
2022-12-07 12:28:17 -08:00
Alan Ren
bb1f5bfffe
select cell after keyboard navigation ( #21366 )
...
* sync selected cell and active cell
* more packages
2022-12-06 08:53:42 -08:00
Karl Burtram
05eb8dd448
Add PowerBI PPE URI to domain list ( #21357 )
2022-12-05 15:03:01 -08:00
Cheena Malhotra
e89341f6bd
Set both label and values to custom options select Boxes ( #21354 )
2022-12-02 13:48:23 -08:00
Cheena Malhotra
02e9f8d3ef
Rename to security token to match STS ( #21338 )
2022-11-30 15:02:08 -08:00
Aasim Khan
c0a194df4a
Adding wizard and dialog footer loading spinner ( #21230 )
...
* Adding wizard and dialog loading
* Moving apis to proposed
* fixing namespace
* Only firing event when the value changes
* Only firing when value is changed
* Adding loading complete message to dialog and wizard
* Registering listeners and making a new base interface for loading components
* Fixing api comment
* Renaming prop to loadingCompleted
* old loading icon
2022-11-30 12:18:34 -08:00
Charles Gagnon
62d5c1f2d6
Fix action dropdowns focusing hidden button & fix ext action button ( #21326 )
2022-11-29 22:41:48 -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
405b3bbfdb
Fix default auth and 'AzureTenantId' to persist and not reset on selection event ( #21289 )
2022-11-23 17:39:03 -08:00
Christopher Suh
86c3f315f2
Add MSAL Authentication Library support ( #21024 )
2022-11-23 14:06:44 -08:00
Cheena Malhotra
62b123624d
Fix icon foreground ( #21287 )
2022-11-22 18:03:51 -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
Charles Gagnon
12bca68a0d
Fix lint error in typings ( #21240 )
2022-11-16 10:05:36 -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
Cheena Malhotra
be95e95989
Select available tenant Id instead of first one as default ( #21190 )
2022-11-10 11:24:27 -08:00
Cheena Malhotra
3922117771
Fix custom option support in CMS + update providername in provided profile ( #21183 )
2022-11-09 15:50:25 -08:00
Karl Burtram
25d4d42d3e
Fix casing on execution plan command titles ( #21170 )
2022-11-08 19:22:13 -08:00