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 |
|
Alan Ren
|
711bffb1f5
|
auto reveal only in dev mode (#21880)
|
2023-02-08 10:38:42 -08:00 |
|
Charles Gagnon
|
99a924dbcd
|
Remove unused packages from MSSQL (#21871)
|
2023-02-07 19:22:44 -08:00 |
|
Cheena Malhotra
|
66410edf02
|
Migrate cert validation error handling to mssql extension (#21829)
|
2023-02-07 09:21:35 -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 |
|
Charles Gagnon
|
ad69164f09
|
Extension telemetry feature cleanup (#21779)
* Extension telemetry feature cleanup
* one more
|
2023-01-30 13:14:38 -08:00 |
|
Charles Gagnon
|
c33d2cc40a
|
Bump ads-extension-telemetry to 1.3.4 (#21778)
|
2023-01-30 13:13:57 -08:00 |
|
Charles Gagnon
|
d8c54ccd56
|
Add managed instance icon (#21742)
* Add managed instance icon
* Use const
* fix
|
2023-01-27 14:33:40 -08:00 |
|
Cheena Malhotra
|
1e0e792cef
|
Update STS (#21761)
|
2023-01-27 14:24:40 -08:00 |
|
Charles Gagnon
|
08fb04f966
|
Update ads-service-downloader (#21754)
|
2023-01-27 12:12:04 -08:00 |
|
Cheena Malhotra
|
f2f3d1c4ef
|
Introduce 'Command Timeout' option for MSSQL connections (#21734)
|
2023-01-26 13:50:21 -08:00 |
|
Cheena Malhotra
|
81b7cd2612
|
Introduce mssql connection property 'host name in certificate' (#21064)
|
2023-01-25 17:09:28 -08:00 |
|
Hai Cao
|
065dfef1e4
|
bump STS (#21730)
|
2023-01-25 14:56:28 -08:00 |
|
junierch
|
5157508dd5
|
Junierch/mi tde (#21573)
* WIP
* wip tde wizard
* wip for merge w master
* wip
* wip share
* tde wizard
* PR reviews updates
* PR review updates
* PR updates
* PR review updates
* PR reviews updates
* Bump STS to 4.4.0.22
* PR reviews updates
* fix localize build issue
* fix build issue with localize
* remove unused function
* Windows only flag. Bug Bash fixes
* Use azdata with latest STS changes
* revert azdata, other PR comments
* sts and extesion version upgraded. logins back
|
2023-01-25 09:58:07 -05:00 |
|
Cheena Malhotra
|
b3acef3124
|
Add Azure Resource 'Sql' to MSSQL extension. (#21600)
|
2023-01-20 13:08:38 -08:00 |
|
Charles Gagnon
|
d51273d9cf
|
Add config for enabling STS communication logging (#21591)
* Add config for enabling STS communication logging
* Add warning to description
|
2023-01-13 14:49:49 -08:00 |
|
junierch
|
ce5cb32084
|
tde-mi contracts (#21592)
* tde-mi contracts
* PR reviews updates
|
2023-01-13 17:41:40 -05:00 |
|
Raymond Truong
|
49c46cee20
|
Update contracts (#21577)
|
2023-01-12 18:23:23 -08:00 |
|
junierch
|
5b9306ce83
|
bump STS 4.4.0.22 (#21581)
|
2023-01-12 13:18:10 -05:00 |
|
Hai Cao
|
5a433fbd39
|
bump STS (#21561)
|
2023-01-10 12:08:25 -08:00 |
|
dependabot[bot]
|
0f3ff7f2d5
|
Bump json5 from 2.1.3 to 2.2.3 in /extensions/mssql (#21517)
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>
|
2023-01-06 10:30:00 -08:00 |
|
Alan Ren
|
88ab7947a4
|
fix issue caused by execution plan provider (#21533)
|
2023-01-05 21:12:49 -08:00 |
|
Vladimir Chernov
|
7b4f31d618
|
update STS for sql assessment version 1.1.17 (#1797) (#21473)
|
2022-12-22 17:40:27 -08:00 |
|
Charles Gagnon
|
eb880834fb
|
Update ads-extension-telemetry (#21468)
* Update ads-extension-telemetry
* undo
|
2022-12-22 09:26:54 -08:00 |
|
AkshayMata
|
e223b4e870
|
Add new wizard for login migrations experience (#21317)
|
2022-12-17 12:11:25 -05:00 |
|
Cheena Malhotra
|
ff4dc9fe86
|
Update STS for firewall rule name (#21433)
|
2022-12-16 18:30:03 -08:00 |
|
Cheena Malhotra
|
ca22686061
|
Add support for firewall rule name (#21430)
|
2022-12-16 18:29:44 -08:00 |
|
Alan Ren
|
f91e40f2b9
|
new STS version (#21432)
|
2022-12-16 09:20:52 -08:00 |
|
Alex Ma
|
0638bbb152
|
Bump MSSQL for password change feature (#21417)
* added bumps
* added correct STS
* added updated yarn
* bump STS version
|
2022-12-14 10:52:41 -08:00 |
|
Sakshi Sharma
|
d0861f01ed
|
Update string to enum for folder structure (#21406)
* Update string to enum
* Remove newly added enum value
|
2022-12-14 08:43:17 -08:00 |
|
Hai Cao
|
6254e2af81
|
bump STS (#21402)
|
2022-12-12 13:16:07 -08:00 |
|
Cory Rivera
|
e2327c393a
|
Remove all Big Data Cluster features (#21369)
|
2022-12-07 12:28:17 -08:00 |
|
Cheena Malhotra
|
0479aab107
|
Update STS to v4.4.0.8 (#21319)
|
2022-11-29 15:25:32 -08:00 |
|
Aasim Khan
|
813fa6b2ef
|
Updating qs lib across ads (#21323)
|
2022-11-29 11:40:22 -08:00 |
|
Charles Gagnon
|
c9febe330c
|
Bump STS to 4.4.0.7 (#21293)
|
2022-11-22 11:39:25 -08:00 |
|
Hai Cao
|
9f8a50d311
|
bump STS (#21197)
|
2022-11-10 11:31:12 -08:00 |
|
Alan Ren
|
e98f2e2745
|
update data protocol client to latest (#21109)
* update data protocol client to latest
* yarn.lock
|
2022-11-04 13:34:32 -07:00 |
|
Alan Ren
|
f23b578c8f
|
vbump sts (#21094)
|
2022-11-03 11:37:58 -07:00 |
|
Charles Gagnon
|
fb05c4304e
|
Switch to 1DS endpoint (#20769)
* Update to 1DS client
* remove product config
* Update ai keys
* use our own event prefix
* re-enable telemetry
* Update distro and remove default enableTelemetry
* distro
* Remove asimovKey references
* add comment
* distro
* distro
* distro
* add files that break precommit hook
* cleanup/fixes
* distro
* distro + event prefix update
* distro
* more
|
2022-11-03 08:45:06 -07:00 |
|
Cheena Malhotra
|
ccb0c86b22
|
Update STS to v4.3.0.45 (#21057)
|
2022-11-01 12:03:18 -07:00 |
|
Cheena Malhotra
|
0ac83852c7
|
Update to latest STS release (#21047)
|
2022-10-31 15:07:28 -07:00 |
|
Cheena Malhotra
|
f3fcaa21da
|
Show Trust server certificate on dialog and fix bool select-box defaults (#21020)
|
2022-10-28 19:43:43 -07:00 |
|
Cheena Malhotra
|
987aed3b92
|
Add custom option support on Connection dialog + move Encrypt to connection dialog (#20959)
|
2022-10-25 12:19:40 -07:00 |
|
Cheena Malhotra
|
44d03085ad
|
Bump STS to bring MDS 5 support along with other changes (#20966)
|
2022-10-25 11:05:17 -07:00 |
|
Karl Burtram
|
350e94abfe
|
Revert "Update packages to fix CG alerts (#20922)" (#20927)
This reverts commit 97c070be13.
|
2022-10-22 01:26:33 -07:00 |
|
Karl Burtram
|
5a7ae8a3d0
|
Reenable disabled tests post VSCode refresh (#20899)
* Reenable disabled tests
* Extension unit test updates
* Turn off data workspace tests on Linux
* Keep integration and smoke tests disabled
|
2022-10-21 21:40:52 -07:00 |
|
Sakshi Sharma
|
97c070be13
|
Update packages to fix CG alerts (#20922)
* Update packages to fix CG alerts
* Reverting version bump for vscode-universal-bundler because of build break
|
2022-10-21 18:03:49 -07:00 |
|
Aasim Khan
|
5942980300
|
Adding missing stream icons for execution plan (#20896)
|
2022-10-20 15:24:30 -07:00 |
|
Karl Burtram
|
8a3d08f0de
|
Merge vscode 1.67 (#20883)
* Fix initial build breaks from 1.67 merge (#2514)
* Update yarn lock files
* Update build scripts
* Fix tsconfig
* Build breaks
* WIP
* Update yarn lock files
* Misc breaks
* Updates to package.json
* Breaks
* Update yarn
* Fix breaks
* Breaks
* Build breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Missing file
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Fix several runtime breaks (#2515)
* Missing files
* Runtime breaks
* Fix proxy ordering issue
* Remove commented code
* Fix breaks with opening query editor
* Fix post merge break
* Updates related to setup build and other breaks (#2516)
* Fix bundle build issues
* Update distro
* Fix distro merge and update build JS files
* Disable pipeline steps
* Remove stats call
* Update license name
* Make new RPM dependencies a warning
* Fix extension manager version checks
* Update JS file
* Fix a few runtime breaks
* Fixes
* Fix runtime issues
* Fix build breaks
* Update notebook tests (part 1)
* Fix broken tests
* Linting errors
* Fix hygiene
* Disable lint rules
* Bump distro
* Turn off smoke tests
* Disable integration tests
* Remove failing "activate" test
* Remove failed test assertion
* Disable other broken test
* Disable query history tests
* Disable extension unit tests
* Disable failing tasks
|
2022-10-19 19:13:18 -07:00 |
|
Alan Ren
|
484fbe836d
|
fix select top 1000 issue for Synapse (#20857)
|
2022-10-15 10:40:29 -07:00 |
|