Kim Santiago
be006466ca
cleanup dacpac and schema compare to use createConnectionProfile() from ads-test ( #19942 )
...
* cleanup dacpac and schema compare to use createConnectionProfile() from ads-test
* typo
* reuse mockConnectionInfo
2022-07-07 16:25:00 -07:00
Kim Santiago
029ea06790
Add aria-label option for flexContainer for add db reference dialog to use ( #19911 )
2022-07-05 10:59:30 -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
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
Kim Santiago
fb56908165
disable publish profile input box ( #19784 )
2022-06-21 10:38:56 -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
Kim Santiago
1bf99b0802
vbump data developer extensions after release ( #19736 )
2022-06-15 14:46:41 -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
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
Kim Santiago
7804f2cf3f
update sql database projects azdata dependency to 1.37.0 ( #19618 )
2022-06-03 14:27:14 -07:00
Kim Santiago and Alan Ren
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
Kim Santiago
7b4181dd13
add docker image with telemetry for publish to container ( #19360 )
...
* add docker info image to telemetry for publish to container
* change name
2022-05-12 14:03:17 -07:00
Kim Santiago
b3d92aaad3
change import back to import type * as azdataType ( #19292 )
2022-05-04 17:28:06 -07:00
Kim Santiago
d122e7636c
remove default VS properties when converting legacy to SDK-style sql project ( #19255 )
2022-05-04 12:00:38 -07:00
Kim Santiago
34f6083bfc
fix alignment in update project from db dialog ( #19207 )
2022-04-27 17:06:42 -07:00
Kim Santiago
6e2bf7521f
update versions of data developer extensions ( #19220 )
2022-04-26 14:53:12 -07:00
Kim Santiago
a7ba78b186
add telemetry on how many projects are open ( #19146 )
2022-04-25 10:20:37 -07:00
Kim Santiago
d34b65ebb7
send telemetry for generate project from OpenApi spec ( #19188 )
2022-04-25 10:20:26 -07:00
Kim Santiago
23f9e37986
Fix create project from db not loading dbs when disconnected ( #19129 )
...
* fix create project from database when launched from disconnected node
* don't open dashboard
* fix tests
* update order so connection dialog opens first if can't connect
2022-04-22 15:28:04 -07:00
Kim Santiago
bf82204453
add sdk-style option to exposed sql project apis ( #19143 )
2022-04-19 17:28:27 -07:00
Kim Santiago
794daa3440
add SDK option to create project from db quickpick ( #19100 )
...
* Add SDK option to create project from db quickpick
* cleanup
2022-04-15 09:57:48 -07:00
Kim Santiago
5c823e436a
update schema compare version to 1.13.1 ( #19026 )
2022-04-12 16:43:14 -07:00
Kim Santiago
2d68b2bbce
hide convert to sdk-style from project context menu ( #19002 )
...
* hide convert to sdk-style from project context menu
* bump version since 0.16.0 was released in insiders
2022-04-12 09:45:02 -07:00
Kim Santiago
379b24d78c
Add confirmation before converting to SDK-style project ( #18893 )
...
* Add confirmation before updating to SDK-style project
* update string
* update string
* update other learn more url
2022-04-07 15:48:05 -07:00
Kim Santiago
d6dab3dd18
Remove build and folder includes when converting to SDK-style project ( #18889 )
...
* remove Build and Folder Includes
* add tests
* cleanup
* rollback if there was an error during the conversion
2022-04-01 21:04:18 -04:00
Kim Santiago
80db3a492f
don't show error notification if no error message in dacpac extension ( #18871 )
2022-03-31 15:31:48 -07:00
Kim Santiago
b65a6bd741
update DW target platform name in sql projects ( #18843 )
...
* update DW target platform name
* remove Microsoft from target platform names
* fix merge conflict
2022-03-31 15:30:30 -07:00
Kim Santiago
fe0cff07d6
Expose refresh projects tree ( #18890 )
...
* refresh project tree after apply schema compare to project
* clarify comment
2022-03-31 11:08:08 -07:00
Kim Santiago
8537a30996
fix project not getting updated after schema cmopare ( #18850 )
2022-03-29 11:55:12 -07:00
Kim Santiago
f002a26fe4
Add convert to SDK style project to context menu ( #18847 )
...
* differentiate between sdk and legacy style projects in tree
* switch to legacy
* add to context menu
* add function call
2022-03-29 10:15:36 -07:00
Kim Santiago
2f825f8a97
add initial SDK-style project migration ( #18827 )
...
* add initial SDK-style project migration
* addressing comments
2022-03-28 16:29:14 -07:00
Kim Santiago
893015010d
remove unused SchemaComparePublishChanges ( #18830 )
2022-03-28 10:54:53 -07:00
Kim Santiago
c39b13a93e
cleanup sql database projects package.json ( #18794 )
2022-03-23 10:45:48 -07:00
Kim Santiago
5a87e552bc
move system dbs to bottom of the list in update project from db dialog ( #18791 )
2022-03-22 18:12:19 -07:00
Kim Santiago
8a670a8baa
Add a few more properties for dacpac telemetry ( #18782 )
...
* add wizard page and selected operation for dacfx wizard cancel telemetry
* update name
* send version for extract
* pass version directly into function call
2022-03-21 14:27:09 -07:00
Kim Santiago
6263cc2f87
cleanup dacpac extension telemetry ( #18778 )
...
* cleanup dacpac extension telemetry
* Add helper function and missing action
2022-03-18 15:53:05 -07:00
Kim Santiago
3071a7b710
Add more telemetry for sql database projects ( #18751 )
...
* add more telemetry for sql database projects
* add publishToContainer events
* send target platform when publishing
* add duration for createProjectFromDb and updateProjectFromDb
2022-03-17 16:44:10 -07:00
Kim Santiago
023e10b496
Add preview and bump versions ( #18749 )
2022-03-17 10:47:50 -07:00
Kim Santiago
90d6defa05
Add select target platform to new project quickpick ( #18731 )
...
* add step to choose target platform in new project quickpick
* add comment
* only splice if the default target platform index isn't -1
* change 3 to 5 in comment
2022-03-15 18:07:41 -07:00
Kim Santiago
de9a4e02b1
add SDK style option to new project quickpick ( #18724 )
...
* add SDK style option to new project quickpick
* addressing comments
2022-03-14 16:10:51 -07:00
Kim Santiago
7181d4c79e
Make SDK-style project a checkbox option instead of separate template ( #18698 )
...
* switch to using a checkbox instead of separate template for new SDK style project
* let project provider provide sdk learn more url
* Reorder
2022-03-11 16:54:53 -08:00
Kim Santiago
5f2d8b2bd5
remove sql server 2005 and 2008 as options for sql database projects ( #18664 )
...
* remove sql server 2005 and 2008 from target platforms
* also remove 2005 and 2008 from SqlTargetPlatform enum
* fix a windows test
2022-03-10 18:11:49 -08:00
Kim Santiago
5bb35d4eed
update Microsoft.Build.Sql version to 0.1.3-preview in templates ( #18659 )
2022-03-07 17:34:30 -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
Kim Santiago
7b92c9eb65
only show confirmation message for apply all changes, not for view changes in schema compare ( #18520 )
2022-02-22 13:33:24 -08:00
Kim Santiago
b33afe3efb
add back SDK style project template ( #18448 )
2022-02-18 09:54:10 -08:00
Kim Santiago
d24a289af5
fix SDK style projects not being able to find system dacpacs ( #18218 )
...
* fix SDK style projects not being able to find system dacpacs
* fix tests
2022-02-16 09:36:01 -08:00
Kim Santiago
7078b9ea33
hide sdk style project template ( #18308 )
2022-02-10 15:50:37 -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
Kim Santiago
243afc9f54
add confirmation message to update project from db dialog ( #18199 )
2022-02-02 17:04:12 -08:00
Kim Santiago
f0dd31c457
fix excluding pre/post/none deploy scripts in sdk style projects ( #18117 )
2022-01-25 11:49:52 -08:00
Kim Santiago
3540a1b986
remove update project from database in vscode ( #18124 )
2022-01-19 13:53:47 -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
Kim Santiago
8b9020e7b6
update azdata dependency for schema compare and sql database projects ( #18095 )
2022-01-14 16:50:47 -08:00
Kim Santiago
6a288dcaa5
add types instead of using any in project.ts ( #18091 )
2022-01-14 12:53:57 -08:00
Kim Santiago
4fa2b50077
load name and options from publish profile for vscode publish quickpick ( #18044 )
...
* load name and options from publihs profile for vscode publish quickpick
* fix when a publish profile doesn't have the target db name
* update condition
* simplify
2022-01-11 15:05:58 -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
e11b1ed2a3
update sql projects test ( #17987 )
2022-01-05 10:03:24 -08:00
Kim Santiago
443257e699
Handle delete folder for SDK style sql projects ( #17961 )
...
* handle delete folder for sdk style projects
* cleanup
* compare original sqlproj contents
* remove redundant checks
2021-12-20 12:43:30 -08:00
Kim Santiago
e18c87b194
vbump sql database projects to 0.15.0 ( #17956 )
2021-12-16 16:08:23 -08:00
Kim Santiago
b6d38e6e58
fix pre/post deploy scripts getting double counted in the files for sdk style projects ( #17954 )
...
* fix pre/post deploy scripts getting double counted in the files for sdk style projects
* add test
* update comment
2021-12-16 15:32:32 -08:00
Kim Santiago
703a925a92
Add folder for SDK style sql projects ( #17918 )
...
* update add folder for sdk style sql projects
* fix tests
* add test for add folder to sdk style project
* handle nested folders
* update helper function name
2021-12-16 09:35:29 -08:00
Kim Santiago
2b1acbc2c7
Handle exclude folder for sdk style sql projects ( #17826 )
...
* handle exclude Folder for sdk style projects
* update comment
* fix tests
* cleanup
* handle nested folders
* cleanup
* addressing comments
2021-12-14 11:29:42 -08:00
Kim Santiago
83029fad00
fix focus when opening publish dialog ( #17886 )
2021-12-09 15:10:40 -08:00
Kim Santiago
485c0bd17b
fix load publish profile not working ( #17851 )
2021-12-08 10:50:37 -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
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
33f01054c0
Update remove file for sdk style sql projects ( #17688 )
...
* add support for removing file in new style project
* fix test
* only load files, not whole project when checking if a <Build Remove> needs to be added
* merge changes
* fixes after merge
2021-11-22 14:45:43 -10:00
Kim Santiago
a79c61ff4e
Fix ordering of reading sqlproj Build Includes and Removes ( #17712 )
...
* evaluate includes and removes in order in sqlproj
* fix after merge
* fix comment
* update comment
2021-11-22 11:50:06 -10:00
Kim Santiago
bb28646670
Update one more variable name for sdk style projects ( #17710 )
2021-11-22 08:13:36 -10:00
Kim Santiago
6f03cbac97
support building msbuild sdk style projects ( #17675 )
...
* support building msbuild sdk style projects
* fixes after merge
2021-11-17 07:59:43 -10: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
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
Kim Santiago
5fccd8ebcd
update add file/folder for msbuild sdk style projects ( #17660 )
...
* update add file for msbuild sdk style projects
* also handle add folder
* fix comment
2021-11-15 15:00:50 -10:00
Kim Santiago
bf1cc057be
Refactoring readProjFile() ( #17637 )
...
* move reading project parts to different helper functions
* cleanup
* remove comment
* addressing comments
2021-11-12 15:02:52 -08:00
Kim Santiago
b6047ad87d
Move project entry classes to separate file ( #17629 )
...
* moving ProjectEntry stuff to another file
* cleanup
2021-11-09 16:03:39 -08:00
Kim Santiago
8057bf855b
add support for Build Remove ( #17610 )
2021-11-09 10:45:56 -08:00
Kim Santiago
a31388f37a
fix test-extension-unit.js on mac ( #17612 )
...
* fix test-extensions-unit.js not working on mac
* add comment
2021-11-05 17:22:38 -07:00
Kim Santiago
b8ea493f8c
Add support for showing files for glob style sql projects ( #17518 )
...
* use glob to get files for new style msbuild sdk sqlproj
* add tests
* cleanup
* fix test
* don't show bin and obj files and folders
* handle other glob patterns
* fix duplicate entries getting added for glob patterns in project's folder
2021-11-05 13:29:47 -07: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
312b410fff
Add type for Document in sql database projects ( #17539 )
2021-11-02 13:17:18 -07:00
Kim Santiago
0d485ffe2b
fix DefaultValue getting loaded for publish profiles ( #17526 )
...
* fix DefaultValue getting loaded for publish profiles
* add comment
2021-11-02 11:32:25 -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 and 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
Kim Santiago
9b45911141
vbump dacpac, schema compare, and sql database projects ( #17492 )
2021-10-26 10:49:44 -07:00
Kim Santiago
38036ca15c
hide add sql binding quickpick ( #17340 )
2021-10-11 16:14:31 -07:00
Kim Santiago
6c79b2a8c9
fix schema compare results at bottom ( #17299 )
2021-10-07 13:33:10 -07:00
Kim Santiago
87baa9c860
fix sql bindings error message not showing ( #17276 )
...
* fix error message not showing
* use utils.getErrorMessage
2021-10-06 16:03:40 -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
7c0ab0af82
add category for Add Sql Binding command ( #17260 )
2021-10-05 13:42:25 -07:00
Kim Santiago
51c41915a4
use placeholder for table name in add sql bindings quickpick ( #17258 )
...
* use placeholder for table name in add sql bindings quickpick
* add validation
2021-10-04 17:35:13 -07:00
Kim Santiago
d5b43df6d6
fix restart ADS warning showing twice for create project from db ( #17214 )
2021-10-01 14:53:36 -07:00
Kim Santiago
e037118082
Reset schema comapre when comparison result is not success ( #17184 )
2021-10-01 10:21:07 -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
ee8285bf38
Add back "Remove Project" ( #17178 )
...
* remove project working with full paths
* use relative paths
* const
* addressing comments
2021-09-28 17:09:21 -07:00
Kim Santiago
1c112689b1
update data workspace restart ADS to open workspace message ( #17188 )
...
* update message
* update string
2021-09-28 16:49:00 -07:00
Kim Santiago
626eecf964
mark schema compare tests as unstable ( #17140 )
2021-09-22 17:18:48 -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