Aasim Khan
9033ed5583
Adding group by schema button to OE ( #22083 )
2023-03-02 11:35:33 -08:00
Benjin Dubishar
711923cd46
Adding None bindings to the sqlProjects service ( #22085 )
...
* Adding None bindings
* updating names of None bindings
2023-03-01 22:02:54 -08:00
Charles Gagnon
4a5ac92e46
Update ads-extension-telemetry to 1.4.0 ( #22069 )
...
* Update ads-extension-telemetry
* One more
2023-02-28 22:25:07 -08:00
Cory Rivera
2ca093f15f
Disable the vscode SQL notebook controller since it breaks query editor. ( #22061 )
2023-02-28 12:18:38 -08:00
Kim Santiago
e675fc14f0
Revert 'Add profile section in Publish project UI ( #21906 )' ( #22047 )
...
This reverts commit cb58286247 .
2023-02-27 15:09:50 -08:00
Benjin Dubishar
febfe3718f
Adding bindings for SqlProject service getters ( #22046 )
...
* Getters
* blank lines
* STS bump
* Fixing typos
* updating contract ID
2023-02-27 15:01:04 -08:00
Alan Ren
d48984fe13
use the dialog's loading indicator ( #22032 )
...
* use the dialog's loading indicator
* more
* comments
2023-02-27 13:13:16 -08:00
Cory Rivera
f53119c2a6
Enable VS Code notebooks with a built-in SQL kernel. ( #21995 )
2023-02-23 16:22:46 -08:00
Benjin Dubishar
0354775107
Fleshing out the SqlProjects service bindings ( #21984 )
...
* starts of sqlprojectsservice
* copy to mssql
* adding all the boilerplate
* updating service call structures
* Fixing up test mocks
* Adding comments to all the bindings
* blank space
* swapping for Promise; adding vscode-mssql type bindings
* patching
2023-02-22 22:58:30 -08:00
Kim Santiago
7761c3b171
Swap create new project api for sql projects ( #21971 )
2023-02-21 10:00:56 -08:00
Alan Ren
b5ce7af090
Add support for Login and User management ( #21981 )
...
* initial commit
* leave only march release objects
* clean up
* login dialog
* localize and use background operation
* code cleanup
* remove tab
* support server role in login
* remove canEditName
* add user support
* comments and bug fixes
* remove hasDBAccess for now
* refactoring
* fix error
* user dialog UI
* telemetry, error handling and refactoring
* Fix references to dialogInfo (#21914 )
* update telemetry
* Bump STS and use actual object management service
* add preview and handle no-change scenario
* fix merge issue
---------
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2023-02-17 18:02:31 -08:00
Aasim Khan
e40c8dda25
Removing migration contracts from mssql ( #21966 )
...
* Removing migration contracts from sts
* Update sts
* Pushing latest sts
2023-02-17 13:50:53 -08:00
Kim Santiago
c5fc37c373
Initial changes for adding SqlProjectsService ( #21967 )
...
* Add SqlProjectsService
* cleanup
* reorder imports
* undo changes in project.ts for now to fix tests
2023-02-16 17:15:24 -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
Sakshi Sharma
cb58286247
Add profile section in Publish project UI ( #21906 )
...
* Add profile section in Publish project UI
* Move publish profile row below Publish Target
* Add contract for savePublishProfie and SaveProfileAs button functionality
* Make the DacFx contract functional
* Send values from UI to DacFx service call
* Fix build error
* Address comment, remove print statements
* Address comments
* Set correct connection string
2023-02-13 14:06:42 -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
d8c54ccd56
Add managed instance icon ( #21742 )
...
* Add managed instance icon
* Use const
* fix
2023-01-27 14:33:40 -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
AkshayMata
e223b4e870
Add new wizard for login migrations experience ( #21317 )
2022-12-17 12:11:25 -05:00
Cheena Malhotra
ca22686061
Add support for firewall rule name ( #21430 )
2022-12-16 18:29:44 -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
Cory Rivera
e2327c393a
Remove all Big Data Cluster features ( #21369 )
2022-12-07 12:28:17 -08: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
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
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
Kim Santiago
00800db506
Add include permissions option to create project from db dialog ( #20823 )
...
* add import permissions option to create project from db dialog
* change 'import' to 'include'
* update azdata dependency version
* update STS to 4.3.0.37
* fix test
2022-10-13 11:01:37 -07:00
Charles Gagnon
7b05194e77
Add app quality to extension API ( #20731 )
...
* Add app quality to extension API
* Comment
* Special case rc1 to stable
2022-10-05 14:42:23 -07:00
Alan Ren
1df976d79d
upgrade service downloader ( #20703 )
...
* use new service downloader
* update other extensions
* fix errors
2022-10-02 20:30:53 -07:00
Alan Ren
98320584a2
fix typos ( #20695 )
2022-09-29 20:58:11 -07:00
Alan Ren
54c2fe6899
remove duplicate code ( #20664 )
...
* remove dupe code
* fix step name
* fix errors
* comment out arc
* fix timeout issue
* fix typo
* update name
2022-09-26 17:48:59 -07:00
Alan Ren
cddfc7fd92
table designer perf improvement - add user setting for preload db model ( #20608 )
...
* add user setting for preload db model
* vbump sts
* more description
2022-09-15 14:25:36 -07:00
Raymond Truong
bfcbd60d24
[SQL Migration] SKU recommendation improvements + SQL DB integration bug fixes ( #20174 )
...
* WIP - show error message for failed SKU recommendation
* WIP - run query to get correct instance name
* WIP - integrate elastic model recommendation
* Remove private endpoint restriction text
* Add feature switch for elastic recommendation
* Clean up
* Clean up
* Misc UI fixes
* Update package.json with updated azdata dependency
* Remove unused lines
* Fix broken next button
* Vbump extension to 1.0.6
* Update SQL DB card to show number of recommendations for correct model
2022-08-26 14:06:33 -07:00
Lewis Sanchez
7de5ee0427
Adds functionality to open execution plans from DB tables and DMVs. ( #20377 )
...
* Adds functionality to open execution plans from DB tables and DMVs.
* Code review changes
* Renames method to getProviderFromUri
2022-08-17 19:24:23 -07:00
Raymond Truong
e64171503a
[SQL Migration] Add buttons to allow saving assessment/recommendation reports ( #20212 )
...
* Implement save assessment report
* Implement save recommendation report
2022-08-15 15:29:40 -07:00
Sai Avishkar Sreerama
54d4098f85
Include Object Types logic refactored and options fetching from DacFx ( #20031 )
...
* Include Object Types logic refactored and options fetching from DacFx
* Removed localized object types constants
* Prop name updated and references and tests updated
* updated comments
* STS vBump
* updating the test file to pass the PR Validations
2022-08-08 12:12:59 -05:00
Sai Avishkar Sreerama
2b5d2f0a0b
Exclude Object Types Coming from DacFx and tests all working as expected ( #20015 )
...
* Include Objects Coming from DacFx and tests all working as expected
* Exclude Object types functionality is working as expected and Unit tests
* more refactor updates
* Updated comments and prop name
* Addressing the coments and code updates accordingly
* Updating according to the comments
* STS vbump
* These changes should be deleted with SC changes, not here
* format fixed
2022-08-08 12:04:24 -05:00
Karl Burtram
26455e9113
Merge vscode source through 1.62 release ( #19981 )
...
* Build breaks 1
* Build breaks
* Build breaks
* Build breaks
* More build breaks
* Build breaks (#2512 )
* Runtime breaks
* Build breaks
* Fix dialog location break
* Update typescript
* Fix ASAR break issue
* Unit test breaks
* Update distro
* Fix breaks in ADO builds (#2513 )
* Bump to node 16
* Fix hygiene errors
* Bump distro
* Remove reference to node type
* Delete vscode specific extension
* Bump to node 16 in CI yaml
* Skip integration tests in CI builds (while fixing)
* yarn.lock update
* Bump moment dependency in remote yarn
* Fix drop-down chevron style
* Bump to node 16
* Remove playwrite from ci.yaml
* Skip building build scripts in hygine check
2022-07-11 14:09:32 -07:00
Sai Avishkar Sreerama
89816c9ff3
OptionsMapTable logic to replace the deployment hardcoded values final ( #19789 )
...
* OptionsMapTable logic to replace the deployment hardcoded values final
* Test modifiaction
* OptionsMApTable updates with STS and review commetns
* comments added and option string moved to constants file
* Reverting the options button css related change and will put in other PR
* converted optionsMapTable to custom type and references.
* Options prop changes and model updates
* Reset btn event method name fixed
* removed local booleanOptionDict var and using the existing one
* updated code with removed local vars
* Update to booleanOptionsDictionary name
* merged two variable to one
* Refactoring code and updating variables
* separated lookup and data array and refactor
* missing visibility
* reset logic revised and no other edgecases found
* variable names updated to meaningful
* vbump here to test the checks, sending new vbump PR separately
2022-07-08 09:40:06 -05:00
Alan Ren
416e607f32
resend previous PR with test fixes ( #19912 )
...
* Revert "Revert "use reliable way to detect createtable statements (#19897 )" (#19906 )"
This reverts commit c211fb981c .
* fix tests
* fix test cases
2022-07-02 11:25:09 -07:00
Alan Ren
c211fb981c
Revert "use reliable way to detect createtable statements ( #19897 )" ( #19906 )
...
This reverts commit 9a22c429a9 .
2022-07-01 11:47:21 -07:00
Alan Ren
9a22c429a9
use reliable way to detect createtable statements ( #19897 )
...
* use reliable way to detect createtable statements
* PR comments
* comments
2022-06-30 18:23:12 -07:00
Kim Santiago
1bbf5a78c1
enable table designer for table script in sql database project ( #19237 )
...
* add 'open in designer' to context menu of tables in sql projects
* fix tests
* Address comments
* enable table designer for sql database proj
* update label and issues on init
* vbump sts
* use promisified fs
* pr comments
Co-authored-by: Alan Ren <alanren@microsoft.com >
2022-06-02 13:27:47 -07:00
Sai Avishkar Sreerama
36550798f3
Dac Deployment options model updates according to STS changes in mssql, SC, dacpac extensions ( #18050 )
...
* Dac Deployement options model updates according to STS changes
* Undoing vscode whitespace changes which were added accidentally
* Updated model with dac deploy options display names coming from the STS API
* Combining all exisitng code updates into single branch/pr. it includes mssql model updates and SC/dacpac model, code and testupdates
* sql db proj test failure fix
* STS version bump to 4.0.0.4
2022-05-23 23:19:06 -05:00
Christopher Suh
8352c7631c
vbump and typo fix ( #19374 )
2022-05-13 13:18:57 -07:00