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
Alan Ren
385e4a2245
move the focus to newly added filter field. ( #21930 )
2023-02-13 19:43:16 -08:00
Alan Ren
a754d235c0
completely hide the hidden widget ( #21931 )
2023-02-13 19:42:34 -08:00
Alex Ma
f678e27515
[Loc] update to XLFS for 2-13-2023 ( #21929 )
2023-02-13 16:13:24 -08:00
Sakshi Sharma
cb58286247
Add profile section in Publish project UI ( #21906 )
...
* Add profile section in Publish project UI
* Move publish profile row below Publish Target
* Add contract for savePublishProfie and SaveProfileAs button functionality
* Make the DacFx contract functional
* Send values from UI to DacFx service call
* Fix build error
* Address comment, remove print statements
* Address comments
* Set correct connection string
2023-02-13 14:06:42 -08:00
Alan Ren
93f5581bc7
add aria-label for step link in wizard ( #21925 )
...
* add aria label to wizard step link
* update aria label
2023-02-13 13:41:01 -08:00
Alex Hsu
97ff0694b2
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230213164318709. ( #21921 )
2023-02-13 08:56:23 -08:00
Alex Hsu
882a7342e0
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230212165154337. ( #21917 )
2023-02-12 10:26:47 -08:00
Aasim Khan
837236be0f
Modifying the migration extension to use its own service. ( #21781 )
...
* Adding migration service to sql migrations
* enabling auto flush log
* Adding support for env variable
* Adding TDE Migration service
* code cleanup
* updating service downloader
* Removing custom output channel
* remove unnecessary await
* Updated service version to get latest code
* Consolidate TDE into migration service
* Sync to latest main
* Update sql-migration package version
* Fix merge conflict error
* Fixing all merge conflicts
* Fixing stuff
* removing extra whitespace
* Cleaning up
---------
Co-authored-by: Akshay Mata <akma@microsoft.com >
2023-02-12 09:59:09 -08:00
Alan Ren
12a3bf6b3b
handle json ( #21915 )
2023-02-10 19:05:32 -08:00
Charles Gagnon
1d96476a81
Filter more command IDs ( #21910 )
...
* Filter more command IDs
* More
2023-02-10 14:41:17 -08:00
Kim Santiago
2b4c608b93
Update sql projects tree to use sqlproj uri instead of parent nodes ( #21901 )
...
* update sql projects tree to use sqlproj uri instead of parent nodes
* remove todo
* undo other change
* update a couple more
2023-02-10 11:22:59 -08:00
Cheena Malhotra
3fb8d57d25
Add support for Encrypt=Strict for TDS 8.0 connections with SQL Server 2022 ( #21256 )
2023-02-10 10:34:36 -08:00
Alex Hsu
c75628639c
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230210164036933. ( #21907 )
2023-02-10 09:30:18 -08:00
Alan Ren
514d599e62
remove client side sorting for db list ( #21899 )
...
* remove client side sorting for db list
* update sts
2023-02-10 09:15:41 -08:00
Cory Rivera
319e0811f1
Specify an editor ID for notebook inputs. ( #21900 )
2023-02-09 14:08:19 -08:00
Kim Santiago
0e269e0438
Cleanup sql projects tree ( #21883 )
...
* remove MessageTreeItem and rename projectUri to relativeProjectUri
* declare variables inline in constructor
2023-02-09 11:42:00 -08:00
Karl Burtram
37ad1b0fdb
Update changelog for 1.41.2 ( #21897 )
...
* Update changelog for 1.41.2
* spelling
2023-02-09 10:56:35 -08:00
Alex Hsu
5b5705c03d
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230209164917683. ( #21894 )
2023-02-09 09:27:55 -08:00
Kim Santiago
f8d9106eef
removing unused SqlDatabaseProjectTreeViewProvider functions ( #21885 )
2023-02-09 09:23:45 -08:00
Alan Ren
711bffb1f5
auto reveal only in dev mode ( #21880 )
2023-02-08 10:38:42 -08:00
Raymond Truong
480d8e2cd0
[SQL Migration] Properly respect user's encryptConnection and trustServerCertificate settings ( #21824 )
...
* WIP
* Always get latest current connection
* Update more references
* Clean up
* Clean up
* vbump
* Update comments
* Address PR feedback
* Separate into helper methods
2023-02-08 10:12:11 -08:00
Charles Gagnon
99a924dbcd
Remove unused packages from MSSQL ( #21871 )
2023-02-07 19:22:44 -08:00
Alex Ma
dfe84da196
[Loc] update to xlfs for 2-7-2023 ( #21873 )
2023-02-07 16:51:54 -08:00
Kim Santiago
af8316291e
Rename file support in sql projects ( #21858 )
...
* add quickpick for rename file/folder in sql project
* add comment
* make rename file actually do something
* add validation
2023-02-07 16:27:44 -08:00
Christopher Suh
7150257218
Fix Account Dialog with Multiple Providers ( #21836 )
...
* fix uncaught error in showSplitView
* fixed bugs around account dialog with multiple providers
* cleanup
* fix index out of bounds error
* Fire account list update after removing provider, other pr fixes
2023-02-07 15:00:47 -08:00
junierch
61ddf297f9
Adding SQL tools team recommendations ( #21866 )
2023-02-07 12:48:56 -05:00