Commit Graph

9759 Commits

Author SHA1 Message Date
Cory Rivera
cc778ad69f Use faster, editable dropdown for Collations in database dialogs (#23974)
* Also fixed an issue where a manually edited text field doesn't get updated when selecting the same dropdown value from before the manual edit.
---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-26 10:04:29 -07:00
CSIGS@microsoft.com
5f1801d6d4 Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230726153717816. (#23985) 2023-07-26 09:33:34 -07:00
Ali
321117014d Fix broken link in notebook README.md (#23980)
replace the old jupyter notebook link with a new working link
2023-07-25 09:51:15 -07:00
CSIGS@microsoft.com
e13b7c1813 Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230724153857510. (#23973)
Co-authored-by: Alex Ma <alma1@microsoft.com>
2023-07-24 09:40:00 -07:00
CSIGS@microsoft.com
935bd61b27 Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230723153919791. (#23971) 2023-07-24 09:34:07 -07:00
Alex Ma
29d1665813 [Loc] update to sql xlf for 7-21-2023 (#23969) 2023-07-21 16:43:46 -07:00
Charles Gagnon
a182b852b1 Temporary fix for Data Explorer context menus (#23957)
* Temporary fix for Data Explorer context menus

* Fix scripting actions

* better fix

* remove unused
2023-07-21 16:23:10 -07:00
Christopher Suh
f5bed289af Expand account picker support to multiple providers (#23952)
* fix dropdown behavior

* expand account picker support to multiple providers

* fix tests

* fixed unresolved promise issue
2023-07-21 08:43:18 -07:00
Drew Skwiers-Koballa
9a891605c8 updating eula for import to non-preview (#23951) 2023-07-20 15:40:58 -07:00
Cheena Malhotra
8c895cb71d Fix context menu in treeViews (#23948) 2023-07-20 13:50:44 -07:00
Christopher Suh
91359a32c9 Remove ADAL Code (#23360)
* initial commit, removed all adal code

* remove all authLibrary references in extension/azurecore

* removed authLibrary references from src/sql

* remove MSAL/ADAL setting option

* wip fixing tests and removing Msal from method names

* fixed tests

* create accountInfo mock

* fix tests

* fix clientApplication mock

* remove clientapplication

* fix compile

* add typing

* wip

* wip

* wip

* fix tree provider

* remove SimpleTokenCache, FileDatabase & tests

* remove remaining adal / authentication library references:

* remove comma from package.nls.json

* fix error fetching subscriptions

* fix tests

* remove getAzureAuthenticationLibraryConfig

* remove adal check

* fix build

* remove test

* undo remove customProviderSettings

* fix bracket
2023-07-20 10:37:38 -07:00
Christopher Suh
a2b1c2cfc5 pass provider ID info to runAddAccountAction (#23938) 2023-07-20 10:16:28 -07:00
Sakshi Sharma
5377367053 Suppress cred scan issues (#23935)
* Suppress cred scan issues

* Fix indentation

* Fix indentation
2023-07-20 10:01:23 -07:00
Karl Burtram
1addfae2e8 Remove some TODOs mostly for styling (#23934)
* Remove some TODOs mostly for styling

* Remove unused
2023-07-19 17:56:49 -07:00
Aasim Khan
760ccfdef3 Removing unnecessary tree expansions causing errors to popup again (#23932) 2023-07-19 15:42:56 -07:00
Aasim Khan
38312de87b Fixing issue that caused moving connections from one group to other to throw (#23933) 2023-07-19 15:33:26 -07:00
dependabot[bot]
285f0738a1 Bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#23895)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 16:08:32 -07:00
dependabot[bot]
e85c9a8644 Bump word-wrap from 1.2.3 to 1.2.4 in /extensions/notebook-renderers (#23926)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  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-18 16:07:54 -07:00
dependabot[bot]
620f98a320 Bump word-wrap from 1.2.3 to 1.2.4 (#23925)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  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-18 16:07:07 -07:00
Cheena Malhotra
a833ae7b79 Allow empty username + fix profiles on read (#23924) 2023-07-18 16:03:10 -07:00
Kim Santiago
ad61bf9870 remove fixed size of schema compare split view (#23910) 2023-07-18 12:42:48 -10:00
Christopher Suh
a752c84216 Add support for custom endpoints (#23390)
* initial commit, add support for custom endpoints

* add template file with public azure endpoints

* add throw error, fix compile

* update description

* move custom provider to settings.json

* cleanup

* test

* wip

* try fix build error

* wip fix build issue

* add typings for package.json

* test remove default

* fix typings

* fix typing

* add object definitions

* add additional checks

* test define object

* add default

* remove default and extra checks

* Organize code well to fix integration tests (#23697)

* pr review updates

* fix custom setting checker

* fix default behavior

* add more required, change name for default cloud

* add one more required

* modify required properties to match with api

* Update extensions/azurecore/package.json

Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>

* Update extensions/azurecore/package.json

Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>

* pr review changes

* remove default value from display name

* make akv optional

* remove default name

* remove default

* update descriptions, function names

* add client ID

* small fix

* Update extensions/azurecore/package.nls.json

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

* Update extensions/azurecore/package.json

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

* updated names

* add custom for configkey

* providerSettingsJson -> customProviderSettings

---------

Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-18 14:16:53 -07:00
Lewis Sanchez
04bce3f3ac Switch xterm-addon-canvas to official version (#23919)
* Switch xterm-addon-canvas to official version

* Update distro hash
2023-07-18 12:44:02 -07:00
Lewis Sanchez
accc325284 Turn on tests affected by xterm (#23918) 2023-07-18 12:43:44 -07:00
Alex Ma
a0a685bbcf Remove/comment out connection title generation from all areas. (#23873) 2023-07-18 10:47:50 -07:00
Lewis Sanchez
992b19fe93 Updates the xterm-addon-canvas package to 0.4.2 (#23913)
* Update xterm-addon-canvas package

* Update distro hash

* Update xterm-addon-canvas to version 0.4.2

* Update distro hash

* Updates lock files
2023-07-18 10:20:16 -07:00
Karl Burtram
fda112b69f Update build container to use G++-7 (#23912) 2023-07-17 22:29:12 -07:00
Cory Rivera
fed4f2a18e Change OK button label based on whether the dialog is creating a new object or updating an existing one. (#23908) 2023-07-17 15:54:30 -07:00
Kim Santiago
eeab2b4abe Fix horizontal split view not working (#23889)
* Horizontal splitview sorta working

* remove the old element

* support getting size from model view container

* cleanup

* make splitViewHeight optional

* Update src/sql/azdata.proposed.d.ts

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

* fix test

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-17 12:31:04 -10:00
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