Leila Lali
8e9957adbe
SQLProj: No docker image build needed for deploying a database to docker ( #18629 )
2022-03-04 14:32:43 -08:00
Kim Santiago
9e3d678536
add learn more link for sdk style in create project from db dialog ( #18637 )
2022-03-04 13:00:21 -08:00
Z Chen
9e574ae602
Database Projects - Add existing file ( #18066 )
...
* Add existing file to sqlproj
* Address PR comments
* Fix failing test
* Add convertSlashesForSqlProj to test failure
2022-02-14 15:04:57 -08:00
Kim Santiago
fa4161d9a1
Add SDK style project option to create project from db dialog ( #18243 )
...
* add sdk style project template
* update description and order
* add SDK style project option to create project from db dialog
* fix test
* switch to checkbox
* remove not used string
* fix test
2022-02-10 10:49:46 -08:00
Vasu Bhog
9b3dd4247c
Add SQL Binding Password Prompts ( #18241 )
...
* add password warning
* password prompts
2022-02-09 00:42:27 -08:00
Kim Santiago
243afc9f54
add confirmation message to update project from db dialog ( #18199 )
2022-02-02 17:04:12 -08:00
Charles Gagnon
7509188764
Fix sql db project string ( #18046 )
...
* Fix string
* Update string
2022-01-21 13:39:55 -08:00
Kim Santiago
967cd2b102
Add SDK sql project template ( #18058 )
...
* add sdk style project template
* update description and order
* update template
* update template and add link
* remove ToolsVersion and xmlns from project node
* update template name to SQL Database (SDK)
2022-01-19 10:08:47 -08:00
Vasu Bhog
d4534f875f
Add Connection String Enhancement for SQL Bindings ( #18011 )
...
* sql database work to prompt users to choose connections
* add test
2022-01-13 17:54:46 -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
cd6b39ffee
add a project guid if a sql project doesn't have one ( #18009 )
2022-01-07 16:01:39 -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
Leila Lali
7e17bfb6ec
Added UI for user to accept EULA when deploying sql proj to docker container ( #17762 )
2021-11-30 15:08:23 -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
Leila Lali
9bdd6aca42
Adding UI for deploying a db proj to docker ( #17495 )
2021-11-18 14:44:33 -08:00
Lucy Zhang
3d9f54b0c0
Sql Binding: Add "Check out pane for more details" when nuget package download fails ( #17680 )
...
* check output for more details
* detail error
* wait for result from showerrormessage
2021-11-16 15:01:05 -08:00
Kim Santiago
6725e07ece
update names for msbuild sdk style projects ( #17677 )
...
* update names for msbuild sdk style projects
* remove msbuild from names
* update comments
2021-11-16 11:23:19 -10:00
Lucy Zhang
343e314103
SQL Binding: Give default connection setting name ( #17659 )
...
* show sqlconnectionstring in quickpick
* fix duplicate sqlconnectionstring setting
* add (new)
* add sqlconnectionstring as default setting name
* check if sqlconnectionstring already exists
2021-11-15 18:53:52 -08:00
Kim Santiago
8057bf855b
add support for Build Remove ( #17610 )
2021-11-09 10:45:56 -08:00
Kim Santiago
a34b5a0db7
show better error messages when parsing sqlproj ( #17589 )
...
* show better error messages when parsing sqlproj
* show error messages in console
2021-11-04 16:43:31 -07:00
Kim Santiago
e372fd9bdc
Add project name to update project message ( #17512 )
...
* add project name to update SSDT project message
* add quotes
2021-10-27 15:13:30 -07:00
Kim Santiago
fee9c6e071
Don't show update project warning for new style sqlproj ( #17490 )
...
* don't show SSDT update warning for new style projects
* update strings
* add checks for the 2 other ways to specify msbuild sdk
* add link to docs on how to use project sdk
Co-authored-by: Kim Santiago <kisantia@Kims-MacBook-Pro.local >
2021-10-27 12:53:38 -07:00
Benjin Dubishar
86320155ed
Correcting log messages during autorest execution selection ( #17434 )
...
* Correcting log messages during autorest execution choice
* Combining redundant strings
* Correcting icon + loc
* Fixing typo
2021-10-22 06:01:11 -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
Benjin Dubishar
6f65119166
Use correct string when checking "browse" option ( #17432 )
...
* Correct browse string match
* Deduping const
2021-10-21 13:24:35 -07:00
Benjin Dubishar
7f92d8bc19
Add prompt for autorest SQL project name ( #17365 )
...
* Adding prompt for project name
* Updating test
* PR feedback
* Fixing rename logic so that folder is also named according to project
* Updating autorest test to confirm rename
2021-10-17 07:53:22 -07:00
Benjin Dubishar
ecb7f9311a
Adding progress indicator for autorest generation ( #17371 )
2021-10-15 23:42:57 -07:00
Benjin Dubishar
901b90317c
Prompts user for desired action when autorest is not installed ( #17305 )
...
* Giving user option to install autorest globally or run via npx
* Adds message for when no files are generated (no models in spec)
* Adding test
* Reinstating the rest of the test suite
* PR feedback
* Fixing tests to stub new prompt when test runner doesn't have autorest installed
* PR feedback
* fix typo
* fix typo
2021-10-15 13:26:58 -07:00
Benjin Dubishar
69128c0689
Verbose output for autorest, displaying output pane on error ( #17308 )
2021-10-14 15:22:53 -07:00
Leila Lali
d479c96658
Addressed comments left in a merged PR ( #17307 )
2021-10-11 09:07:12 -07:00
Benjin Dubishar
33d9bfd87f
Adding JSON and YML as valid extensions for OpenAPI/Swagger spec files ( #17297 )
...
* adding more openAPI spec types
* Correcting extension stripping
* PR feedback
2021-10-07 23:22:21 -07:00
Leila Lali
f875699cd2
sqlproj publish to container - october release improvements ( #17289 )
2021-10-07 12:55:43 -07:00
Kim Santiago
2750dc0fe0
Add link to sql bindings repo ( #17263 )
...
* add link to sql bindings repo
* move to then
* const
2021-10-05 17:03:12 -07:00
Kim Santiago
b2e9e30529
Check if file is dirty before adding sql binding ( #17175 )
...
* check if file is dirty before adding sql binding
* Addressing comments
2021-09-29 15:26:14 -07:00
Kim Santiago
4e5c99df02
Add support for adding new setting in local.settings.json in add SQL binding quickpick ( #17093 )
...
* be able to add new setting in local.settings.json
* cleanup
* addressing comments
* remove todo comment
* addressing comments
* update some strings to uris
2021-09-22 14:12:01 -07:00
Leila Lali
3ed611db66
sql proj - publish to docker improvements ( #17124 )
2021-09-21 16:47:06 -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
Alex Ma
e4d2bf1919
[Loc] Fix for localization in constants and updated notebook and sql-database-projects ( #17080 )
2021-09-14 16:55:48 -07:00
Leila Lali
423cf8d3d5
SQL Proj - Added an option to deploy to docker to select the base image ( #17067 )
...
* Added an option to deploy to docker to select the base image
2021-09-14 13:49:57 -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
037f957741
Update SQL binding prompt string to be more clear ( #16982 )
...
* update SQL binding prompt string to be more clear
* update variable name
2021-09-03 10:29:55 -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
Charles Gagnon
00da5fdcb3
Add icons for some quickpick items ( #16939 )
2021-08-30 15:32:20 -07:00
Kim Santiago
2c75f199e8
Add sql bindings package reference to project ( #16912 )
...
* list packages and add packages working
* cleanup and remove list packages
* cleanup
* change to pull in latest package version
2021-08-27 16:58:54 -07:00
Charles Gagnon
a95d90ce5c
Have create proj from database show default save location as option ( #16909 )
...
* Default create proj location to setting
* update icons
* undo
2021-08-26 18:59:05 -07:00
Charles Gagnon
6a0a185cbd
Move create new option for publish to top and filter out system dbs ( #16908 )
...
* Move create new option for publish to top
* Move New tag to description
* fix
2021-08-26 15:52:08 -07:00
Charles Gagnon
6b1cc85c9a
Get tools service install location from extensions ( #16796 )
...
* Get STS install location from extensions
* Update error
2021-08-17 13:48:22 -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