Commit Graph

1890 Commits

Author SHA1 Message Date
Benjin Dubishar
4eac02453b Support for folders in the projects service (#1834)
* Delete folder support + tests

* updating casing

* cleanup
2023-02-06 11:30:03 -08:00
Karl Burtram
f288bee294 Make nullable warnings a per file opt-in (#1842)
* Make nullable warnings a per file opt-in

* Remove unneeded compiler directives

* Remove compiler directive for User Data
2023-02-03 18:10:07 -08:00
Karl Burtram
735517a503 Fix nullable warnings in UserData class (#1843)
* Fix nullable warnings in UserData class

* Missing commit
2023-02-03 09:51:31 -08:00
Benjin Dubishar
2e950f54bd Normalize string to fix test case on Unix (#1841) 2023-02-01 14:30:28 -08:00
Alex Ma
07e4225259 [Loc] cleanup localization related files and add localization to migration (#1840) 2023-02-01 12:06:17 -08:00
Karl Burtram
7110b1b39b Update fake password for credscan (#1839) 2023-02-01 11:04:15 -08:00
Karl Burtram
3c25549986 Initial WIP code for user management (#1838)
* Initial user management code

* WIP

* Fix whitespace

* WIP user objects

* WIP user objects

* Cleanup ported code

* WIP

* WIP

* Update the User contracts

* Additional cleanups

* Remove warning silencing which isn't intended for this PR

* Fix some warnings as error in CI
2023-01-31 21:12:53 -08:00
Benjin Dubishar
9fe3aeddc3 Support for database references in SqlProjects service (#1832)
* initial checkin

* Initial

* Adding test

* Adding comments

* PR feedback
2023-01-31 16:52:07 -08:00
Charles Gagnon
036ce9b527 Fix broken STS language service tests (#1837)
* Fix broken STS language service tests

* consolidate
2023-01-31 13:25:44 -08:00
Alex Hsu
f64d6c5c58 LEGO: Merge pull request 1836
LEGO: Merge pull request 1836
2023-01-31 08:11:19 -08:00
AkshayMata
1660ef3232 [SQL-Migration] Port changes to new migration service (#1835)
This PR ports some changes that were missed to the new, separated Migration Service project.

Here is the PR to separate Migration Service into project: #1828

Changes from the following PRs were not ported over:
[SQL Migration] Mark SQL MI premium-series memory optimized SKUs as GA #1811
Update login migrations nuget with perf improvements #1789
2023-01-30 22:24:09 -08:00
Benjin Dubishar
e2962390bc Support for SqlCmdVariables in SqlProjects service (#1831)
* Support for SqlCmdVariables

* Adding comments

* Adding update sqlcmdvar method

* swapping for success asserts
2023-01-30 15:45:15 -08:00
Aasim Khan
ab5a1e6c85 Separating Migration into its own project (#1828)
* Moving Migration service to its own project

* Adding loc files to the project

* Adding Migration to build

* Adding Migration Integration Tests

* Trying loops

* Fixing params

* Fixing indent

* Cleaning up yaml

* Getting command line arg for auto flush log

* Adding tde service
2023-01-30 10:30:28 -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
Alan Ren
bc0426f946 disable unstable test case (#1825) 2023-01-25 20:21:20 -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
Alan Ren
da6bb1c6c3 increase the timeout for build job (#1824) 2023-01-25 13:22:53 -08:00
Hai Cao
bcf015f939 Fix datetimeoffset formatting (#1823) 2023-01-25 11:19:30 -08:00
Aasim Khan
b8581920b6 Adding extension service host for extension services (#1808) 2023-01-24 16:09:42 -08:00
Karl Burtram
fd82d5bc17 Fix warning during "dotnet restore" (#1822) 2023-01-24 13:54:14 -08:00
Cory Rivera
661f883ddd Bump dotnet tool versions for SQL Tools and Kusto services. (#1821) 2023-01-24 10:19:43 -08:00
Cory Rivera
d418cfefa8 Update nuget build props for dotnet tool projects. (#1820) 2023-01-23 14:28:51 -08:00
junierch
18827b1a9b update tde pkg (#1817) 2023-01-20 14:57:39 -05:00
Charles Gagnon
ccaf5c4594 Fix null ref when expanding nodes from other providers (#1816)
* Fix null ref when expanding nodes from other providers

(cherry picked from commit 572a7b37b2a3651db5a101a8780c874c51b55b96)

* cleanup
2023-01-19 16:14:17 -08:00
Raymond Truong
3f2d5da69a [SQL Migration] Mark SQL MI premium-series memory optimized SKUs as GA (#1811)
* GA SQL MI premium-series memory optimized SKUs

* Fix null reference exception
2023-01-18 10:26:18 -08:00
erpett
5978e890b7 bumping minor version as we have split the release at 4.4.0.22 (#1809) 2023-01-17 13:54:33 -08: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
Cheena Malhotra
ac460adfc3 Enable IsLedger only for SQL 2022 (#1804) 2023-01-09 17:47:27 -08:00
Hai Cao
f9597bacd8 bump DacFx (#1803) 2023-01-09 15:43:43 -08:00
Cheena Malhotra
bd37bf84ce Add 'LedgerViewType' as supported property for SQL 2022 and Azure DBs (#1801) 2023-01-09 15:27:58 -08:00
Cheena Malhotra
af4c217584 Update SMO to 17.11.0 (#1799) 2023-01-05 16:32:06 -08:00
Charles Gagnon
99cd3d2f65 Improve databases node error logging message (#1800)
* Improve databases node logging

* remove unused
2023-01-05 14:23:44 -08:00
Cheena Malhotra
5ad48a59f1 Exclude isLedger property check for Azure DBs for improving OE nodes expansion perf (#1798) 2023-01-05 12:00:14 -08:00
Cheena Malhotra
a8f9219f09 Introduce support for "Command Timeout" connection property (#1765) 2023-01-03 21:42:32 -08:00
Vladimir Chernov
376f6e6008 Sql Assessment version update to 1.1.17 (#1797) 2022-12-21 09:12:40 -08:00
Alex Ma
aa1551b97b [Loc] update to sr xlfs (#1796) 2022-12-19 11:11:37 -08:00
Alex Hsu
4d29a75008 LEGO: Merge pull request 1795
LEGO: Merge pull request 1795
2022-12-19 08:39:30 -08:00
Alex Hsu
1cac21e195 LEGO: Merge pull request 1794
LEGO: Merge pull request 1794
2022-12-18 08:36:03 -08:00
Alex Hsu
81ad9783d3 LEGO: Merge pull request 1793
LEGO: Merge pull request 1793
2022-12-17 08:43:48 -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
Cheena Malhotra
eca0cc484c Add support for firewall rule name in request (#1791) 2022-12-16 09:04:14 -08:00
Alan Ren
e20f64fa9a handle null value (#1790) 2022-12-16 08:08:00 -08:00
Hai Cao
ec071c8819 fix table designer with ledger table (#1788) 2022-12-15 10:28:29 -08:00
Alex Ma
21a05606f7 [Loc] updated xlfs for 12-13-2022 (#1787) 2022-12-13 16:14:35 -08:00
Hai Cao
1559b7c387 Make ParallelMessageProcessingTest stable by loose the assertion (#1786) 2022-12-13 15:01:01 -08:00
Alex Ma
548229d547 Add error codes for password change (reopened) (#1784)
* added error code handling

* Small cleanup

* added changes
2022-12-13 13:04:40 -08:00
Alex Ma
cc94a1a4c6 Revert "Use error code checking and simplified messages (#1782)" (#1783)
This reverts commit 306b43b8b7.
2022-12-13 09:04:18 -08:00
Alex Ma
306b43b8b7 Use error code checking and simplified messages (#1782)
* added error code handling

* Small cleanup

* added changes
2022-12-13 09:04:00 -08:00
Hai Cao
f86ebae9b8 Re-enable parallel message processing (#1741)
* add flag to handler

* cleanup

* concurrency control

* add flag for handler setters

* update service flags

* fix event handlers

* more handlers

* make sure behavior is unchanged if flag is off

* cleanup

* add test case for parallel processing

* comments

* stop dispatcher in test

* add log for request lifespan

* cleanup and add comments

* correctly release semaphore

* remove deleted file from merge

* use await for semaphore release

* move handler invocation to await and adjust test

* cleanup exception handling and wrapper

* space

* loose assertion condition to make test stable
2022-12-11 00:05:33 -08:00