Граф коммитов

9674 Коммитов

Автор SHA1 Сообщение Дата
Aasim Khan 14b60d6618 comma 2023-07-17 14:44:33 -07:00
Aasim Khan 56d32a7302 lol 2023-07-17 14:43:43 -07:00
Aasim Khan 953ea05802
Fixing unsupported providers behavior on Async Server Tree (#23758)
* Throwing error so that connection loading fails.

* Fixing stuff

* Fixing tests
2023-07-11 22:59:00 -07:00
dependabot[bot] c3ef0f91cb
Bump semver from 5.7.1 to 5.7.2 in /extensions/schema-compare (#23785)
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-11 16:10:24 -10:00
Alex Ma d428ebe54f
[Loc] small update for sql XLF for 7-11 2023 (#23787) 2023-07-11 17:53:35 -07:00
dependabot[bot] 7103aaae09
Bump semver from 5.7.1 to 5.7.2 in /extensions/mssql (#23756)
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-11 17:25:02 -07:00
dependabot[bot] b2cfdd0bcb
Bump semver from 5.7.1 to 5.7.2 in /extensions/azurecore (#23755)
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-11 17:24:19 -07:00
Aasim Khan 8fa62fe519
Adding null checks in disconnecting connections from async tree (#23636)
* Adding null checks in disconnecting connections

* Fixing stuff

* Update src/sql/workbench/contrib/objectExplorer/browser/serverTreeView.ts

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

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-11 17:00:18 -07:00
dependabot[bot] 4959bce50b
Bump semver from 5.7.1 to 5.7.2 in /extensions/sql-bindings (#23763)
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-11 15:54:34 -07:00
Cheena Malhotra ddb5a13b45
Enable connection pooling by default (targeting Sept release) (#23777) 2023-07-11 15:25:23 -07:00
Lewis Sanchez 952bab7542
Fix flaky ADS unit tests by using DOM rendering (#23770)
* Makes use of xvfb to run unit tests

* Restore test script as before, but with xvfb

* Use same command that worked in CLI

* Add --build CLI arg

* Add coverage arg

* Revert change to core unit test script

* Reset core unit tests script in linux pipeline

* Revert "Skip flaky vscode test suites (#23535)"

This reverts commit 882bdb3aab.

* Revert "Disable failing vscode test suite (#23539)"

This reverts commit 562a0ce595.

* Revert "Disable vscode remote configuration suite (#23545)"

This reverts commit 40fa1cebd8.

* Revert "Disable editor resolver service test suite (#23550)"

This reverts commit cd68dca844.

* Revert "Disable upstream extension enablement suite (#23557)"

This reverts commit faf3c6976e.

* Revert "Skip a few more suites impacted by xterm issue (#23589)"

This reverts commit 1662cedf17.

# Conflicts:
#	src/vs/workbench/contrib/experiments/test/electron-sandbox/experimentService.test.ts

* Use DOM Renderer for tests

* Remove extra whitespace

* Update comment
2023-07-11 11:50:13 -07:00
Sakshi Sharma 94c1e298df
Update vscode version for Profiler extension (#23767)
* Update vscode version for Profiler extension

* Include all versions (*)
2023-07-11 11:42:39 -07:00
Barbara Valdez 03acee1d12
Create new context menu item for Database (#23771) 2023-07-11 11:28:04 -07:00
Barbara Valdez bfb8536aa6
Fix error when trying to update server or database properties (#23695) 2023-07-11 11:07:09 -07:00
Cheena Malhotra ba483815b2
Fix connection URI default value comparisons (#23705) 2023-07-11 10:44:59 -07:00
Barbara Valdez 017fcf14b0
Fix issues found in the bug bash (#23741)
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-11 10:15:41 -07:00
Cory Rivera af0e2baa7e
Limit Detach Database and Database/Server Properties to insiders and dev builds. (#23750) 2023-07-11 09:48:36 -07:00
dependabot[bot] 0917ea3ffe
Bump semver from 5.7.1 to 5.7.2 in /extensions/admin-tool-ext-win (#23754)
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-10 22:25:03 -07:00
Christopher Suh 95599ae39b
fix dropdown behavior (#23708) 2023-07-10 14:59:21 -07:00
Alex Ma 46c43e3567
[Loc] added translated getting started to langpack (#23744) 2023-07-10 14:46:49 -07:00
Kim Santiago e6b4d2e634
cleanup uneccessary awaits in query store extension (#23701) 2023-07-10 11:15:21 -10:00
Sakshi Sharma 1bfeae6ee6
Vbump profiler extension (#23732)
* Vbump profiler extension

* Update min azdata version to be the current version for openXEL to work
2023-07-10 12:03:10 -07:00
erpett f51586315b
updating post release branch split (#23728) 2023-07-10 11:12:57 -07:00
CSIGS@microsoft.com 64dda317fd
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230709153719563. (#23711)
Co-authored-by: Alex Ma <alma1@microsoft.com>
2023-07-10 09:41:54 -07:00
CSIGS@microsoft.com 9d77ec1356
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230708154147687. (#23706) 2023-07-10 09:39:57 -07:00
dependabot[bot] d555c8d5cc
Bump tough-cookie from 4.1.2 to 4.1.3 in /extensions/notebook-renderers (#23703)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  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-09 11:13:22 -07:00
dependabot[bot] 0a9e7674e4
Bump tough-cookie from 4.0.0 to 4.1.3 in /extensions/integration-tests (#23702)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  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-09 11:13:06 -07:00
Sakshi Sharma 2fd2b79611
ADS changes for opening XEL files (#23666)
* Initial set of changes for opening XEL files in ADS

* Code cleanup and update STS version

* Fix runtime errors

* Address comments

* Address comments and update Start button to be disabled for file session

* Code cleanup
2023-07-09 10:22:12 -07:00
Cheena Malhotra 3f19d0026e
Change dialog style for Device code flow dialog (#23417) 2023-07-07 22:28:50 -07:00
Alex Ma 41401cf671
[Loc] update to langpack source files (new format), and fix for vscode filter (#23698)
* [Loc] update to langpack source files (new format), and fix for vscode filter

* added markdown

* added in yarn lock
2023-07-07 18:26:43 -07:00
Cory Rivera 92249aedda
Exclude system databases for Delete, Detach, and New object management commands (#23696) 2023-07-07 18:12:12 -07:00
Barbara Valdez 9e3f117c4a
include latest changes in sts (#23699) 2023-07-07 15:54:58 -07:00
Charles Gagnon e1605fac0d
Fix extension sourcemaps (#23700) 2023-07-07 15:20:16 -07:00
Chris LaFreniere edba697c3f
Add syntaxes folder to markdown-math (#23692) 2023-07-07 14:00:08 -07:00
Chris LaFreniere 1fca6876e6
Don't set buttonoption for link/image md nb (#23694) 2023-07-07 13:14:10 -07:00
Barbara Valdez a52f86bc48
Add memory inputs validation (#23685)
* memory validation

* Update extensions/mssql/src/objectManagement/localizedConstants.ts

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

* Update extensions/mssql/src/objectManagement/localizedConstants.ts

Co-authored-by: Cory Rivera <corivera@microsoft.com>

* rename property to match sts

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
Co-authored-by: Cory Rivera <corivera@microsoft.com>
2023-07-07 12:36:55 -07:00
Barbara Valdez 8048cab162
enable properties dialog (#23691) 2023-07-07 11:41:28 -07:00
Cheena Malhotra 3a7ce6ac24
Support enabling connection pooling (on demand) + additional telemetry (#23664) 2023-07-07 11:31:10 -07:00
Charles Gagnon cb32513f9e
Update dataprotocolclient to 1.3.6 (#23690) 2023-07-07 11:08:11 -07:00
Alex Ma 344b3bdf97
Fix for notebook-renderers not being included in langpack generation and revert preinstall change (#23689)
* Fix for notebook-renderers not being included in langpack generation

* revert change to preinstall
2023-07-07 10:51:03 -07:00
Cory Rivera f4688f447c
Add New Object context menu entries on the objects themselves in OE (#23676) 2023-07-07 10:45:39 -07:00
Barbara Valdez a6cba3b318
Update STS (#23682)
* vbump sts

* update version to latest build
2023-07-07 09:57:51 -07:00
Alex Ma d685205b2a
Added change to locFunc and preinstall (#23680)
* Added change to locFunc and preinstall

* added correct spacing and locations

* Fixed locFunc
2023-07-07 09:28:45 -07:00
CSIGS@microsoft.com beed27ee6d
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230707153920135. (#23686) 2023-07-07 09:27:56 -07:00
Sai Avishkar Sreerama acfa93fbb8
Enabling options tab for database properties (#23448)
* Initial commit for adding a basic general tab for the database properties

* Refactoring for dialog inputs

* removed properties nodeType and using database node and additional cleanup, diabling the functionality.

* Changes according to STS data fetch

* Reuse database Dialog

* Undo contract file change

* more refactoring

* fetched scrollbar fix into this PR

* Tabbed panel is being used for horizontal tabs

* stying fix for general tab button

* final commit for today :)

* Updates according to STS changes

* missed updates

* Refactored updates

* moved options as discussed and added collapsible sections... need to fix scroll bar

* Fixing the horizontal scroll bar of tabbedpanel

* initial updates

* need to fix the error!

* rror fixed and options are loading with sample values

* need to load real values for all felds and map values to dropdown options

* Dd loading correctly, need to add validation to recovery field and save options back

* refactor

* removing nullable property

* All changes done except recoveryTime validation

* Refactoring

* all values are saving as expected, isDirty flag is fixed. Todo: recovery validation and tests

* added general section for the options tab

* modifying pageVerify and userAccess to string array

* updates to general section of options tb

* disabling couple of general properties for MI

* Adding server edition conditions and toggling the UI options

* adding numeric validation to the recovey time

* Removing serveInfo logic and using the unsupported options approach from STS

* addressing comments and little code refactor

* changes with nullOrUndefined helper method

* replacing dropdowns with checkboxes

* adding unit test for helper method

* removed commented sample code and added comments
2023-07-06 18:22:20 -05:00
Alan Ren 1bc22d896b
fix button text issue in welcome page (#23679)
* fix button color

* remove imports
2023-07-06 16:14:28 -07:00
Chris LaFreniere 6125708b25
Reenabling book trust manager tests (#23594)
* Reenabling book trust manager tests

* Also fix trustbook test
2023-07-06 15:47:16 -07:00
Alan Ren 718bc0d737
restore default theme (#23672) 2023-07-06 13:49:14 -07:00
Barbara Valdez 32356cabc5
Server properties fixes (#23667)
* server properties fixes
2023-07-06 12:58:01 -07:00
dependabot[bot] 3b3ef7bf6c
Bump actions/setup-node from 2 to 3 (#23619)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-06 08:50:41 -07:00