* 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
* Create new endpoint consolidating previous 2
* Clarify comment
* Removes two separate endpoints to get and generate
* Rename classes for get context request
* Update src/Microsoft.SqlTools.ServiceLayer/Metadata/MetadataService.cs
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
* Update src/Microsoft.SqlTools.ServiceLayer/Metadata/MetadataService.cs
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
* Code review changes
* Throw exception and localize ex messages
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
* Checkpoint
* Checkpoint
* Checkpoint
* checkpoint
* Hooking in calls to QueryExecutionService
* adding cases
* Fleshing out report handlers
* Adding parameter converters
* Adding sqlparam declarations for Top Resource Consumers and Forced Plans
* swapping to object-object to centralize conversion for sqlparams
* Adding sqlparams for GetTrackedQueries
* Added sqlparams for High Variation
* Added Overall ResourceConumption
* Adding params for regressed queries
* Removing WithWaitStats calls, since they're automatically used within QSM when waitstats is an available statistic#
* Adding PlanSummary handlers
* cleaning up orderable queries
* initial test mockout
* adding basic (incorrect) parameter translation
* first test passing, datetimeoffset swapped to ISO format
* Adding test baselines
* Updating nuget package
* Adding get/set
* Adding get/set for result object
* Switching to parameter-less constructor
* Swapping TimeInterval for string-based BasicTimeInterval
* Removing unnecessary usings
* Adding back params comments
* Fixing up request docstrings
* comment tweak
* fix tests failing in pipeline because of line endings not matching
* removing unnecessary usings
* Setting tests to generate queries in UTC for test stability
* Normalizing line endings
---------
Co-authored-by: Kim Santiago <kisantia@microsoft.com>