Commit Graph

15 Commits

Author SHA1 Message Date
Cheena Malhotra
1b886c4380 Azure Active Directory (Azure AD) is becoming Microsoft Entra ID (#2237) 2023-09-12 13:40:35 -07:00
Aasim Khan
e8c91c346d Fixing script params (#2226) 2023-09-11 11:39:24 -07:00
Sai Avishkar Sreerama
6873b42a6b queryStore WaitStatistics options should be a dropdown #24372 (#2228) 2023-09-11 12:56:31 -05:00
Sai Avishkar Sreerama
a053457ba1 Enable QueryStore tab to the database properties (#2200)
* initial commit

* adding prototypefile and server conditions

* Saving query store options completed, todo:tests

* adding LOC stings  according to the LOC version of the ms doc

* removing common constants

* merge conflict fix

* fixing null reference exception

* Adjusting the null reference exception property value in prototype.cs

* removing unused directive

* test fix that checks wrong value

* Purge query store data changes

* adding comment and uncommented the line
2023-09-07 16:35:44 -05:00
Aasim Khan
4dbd1b05a4 Adding ability to do stateless OE expansions from a parent node other than root (#2211) 2023-09-06 22:25:02 +00:00
Alex Ma
1f045ba669 [Loc] update to SqlTools service layer and sqlcore for 8-29-23 (#2198) 2023-08-29 11:04:41 -07:00
CSIGS@microsoft.com
41ae066b46 LEGO: Merge pull request 2196
LEGO: Merge pull request 2196
2023-08-29 08:36:56 -07:00
Aasim Khan
766f68551e Removing script as feature from service layer to sqlcore (#2189) 2023-08-28 04:28:25 +00:00
Aasim Khan
1cd852c061 Adding project references in Sql core nuget package (#2192)
* Adding nuspec

* fixing nuspec

* building hosting

* temp

* Reordering step

* fixing pack destination

* Fixing csproj

* Fixing build

* Fixing path
2023-08-27 11:50:02 -07:00
Aasim Khan
c7d75fa535 Publishing SQL Core library in nuget (#2173)
* Set up CI with Azure Pipelines

[skip ci]

* Update publishSqlCoreProject.yml for Azure Pipelines

* Update publishSqlCoreProject.yml for Azure Pipelines

* Update publishSqlCoreProject.yml for Azure Pipelines

* Update publishSqlCoreProject.yml for Azure Pipelines

* Update publishSqlCoreProject.yml for Azure Pipelines

* Updating json rpc target framework

* Fixing packages to pack

* fixing pattern

* Fixing project pattern

* adding versioning schema

* fixing versioning scheme

* fixing nuget package name

* adding name

* removing var

* Fixing stuff

* Fixing stuff

* Fixing stuff

* Fixing build name

* removing build name

* fixing name

* fixing stuff

* fix pattern

* Fixing stuff

* Fixing feed

* Fix stuff

* Fixing feed

* fixing proj name

* Fixing stuff

* Fixing netframework version

* Fixing target framework

* Adding target framework to dependency

* Fixing frameworks

* adding net7.0

* adding flag

* Fixing target frameworks and making code compatible with lang version

* fixed flag

* Fixing assembly name

* Adding hosting in nuget package

* Fixing tests

* Moving steps to its main pipeline

* only releasing when release is true

* Fixing build scripts

* Adding version to csproj for packaging

* adding version

* Fix dirs

* Adding version number to right prop group

* Adding necessary dis

* Fixing build number

* fixing datatype

* Using different var

* Removing unused yml

* Adding back nullables to hosting

* Adding back more nullables

* adding back more nullables

* moving some props to dir level

* Fixing tests

* Removing dup properties

* Supporting different target frameworks in hosting

* Removing additional setting in csproj

* signing sql core dll in publish

* Fixing version setting

* Adding to build

* Added signing and packaging flag

* Fixing file pattern
2023-08-22 23:15:20 -07:00
Alex Ma
e42c58a430 [Loc] update to xlf and resx for 8-21-2023 (#2179) 2023-08-21 10:42:23 -07:00
CSIGS@microsoft.com
b27e0d7158 LEGO: Merge pull request 2177
LEGO: Merge pull request 2177
2023-08-19 08:37:06 -07:00
Alex Ma
dee29a3a08 [Loc] update to xlf resources for 8-17-2023 (#2174) 2023-08-17 13:33:21 -07:00
CSIGS@microsoft.com
332df9042d LEGO: Merge pull request 2172
LEGO: Merge pull request 2172
2023-08-17 08:13:56 -07:00
Aasim Khan
73c2a75fba Creating a new Sql Core project that stores OE classes. (#2165)
* init

* More fixes

* moving filters from contracts to core OE classes

* Fixing some tests

* More fixes and added doc comments

* Fixing tests

* Quick refactoring

* more cleanups

* cleanup

* Adding stateless OE

* Adding null checks

* Making group by schema independent of settings

* Fixing tests

* Removing node info from core oe code

* Fixing tests and moving OE code to its own project

* moving oe to own project

* Removing changes to Kusto

* Removing azure access token from service layer

* Fixing project description and title

* Fixing file name typo

* Removing unused  strings from service layer

* Fixing localized strings in tests
Adding comments to stateless OE

* Fixing stuff

* Update src/Microsoft.SqlTools.SqlCore/Microsoft.SqlTools.SqlCore.csproj

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Fixing project nesting

* Fixing more stuff and removing OE class

* Cleanup

* Code cleanup

* fixing oe service provider

* Fixing test name

* Remove using

* Update src/Microsoft.SqlTools.SqlCore/ObjectExplorer/SmoModel/SmoQueryContext.cs

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Fixing syntax error

* Adding project to locproject

* Fixing stuff

* Fixing errors

* sorting usings

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-08-16 22:11:35 -07:00