Lewis Sanchez
0e17a05985
Revert "Fix flaky ADS unit tests by using DOM rendering ( #23770 )" ( #23904 )
...
This reverts commit 952bab7542
.
2023-07-17 14:52:03 -07:00
Steven Marturano
8161ad9c2f
Added info box to help user navigate the wizard ( #23868 )
...
* Added info box to help user navigate the wizard
* Addressed PR feedback
2023-07-17 15:38:02 -04:00
Sakshi Sharma
a9a9abd5c1
Add unit test framework for QDS Extension ( #23776 )
...
* Query store unit test infra setup
* Update yarn.lock file
* Update tests for utils.ts
* Move test utilities interfaces and functions to its own file
2023-07-17 11:33:05 -07:00
Charles Gagnon
a81181108d
More file moves for layering fixes ( #23893 )
2023-07-15 14:26:15 -07:00
dependabot[bot]
49d463b106
Bump semver from 5.7.1 to 5.7.2 in /samples/sqlservices ( #23794 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 12:08:16 -07:00
dependabot[bot]
db3d069290
Bump semver from 5.7.1 to 5.7.2 in /test/smoke ( #23788 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 11:42:25 -07:00
dependabot[bot]
4adc8b8868
Bump semver from 5.7.1 to 5.7.2 in /test/automation ( #23846 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 11:30:10 -07:00
dependabot[bot]
78cc1a79b9
Bump semver from 5.7.1 to 5.7.2 in /samples/extensionSamples ( #23847 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 11:30:01 -07:00
Charles Gagnon
4cc916314b
Move some test files ( #23892 )
2023-07-15 11:10:43 -07:00
Cheena Malhotra
62f123af67
Fix serverInfo undefined due to wrong connection URI set on connection. ( #23884 )
2023-07-14 18:33:24 -07:00
Charles Gagnon
6c37ba6c21
Better fix for file browser race condition ( #23879 )
2023-07-14 12:34:48 -07:00
CSIGS@microsoft.com
f43ba7b20d
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230714154102378. ( #23877 )
2023-07-14 11:52:47 -07:00
brian-harris
3050c57df3
fix migration summary details page for sqldb ( #23858 )
2023-07-14 10:16:39 -07:00
Barbara Valdez
6e84766cec
Add basic validation to database names ( #23842 )
...
Co-authored-by: Cory Rivera <corivera@microsoft.com>
Co-authored-by: Cory Rivera <corivera@microsoft.com>
2023-07-14 10:11:52 -07:00
Cheena Malhotra
6e29e50001
Clean encryption keys with cache clear command ( #23875 )
2023-07-14 09:29:11 -07:00
Sakshi Sharma
7bc05e507d
Add limit on the file size that can be opened with Open XEL feature ( #23841 )
...
* Add limit on the file size that can be opened with Open XEL feature
* Add limit on the file size that can be opened and post a notification for large files
* Update wording
* Use FileService interface instead of fs to fix layering rules
2023-07-13 20:32:55 -07:00
Lucy Zhang
9c43a373f8
fix dropdown alignment ( #23870 )
2023-07-13 17:56:45 -07:00
Charles Gagnon
4ba2c6c5af
Fix file browser opening race condition ( #23867 )
2023-07-13 15:35:07 -07:00
Kim Santiago
221408c7a3
Fix error when opening create project from db dialog without connection ( #23864 )
...
* Fix error when opening create project from db dialog without connection
* Update extensions/sql-database-projects/src/dialogs/createProjectFromDatabaseDialog.ts
Co-authored-by: Benjin Dubishar <benjin.dubishar@gmail.com>
---------
Co-authored-by: Benjin Dubishar <benjin.dubishar@gmail.com>
2023-07-13 11:56:29 -10:00
dependabot[bot]
0430ad95e3
Bump semver from 5.7.1 to 5.7.2 in /samples/sp_whoIsActive ( #23855 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-13 11:28:55 -07:00
CSIGS@microsoft.com
e5d5bde5db
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230713153841427. ( #23857 )
2023-07-13 09:34:56 -07:00
Aasim Khan
99bf9f20e6
Setting right options of command based new connections ( #23849 )
2023-07-12 23:58:45 -07:00
Maddy
4d6b657e5d
update ITreeElement with ICompressedTreeElement ( #23839 )
2023-07-12 23:34:52 -07:00
Aasim Khan
5452c7f3ab
Fixing chartjs ( #23831 )
2023-07-12 22:52:23 -07:00
brian-harris
f7095f593b
SQL-Migration: fix get subscriptions failure, that prevents valid subscriptions from loading. ( #23848 )
...
* instrument subscription get calls
* remove console logging and vbump 1.4.9
2023-07-12 21:45:36 -07:00
Charles Gagnon
d294c81588
Fix dialog buttons ( #23843 )
...
* Fix dialog buttons
* comments
* Remove debug
2023-07-12 20:53:59 -07:00
Alexander Perfilyev
8b4b84e5c0
Parameter renaming and number of calls reduce ( #23760 )
...
Co-authored-by: Alexander Perfilyev <aperfilyev@microsoft.com>
2023-07-12 15:28:23 -07:00
Charles Gagnon
8bdc7d0346
Update telemetry opt out URL ( #23835 )
2023-07-12 15:23:54 -07:00
Sai Avishkar Sreerama
207b1daf9f
Making IsLedger Property to Read-only ( #23804 )
...
* Making IsLedger Property to Read-only
* refactor
* Update extensions/mssql/src/objectManagement/ui/databaseDialog.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-12 16:13:38 -05:00
Cory Rivera
d23cb8e90f
Bump SQL Tools version to 4.9.0.3 ( #23813 )
2023-07-12 13:08:23 -07:00
Steven Marturano
b595115c8a
Smartura/sql migrate tde improvements ( #23631 )
...
* Automatically migrate certs on last page of wizard
* Updated TDE configuration dialog wording
* Added ConfigDialogSetting to track user selection
* Added numberOfDbsWithTde telemetry prop
* Migrate certs button moved back to target page
* Enable next button on cert migration success
* Reset TDE migration result if target changes
* Addressed PR feedback
* Added TDE navigation validator
* Fixed typo
2023-07-12 12:32:28 -07:00
dependabot[bot]
8d1a7265ee
Bump semver from 5.7.1 to 5.7.2 in /build/actions ( #23817 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:54:10 -07:00
dependabot[bot]
72f7ae9c06
Bump semver from 5.7.1 to 5.7.2 in /build ( #23816 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:52:00 -07:00
dependabot[bot]
bf39096964
Bump semver from 5.7.1 to 5.7.2 in /extensions/azuremonitor ( #23814 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:49:24 -07:00
dependabot[bot]
1752ab1772
Bump semver from 5.7.1 to 5.7.2 in /extensions/cms ( #23812 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:49:07 -07:00
dependabot[bot]
22df27bc9b
Bump semver from 5.7.1 to 5.7.2 in /extensions/dacpac ( #23811 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:45:46 -07:00
dependabot[bot]
3f6580197c
Bump semver from 5.7.1 to 5.7.2 in /extensions/data-workspace ( #23810 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:44:49 -07:00
dependabot[bot]
71db0b8214
Bump semver from 5.7.1 to 5.7.2 in /extensions/datavirtualization ( #23809 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:44:29 -07:00
dependabot[bot]
7b82ed2608
Bump semver from 5.7.1 to 5.7.2 in /extensions/git ( #23807 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:43:56 -07:00
dependabot[bot]
5bd72a2725
Bump semver from 5.7.1 to 5.7.2 in /extensions/github-authentication ( #23808 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:43:34 -07:00
dependabot[bot]
9bf759a6c6
Bump semver from 5.7.1 to 5.7.2 in /extensions/import ( #23805 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:36:18 -07:00
dependabot[bot]
e10c59dbe2
Bump semver from 5.7.1 to 5.7.2 in /extensions/json-language-features ( #23801 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:35:44 -07:00
dependabot[bot]
22097c5aa8
Bump semver from 5.7.0 to 5.7.2 in /extensions/kusto ( #23802 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.0 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.0...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:35:20 -07:00
dependabot[bot]
d4c0cc7006
Bump semver from 5.7.1 to 5.7.2 in /extensions/machine-learning ( #23800 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:32:47 -07:00
dependabot[bot]
7217ae8d4c
Bump semver in /extensions/markdown-language-features ( #23799 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:43:43 -07:00
dependabot[bot]
0dbf62075a
Bump semver from 5.7.1 to 5.7.2 in /extensions/media-preview ( #23797 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:43:22 -07:00
dependabot[bot]
0f7ae5bb32
Bump semver from 5.7.1 to 5.7.2 in /extensions/merge-conflict ( #23798 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:42:54 -07:00
dependabot[bot]
40e8325294
Bump semver from 5.7.1 to 5.7.2 in /extensions/arc ( #23757 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:42:16 -07:00
dependabot[bot]
11dca8fbbc
Bump semver from 5.6.0 to 5.7.2 in /extensions/notebook ( #23752 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.6.0 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.6.0...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:41:42 -07:00
dependabot[bot]
dd36356a6d
Bump semver from 5.7.1 to 5.7.2 in /extensions/microsoft-authentication ( #23796 )
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:32:05 -07:00