* 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
* Add contract to get all metadata request
* Add new metadata service request endpoint
* Adds factory to make database server scripts
* Minor clean up
* Corrects filename typo
* Cleans up SmoScripterFactory
* Stubs out metadata cacher
* Method clean up
* Add writing and reading to script cache
* Cleans up request endpoint flow
* Add missing edge case when cache isn't empty
* Remove unused code
* Remove unneeded null check
* Read to end of stream
* Passes correct parameter to write cache
* Adds integration test to get all scripts
* Renames new request endpoint
* Rename request class to AllServerMetadataRequest
* Renames server metadata request endpoints
* Refresh cache and adjusts return obj type
* Clean up
* Assert table script generation
* Minor cache refresh adjustment
* Ensure test create table script is accurate
* Code review changes
* Additional code review changes
* Swap logger write for logger warning
* Renames generate request endpoint methods
* Remove unused using statement
* Remove unnecessary create table check
* Check if previous script file is valid for reuse
* Pascal case for method name
* Code review changes
* Fix PR issues
* Update doc comment
* Fixes tests after code review changes
* Fix failing int. test due to 30 day temp file expiry
* Generalize type names and update request endpoint
* Updates doc comment.
* Remove 'database' from type and method names
* Code review changes
* Code review changes
* Issues with background thread.
* Remove thread sleep for test reliability
* Remove reflection from int. tests
* 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>
* sending dsc values to ADS
* modifying dsc method with unsupportable property IsValuedefault
* getting the options and added a bool flag to maintian checkbox for secondary to save
* sending data to ads
* Ready for PR with minimal changes of loading UI as expected, TODO:saving logic
* Excluding maxdop and resumable options from primary value conversion for 1/0's
* Adding Id to the info, as we cannot depend on names, as names can be altered in future
* saving successfully, todo-diff servers, script (secondary - primary compare and dont update),test, send null for unsupported
* adding nullable dsc for unsupported servers
* fixing script generation for some properties that are not touched. the generated script is unharmed but unnecessary here
* adding test conditions for database scoped configurations
* adding switch case method to get the values
* Removing Loc string for the TSQL options
* removing unnecessary using statement
* Adding test case and fixing createDatabase issue
* Update src/Microsoft.SqlTools.ServiceLayer/Admin/Database/DatabasePrototype130.cs
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
* comment update
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
* Also fixed connections not being properly closed in Detach operations
* Fixed errors being thrown in InitializeObjectView because certain db property fields are not supported against Azure
* Sending values to ADS, including the arrays, need refactor and tests
* adjusting dd options as per ssms
* sending back the updated options properties to smo
* saving changes
* pulling correct database name changes
* Refactoring
* saving is working fine
* Added genral tab section options for the option tab
* modifying userAccess and pageVerify props types
* fix for database name being master for always for existing database
* Managed Instance save error fixed
* added new assertions to the test case
* server engine edition conditions handling from ADS side
* Adding unsupported options approach to the properties, so that these nullable options can be excluded from UI
* modifying the props name
* modified empty string to null
* Test case update
* Adding startswith and like filter
* Adding ends with
* Adding tests
* Remove null and not null
* Fixing string
* Update test/Microsoft.SqlTools.ServiceLayer.UnitTests/ObjectExplorer/NodeFilterTests.cs
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
* Update test/Microsoft.SqlTools.ServiceLayer.UnitTests/ObjectExplorer/NodeFilterTests.cs
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
* Adding back contains, starts with and ends with
* Properly escaping chars for like based filters
* Adding some comments regarding escape characters
* Using generated regex
* removing additional class
* Adding extra auth type that was causing the tests to error out
* Fixing regex
* Adding integration tests
* Fixing unit tests
* Making fluent assertions
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
* Open XEL file changes
* placeholders for openxel
* add observable xe reader
* md format tweaks
* implement localfile as a new session type
* add ErrorMessage to session stopped notice
* fix flaky test
* handle already running session
* fix stopped session event send on file completion
* fix flaky unit test
* Update XElite and dependent versions
* Fix errors after merge and remove failing tests for now
* Fix main merge mess-up.
Address comments.
Add one more relevant test.
* Remove extra namespace.
* Remove unnecessary import
* Fix build error
* Address comments.
* Remove disabiling JSON002 compiler warning
* Address comments and update json handling
* Fix build error
* Fix integration test (emerged due to Main merge mess up)
* Clean up code (no functional changes)
---------
Co-authored-by: Karl Burtram <karlb@microsoft.com>
Co-authored-by: shueybubbles <david.shiflet@microsoft.com>
* initial commit with all required db handler and props, also getting the data from ADS
* database properties view updated
* Delete Microsoft.SqlTools.ServiceLayer.sln
This file should be ignored
* Removed unwanted file
* Using DatabaseHandler for properties as one handler per object
* removed unused and unnecessary changes
* minimal updates
* moving type conversion to UI side, properties with original types.
* conversion number fixed
* Adding Localized strings
* using existing objectUrn logic to get the smo object
* Adding Integration tests for database properties verification
* refactoring
* updating test
* Added all non null properties to URI generator
* Added all options to URI for session
* added documentation comments
* added generated nodeTypes file
* added updated uri to connection store
* Added debug message for integrated test failure
* Revert "Added debug message for integrated test failure"
This reverts commit 026c53d1ed3fb16b0f37b7b6e0775402a2ef9281.
* added advanced options to table designer table
* removed connectionName from uri generation
* Revert "removed connectionName from uri generation"
This reverts commit 88eedbbc593a0279872edc6d4cbd1b7ca3d72ad0.
* added connectionname to connection details
* added connection name to near front of key