Alex Ma
91cdd610fd
[Loc] update to xlfs for 2-23-2023 ( #22023 )
2023-02-23 17:30:48 -08:00
Kim Santiago
d75cf2b657
Hookup sqlcmdvar delete ( #22018 )
...
* delete sqlcmd variable working
* undo add
* add test
2023-02-23 16:44:08 -08:00
Cory Rivera
f53119c2a6
Enable VS Code notebooks with a built-in SQL kernel. ( #21995 )
2023-02-23 16:22:46 -08:00
Charles Gagnon
290687a207
Remove unused things from ads telemetry service ( #22016 )
2023-02-23 15:34:47 -08:00
Kim Santiago
4ed1ef34b6
update version of Microsoft.Build.Sql used for building legacy sql projects ( #22010 )
2023-02-23 15:12:09 -08:00
Christopher Suh
b7e0bbb64a
Update api to pass more detailed error messaging from azurecore ( #22003 )
...
* update api to pass more detailed error messaging from azurecore
* fix formatting
* fix buid error
* fix pr comments
* move to azdata.proposed.d.ts
* pr comments
* Update extensions/azurecore/src/account-provider/auths/azureAuth.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* refactor
* pr comments
* Update src/sql/workbench/services/accountManagement/browser/accountManagementService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* pr comments
* Update src/sql/azdata.proposed.d.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update extensions/azurecore/src/account-provider/auths/azureAuth.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* fix formatting
* fix compile error
* fix compile error
* pr comments
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-02-23 13:00:18 -08:00
Raymond Truong
85056fb1b7
[SQL Migration] Allow folders inside blob containers ( #21952 )
...
* WIP
* WIP
* WIP - add new property to blob
* Add error messages
* Fix undefined for offline scenario
* Add support for offline scenario
* Clean up
* vbump extension
* remove >1 level deep folders
* fix [object] object issue
* Remove unnecessary asyncs
* don't allow >1 level deep for offline scenario lastBackupFile
2023-02-23 10:40:56 -08:00
Alex Hsu
fd282cd20b
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230223164743768. ( #22012 )
2023-02-23 09:40:38 -08:00
Benjin Dubishar
0354775107
Fleshing out the SqlProjects service bindings ( #21984 )
...
* starts of sqlprojectsservice
* copy to mssql
* adding all the boilerplate
* updating service call structures
* Fixing up test mocks
* Adding comments to all the bindings
* blank space
* swapping for Promise; adding vscode-mssql type bindings
* patching
2023-02-22 22:58:30 -08:00
Lewis Sanchez
872095ed84
Hide refresh button on disconnected connections ( #22009 )
2023-02-22 16:41:07 -08:00
Kim Santiago
169138e24b
Remove data workspace * activationEvent ( #22005 )
...
* remove data workspace * activationEvent
* fix tests
2023-02-22 12:03:39 -08:00
Kim Santiago
10c3199a23
update sql projects azdata dependency ( #22007 )
2023-02-22 11:11:35 -08:00
Aasim Khan
c3e0478447
Adding aria role to hyperlink cell in slickgrid ( #21998 )
...
* Adding aria role to hyperlink
* Adding default
2023-02-22 10:42:11 -08:00
Lewis Sanchez
656a86a103
Fix empty connection name in delete connection prompt ( #22001 )
...
* Fix empty name in delete connection prompt
* Update src/sql/workbench/services/objectExplorer/browser/connectionTreeAction.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-02-21 17:43:29 -08:00
Alex Ma
ee60319f70
[Loc] update to strings for 2-21-2023 for data workspace and sql-database-projects ( #22002 )
2023-02-21 16:50:28 -08:00
Kim Santiago
a7f68ebd33
Drag and drop support for sql projects tree ( #21956 )
...
* Drag and drop working
* update comment
* move to projectController
* remove registerTreeDataProvider
* add tests
* fix dragging to project root
* cleanup
* addressing comments
2023-02-21 15:45:25 -08:00
Lewis Sanchez
effdf4f538
Stops Azure connection with the "Do not save" server group option from being stored in the default server group list. ( #21997 )
...
* Fix Azure connections do not save to server group error
* Revert unnecessary change
2023-02-21 13:47:40 -08:00
Alex Ma
004d55d98d
[Loc] update to MSSQL xlf ( #21999 )
2023-02-21 13:19:03 -08:00
Charles Gagnon
00493d6555
Add telemetry section to extension READMEs ( #21994 )
...
* Add telemetry section to extension READMEs
* Add separate links for VS Code
2023-02-21 12:34:17 -08:00
Charles Gagnon
29049bb15e
Add Codeowners for import and sql-migration ( #21996 )
2023-02-21 12:31:55 -08:00
Kim Santiago
7761c3b171
Swap create new project api for sql projects ( #21971 )
2023-02-21 10:00:56 -08:00
Alex Hsu
66edf059be
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230218164737005. ( #21986 )
2023-02-19 08:15:34 -08:00
Aasim Khan
22c3829225
Adding setting for OE expansion timeout ( #21985 )
...
* Adding setting for OE expansion timeout
* Cleaning up the names
* Adding minimum timeout value
2023-02-17 23:02:57 -08:00
Alan Ren
b5ce7af090
Add support for Login and User management ( #21981 )
...
* initial commit
* leave only march release objects
* clean up
* login dialog
* localize and use background operation
* code cleanup
* remove tab
* support server role in login
* remove canEditName
* add user support
* comments and bug fixes
* remove hasDBAccess for now
* refactoring
* fix error
* user dialog UI
* telemetry, error handling and refactoring
* Fix references to dialogInfo (#21914 )
* update telemetry
* Bump STS and use actual object management service
* add preview and handle no-change scenario
* fix merge issue
---------
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2023-02-17 18:02:31 -08:00
Christopher Suh
6231df85e0
Handle undefined error when opening connection dialog ( #21980 )
...
* handle undefined error when opening connection dialog
* combine into else if
* change log
* update log message
2023-02-17 15:22:51 -08:00
Lewis Sanchez
7c47aea06e
Fix set authenticationType of undefined error ( #21982 )
2023-02-17 15:04:59 -08:00
Aasim Khan
e40c8dda25
Removing migration contracts from mssql ( #21966 )
...
* Removing migration contracts from sts
* Update sts
* Pushing latest sts
2023-02-17 13:50:53 -08:00
brian-harris
9b841f4a49
fix bug in dropdown auto-selection ( #21977 )
2023-02-17 12:06:16 -08:00
Alex Hsu
4852de7b8e
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230217164703043. ( #21976 )
2023-02-17 11:56:24 -08:00
Cheena Malhotra
66053f5152
Fix missing null ref check causing extension issues ( #21974 )
2023-02-17 09:45:23 -08:00
Kim Santiago
c5fc37c373
Initial changes for adding SqlProjectsService ( #21967 )
...
* Add SqlProjectsService
* cleanup
* reorder imports
* undo changes in project.ts for now to fix tests
2023-02-16 17:15:24 -08:00
Sakshi Sharma
199f280586
Populate dbs properly when using publish profile, change connection icon and try enabling buttons ( #21968 )
2023-02-16 16:14:40 -08:00
Sakshi Sharma
7c6ae87fc8
Read server options from publish profile ( #21960 )
...
* Read encrypt and trust server certificate
* Set hostname in certificate setting
* Address comment- open connection dialog if the connection string in publish profile doesn't load a connection, instead of throwing an error.
2023-02-16 16:12:43 -08:00
Alex Hsu
f25c250547
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230216164409169. ( #21963 )
2023-02-16 08:55:38 -08:00
Alan Ren
32c7a4aeec
add tab navigation option for slickgrid ( #21947 )
...
* profiler a11y bug fixes
* add new option
* replace old implementation
* update slickgrid
2023-02-15 21:37:01 -08:00
Alan Ren
8690c350d2
fix server group color a11y issue ( #21958 )
2023-02-15 21:21:35 -08:00
Aasim Khan
48d0aa72cc
Replacing select with focus in OE ( #21954 )
2023-02-15 17:27:36 -08:00
Alex Ma
69616cd221
[Loc] update to mssql and sql xlf files ( #21957 )
2023-02-15 16:48:28 -08:00
Aasim Khan
d6c35836cc
Adding group by schema to OE ( #21941 )
...
* Adding group by schema and updating schema icon
* Adding item context menu
* Fixing command logic
* Adding telemetry for group by and changing default config
* reverting no child nodes error message
* Code cleanup
* Cleaning up constants
* Removing unused imports
* Update extensions/mssql/src/main.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* converting to sendActionEvent
* sendActionEvent
* Adding telemetryViews and telemetry actions
* Fixing localized string
* registering context
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-02-15 15:18:10 -08:00
Cory Rivera
f7fa9bece3
Add a check for an undefined model when creating the connection dialog model. ( #21953 )
2023-02-15 14:23:15 -08:00
Alex Hsu
de5e81a157
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230215164641972. ( #21943 )
2023-02-15 12:54:51 -08:00
Lucy Zhang
498f278887
Add horizontal scrollbar to Kqlmagic table and remove plotly graph max width ( #21934 )
...
* add scroll and remove plotly max width
* scope down
2023-02-15 10:40:45 -08:00
Lewis Sanchez
d9b24522e5
Fix missing password in Connection pane for Server connections with remembered passwords ( #21813 )
...
* Fix missing password in Connection pane
* Get saved password for SQL login default auth type
* Clean up
* Fix build hygiene errors
* Captures input
* Add timeout waiting for all promises to resolve
* Add missing semicolon
* Code review feedback
* Minor clean up
* Code review feedback
* Improved error messaging
* Update src/sql/workbench/services/connection/browser/connectionDialogService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Improves UX around loading passwords
* Remove unused import
* Uses await instead of promise chaining.
* Removes async
* Revert back to resolving password promise.
* Asserts controller map and model have values.
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-02-14 20:49:55 -08:00
Alan Ren
a683b1b777
profiler a11y bug fixes ( #21940 )
2023-02-14 18:48:17 -08:00
Alan Ren
447a9d0f34
fix the find widget hide issue ( #21937 )
2023-02-14 18:19:40 -08:00
Kim Santiago
4f6fe5955d
Remove parent from sql project tree items ( #21912 )
...
* update getFileProjectEntry and getRelativePath
* remove root and fix tests
* remove parent from sql project tree items
2023-02-14 14:53:39 -08:00
Kim Santiago
fe25674401
change sqlprojUri to projectFileUri ( #21938 )
2023-02-14 13:56:02 -08:00
Kim Santiago
71c12883fe
Remove references to root in sql projects ( #21911 )
...
* update getFileProjectEntry and getRelativePath
* remove root and fix tests
2023-02-14 10:34:46 -08:00
Kim Santiago
d5384cad0e
Fix database name in dacpac wizard not saying required ( #21932 )
2023-02-14 09:50:52 -08:00
AkshayMata
5e7446af6c
Refactor functionality into LoginMigrationsModel ( #21933 )
...
This PR refactors to encapsulate all login migration functionality into LoginMigrationModel
2023-02-14 06:05:53 -08:00