* 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>
* 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>
* Add github source link
* more
* Move to common
* fix multiple dep copy
* Fix doc comment
* cleanup props
* Use GlobalPackageReference
* Set CI build property on pipelines
* Add comment
* Send deploymentOptions to DacFx to save in the publish profile xml file
* Update Packages.prop with latest DacFx nuget version.
* Update Dacfx version after merge from main.
* Address comments
* Update method name
* Save file structure in scmp files
* Update DacFx version and add test
* Address comments
* Fix test
* try to fix tests
---------
Co-authored-by: Kim Santiago <kisantia@microsoft.com>
* fixing up some nullable spots
* Adding database literal support
* Adding tests and support for same database refs
* Fixing test
* merge laggard
* Split database reference tests up
* PR feedback
* Normalizing strings for cross-plat test passing
* Updating Projects nuget package
* Fixing up test
* 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.
Adding certificate migration for encrypted databases.
Uses notifications to send events back to the client every time each database certificate is migrated.