Charles Gagnon
cdece24123
Enable no-unsafe-assignments for MSSQL ( #23407 )
...
* Enable no-unsafe-assignments for MSSQL
* Remove toString
2023-06-18 10:01:41 -07:00
Hai Cao
b9dd591c2c
bump STS ( #23404 )
2023-06-16 14:27:35 -07:00
Charles Gagnon
336f3af6a4
Add mssql.proposed.d.ts ( #23394 )
...
* Add mssql.proposed.d.ts
* Add proposed ref
2023-06-15 16:29:20 -07:00
Cory Rivera
b135a06f8a
Add link to Azure pricing calculator in New Database dialog ( #23389 )
2023-06-14 16:23:01 -07:00
Cory Rivera
7340484dda
Disable DataWarehouse option in Create Database dialog ( #23386 )
2023-06-14 12:14:02 -07:00
Kim Santiago
1ff0a07217
Add support for System database package references for SDK-style sql projects ( #23309 )
...
* add package reference type for system db references
* Add radio buttons
* hookup
* add test
* handle changing reference type radio buttons
* cleanup
* update strings
* change style to type
* change more places with style to type
* blank lines
2023-06-13 16:06:12 -07:00
Cory Rivera
398a91456d
Add Configure SLO section to Create Database dialog for Azure servers ( #23359 )
2023-06-13 13:43:55 -07:00
Hai Cao
437f216cda
Auto-refresh OE with table designer ( #23370 )
2023-06-12 09:16:41 -07:00
Alan Ren
58082402aa
enable provider/extension side copy to clipboard support ( #23363 )
...
* improve copy data experience
* add copy result handler
* refactoring
* updates
* add thirdparty notice for TextCopy nuget package
* add await
* comments
2023-06-09 14:24:45 -07:00
Alan Ren
7886b28565
move object management interfaces ( #23358 )
2023-06-08 12:46:44 -07:00
Hai Cao
c5bc541090
Fix must_change option for login management ( #23350 )
2023-06-08 09:52:10 -07:00
Cory Rivera
9dcb7e4ee5
Update default values for Owner and Collation in Create Database dialog ( #23332 )
2023-06-07 09:47:16 -07:00
Benjin Dubishar
bfbc7bb9dc
Fixing and enabling some Projects tests ( #23261 )
...
* unskipping tests
* timeout
* bumping STS
* adding in exclude nested projectEntry test
* cleanup
2023-06-05 14:18:46 -07:00
Cory Rivera
926dae5cfd
Enable Create Database dialog for object management framework ( #23168 )
2023-06-01 14:05:33 -07:00
Karl Burtram
d9f723a75b
Bump STS to 4.8.0.15 for connection pool issue ( #23279 )
2023-05-31 18:52:36 -07:00
Charles Gagnon
50e08e11df
Add back common extension linting rules ( #23271 )
...
* Add back common extension linting rules
* Fix lint issues
2023-05-31 14:31:00 -07:00
Karl Burtram
716176be07
Bump STS to 4.8.0.14 to pickup AAD '-' in email bug fix ( #23263 )
2023-05-30 21:24:12 -07:00
Alan Ren
53250c6bc4
customize loading status message ( #23247 )
...
* customize loading status message
* Update extensions/mssql/src/ui/localizedConstants.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update extensions/mssql/src/ui/localizedConstants.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-05-30 13:23:38 -07:00
Alan Ren
f4d5ab616c
add objects dialog ( #23243 )
2023-05-30 09:53:44 -07:00
Alan Ren
1a1839ab09
fix find object dialog type display name issue ( #23232 )
2023-05-26 07:59:34 -07:00
Hai Cao
a1f2be73a6
Table Designer: Add config for table designer trigger behavior ( #23165 )
...
* add a config for table designer trigger behavior
* bump STS
2023-05-18 13:35:50 -07:00
Charles Gagnon
9a5dd84504
Cleanup mssql dialog base ( #23163 )
2023-05-17 22:14:09 -07:00
Hai Cao
7bebadd784
bump STS ( #23153 )
2023-05-17 11:47:12 -07:00
Aasim Khan
20f409adca
Fixing default ( #23139 )
2023-05-15 21:33:56 -07:00
Alan Ren
b56f2ccb60
add securable settings ( #22936 )
...
* wip
* Update typings
* nullable
* update test service
* support securables
* updata test data
* fix issues
* fix build failure
* update test mocks
* fix typo
* fix reference
* fix findobjectdialog issue
* update SearchResultItem type
* fix table component perf issue
* hide effective permission for server role
* hide effective permission for app role and db role
* vbump sts and fix a couple issues
* STS update and UI update
* fix user login display issue
* vbump sts
2023-05-15 15:01:57 -07:00
Aasim Khan
787a66922f
Adding filtering to group by schema and switching to using name from displayName in oe filters. ( #23123 )
2023-05-13 09:25:07 -07:00
Aasim Khan
2beba9ac08
Adding inline actions to OE ( #23101 )
2023-05-13 09:24:49 -07:00
Benjin Dubishar
017bbe61d5
Fix deploy/generatePlan/saveProfile when no sqlcmdvars are defined ( #23112 )
...
* fix deploy/generate when no sqlcmdvars are defined
* saveProfile
2023-05-11 22:03:31 -07:00
Benjin Dubishar
0158bd9861
Fixing bug where SQLCMD vars weren't getting JSONified ( #23082 )
...
* changing param for sqlcmdvars back to Record since Json.stringify doesn't handle Maps
* swapping over savePublishProfile
2023-05-10 21:12:21 -07:00
Aasim Khan
60a280042d
Readding filtering back into main ( #23064 )
2023-05-09 16:32:58 -07:00
Benjin Dubishar
0d8e1882fa
Bumping SQL Tools Service ( #23046 )
2023-05-08 18:35:01 -07:00
Aasim Khan
25bc14fb25
Adding filtering dialog and action to OE ( #22937 )
...
* Adding init change
* Adding filter cache in OE
* Adding more filtering changes
* Fixed stuff with dialog
* Fixing filter
* Adding support for connecitons
* Fixed stuff
* filtering
* Fixing date
* Filters
* Removing is filtering supported
* Removing contracts
* Fixing filters
* Fixing cache
* Adding some accessibility changes
* Reverting some more changes to pull in changes from the main
* Adding comments
* Fixing boolean operators
* Fixing stuff
* Fixing stuff
* Fixing error handling and making dialog generic
* Fixing more stuff
* Making filter a generic dialog
* adding erase icon
* removing floating promises
* Fixing compile issue
* Adding support for choice filter with different and actual value.
* Adding null checks
* Adding durability type fix
* Fixing filtering for providers that do not play well with empty filter properties
2023-05-08 11:00:59 -07:00
Alex Ma
898bb73a34
Revert new connection string format ( #22997 )
2023-05-05 13:41:40 -07:00
Cory Rivera
27e0d67dec
Add context menu entries for deleting a database ( #22948 )
2023-05-05 12:12:35 -07:00
Cory Rivera
876a4a24f6
Bump SQL Tools dependency to 4.7.0.28 ( #22983 )
2023-05-05 10:39:34 -07:00
Charles Gagnon
c3bf85f026
Create separate ScriptableDialogBase ( #22974 )
...
* Create separate ScriptableDialogBase
* more
2023-05-05 09:17:51 -07:00
Charles Gagnon
88197a5162
Fix validation errors in package.json when clause ( #22972 )
2023-05-04 16:19:52 -07:00
Benjin Dubishar
94745a69f5
Bumping Tools Service dependency ( #22963 )
2023-05-04 11:45:00 -07:00
Alan Ren
8a5387d97a
remove the rename db context menu ( #22962 )
2023-05-04 10:52:07 -07:00
Karl Burtram
1ddcce5a75
Bump STS to 4.7.0.26 for User w Login fix ( #22934 )
2023-05-03 14:10:30 -07:00
Alex Ma
7edd48fb11
added new password reset number ( #22920 )
2023-05-01 18:28:28 -07:00
Alan Ren
6a7899281a
remove auth type from user ( #22905 )
...
* remove auth type from user
* vbump sts
2023-05-01 13:29:55 -07:00
Cheena Malhotra
ea6bb41f45
Allow 'ApplicationName' to be specified for MSSQL connections ( #22890 )
2023-05-01 10:55:05 -07:00
Benjin Dubishar
29ff6ca16c
Adding Move, Exclude, and Rename support for folders ( #22867 )
...
* Adding exclude folder and base for move folder
* checkpoint
* rename
* Fixing up tests
* Adding exclude test to projController
* Adding tests
* fixing order of service.moveX() calls
* Updating move() order in sqlproj service
* PR feedback
* unskipping
* reskipping test
* Fixing folder move conditional
* updating comments
2023-04-28 16:05:38 -07:00
Alan Ren
4f53d76eb5
User Management - Support new object types: Server Role, Application Role and Database Role ( #22889 )
...
* server role dialogs
* dialogs for other types
* refactor
* find object dialog
* script button
* refactoring
* fix issues
* fix title
* vbump sts
* remove language from links
2023-04-28 12:05:20 -07:00
Sakshi Sharma
757067b132
Required changes to make sql projects extension work with vscode ( #22847 )
...
* Update CreateProject api
* More updates
* Fix a few comments
* Address comments
* Remove package.json changes
* Fix error
* Fix testUtil
2023-04-28 10:27:59 -07:00
Karl Burtram
109d428d8c
Bump STS to pickup latest User management updates ( #22880 )
2023-04-27 11:32:22 -07:00
Benjin Dubishar
c581b0285d
Bumping SqlToolsService to 4.7.0.17 ( #22823 )
...
* Bumping STS
* Whoops
* Upgrading STS to 4.7.0.17
2023-04-21 16:44:52 -07:00
Cheena Malhotra
f83815cecd
Enable Sql Authentication Provider by default (targeting May release) ( #22213 )
2023-04-20 17:55:56 -07:00
Benjin Dubishar
a9e359f58f
Bumping STS to 4.7.0.15 ( #22796 )
...
* Bumping STS
* Whoops
2023-04-20 10:43:28 -07:00