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
5106a08ea3
Add include permissions option for create project from db in vscode ( #20845 )
...
* add quickpick for include permissions option
* update vscode-mssql.d.ts
* add const
* undo whitespace change
2022-10-17 11:18:42 -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
dependabot[bot]
8072251fbc
Bump @xmldom/xmldom in /extensions/sql-database-projects ( #20816 )
...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom ) from 0.8.2 to 0.8.3.
- [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.8.2...0.8.3 )
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-type: direct:production
...
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>
2022-10-13 09:05:07 -07:00
Kim Santiago
1f1ea1ab59
fix sql projects vscode extension not activating because of not finding azdata ( #20814 )
2022-10-11 16:22:38 -07:00
Kim Santiago
1e89df8955
add 160 system dacpacs and update Azure master dacpac ( #20732 )
2022-10-05 14:57:03 -07:00
Charles Gagnon
60c1c8a89f
Update ads-extension-telemetry to 1.3.1 ( #20724 )
...
* Update ads-extension-telemetry to 1.3.0
* fix
2022-10-04 23:06:53 -07:00
Alan Ren
2df3f1a161
Remove preview flag for table designer ( #20720 )
...
* remove the preview flag for table designer feature
* sqlproj
2022-10-04 10:58:44 -07:00
Charles Gagnon
85dc506a3c
Add AuthenticationType enum to typings ( #20699 )
...
* Add AuthenticationType enum to typings
* fix
* const
* Add comments
* fix comment
* remove unused
2022-09-30 16:49:36 -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
Sakshi Sharma
c6f3996ec7
Set target platform for db projects from server metadata: mssql vscode extension ( #20607 )
...
* Set target platform for mssql vscode extension- create project from db feature
* Addressed comments
* Address comment to add EngineEdition information in vscode-mssql.d.ts
2022-09-19 10:50:55 -07:00
Sakshi Sharma
a6920ca601
Set target platform for database project from the server metadata ( #20558 )
...
* Set target platform for database project from the server metadata
* Addressed comments
2022-09-09 09:12:12 -07:00
Kim Santiago
7c34c4bdc0
add config option for Microsoft.Build.Sql version used to build legacy sql projects ( #20532 )
...
* add config option for Microsoft.Build.Sql version used to build legacy sql projects
* addressing comments
2022-09-01 17:05:26 -07:00
Sakshi Sharma
5e8ebe2340
Update default .NET installation for Linux ( #20521 )
...
* Update default .NET installation for Linux
* Fix error
* Address comments
2022-09-01 10:29:14 -07:00
Kim Santiago
fda2c37531
the fix open in designer menu item is not available after script is updated with newly added create table statements ( #20522 )
...
* make open in designer available after a script is updated with a new create table statement
* uppercase
2022-08-31 15:39:53 -07:00
Kim Santiago
8926c4f605
Remove sql project build dependency on STS ( #20447 )
...
* download Microsoft.Build.Sql sdk and extract
* cleanup extracted folder and nuget
* add constants
* cleanup
* remove package-lock.json
* making outputChannel required and some cleanup
* only download if the files aren't already there
* Add todo
* add try catches
* addressing comments
2022-08-31 14:04:06 -07:00
Kim Santiago
83043dadcc
move checking if a file contains a create table statement to utils ( #20512 )
2022-08-31 10:21:30 -07:00
Kim Santiago
06a3bf6718
Handle output path and configuration in .sqlproj ( #20426 )
...
* Revert "Revert "Fix sql projects not using OutputPath in sqlproj for publishing (#19987 )" (#20127 )"
This reverts commit dc7522c661 .
* read configuration from sqlproj
* Add more tests
* use last OutputPath in sqlproj
2022-08-25 10:25:12 -07:00
Kim Santiago
2e2fa7bf10
vbump schema compare and sql database projects ( #20464 )
2022-08-24 15:02:16 -07:00
Sai Avishkar Sreerama
7e99ea8618
Adding a loader spinner before the options load ( #20314 )
...
* Adding a loader spinner before the options load
* removing the local var and using const
* Reducing delay between button click and loader visibility,
2022-08-12 16:30:20 -05:00
Kim Santiago
f6d2af58af
Add image tag matching target platform for publish to docker ( #20296 )
...
* add the image tag for the sql server version
* add preview text and test
* cleanup
2022-08-11 14:58:09 -07:00
Kim Santiago
c27c5334ba
update container eula link ( #20279 )
2022-08-10 11:59:42 -07:00
Kim Santiago
57ef5721a3
vbump schema compare and sql database projects ( #20268 )
2022-08-08 16:07:21 -07: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
Sai Avishkar Sreerama
66115d8f80
options loading from profile if has profile loaded ( #19791 )
...
* options loading from profile if has profile loaded
* Removing profile file unwanted changes
* updating profiles options comment
* STS vBump
* revert STS version from this PR
2022-08-08 11:19:55 -05:00
Kim Santiago
dc7522c661
Revert "Fix sql projects not using OutputPath in sqlproj for publishing ( #19987 )" ( #20127 )
...
This reverts commit 70f0e7264b .
2022-07-21 08:11:23 -07:00
Kim Santiago
d418d7c01b
Add collapse project tree setting ( #20064 )
...
* Add sql projects setting to start with all project trees collapsed
* cleanup
* update string
* update string again
2022-07-18 17:04:39 -07:00
Sai Avishkar Sreerama
d76d483623
Disabling options button for the release ( #20040 )
...
* Disabling options button for the release
* Updated comment
2022-07-14 17:36:16 -05:00
Kim Santiago
5d07bece03
update azdata dependency for schema-compare and sql-database-projects ( #20035 )
2022-07-14 12:58:01 -07:00
Sai Avishkar Sreerama
425c9729ad
Toggle reset button on option change ( #19975 )
...
* Toggle reset button on option change
* Reset functionliaty is revised and added edge case consideration
2022-07-13 22:51:51 -05:00
Kim Santiago
70f0e7264b
Fix sql projects not using OutputPath in sqlproj for publishing ( #19987 )
...
* fix sql projects not using output path in sqlproj for publish
* add tests
* Addressing comments
2022-07-13 16:58:37 -07:00
Kim Santiago
5d30c5eb88
Add SQL Server 2022 as a target platform option for sql projects ( #19990 )
...
* add 160 option for sql db projects
* add comment
2022-07-11 15:25:18 -07:00
Sai Avishkar Sreerama
985f9b03c5
OptionsDialog and buttons CSS styling updates ( #19792 )
...
* OptionsDialog and buttons CSS styling updates
* final css changes for sql db options tab
* modified options button into itmes list
* updated tab name
* Added removed line git blame
2022-07-08 09:50:00 -05: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
Sai Avishkar Sreerama
84a15ea91d
STS version bump ( #19953 )
...
* STS version bump
* fix for vbump check pass
2022-07-08 09:19:59 -05:00
Charles Gagnon
5d241c1907
Fix deploy service test ( #19920 )
2022-07-05 12:29:40 -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
Charles Gagnon
8954b17c07
Fix container cleanup message disappearing - causing apparent hang ( #19910 )
...
* Fix container cleanup message causing apparent hang
* remove comment
2022-07-05 08:27:45 -07: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
Charles Gagnon
60026a39f9
Add getDockerImageSpec and cleanDockerObjects to API ( #19900 )
...
* Add getDockerImageSpec and cleanDockerObjects to API
* docs
2022-07-01 12:57:40 -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
Charles Gagnon
dc006be73e
Make publish to docker settings properties required ( #19898 )
...
* Make publish to docker settings properties required
* move
2022-06-30 16:21:53 -07:00
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
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