Aasim Khan
555f8fbb1e
Adding null checks to prevent runtime exceptions ( #22054 )
2023-02-27 23:46:14 -08:00
Aasim Khan
45d41347ba
Adding null checks and fixing values in slickgrid checkbox column plugin ( #22050 )
...
* Adding null checks to checkbox column
* Setting default value for undefined checkbox
2023-02-27 18:52:16 -08:00
Aasim Khan
dbd1c1b5b3
Fixing table being announced for button ( #22024 )
...
* Fixing table being announced for button
* Fixing issue in the component
* Reverting other changes
2023-02-27 11:24:58 -08:00
Charles Gagnon
703f97a7bf
Remove kburtram-query-plan ( #22017 )
...
* Remove kburtram-query-plan
* distro
* distro2
2023-02-24 09:12:04 -08:00
Cory Rivera
f53119c2a6
Enable VS Code notebooks with a built-in SQL kernel. ( #21995 )
2023-02-23 16:22:46 -08:00
Charles Gagnon
290687a207
Remove unused things from ads telemetry service ( #22016 )
2023-02-23 15:34:47 -08:00
Christopher Suh
b7e0bbb64a
Update api to pass more detailed error messaging from azurecore ( #22003 )
...
* update api to pass more detailed error messaging from azurecore
* fix formatting
* fix buid error
* fix pr comments
* move to azdata.proposed.d.ts
* pr comments
* Update extensions/azurecore/src/account-provider/auths/azureAuth.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* refactor
* pr comments
* Update src/sql/workbench/services/accountManagement/browser/accountManagementService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* pr comments
* Update src/sql/azdata.proposed.d.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update extensions/azurecore/src/account-provider/auths/azureAuth.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* fix formatting
* fix compile error
* fix compile error
* pr comments
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-02-23 13:00:18 -08:00
Lewis Sanchez
872095ed84
Hide refresh button on disconnected connections ( #22009 )
2023-02-22 16:41:07 -08:00
Aasim Khan
c3e0478447
Adding aria role to hyperlink cell in slickgrid ( #21998 )
...
* Adding aria role to hyperlink
* Adding default
2023-02-22 10:42:11 -08:00
Lewis Sanchez
656a86a103
Fix empty connection name in delete connection prompt ( #22001 )
...
* Fix empty name in delete connection prompt
* Update src/sql/workbench/services/objectExplorer/browser/connectionTreeAction.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-02-21 17:43:29 -08:00
Lewis Sanchez
effdf4f538
Stops Azure connection with the "Do not save" server group option from being stored in the default server group list. ( #21997 )
...
* Fix Azure connections do not save to server group error
* Revert unnecessary change
2023-02-21 13:47:40 -08:00
Christopher Suh
6231df85e0
Handle undefined error when opening connection dialog ( #21980 )
...
* handle undefined error when opening connection dialog
* combine into else if
* change log
* update log message
2023-02-17 15:22:51 -08:00
Lewis Sanchez
7c47aea06e
Fix set authenticationType of undefined error ( #21982 )
2023-02-17 15:04:59 -08:00
Cheena Malhotra
66053f5152
Fix missing null ref check causing extension issues ( #21974 )
2023-02-17 09:45:23 -08:00
Alan Ren
32c7a4aeec
add tab navigation option for slickgrid ( #21947 )
...
* profiler a11y bug fixes
* add new option
* replace old implementation
* update slickgrid
2023-02-15 21:37:01 -08:00
Alan Ren
8690c350d2
fix server group color a11y issue ( #21958 )
2023-02-15 21:21:35 -08:00
Aasim Khan
48d0aa72cc
Replacing select with focus in OE ( #21954 )
2023-02-15 17:27:36 -08:00
Aasim Khan
d6c35836cc
Adding group by schema to OE ( #21941 )
...
* Adding group by schema and updating schema icon
* Adding item context menu
* Fixing command logic
* Adding telemetry for group by and changing default config
* reverting no child nodes error message
* Code cleanup
* Cleaning up constants
* Removing unused imports
* Update extensions/mssql/src/main.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* converting to sendActionEvent
* sendActionEvent
* Adding telemetryViews and telemetry actions
* Fixing localized string
* registering context
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-02-15 15:18:10 -08:00
Cory Rivera
f7fa9bece3
Add a check for an undefined model when creating the connection dialog model. ( #21953 )
2023-02-15 14:23:15 -08:00
Lucy Zhang
498f278887
Add horizontal scrollbar to Kqlmagic table and remove plotly graph max width ( #21934 )
...
* add scroll and remove plotly max width
* scope down
2023-02-15 10:40:45 -08:00
Lewis Sanchez
d9b24522e5
Fix missing password in Connection pane for Server connections with remembered passwords ( #21813 )
...
* Fix missing password in Connection pane
* Get saved password for SQL login default auth type
* Clean up
* Fix build hygiene errors
* Captures input
* Add timeout waiting for all promises to resolve
* Add missing semicolon
* Code review feedback
* Minor clean up
* Code review feedback
* Improved error messaging
* Update src/sql/workbench/services/connection/browser/connectionDialogService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Improves UX around loading passwords
* Remove unused import
* Uses await instead of promise chaining.
* Removes async
* Revert back to resolving password promise.
* Asserts controller map and model have values.
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-02-14 20:49:55 -08:00
Alan Ren
a683b1b777
profiler a11y bug fixes ( #21940 )
2023-02-14 18:48:17 -08:00
Alan Ren
447a9d0f34
fix the find widget hide issue ( #21937 )
2023-02-14 18:19:40 -08:00
Alan Ren
385e4a2245
move the focus to newly added filter field. ( #21930 )
2023-02-13 19:43:16 -08:00
Alan Ren
a754d235c0
completely hide the hidden widget ( #21931 )
2023-02-13 19:42:34 -08:00
Alan Ren
93f5581bc7
add aria-label for step link in wizard ( #21925 )
...
* add aria label to wizard step link
* update aria label
2023-02-13 13:41:01 -08:00
Alan Ren
12a3bf6b3b
handle json ( #21915 )
2023-02-10 19:05:32 -08:00
Charles Gagnon
1d96476a81
Filter more command IDs ( #21910 )
...
* Filter more command IDs
* More
2023-02-10 14:41:17 -08:00
Cheena Malhotra
3fb8d57d25
Add support for Encrypt=Strict for TDS 8.0 connections with SQL Server 2022 ( #21256 )
2023-02-10 10:34:36 -08:00
Alan Ren
514d599e62
remove client side sorting for db list ( #21899 )
...
* remove client side sorting for db list
* update sts
2023-02-10 09:15:41 -08:00
Cory Rivera
319e0811f1
Specify an editor ID for notebook inputs. ( #21900 )
2023-02-09 14:08:19 -08:00
Christopher Suh
7150257218
Fix Account Dialog with Multiple Providers ( #21836 )
...
* fix uncaught error in showSplitView
* fixed bugs around account dialog with multiple providers
* cleanup
* fix index out of bounds error
* Fire account list update after removing provider, other pr fixes
2023-02-07 15:00:47 -08:00
Cheena Malhotra
66410edf02
Migrate cert validation error handling to mssql extension ( #21829 )
2023-02-07 09:21:35 -08:00
Lucy Zhang
b3048213e8
Minor improvements in notebook edit mode handling ( #21839 )
...
* rename + remove duplicate calls
* only fire onCellEditModeChanged when changed
2023-02-06 10:42:19 -08:00
Alan Ren
ac0dc4ee76
only toggle when enabled ( #21844 )
2023-02-03 20:40:22 -08:00
Aasim Khan
95d4f130c6
Replacing select with focus to prevent second create session ( #21811 )
2023-02-02 15:07:05 -08:00
Alex Ma
a911044745
Removed deepcopy and remove credentials functions from utils ( #21808 )
2023-02-01 14:20:25 -08:00
Cheena Malhotra
51751557b6
Revert changes in mainThreadConnectionManagement ( #21802 )
2023-02-01 00:52:38 -08:00
Alex Ma
298402647d
Added error handling service for providers ( #21627 )
...
* added prototype errorHandlerService
* added initial contracts
* Added WIP client sent request function
* added WIP signature for handleOtherError to resourceProviderService
* made some small fixes
* removed unnecessary resourceProviderId
* added updates to contracts and resourceProvider
* moved error codes to azdata proposed
* added connection type instead of profile
* added WIP handleOtherError code
* added fix for send
* added WIP change password function in resource provider
* added work in progress error handling thread
* added errorHandler interface
* added result error check
* renamed errorHandling namespace to diagnostics
* WIP rename of errorhandler
* light cleanup
* Bump json5 from 2.1.3 to 2.2.3 in /extensions/machine-learning (#21514 )
Bumps [json5](https://github.com/json5/json5 ) from 2.1.3 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Stops second invocation of createNewSession while expanding OE tree items on disconnected servers (#21437 )
* Debounces second invocation while expanding OE tree items
* Minor clean up
* Adjusts debounce time
* Adding temp trace comments
* Adds missing semicolon
* Removes debouncer to stop 2nd newSession calls
* Removes temp trace comments
* Updates comment
Co-authored-by: Alan Ren <alanren@microsoft.com >
* Bump json5 from 2.1.3 to 2.2.3 in /extensions/admin-tool-ext-win (#21546 )
Bumps [json5](https://github.com/json5/json5 ) from 2.1.3 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix resource endpoints to end with slash (#21540 )
* Bump json5 from 2.1.3 to 2.2.3 in /extensions/azcli (#21543 )
Bumps [json5](https://github.com/json5/json5 ) from 2.1.3 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump json5 from 2.1.3 to 2.2.3 in /extensions/arc (#21544 )
Bumps [json5](https://github.com/json5/json5 ) from 2.1.3 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* renamed diagnostics service slightly
* registered service
* added work in progress diagnostics implementation
* small changes
* added new diagnostics exe
* Changes for Diagnostics Service (#21583 )
Co-authored-by: Cheena Malhotra <cmalhotra@microsoft.com >
* WIP provider changes
* added changes for errorDiagnosticsService
* removed stuff from mssql.
* made fix to connectionManagementService
* added error catch
* added small changes
* more small changes made
* added small changes to handleOtherError
* moved changePassword to CMS
* added testErrorDiagnosticsService
* Added provider-based handling for change password/generic error handling. (#21662 )
* WIP rework for error connection change
* added connectionProfileDuringError
* added working password reset
* added comments
* consolidated connection profile conversion
* added additionalObjects parameter.
* removed unnecessary error profile grab
* added comments
* added changes to parameters and comments
* added changes and params
* added handleConnectionErrorParam
* added more changes
* added async
* added params and more
* added many fixes
* added updated documentation
* added WIP password change dialog with await
* added error handling
* added comment
* added options as parameters
* cleaned up parameters
* added async
* added check fixes
* Added username to title
* added server name to dialog
* Added dialog changes
* Revert "Added dialog changes"
This reverts commit c2bdcd16f4a0dffdc643ef9cae1c1a20642ac512.
* Revert "added server name to dialog"
This reverts commit dbd22e80461b5a068643f0c2d6728adce4010978.
* Revert "Added username to title"
This reverts commit 6d936b4d5f97f9345f8ec2fdbbcf6b52df18820a.
* Revert "added check fixes"
This reverts commit f58081a5af3276766e2042b4d671455b18add9a7.
* Revert "added async"
This reverts commit dd1198e26ec7542ec51add0628f588361d674299.
* Revert "cleaned up parameters"
This reverts commit 51135c9f9db452104697483779d8df15b6430717.
* Revert "added options as parameters"
This reverts commit b167804a2410558bbe60042e017ae2c77af7697f.
* Revert "added comment"
This reverts commit 0ad37326a3e025e88f715e3f2547be6825597a8d.
* Revert "added error handling"
This reverts commit 69340980d2c84056a2bcf126ea77f4b5ed4cddf3.
* Revert "added WIP password change dialog with await"
This reverts commit 9e43113e07b10421b39575f6c7dd14287662b90d.
* added a fix to check
* added fixes
* added back in change password changes
* added in comment
* added suggested changes
* removed param colons
* Update extensions/mssql/src/errorDiagnostics/errorDiagnosticsProvider.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update src/sql/azdata.proposed.d.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* fixed conversion and provider dialog
* altered comments
* Update src/sql/platform/connection/common/utils.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* renamed Id
* Update src/sql/platform/connection/common/utils.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Improvements for Change password dialog + logs added (#21794 )
* Improvements for Change password dialog + logs added
* Include server
* fixed tab space
* added comment
---------
Co-authored-by: Alex Ma <alma1@microsoft.com >
* Update src/sql/azdata.proposed.d.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* added fix to id to extHostErrorDiagnostics
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lewis Sanchez <87730006+lewis-sanchez@users.noreply.github.com >
Co-authored-by: Alan Ren <alanren@microsoft.com >
Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com >
Co-authored-by: Cheena Malhotra <cmalhotra@microsoft.com >
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-01-31 14:31:12 -08:00
Maddy
a38e8a74c3
fix file relative path issue on mac ( #21438 )
...
* use pathname vs nodeValue
* add test
* add comment
* only when editing in rich text
* refactor
* fix build errors
* fix hygiene errors
* remove fs check
* compare decodedUri to get correct relative paths
* Add Azure Resource 'Sql' to MSSQL extension. (#21600 )
* [Loc] added sql.xlf schema (#21687 )
* vbump profiler extension (#21685 )
* Fix connect icon for Arc extension (#21659 )
* Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230121171613142. (#21690 )
* Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230122164538349. (#21693 )
Co-authored-by: Alex Ma <alma1@microsoft.com >
* Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230123164122334. (#21697 )
Co-authored-by: Alex Ma <alma1@microsoft.com >
* use normalize to get the path correctly
* add comment
* refactor
* more tests
* typo fix
---------
Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com >
Co-authored-by: Alex Ma <alma1@microsoft.com >
Co-authored-by: Alan Ren <alanren@microsoft.com >
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
Co-authored-by: Alex Hsu <csigs@users.noreply.github.com >
2023-01-30 13:56:55 -08:00
Cheena Malhotra
f43afff8d1
Show tenant dropdown when selecting 'AzureMFA' for first time ( #21763 )
2023-01-27 16:08:11 -08:00
Cheena Malhotra
895b43f36a
Fix account and tenant selection behavior ( #21749 )
2023-01-27 11:47:24 -08:00
Aasim Khan
ccc8df31c7
Adding prompt for delete connection ( #21624 )
...
* Adding prompt for disconnect
* changing to Idialog service
* Code cleanup and fixing comments
* Adding comments and making a test async
* removing then and awaiting for function
2023-01-23 22:56:09 -08:00
Karl Burtram
ac4afbec6c
Add allow list of valid notebook command uris ( #163322 ) ( #21701 )
...
* Add allow list of valid notebook command uris (#163322 )
This restricts notebooks to run three command uris. These 3 commands should all be safe to run, even with untrusted inputs
* Fix incorrectly resolved merge conflict
Co-authored-by: Matt Bierner <matb@microsoft.com >
2023-01-23 12:01:53 -08:00
Karl Burtram
cabe158f07
Normalize resources when checking valid roots ( #163327 ) ( #21700 )
...
Fix MSCR 74267
Fix https://github.com/microsoft/vscode-internalbacklog/issues/3140
Remove extra indexOf check
This could cause failures for files such as `img..png`
Co-authored-by: Matt Bierner <matb@microsoft.com >
2023-01-23 12:01:36 -08:00
Karl Burtram
ce0710a4b4
Safer construction of notebook html ( #170987 ) ( #21699 )
...
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
2023-01-23 12:00:33 -08:00
Cheena Malhotra
b3acef3124
Add Azure Resource 'Sql' to MSSQL extension. ( #21600 )
2023-01-20 13:08:38 -08:00
Cory Rivera
ee1ec8e759
Build vertical actionbar before results table so that it shows above the table. ( #21668 )
2023-01-19 16:19:24 -08:00
Lewis Sanchez
f74d6f6d9b
Copy Headers for Selected Columns ( #21622 )
...
* Adds copy header delimiter setting
* Copies all table headers or selected headers only
* Adds missing comments
* Update src/sql/workbench/contrib/query/browser/query.contribution.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update src/sql/workbench/contrib/query/browser/query.contribution.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Creates sort map entries function
* Removes CSV formatting and setting.
* Add colons before error message
* Renames table column sorting method
* Removes extra unnecessary function call
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-01-18 13:20:27 -08:00
Aasim Khan
3b31d1018f
Adding better handling for checkbox column based row selection ( #21553 )
...
* Adding better handling for checkbox column based row selection
* Replacing any with proper typings
2023-01-18 01:20:26 -08:00