Commit Graph

1574 Commits

Author SHA1 Message Date
erpett
f4e8acd1a8 vbumping minor version after release branch split (#1636) 2022-08-15 16:01:54 -07:00
Raymond Truong
28a33bea9a [SQL Migration] Enable saving assessment/recommendation reports (#1613)
* Implement save assessment report

* Implement save recommendation report

* Remove unnecessary content files after updating NuGet version
2022-08-15 11:01:43 -07:00
Hai Cao
fc955ad6cf DacFx vbump (#1632) 2022-08-12 16:14:38 -07:00
Alan Ren
57b4c25395 set graph table types (#1633) 2022-08-12 15:57:01 -07:00
Alex Ma
4912f55dec [Loc] update to xlfs and resx files (#1630)
* [Loc] update to xlfs and resx files

* update for 8/12/2022

* resx update
2022-08-12 10:04:57 -07:00
Alex Hsu
3179e10dcc LEGO: Merge pull request 1631
LEGO: Merge pull request 1631
2022-08-12 08:35:55 -07:00
Kim Santiago
dd986ee84c Add a delay to avoid race condition for generate script to new Azure db (#1629) 2022-08-11 17:24:49 -07:00
Jordan Hays
007e852f1a Add modifiable sort priority to OE nodes (#1627)
* modifiable sort priority, dropped ledger folders sorted to the bottom

* reorganizing dropped table and view objects in OE integration test

* update to Int32
2022-08-11 10:46:14 -07:00
Alex Hsu
86346ca30a LEGO: Merge pull request 1628
LEGO: Merge pull request 1628
2022-08-11 08:34:27 -07:00
Jordan Hays
87ea866df0 Dropped Ledger Views folder (#1626)
* adding dropped ledger views to the OE hierarchy with ledger view naming and icons

* updating tests
2022-08-10 14:01:28 -07:00
Jordan Hays
485786f49e Dropped Ledger Tables Folder (#1625)
* support and testing for Dropped Ledger Table folder

* appending DroppedLedgerTables nodetype

* fixing unit tests

* undoing string.Empty
2022-08-09 14:17:51 -07:00
Raymond Truong
091f2c942e [SQL Migration] Update assessment NuGet version, removing the need to check in content files into STS (#1617)
* Update NuGet version and remove metadata

* Remove Content Include from csproj

* Remove unnecessary PrivateAssets tag

* Use official NuGet build

* Remove reference in IntegrationTests
2022-08-08 11:17:38 -07:00
Alex Ma
46b6dd2e46 [Loc] update to xlfs and resx files (#1622) 2022-08-08 11:08:39 -07:00
Alex Hsu
9d9379a30f LEGO: Merge pull request 1621
LEGO: Merge pull request 1621
2022-08-08 08:40:05 -07:00
Alex Hsu
75cb1ced5d LEGO: Merge pull request 1620
LEGO: Merge pull request 1620
2022-08-07 08:36:38 -07:00
Hai Cao
a9fe77589d [Table Designer] Support filter predicate and included columns for index (#1619) 2022-08-05 15:04:44 -07:00
Sai Avishkar Sreerama
1342a8a085 Object Types are getting from DacFx ObjectTypes (#1574)
* Include Object Types are getting from DacFx

* All tests are passing now with excludObjectType casting

* Test fix with new ExccvludeObjectType change

* Added test case for the include objects types

* Updated  name to objectTypesDictionary and objectType getName from Display attribute

* code Review updates

* Removing Exclude word logic here as the options were updated on DacFx

* updating the null check

* DacFx vBump

* code updates according to review comments
2022-08-05 15:28:39 -05:00
Jordan Hays
d78ff94b31 Ledger Objects Representation in Object Explorer (#1615)
* support for ledger objects in OE

* generated sr files

* update versionKey to sql 2022 in test env config

* more 2019 to 2022 updates

* add sql2022 instead of replacing

* missed filter on table

* add logging

* more logging

* adding Script160Compat options for sql2022

Co-authored-by: Alan Ren <alanren@microsoft.com>
2022-08-05 10:53:17 -07:00
Alex Ma
1789fd1233 Update to srgen to remove strict dependency to netcore 3.1 (#1618)
* first changes

* added roll forward major to fix 3.1 dependency issue.
2022-08-04 12:08:20 -07:00
Alan Ren
38c2cd4482 introduce object type property to node (#1614) 2022-08-01 20:14:58 -07:00
Barbara Valdez
dc3deecbad Improvements to GenerateTSqlModel request and tests (#1611) 2022-08-01 13:50:13 -07:00
Jordan Hays
be37dba620 removing string.Format redundancy to WriteLine calls (#1612) 2022-07-30 00:27:33 -07:00
Charles Gagnon
fd00114a0e Catch Request/Event handler errors at dispatcher level (#1610)
* Catch Request/Event handler errors at dispatcher level

* Fix tests

* Use Exception overload of SendError

* Fix tests
2022-07-29 17:31:36 -07:00
Jordan Hays
3294a52ad9 Or Filtering on Object Explorer Nodes (#1608)
support for a more robust filtering system in the Object Explorer xml, allowing for or-ing filter properties together for use in URN querying for objects

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2022-07-29 15:35:37 -07:00
Cory Rivera
40df024dbc Add functionality to shutdown Kusto process when parent process exits (#1609) 2022-07-29 15:26:26 -07:00
Barbara Valdez
11dd29d8a0 Add create model request (#1603)
* add create model request
2022-07-29 12:04:16 -07:00
Jordan Hays
8eedac2b82 fixing .gitattributes to ignore line ending changes between working directories and source repo. (#1607) 2022-07-28 10:35:26 -07:00
Alan Ren
bfa40e86e4 handle null ref exceptions in managed parser (#1606)
* handle null ref exceptions

* add comment
2022-07-27 18:35:54 -07:00
Cory Rivera
46e3c5270e Use reserved namespace for dotnet tool projects. (#1604) 2022-07-27 14:55:01 -07:00
Kim Santiago
3316c0f9c2 update DacFx version to get schema compare fix (#1599) 2022-07-22 18:47:42 -07:00
Alan Ren
08c74be51f make the message processing truely async (#1596) 2022-07-21 16:58:03 -07:00
Hai Cao
fc2d1300fd A few table designer fixes (#1581)
* enable index rename

* use SystemName to fix constraint name validator
2022-07-21 16:25:35 -07:00
Cory Rivera
887b23e9a1 Add better package names for dotnet tool projects (#1595) 2022-07-21 13:06:22 -07:00
Vladimir Chernov
2ae0d99900 SqlAssessment update to 1.1.9 (#1593)
* Sql Assessment version update to 1.1.9

* Unit test fix

* integration test fix
2022-07-19 15:19:39 -07:00
Charles Gagnon
693bb0480a TreeNodeGenerator -> SmoTreeNodes (#1579)
* TreeNodeGenerator -> SmoTreeNodes

* space
2022-07-19 12:46:21 -07:00
Charles Gagnon
779339723f Revert "Sql Assessment version update to 1.1.9 (#1584)" (#1592)
This reverts commit 23531f8421.
2022-07-19 11:24:38 -07:00
Charles Gagnon
70f7b16129 Test cleanup (#1588)
* Test cleanup

* fix compile

* Fix tests
2022-07-19 09:59:28 -07:00
Charles Gagnon
702682b25b Fix packages validation comment workflow permissions (#1590) 2022-07-19 09:20:03 -07:00
Vladimir Chernov
23531f8421 Sql Assessment version update to 1.1.9 (#1584) 2022-07-19 08:56:21 -07:00
Cory Rivera
6ab19746c2 Add separate version numbers for dotnet tool projects. (#1589) 2022-07-18 17:10:11 -07:00
Charles Gagnon
15689b3c7c Add 2019 and 2022 to SqlServerType enum (#1583)
* Add 2019 and 2022 to SqlServerType enum

* Add note

* Add tests

* Fix template generation
2022-07-18 16:35:17 -07:00
Alan Ren
591d308205 new dacfx version (#1587)
* pre-load database model

* revert pre-loading
2022-07-18 16:34:25 -07:00
Charles Gagnon
82118f6431 Add code coverage reporting (#1585)
* Add code coverage

* fix and add publishTestResults

* Use PublishTestResults

* Add coverlet.msbuild

* Generate report

* Update coverage report location

* Add one more
2022-07-18 15:31:47 -07:00
Alan Ren
d636065b85 vbump STS (#1586) 2022-07-18 14:17:14 -07:00
Cory Rivera
8f9e3fe999 Add build task to create dotnet tools for SQL Tools and Kusto services. (#1582) 2022-07-18 12:49:21 -07:00
Alex Ma
1bcb0c211e [Loc] small update to xlfs (#1580) 2022-07-14 17:14:00 -07:00
Alex Hsu
7ba0d9064a LEGO: Merge pull request 1577
LEGO: Merge pull request 1577
2022-07-14 08:34:31 -07:00
Alex Ma
6c7738186c [Loc] update to sr resx (#1576) 2022-07-13 16:37:53 -07:00
Alex Hsu
89da7a8aa5 LEGO: Merge pull request 1575
LEGO: Merge pull request 1575
2022-07-13 08:36:08 -07:00
Cory Rivera
c3b5831c89 Add dotnet tool build steps to SQL Tools & Kusto csproj files. (#1573) 2022-07-12 16:18:11 -07:00