dependabot[bot]
8333a39615
Bump xmldom from 0.3.0 to 0.6.0 in /extensions/sql-database-projects ( #18171 )
...
Bumps [xmldom](https://github.com/xmldom/xmldom ) from 0.3.0 to 0.6.0.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/0.3.0...0.6.0 )
---
updated-dependencies:
- dependency-name: xmldom
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-01-27 13:14:25 -08:00
Kim Santiago
3540a1b986
remove update project from database in vscode ( #18124 )
2022-01-19 13:53:47 -08:00
Kim Santiago
8b9020e7b6
update azdata dependency for schema compare and sql database projects ( #18095 )
2022-01-14 16:50:47 -08:00
Benjin Dubishar
292e60a767
Apply changes from remote database to sqlproj - sql-database-projects changes ( #17738 )
...
* update project from database
* update project from database
* Leftover merge update
* Slight refactor to add vscode entrypoints
* Re-adding leftover schemacompare bits that reference database project changes
* Removing unnecessary function
* Addiung GetDSP command to package.json
* tests and a race condition fix
* remove custom UUID generation code
* swapping awaits for voids on promises
* PR feedback
* PR feedback
* Hide update project command from vscode
* Swapping cross-extension commands for bound extension contract
* Re-adding schema compare radio buttons for sqlproj
* Adding refresh after project update
* Populating list of project scripts just before comparison to avoid missing script errors of project was separately edited
* Adding missing await for okay button enable check
* Correcting schema compare source when populated from a project
* Rename UpdateDataModel to be more clear
* Fix incorrectly changed type
* Added new runComparison schema compare command, hooked up to sqlproj extension
* Added progress indicator for "apply now" option
* moved string literal to constant
* Added missing await
* Setting missing "saveScmpButton" state to fix test
* Revert "Setting missing "saveScmpButton" state to fix test"
This reverts commit 55612c9def24ac9e3398f5bbd153d21d9d3ca37f.
* Removing preemptive resetWindow() call
* general cleanup
* PR feedback
* property renames
* Reverting rename; requires Tools Service change first
* Adding header to updateProject
* Adding missing header
* PR feedback
* adding missing await
* Handing race condition for UI enable
* Fixing broken okay enable case
* Fixing enum comparison wonk
Co-authored-by: Noureldine Yehia <t-nyehia@microsoft.com >
2022-01-11 16:52:09 -08:00
Kim Santiago
e18c87b194
vbump sql database projects to 0.15.0 ( #17956 )
2021-12-16 16:08:23 -08:00
Kim Santiago
43d235ea42
update .net sdk location strings now that .net 6 is supported ( #17757 )
...
* update .net install strings now that .net 6 is supported
* copy old setting value to new setting
* update strings
* add link to issue
2021-12-02 15:32:07 -08:00
Lucy Zhang
9b87973205
Enable add sql binding quickpick ( #17790 )
...
* enable add sql binding command
* add preview to command
* use resourceScheme instead of resourceExtname
* bump version to 0.15.0
* revert version bump
2021-12-02 12:19:11 -08:00
Kim Santiago
0847f7cd38
Remove .net 6 version cutoff for building sql projects ( #17736 )
...
* remove .net 6 version cutoff for building sql projects
* Revert "Warning when .NET 6 SDK is detected (#17422 )"
This reverts commit 2ed8aeb565 .
* add back skipVersionSupportedCheck
* add back return false
* addressing comments
2021-11-23 14:32:05 -10:00
Kim Santiago
24a6de404c
undo adding space in net core sdk location setting ( #17684 )
2021-11-16 10:51:24 -10:00
Kim Santiago
66c438db4d
Fix sql projects net6 warnings ( #17673 )
...
* fix .net 6 error showing on startup
* fix double warning
* addressing comments
* update key string
2021-11-16 10:02:15 -10:00
Karl Burtram
d7b0b6c251
Add untrusted workspace supported flags ( #17557 )
2021-11-01 20:48:05 -07:00
Charles Gagnon
114a768634
String updates for Data Workspace & SQL Proj ( #17504 )
...
* Clean up extension descriptions
* More cleanup
* learning to spell
* Remove unused loc strings
* Add bundling information & rename view container
* Update data workspace readme
2021-10-28 13:33:19 -07:00
Charles Gagnon
d70ea2fbcb
Fix localized titles in VS Code marketplace ( #17514 )
2021-10-27 13:51:58 -07:00
Kim Santiago
9b45911141
vbump dacpac, schema compare, and sql database projects ( #17492 )
2021-10-26 10:49:44 -07:00
Z Chen
2ed8aeb565
Warning when .NET 6 SDK is detected ( #17422 )
...
* Check for max supported version
* Separate dialog for downgrade warning
* Address PR comments
* Use markdown link
* Update warning message
2021-10-21 13:48:52 -07:00
Kim Santiago
38036ca15c
hide add sql binding quickpick ( #17340 )
2021-10-11 16:14:31 -07:00
Alan Ren
a25dd2c03b
fix component detection error ( #17319 )
2021-10-08 13:03:40 -07:00
Kim Santiago
7c0ab0af82
add category for Add Sql Binding command ( #17260 )
2021-10-05 13:42:25 -07:00
Charles Gagnon
32b912c37e
Clean up tsconfig.base.json ( #17220 )
...
* Clean up tsconfig.base.json
* revert param name
* Try removing comments
* use newer option again
* revert option again
* more
2021-10-04 13:35:24 -07:00
Benjin Dubishar
5feb660234
PR follow-up comments ( #17113 )
2021-09-20 15:46:34 -07:00
Benjin Dubishar
08e15bce99
Adds autorest-based SQL Project generation to SQL Database Projects extension ( #17078 )
...
* Initial changes
* checkpoint
* Constructing project with post deployment script
* Correcting to intentionally read from cached list of projects
* Adding activation event, fixing fresh workspace bug
* Convert netcoreTool and autorestHelper to share a helper class for streamed command
* Include npm package version to force update
* test checkpoint
* Unit tests
* Added contextual quickpicks for autorest dialogs
* Adding projectController test
* Added projectController test, some refactoring for testability
* Merge branch 'main' into benjin/autorest
* Fixing 'which' import
* PR feedback
* Fixing tests
* Adding additional information for when project provider tests fail
* Hopefully fixing failing tests (unable to repro locally)
* Adding Generate Project item to workspace menu
* PR feedback
2021-09-16 20:38:40 -07:00
Leila Lali
4912faa966
SQL Project - deploy to docker publish option ( #17050 )
...
SQL Project - deploy to docker publish option
2021-09-13 14:12:53 -07:00
Kim Santiago
a47276f708
Load settings from local.settings.json for add sql bindings quickpick ( #16957 )
...
* load settings from local.settings.json for add sql bindings quickpick
* cleanup
* addressing comments
2021-09-02 17:25:13 -07:00
Kim Santiago
b2be609c36
hook up add sql binding ( #16838 )
...
* hookup add sql binding
* fix typo
* addressing comments
* Addressing more comments
* add more comments
2021-08-23 13:49:05 -07:00
Kim Santiago
9e16a30ece
bump sql database projects version to 0.13.0 ( #16834 )
2021-08-20 15:30:10 -07:00
Leila Lali
32a71a2de6
SQL Database Project - Deploy db to docker ( #16406 )
...
Added a new command to deploy the project to docker
2021-08-12 13:24:16 -07:00
Charles Gagnon
c891584fec
Update ADS strings for sql-database-projects ( #16683 )
...
* Update ADS strings for sql-database-projects
* fix
2021-08-10 22:21:46 -07:00
Charles Gagnon
b8da94f9ef
Add Create Proj from DB to VS Code context menus ( #16584 )
...
* Add Create Proj from DB to VS Code context menus
* Fix error
* add comment
* use constant
2021-08-06 08:59:35 -07:00
Kim Santiago
33baaa475d
Insert sql binding into Azure function quick pick ( #16553 )
...
* initial quick pick
* move constants
* remove commented code for now
* addressing comments
* update name
* update name in other places
* remove azure functions from name and rename file
2021-08-05 12:11:30 -07:00
Charles Gagnon
2427cbe3c6
Remove unused commands from vs code sql proj ( #16507 )
2021-07-30 19:23:40 -07:00
Kim Santiago
ce4fa98691
bump sql database projects version to 0.12.0 ( #16401 )
2021-07-22 15:53:48 -07:00
Kim Santiago
b4ab73a636
bump ADS dependency for sql database projects ( #16092 )
2021-07-13 11:46:02 -07:00
Alex Ma
30462dfb25
Webpack Extensions update ( #15919 )
...
* test for schemacompare
* added schema compare to package.json
* added arc for translation
* added admin-tool-ext-win
* added agent
* added cms to list of extensions webpacked
* removed dacpac
* added import
* added machine-learning
* removed profiler
* added server-report
* added sql-assessment
* added sql-migration
* added sql-database-projects
* added query-history
* fixed and updated dependencies in extensions for webpacking.
* fixed names of entry
* fixed webpack for machine-learning
* removed dependency external for dacpac
* reduced externals for server-report
* added back import
* removed extension.webpack.config.js
* removed useless handlebars function
* added todo message
2021-07-01 09:56:55 -07:00
Sakshi Sharma
e72ba26411
Bump Sql Db Projects extension version ( #15688 )
...
* Bump Sql Db Projects extension
* Bump azdata version for Sql Db projects
* Update package.json
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2021-06-30 11:03:42 -07:00
Charles Gagnon
4707c1601c
Handle no azdata API in sql db proj extension gracefully ( #15873 )
...
* Update db proj ext to handle not having azdata API available
* Fixes
* Fix compile
2021-06-22 23:34:01 -07:00
Kim Santiago
e0d8b67fe4
bump schema compare and sql db proj versions ( #15496 )
2021-05-17 13:25:47 -07:00
Benjin Dubishar
7e8dccec82
Add setting to hide netcore installation prompt ( #15470 )
...
* Add setting to hide netcore installation prompt
* Shortened strings to fit toast
* Updating data workspace string for consistency
2021-05-17 09:59:08 -07:00
Kim Santiago
e2537922b0
bump sql database projects version to 0.9.1 ( #15314 )
2021-05-03 16:22:11 -07:00
Kim Santiago
cbe128dd6c
bump version for schema compare and sql database projects ( #15285 )
2021-04-29 11:32:13 -07:00
Sakshi Sharma
c58b7d35d7
Fix deploy data to be presented on dashboard ( #15073 )
...
* Fix deploy data to be presented on dashboard
* Bump sql-db-project extensions version
* Address comment
2021-04-09 12:22:31 -07:00
Sakshi Sharma
addef2d584
Add message when no history exists on projects dashboard ( #15002 )
...
* Add message when no history exists on projects dashboard
* Bump version for sql db projects
* Update text, add refresh button
* Remove commented code
2021-04-07 00:42:11 -07:00
Kim Santiago
f4d305ec16
vBump dacpac and sql database projects ( #14768 )
2021-03-17 11:14:48 -07:00
Charles Gagnon
4e1c7decde
Add mocha dependencies ( #14562 )
2021-03-04 16:30:39 -08:00
Kim Santiago
4053666bef
bump sql database projects version and dependency ( #14442 )
2021-02-25 13:33:26 -08:00
Kim Santiago
272c20bb38
bump versions for data developer extensions ( #14327 )
2021-02-17 15:38:06 -08:00
Kim Santiago
5e168b0960
fix system db references going away when project target platform is changed ( #14255 )
...
* fix system db references going away when target platform is changed
* bump version
2021-02-11 14:00:07 -08:00
Charles Gagnon
c027ce4f00
Update ads-extensions-telemetry package ( #14162 )
2021-02-04 14:57:54 -08:00
Charles Gagnon
72b8d96dbc
Bump ads-extension-telemetry ( #14115 )
...
* Bump ads-extension-telemetry
* Fix import
2021-01-29 14:11:44 -08:00
Kim Santiago
f9ea6430ee
fix projects view title commands ( #14086 )
2021-01-28 10:15:02 -08:00
Charles Gagnon
82b363fe90
Update ads-extension-telemetry package to official Microsoft org version ( #14032 )
...
* Update ads-extension-telemetry package to official Microsoft org version
* Update names
2021-01-22 16:40:59 -08:00