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
Cory Rivera
b135a06f8a
Add link to Azure pricing calculator in New Database dialog ( #23389 )
2023-06-14 16:23:01 -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
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
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
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
Cory Rivera
27e0d67dec
Add context menu entries for deleting a database ( #22948 )
2023-05-05 12:12:35 -07:00
Charles Gagnon
c3bf85f026
Create separate ScriptableDialogBase ( #22974 )
...
* Create separate ScriptableDialogBase
* more
2023-05-05 09:17:51 -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
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
Alan Ren
decbe8dded
simplify object management feature APIs ( #22781 )
2023-04-19 19:26:29 -07:00
Benjin Dubishar
b1c2cc1740
Converting remaining services to use runWithErrorHandling() ( #22720 )
...
* Converting remaining services to use `runWithErrorHandling()`
* Updating sqlops-dataprotocolclient to 1.3.3
* upgrading dataprotocol and swapping to that baseService
* Adding async to make thenable -> promise conversion happy
---------
Co-authored-by: Alan Ren <alanren@microsoft.com >
2023-04-14 16:08:07 -07:00
Alan Ren
9456285c65
support scripting in object management dialogs ( #22429 )
...
* user management - scripting
* remove confirmation
* update sts
* update string
2023-04-14 13:52:06 -07:00
Alan Ren
071d76bc94
fix the empty schema issue ( #22594 )
2023-04-03 13:57:51 -07:00
Alan Ren
6cc5e9a70d
fix object management dialog's validation issue ( #22556 )
...
* fix validation issue
* make message optional
* fix errors
2023-03-31 07:59:38 -07:00
Karl Burtram
ad6c202e34
Enable contained and Windows user types ( #22440 )
2023-03-24 09:11:16 -07:00
Charles Gagnon
dfc6469c9d
Enable strict null in MSSQL extension ( #22433 )
2023-03-23 16:49:48 -07:00
Alan Ren
59ad572800
fix strict null issues ( #22430 )
2023-03-23 15:19:23 -07:00
Karl Burtram
1e4800a60c
Support adding Windows users ( #22399 )
...
* Support adding Windows users
* Bump STS
2023-03-22 09:53:20 -07:00
Alan Ren
21f271671d
new drop object request ( #22387 )
...
* simplify drop object requests
* update sts
* pr comments
2023-03-21 10:51:55 -07:00
Alan Ren
20cf2489a2
support rename for login, user and a few other types ( #22331 )
...
* rename object
* add comment
* use URN property
* vbump STS
* revert loc string change
* fix name check
* pr comments
2023-03-16 15:00:07 -07:00
Alan Ren
6ace579986
user management fixes ( #22282 )
...
* fix a few user management bugs
* revert user dialog change
2023-03-09 14:11:04 -08:00
Alan Ren
ec515a3b23
allow nothing is selected as initial state ( #22260 )
2023-03-09 08:44:35 -08:00
Charles Gagnon
a575eb1b87
Fix telemetry property names ( #22190 )
2023-03-07 08:31:24 -08:00
Alan Ren
29c1f5edd0
disable the checkbox for schemas owned by user ( #22178 )
2023-03-06 15:14:46 -08:00
Karl Burtram
8a71302aea
Only support 'user with login' in dialog ( #22175 )
2023-03-06 14:32:30 -08:00
Alan Ren
d2d24e3827
dispose view after the operation is done ( #22144 )
2023-03-03 15:34:51 -08:00
Alan Ren
9b6018a21e
fix null reference issue ( #22113 )
...
* fix null reference issue
* move opendialog call out of promise.
2023-03-02 14:44:10 -08:00
Charles Gagnon
4a5ac92e46
Update ads-extension-telemetry to 1.4.0 ( #22069 )
...
* Update ads-extension-telemetry
* One more
2023-02-28 22:25:07 -08:00
Alan Ren
d48984fe13
use the dialog's loading indicator ( #22032 )
...
* use the dialog's loading indicator
* more
* comments
2023-02-27 13:13:16 -08:00
Alan Ren
b5ce7af090
Add support for Login and User management ( #21981 )
...
* initial commit
* leave only march release objects
* clean up
* login dialog
* localize and use background operation
* code cleanup
* remove tab
* support server role in login
* remove canEditName
* add user support
* comments and bug fixes
* remove hasDBAccess for now
* refactoring
* fix error
* user dialog UI
* telemetry, error handling and refactoring
* Fix references to dialogInfo (#21914 )
* update telemetry
* Bump STS and use actual object management service
* add preview and handle no-change scenario
* fix merge issue
---------
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2023-02-17 18:02:31 -08:00