Alan Ren
1df976d79d
upgrade service downloader ( #20703 )
...
* use new service downloader
* update other extensions
* fix errors
2022-10-02 20:30:53 -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
Charles Gagnon
d6d75d8817
Add query history persistence ( #20700 )
...
* initial
* Fix and revert secret storage changes
* persist to file
* Add debounce and write on dispose
* Fix run
* No ext dependencies and show warning message
* Remove test stuff
* comments
* Fix tests and console logs
2022-09-30 16:48:55 -07:00
Cheena Malhotra
3aa416df6d
Fix default SQL Login prompts in SQL Servers under Azure Tree ( #20689 )
2022-09-30 12:31:34 -07:00
Christopher Suh
2a3e41e821
Update redirect-uri to localhost ( #20692 )
...
* wip
* change clientId
* change redirect-uri to localhost
* change clientId to staging env
* wip, using ppe endpoint
* management-preview
* change back management endpoint
* localhost/redirect
* wip
* route redirect
* change back to prod endpoints/clientId
* add error handling
2022-09-30 11:59:53 -04:00
Alan Ren
98320584a2
fix typos ( #20695 )
2022-09-29 20:58:11 -07:00
Hai Cao
69517b5ae0
bump STS to bring in table designer fixes ( #20686 )
2022-09-29 11:13:06 -07:00
Christopher Suh
791443ddb7
Improve the tenant logging ( #20688 )
...
* added tenant response logging
* add headers to logging
* throw error after tenant response failure
2022-09-28 22:27:02 -07:00
Charles Gagnon
187c4ab3c9
Bump sqlops-dataprotocolclient to 1.30 ( #20680 )
...
* Bump sqlops-dataprotocolclient to 1.30
* Undo import/liveshare
2022-09-27 15:13:04 -07:00
brian-harris
72dfd3821f
add sql db related content to dashboard and readme ( #20674 )
...
* add sql db scenario to dashboard with links
* adding more SQL DB updates
2022-09-27 10:27:27 -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
brian-harris
d2fbda362c
Dev/brih/feature/public preview sql db ( #20644 )
...
* sql db preview updates
* update readme release notes
2022-09-26 12:50:04 -07:00
Charles Gagnon
7367ffe7af
Update SsmsMin to latest from SSMS 19 ( #20663 )
2022-09-23 17:39:03 -07:00
Alan Ren
0bae5f82d5
reorder pk columns ( #20624 )
2022-09-20 10:02:43 -07:00
Charles Gagnon
dd253b4e98
Finish strict null azurecore ( #20619 )
...
* Finish strict null azurecore
* one last
2022-09-19 14:29:42 -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
Hai Cao
bdec59fbfb
bump STS to support table rename in designer ( #20616 )
2022-09-16 16:13:29 -07:00
Charles Gagnon
5f8cefc45c
Promote some Azure account API typings ( #20615 )
2022-09-16 11:44:33 -07:00
Charles Gagnon
c2c16c99e8
More Azure strict nulls ( #20614 )
2022-09-16 11:43:24 -07:00
Charles Gagnon
2a3d0bcde5
AzureResource utils strict nulls ( #20609 )
...
* AzureResource utils strict nulls
* quotes
2022-09-16 08:52:45 -07:00
Alan Ren
cddfc7fd92
table designer perf improvement - add user setting for preload db model ( #20608 )
...
* add user setting for preload db model
* vbump sts
* more description
2022-09-15 14:25:36 -07:00
Alex Ma
08a9527314
Replace FQDN for Sql Synapse Servers ( #20581 )
...
* WIP work on rest call
* moved check to resourceTreeDataProviderBase
* some cleanup
* added working check
* placeholder, using filter function in resourceTreeDataProviderBase
* added connectivityEndpoints
* added kind filter
* fixed minor bits
* added wip changes
* added working queries
* added synapse to getSqlServers
* added override
* massive overhaul
* added property check
* made changes
* added clarifying comments
* added comment fixes
* remove async
2022-09-15 14:24:11 -07:00
Kim Santiago
edc11d519d
add logging for data workspace extension ( #20601 )
...
* add logging for data workspace extension
* Addressing comments
* adding back getProjectsInWorkspace() in constructor
* Add more logging in activate()
2022-09-14 11:06:41 -07:00
Charles Gagnon
356f793078
Simplify IAzureResourceTreeDataProvider ( #20591 )
2022-09-14 10:07:30 -07:00
Barbara Valdez
6c7d4a2f6b
disable v2 tests temporarily ( #20603 )
2022-09-13 20:45:12 -07:00
Candice Ye
46cf166c8c
Small bug fix + version bump to 1.6.0 ( #20595 )
...
* Removed Node Configuration text
* Bump to 1.6.0
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-09-12 17:17:49 -07:00
Charles Gagnon
63aeb606bf
azureAuth.ts strict nulls ( #20583 )
...
* azureAuth.ts strict nulls
* fix test compile
2022-09-12 14:44:31 -07:00
Barbara Valdez
7e4e8e728f
Skip failing book tests ( #20590 )
2022-09-12 12:01:16 -07:00
Candice Ye
b9cb3de85b
Bug bash fixes to Azure Arc PostgreSQL ( #20568 )
...
* Added username field to PG and removed defaultvalue for port
* Disabled system username for miaa. Added username to pg create notebook.
* Block system for pg username
* Remove sql username from pg create
* Add service type
* bump version for preview
* Add dev use label
* Changed postgres icon
* Fixed PG create page not displaying. Wrong type
* Fixed service type
* changed naming for admin usernames sql and pg
* sql and pg dev use fix
* Move port under service type and make storage class not required
* Fixed regex to include things like sa1 system1
* Made storage class params optional
* Added placeholder text and changed PG admin username label
* Remove backups
* Removed postgres hardcoded username in connectionstring
* Remove more postgres username hardcoded
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-09-09 11:49:27 -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
Jordan Hays
982c242301
Remove irrelevant context menu options from ledger objects in OE ( #20571 )
...
* fixing icons for new ledger object SubTypes
* removing irrelevant context menu options from ledger objects in OE
* aligning LedgerDropped subtype context key specifically with the Table NodeType context key
2022-09-09 08:50:57 -07:00
Hai Cao
40b2c1e74e
[Table Designer] Support hash index and column store index ( #20562 )
2022-09-08 11:39:36 -07:00
Raymond Truong
f38077069c
[SQL Migration] Update README and fix package version ( #20556 )
...
* Update readme and package version
* Fix typos
2022-09-08 10:23:13 -07:00
Charles Gagnon
415c769d60
Don't use localized folder for azure tokens ( #20559 )
2022-09-08 09:54:52 -07:00
Charles Gagnon
aa0f1e88e8
Show warning about upcoming BDC deprecation ( #20549 )
2022-09-07 14:53:07 -07:00
Charles Gagnon
56fcb43c35
Fix more azurecore strict nulls ( #20547 )
2022-09-07 13:05:16 -07:00
Alan Ren
a7c552aefc
expose the maxCharsToStore setting ( #20554 )
...
* add a setting for query execution
* comments
* fix typo
2022-09-07 13:00:32 -07:00
rishky-msft
5c620264c4
Adding azure resource provider for mysql flexible server ( #20529 )
2022-09-07 22:24:18 +05:30
Charles Gagnon
8319f89b84
AzureAccountProvider & AzureAccountProviderService strict nulls ( #20543 )
2022-09-06 10:48:32 -07:00
Charles Gagnon
7ec3506f5f
Strict null check SimpleTokenCache ( #20542 )
2022-09-06 10:48:17 -07:00
Alan Ren
6d4fc1d98c
user confirmation ( #20538 )
2022-09-02 17:36:30 -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
4150113eff
Fix Scmp dialog not presenting Folder Structure option for Projects as target ( #20528 )
2022-09-01 10:33: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
Cheena Malhotra
a8a235bded
Fix to not prompt user when token acquisition fails for stale user accounts. ( #20516 )
2022-08-31 17:26:40 -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
Aasim Khan
010fe91921
Adding image support to list view ( #20449 )
2022-08-31 09:02:40 -07:00
Raymond Truong
60900ff809
Fix broken 'Create new' DMS dialog ( #20507 )
...
* Fix broken 'Create new' DMS dialog
* Update string
2022-08-30 15:03:58 -07:00