Charles Gagnon
ebb1dcdfba
Update telemetry endpoints ( #19841 )
...
* Update telemetry endpoints
* Bump sql-assessment package
2022-06-28 09:16:29 -07:00
Charles Gagnon
87f8f2fd90
Additional SQL Proj cleanup ( #19836 )
2022-06-27 17:29:49 -07:00
Charles Gagnon
5b95a47ca6
Add launchPublishToDockerContainerQuickpick to extension API ( #19834 )
...
* Initial
* remove namespace
* minor fixes
2022-06-27 15:29:43 -07:00
Vasu Bhog
d5da934572
[SQL Bindings] Skip prompt to select setting from connection settings if there is none ( #19798 )
...
* add no setting option
* add tests
* reformat tests
2022-06-27 12:31:46 -07:00
Charles Gagnon
157b017bf8
Revert query-history version back to 0.2.0 ( #19825 )
...
Didn't notice that this had already been bumped from what was listed in the gallery (0.1.0 currently). So reverting back to 0.2.0 until after the next version is released.
2022-06-24 15:48:03 -07:00
Charles Gagnon
ed5a64f80f
Switch query events to just send ranges instead of full query text ( #19823 )
...
* Switch query events to just send ranges instead of full query text
* undo azdata changes
* fix type
* comment + remove unneeded ?
2022-06-24 15:43:40 -07:00
Chris LaFreniere
4f2a430c77
Fix Uncalled Function ( #19819 )
2022-06-23 17:14:39 -07:00
Chris LaFreniere
1b1117f07d
Attempt to Fix Unstable Notebooks Tests ( #19806 )
...
* Add check if currentBook exists
* adding checks for currentBook
2022-06-23 17:14:15 -07:00
Kim Santiago
ec57115383
Add telemetry for what users have in publish profile ( #19805 )
...
* add telemetry for what users have in publish profile
* simplify check
* add falsy checks
2022-06-23 13:43:08 -07:00
Rachel Kim
d787418c9c
sql migration vbump 1.0.4 ( #19814 )
2022-06-23 11:27:16 -07:00
Kim Santiago
a3cad2378c
Add telemetry for schema compare and sql database projects options dialogs ( #19799 )
...
* add more telemetry for schema compare and sql projects options dialogs
* cleanup
* change to sendActionEvent
2022-06-22 13:31:28 -07:00
Charles Gagnon
c24305f9d8
Move query history into extension ( #19794 )
...
* initial
* more
* Remove connectionId
* cleanup
* cleanup
* Remove core contributions, add to panel by default
* Add enabled state
* Update config
* cleanup
* Move
* Remove newlines
* update README
2022-06-22 12:37:32 -07:00
Alan Ren
f2c4e23f99
vbump STS ( #19786 )
2022-06-21 12:34:49 -07:00
Kim Santiago
fb56908165
disable publish profile input box ( #19784 )
2022-06-21 10:38:56 -07:00
Vasu Bhog
c5093dbb5a
Add Azure Function Service Error/Cancel tests ( #19758 )
...
* cleanup tests
* exit/error scenario tests
* remove + from manuallyEnterObjectName
* address comments
* add resolve for writeFile
2022-06-20 15:48:38 -07:00
Kim Santiago
0aadd317fa
Fix data workspace vscode telemetry ( #19768 )
...
* fix data workspace vscode extension telemetry extension name
* remove unused fullName
2022-06-20 14:11:15 -07:00
Leila Lali
632c0ba0e8
Updated language grammar file using latest vscode-mssql ( #19769 )
2022-06-20 08:38:41 -07:00
Leila Lali
ba6a2f18a7
Updated sql.tmLanguage.json used by syntax coloring from vscode repo ( #19767 )
...
* Updated the file used by syntax coloring from vscode repo
2022-06-17 16:29:37 -07:00
Candice Ye
5acdca2b70
Add readable secondaries and sync secondary to commit to SQL MIAA create ( #19740 )
...
* Added syncSecondaryToCommit to SQL update and create, as well as notebook, wizard, and compute+storage interfaces
* Added readable secondaries and syncSecondaryToCommit to cost and SQL MI create
* Added readable secondaries to notebook
* removed resource-deployment changes
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-06-16 15:04:03 -07:00
Candice Ye
adafdd489f
Fixed dynamic enablement ( #19742 )
...
* Fixed dynamic enablement
* Set to false or original logic in constructor
* Changed boolean to also undefined
* Moved comment to constructor
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-06-16 15:03:51 -07:00
Kim Santiago
1bf99b0802
vbump data developer extensions after release ( #19736 )
2022-06-15 14:46:41 -07:00
Vasu Bhog
4d320c56f0
cleanup tests ( #19732 )
2022-06-15 11:08:49 -07:00
Vasu Bhog
6ab09d9b1b
Add SQL Bindings Tests / Vbump ( #19717 )
...
* add further testing
* vbump version
* add successfully test
* address comments
2022-06-14 14:47:36 -07:00
Alan Ren
ba82444229
additional data property to error object and use it for table designer scenarios ( #19713 )
...
* add data property to error object
* vbump sts
2022-06-13 16:18:27 -07:00
Alan Ren
496ceecb01
vbump STS ( #19688 )
2022-06-08 17:15:29 -07:00
Leila Lali
22c315ea62
Fixing the telemetry property docker image name ( #19685 )
2022-06-08 16:06:00 -07:00
Raymond Truong
f07b4bf668
[SQL Migration] Remove faulty SQL VM state validation ( #19623 )
...
* Remove VM state validation
* Remove string too
* Remove a few more references
2022-06-07 17:17:44 -07:00
Kim Santiago
487b3450bb
fix table designer error when sql project has folders ( #19667 )
...
* fix table designer error when sql project has folders
* filter on .sql file extension
* compare lowercase
* add back EntryType.File filter
2022-06-07 15:59:36 -07:00
Kim Santiago
d95fe113e4
Fix sql database projects vscode telemetry ( #19645 )
...
* fix the wrong extension name getting sent for sql database projects vscode extension
* bump version
* remove print statements
* clean up comment
2022-06-07 10:30:55 -07:00
Barbara Valdez
a73eb0386b
Extend sql bindings api ( #19651 )
2022-06-07 10:12:41 -07:00
Vasu Bhog
8c223f503e
Fix SQL Bindings VSCode telemetry issues ( #19648 )
...
* fix package json telemetry issues
* add vs code dependency back
2022-06-07 00:19:00 -07:00
Sai Avishkar Sreerama
e08a87d035
SQL DB Project Extension - Providing publish deploy options ( #17993 )
...
* initilaizing the sqlproj display options work
* added more code to the options dialog, need default option values
* Except REset Button, all works and need to refactor and test
* DisplayOptions for SQL DB Proj completed, refactor needed
* Tests for display options
* refactor code and removed unnecessary await calls
* Description values getting from STS API and code refactor
* DacpacExtesnion test model error fix
* updates related to STS model updates
* Dac Deployement options model updates according to STS changes
* Undoing file updates and moving as separate PR
* Undoing vscode whitespace changes which were added accidentally
* Options display name coming from API
* Updated model with dac deploy options display names coming from the STS API
* errors fixed after merge to main
* separating model related changes after merge, separate PR exists
* wrong Comment for the test case removed
* code refactor updates
* Hyperlink changes to secondary button and style updates
* refactoring code and comments
* importing type only instead of whole azdata and comment updates
* projectcontroller test fix
* removed duplicate file updates from other PR
* code refactor according to comments
* Added dispose to the onclick handler
* Added test case
* parameter change results error and fixed
* Addressing all comments with updates
* Unused variable removed and missed with previous commit
* Updated the ppublish button and width
* Adjusted the database dropdown and options margins to make all input align in same line
* Updated the database width and moved stylings to uiconstants file
2022-06-06 16:53:53 -05:00
Charles Gagnon
2b27ecf245
Update typing for GetAzureFunction request ( #19607 )
2022-06-06 13:00:23 -07:00
Charles Gagnon
f22c9a02ab
Update xmldom to 0.8.2 ( #19625 )
...
* Update xmldom to 0.8.2
* Fix test
* Comments
2022-06-06 12:59:09 -07:00
Vasu Bhog
bbfd6617f9
vbump SQL Bindings for June Release ( #19639 )
2022-06-06 12:26:08 -07:00
Kim Santiago
535799fe23
update STS version to get DacFx fixes for update project and table designer ( #19627 )
2022-06-03 21:33:00 -07:00
Aasim Khan
f0f4a0a3cf
Updating sqltoolsservice ( #19614 )
2022-06-03 16:25:16 -07:00
Kim Santiago
7804f2cf3f
update sql database projects azdata dependency to 1.37.0 ( #19618 )
2022-06-03 14:27:14 -07:00
Leila Lali
e8158d4374
SQL Project: Opening connection viewlet after deploying database ( #19544 )
2022-06-03 11:44:58 -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
Vasu Bhog
4cb03a1ef0
[SQL Bindings] Add tests for connection string execute step ( #19594 )
...
* add connection string execute step tests
2022-06-02 13:49:25 -04:00
Vasu Bhog
6c7a8313b2
Adds SQL Binding Create Azure Function with SQL Binding tests ( #19538 )
...
* add a couple of azure function service tests
* address comments
* use mock for azureFunctionExtensionAPI
2022-05-31 21:04:39 -04:00
Charles Gagnon
6ae380b65d
Remove unnecessary awaits from extensions ( #19571 )
...
* Remove unnecessary awaits
* fix ignore
* revert eslintignore
* try
* increase size
* Increase sql lint size
2022-05-31 15:36:44 -07:00
Vasu Bhog
96f345a74a
add progress noticiations for database that would contain lots of tables ( #19572 )
2022-05-31 16:33:27 -04:00
Charles Gagnon
ccd458b876
Update typings for getAzureFunctions request ( #19556 )
2022-05-31 10:20:31 -07:00
Cory Rivera
7b1d34b2ce
Display the installed Python version above the package versions in the manage packages dialog. ( #19551 )
2022-05-27 14:31:40 -07:00
Leila Lali
6b10ecd588
Replaced db project readme file with opening a doc in browser after project is created ( #19543 )
2022-05-27 08:24:00 -07:00
dependabot[bot]
0b6d2ea449
Bump path-parse from 1.0.6 to 1.0.7 in /extensions/azurecore ( #19541 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 13:34:18 -07:00
Aasim Khan
67f8ffea52
Updating vsce package ( #19536 )
...
* Updating vsce package
* Removing unsupported extensionKind
2022-05-26 13:13:25 -07:00
dependabot[bot]
b64b3f6b0b
Bump ws from 7.2.3 to 7.4.6 in /extensions/azurecore ( #19540 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.2.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.2.3...7.4.6 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 10:58:01 -07:00