Commit Graph

127 Commits

Author SHA1 Message Date
Charles Gagnon
9d53e1dd3e Add SourceLink to build + fix assembly versioning (#2007)
* Add github source link

* more

* Move to common

* fix multiple dep copy

* Fix doc comment

* cleanup props

* Use GlobalPackageReference

* Set CI build property on pipelines

* Add comment
2023-04-17 09:51:30 -07:00
Kim Santiago
13672c1d05 Add support for nupkg database references in sql projects (#2006)
* add support for nupkg database references in sql projects

* update DacFx.Projects
2023-04-14 16:18:06 -07:00
Sakshi Sharma
9aa84f517c Send deploymentOptions to DacFx to save in the publish profile xml file (#1997)
* Send deploymentOptions to DacFx to save in the publish profile xml file

* Update Packages.prop with latest DacFx nuget version.

* Update Dacfx version after merge from main.

* Address comments

* Update method name
2023-04-10 17:31:39 -07:00
AkshayMata
909c8c4d10 Update to nuget with serializable error code strings (#1998)
https://github.com/microsoft/sqltoolsservice/pull/1998
2023-04-07 16:38:39 -07:00
AkshayMata
7f65b9c5ee Add login migrations error code (#1988)
Update login migrations nuget to expose error code + error code string
2023-04-04 15:04:38 -07:00
Steven Marturano
ffa42b4435 Added status code for TDE result (#1975)
This PR updates TDE NuGet and makes code changes to support the introduction of "StatusCode" being returned from NuGet.
2023-04-03 13:30:08 -07:00
Benjin Dubishar
8b7600eb5b Bumping DacFx.Projects (#1963)
* Updating Projects nuget package

* bump projects
2023-03-23 20:49:53 -07:00
Charles Gagnon
d46bb2ce53 Update SqlParser to 170.7.0 (#1956) 2023-03-21 15:35:21 -07:00
Benjin Dubishar
b4781cf267 bump tools service (#1954) 2023-03-20 18:52:33 -07:00
Benjin Dubishar
ce731f7fe4 Updating Projects nuget package (#1950) 2023-03-17 07:28:52 -07:00
Cheena Malhotra
759d5aca09 Update Microsoft.Data.SqlClient to v5.1.0 (#1905) 2023-03-06 19:26:29 -08:00
Benjin Dubishar
0b8d10009a Updating version of DacFx.Projects nuget (#1913) 2023-03-06 19:50:21 -07:00
AkshayMata
bfa64750d8 Update login migrations nuget (#1893)
Updating login migrations nuget to include change to expose error code.
2023-03-02 15:08:38 -08:00
Benjin Dubishar
38836371ed Adding missing properties to GetProjectProperties call; also renaming NoneScript to NoneItem (#1890)
* Renaming NoneScript to NoneItem

* missed a file

* Fixing comments

* Adding ProjectStyle to properties

* Projects nuget bump

* Adding DatabaseSchemaProvider to the props
2023-03-02 13:52:35 -08:00
Raymond Truong
5f78eaa41f Update assessment NuGet (#1889) 2023-03-02 12:21:47 -08:00
Cheena Malhotra
187b6ecc14 Introduce AAD interactive auth mode (#1860) 2023-03-02 09:39:54 -08:00
Benjin Dubishar
68ac1e01fc Adding project property support to SqlProj service (#1883)
* Nuget update

* Updating nuget

* implementation

* GetProperties test

* Adding SetDatabaseSource

* adding comment

* Nuget update

* PR feedback

* Fixing cross-plat path tests

* Updating to signed nuget

* fixing None test
2023-02-28 18:27:42 -08:00
Sakshi Sharma
b44f0d561f Save file structure in scmp file (#1878)
* Save file structure in scmp files

* Update DacFx version and add test

* Address comments

* Fix test

* try to fix tests

---------

Co-authored-by: Kim Santiago <kisantia@microsoft.com>
2023-02-24 14:24:25 -08:00
Benjin Dubishar
d0d67373d1 Adding support for database literal references for Dacpac and SqlProj references (#1858)
* fixing up some nullable spots

* Adding database literal support

* Adding tests and support for same database refs

* Fixing test

* merge laggard

* Split database reference tests up

* PR feedback

* Normalizing strings for cross-plat test passing

* Updating Projects nuget package

* Fixing up test
2023-02-10 11:36:31 -08:00
AkshayMata
c2a361b2bf Update login migrations nuget to return error codes (#1850)
Updated login migrations to return error codes
2023-02-08 12:57:51 -08:00
Benjin Dubishar
19935552b1 Adds support for checking and updating cross-compatibility for SQL Projects (#1847)
* Adding cross-platform check and update

* Checkpoint

* checkpoint

* Updating for latest nuget package

* Correctly typing the result object
2023-02-07 19:06:13 -08:00
Benjin Dubishar
82171740bc Adding missing nuget references for SqlProjects functionality (#1827)
* Adding test messages

* Adding file system globbing reference

* fixing string

* fixing string again

* Sigh
2023-01-27 16:18:40 -07:00
Cheena Malhotra
251fbf8746 Update SMO to 170.12.0 (#1829) 2023-01-27 10:01:38 -08:00
Benjin Dubishar
9cce26fcbd Initial check-in of SqlProjects service addition to SqlToolsService (#1805)
* initial commit

* Initial SqlProjects service + tests

* Added SqlObject script tests; PR feedback

* Added comments for contracts

* Swapping SqlProjectResult for ResultStatus

* Updating tests

* Added automatic test base that provides a working directory and automatic cleanup.
2023-01-25 14:16:15 -08:00
junierch
18827b1a9b update tde pkg (#1817) 2023-01-20 14:57:39 -05:00
junierch
f99bda29b5 Tde migration integration (#1806)
Adding certificate migration for encrypted databases.

Uses notifications to send events back to the client every time each database certificate is migrated.
2023-01-11 18:20:00 -08:00
Hai Cao
f9597bacd8 bump DacFx (#1803) 2023-01-09 15:43:43 -08:00
Cheena Malhotra
af4c217584 Update SMO to 17.11.0 (#1799) 2023-01-05 16:32:06 -08:00
Vladimir Chernov
376f6e6008 Sql Assessment version update to 1.1.17 (#1797) 2022-12-21 09:12:40 -08:00
AkshayMata
996e30cd7f Update login migrations nuget with perf improvements (#1789)
* Update login migrations nuget with perf improvements

* Add new nuget

Co-authored-by: Akshay Mata <akma@microsoft.com>
2022-12-16 13:14:27 -08:00
Alex Ma
cf5af7bcf2 bump to newtonsoft for CG alert (#1778) 2022-12-09 09:11:48 -08:00
Charles Gagnon
bd58d786b4 Bump SMO to 170.9.0 (#1766)
* Add logging

* SMO 170.9.0
2022-11-21 18:41:02 -08:00
Cheena Malhotra
75a7685f56 Update System.Data.SqlClient to 4.8.5 (#1756) 2022-11-09 13:58:10 -08:00
Hai Cao
5b95880f71 bump DacFx (#1752) 2022-11-08 12:44:44 -08:00
Cheena Malhotra
d33c97c079 Build Managed Batch Parser NuGet package (#1747) 2022-11-07 10:03:32 -08:00
AkshayMata
c528617e18 Akma/login migrations (#1728)
In this PR, we make the appropriate backend service changes in order to enable the login migrations feature in the SQL migration extension.

Changes include:

updating the Microsoft.SqlServer.Migration.Login NuGet version to the latest version
adding a new request handler for StartLoginMigrations calls, which makes the appropriate calls to the login NuGet
adding ExtensionMethod helper to properly combine exception maps login migration nuget calls

Co-authored-by: Akshay Mata <akma@microsoft.com>
2022-11-04 21:18:48 -07:00
Alan Ren
dea18a59e0 new dacfx version (#1745)
* new dacfx version

* fix failing schema compare tests

Co-authored-by: Kim Santiago <kisantia@microsoft.com>
2022-11-02 20:52:20 -07:00
Raymond Truong
783ea39e8a [SQL Migration] Upgrade Microsoft.SqlServer.Migration.Assessment (#1734)
* WIP - update NuGet and add xevent assessment request

* Update API

* Update nupkg to official build

* Add try/catch around individual recommendation models

* Clean up

* Add HS to SQL DB SKU recommendation input
2022-11-01 09:29:59 -07:00
Cheena Malhotra
5e167239c5 Update dependencies (#1733) 2022-10-26 16:23:00 -07:00
Cheena Malhotra
c0f8482e26 Update Microsoft.Data.SqlClient to v5.0.1 (#1708) 2022-10-24 20:10:04 -07:00
Charles Gagnon
3be806ddce Update parser & autocomplete list (#1729) 2022-10-24 16:29:38 -07:00
Alan Ren
5274d3a604 allow reorder of pk columns (#1703) 2022-09-19 14:47:22 -07:00
Hai Cao
676819f669 Bump DacFx to support table rename in table designer (#1695) 2022-09-16 11:16:39 -07:00
Hai Cao
bb38bcc5c8 bump DacFx to bring in table designer fixes (#1675) 2022-09-07 15:48:21 -07:00
Kim Santiago
97eac2539a remove copying Microsoft.Data.Tools.Schema.SqlTasks.targets (#1674) 2022-09-07 10:41:43 -07:00
Alan Ren
7f675b884f require confirmation when risks present (#1668) 2022-09-02 12:50:30 -07:00
Cheena Malhotra
cadd14e9d0 Upgrade SqlClient library to v3.1.1 (#1646) 2022-08-18 10:26:22 -07:00
Hai Cao
be649e6d65 Fix table designer reloading after only descriptions being updated (#1644) 2022-08-17 11:48:40 -07:00
Kim Santiago
6b33b43d2d update Microsoft.SqlServer.Migration.Assessment to 1.0.20220816.40 to lower System.ComponentModel.Composition dependency to 4.6.0 tfix sql project build failing in ADS (#1642) 2022-08-16 21:37:41 -07:00
Hai Cao
fc955ad6cf DacFx vbump (#1632) 2022-08-12 16:14:38 -07:00