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
Cheena Malhotra
66410edf02
Migrate cert validation error handling to mssql extension ( #21829 )
2023-02-07 09:21:35 -08:00
Kim Santiago
e1b35d266a
Fix publish profile telemetry for ADS ( #21860 )
2023-02-06 17:12:30 -08:00
Alex Ma
3036b53647
[Loc] Sql-Database-Projects XLF update ( #21861 )
2023-02-06 16:38:47 -08:00
Kim Santiago
7efe4f9ce9
Remove data sources tree item from sql projects ( #21842 )
...
* remove data sources tree item from sql projects
* remove data sources node name
2023-02-06 14:48:26 -08:00
junierch
8de5efdf86
databases query updated ( #21856 )
2023-02-06 15:16:52 -05:00
Lucy Zhang
b3048213e8
Minor improvements in notebook edit mode handling ( #21839 )
...
* rename + remove duplicate calls
* only fire onCellEditModeChanged when changed
2023-02-06 10:42:19 -08:00
dependabot[bot]
2767ff819d
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /build/npm/gyp ( #21847 )
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 09:19:40 -08:00
Alex Hsu
6de89d9978
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230206164004959. ( #21855 )
...
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2023-02-06 09:18:44 -08:00
Alex Hsu
7de6b9a296
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230205165241590. ( #21849 )
2023-02-06 09:14:35 -08:00
Alex Hsu
46fbb1c07f
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230204164312212. ( #21846 )
2023-02-06 09:14:00 -08:00
Alan Ren
ac0dc4ee76
only toggle when enabled ( #21844 )
2023-02-03 20:40:22 -08:00
Alex Ma
c13bd5c03f
[Loc] removed clouds from Azurecore ( #21841 )
2023-02-03 16:53:17 -08:00
dependabot[bot]
5d496ec83b
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /build ( #21828 )
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03 10:52:16 -08:00
dependabot[bot]
a0b02fe16c
Bump http-cache-semantics from 4.1.0 to 4.1.1 ( #21827 )
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03 10:51:38 -08:00
Alex Hsu
45a346cfc1
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230203163954985. ( #21834 )
2023-02-03 09:34:42 -08:00
AkshayMata
9f5f49e956
Fix connecting to MI login bug ( #21821 )
...
This PR fixes a regression for migration login for MI instances that was introduced in https://github.com/microsoft/azuredatastudio/pull/21776/files#diff-93c1a62583fa32d99f775b71ad27922cf31f660d10717ecc6966784306de1b6f .
After that change, support for MI would fail as MI server types were going into the Sql VM path in sqlutils because the underlying logic for isSqlServerVM() was returning wrong results.
The new approach uses the targetType set in StateMachine to extract the correct serverName for connection string based on the targetType.
Testing:
- Tested SQL VM login migration end to end
- Tested SQL MI login migration end to end
This change also bumps the sql-migration version to 1.3.0
2023-02-03 06:43:39 -08:00
Christopher Suh
8f638be687
remove germany and us national clouds ( #21825 )
2023-02-02 16:11:04 -08:00
Aasim Khan
95d4f130c6
Replacing select with focus to prevent second create session ( #21811 )
2023-02-02 15:07:05 -08:00
Alex Ma
f082ac2176
[Loc] update to the data-workspace xlf ( #21823 )
2023-02-02 14:49:23 -08:00