Will Lorey
377eceb9c5
Add progress notification when getting public IP ( #1529 )
...
* Update for all calls to publicIp.v4()
2020-05-26 14:05:08 -07:00
Will Lorey
8091305561
Table accounts shouldn't be parent nodes ( #1530 )
2020-05-26 14:00:00 -07:00
Will Lorey
29762a0b6b
Remove Postgres option from 'Attach Database Account...' ( #1528 )
2020-05-26 13:50:24 -07:00
Will Lorey
ace754d67e
Cleanup Postgres connections ( #1526 )
2020-05-26 13:02:03 -07:00
Will Lorey
eed23ee440
Update README with name change & Postgres ( #1488 )
2020-05-26 09:48:56 -07:00
Will Lorey
6cf4bb97ab
Update duplicate server name error ( #1525 )
2020-05-26 09:25:54 -07:00
Nathan
615896d5d9
Add query param retrywrite=false ( #1493 )
...
* Add query param
* Convert to URL and add param ONLY if it doesnt exist
* God damn my spelling
* get => has
2020-05-21 23:27:58 -04:00
Will Lorey
8241d7090d
Add better error when local Mongo server not running ( #1492 )
...
* Add better error when local Mongo server not running
* Don't check name per offline discussion
* Remove message
* Suppress report issue when attaching an account 🙅♂️
* Offline feedback and no mo callWithTelemetryAndErrorHandling
* Close can of worms 🐛
* WORMS
Co-authored-by: Eric Jizba <erijiz@microsoft.com>
2020-05-21 19:28:28 -07:00
Eric Jizba
88fb0e9f0a
Error handling for mongo doc tree items ( #1491 )
2020-05-21 16:54:44 -07:00
Eric Jizba
d406fb2a8c
Change linux key binding for azure view ( #1489 )
2020-05-21 16:49:25 -07:00
Will Lorey
18c95c58f6
Add placeholder for partition key input ( #1490 )
2020-05-21 16:49:10 -07:00
Will Lorey
143afb02a1
Use empty string for emptyPartitionKeyValue ( #1483 )
2020-05-21 13:26:05 -07:00
Neelima Potharaj
01d396c0d3
Add Postgres to existing "Create Account" command ( #1445 )
...
* Rebrand to "Create Server"
2020-05-20 14:04:13 -07:00
Will Lorey
ca4ec5b00a
Pull up 💪 ui package 📦 ( #1482 )
2020-05-20 11:45:28 -07:00
Neelima Potharaj
7f3e49d070
copyConnectionString command for Postgres Database ( #1469 )
2020-05-19 14:20:18 -07:00
Will Lorey
b50d27a001
Don't reveal tree items after creating ( #1474 )
2020-05-19 13:47:30 -07:00
Will Lorey
139ee092b0
Display Postgres query output as CSV ( #1464 )
2020-05-18 16:33:18 -07:00
Will Lorey
9e453ab51b
Prevent codelens from appearing in all '.sql' files ( #1468 )
2020-05-18 11:47:21 -07:00
Will Lorey
4374520e7a
Add 'PostgreSQL' category to 'Create Function Query...' command ( #1465 )
2020-05-14 16:41:27 -07:00
Eric Jizba
a9e8ddf13b
Bump min version of VS Code to 1.40.0 and Node.js to 12.0.0 ( #1462 )
2020-05-14 16:12:44 -07:00
Will Lorey
cd93ee7b6c
Add support for executing Postgres queries ( #1453 )
2020-05-14 14:47:20 -07:00
Neelima Potharaj
3761faf8ed
Design fixes - validation, columns ( #1447 )
...
* design fixes - syntax fixes for validation msgs, added column tree item
2020-05-14 12:56:37 -07:00
Will Lorey
cfb8a2e1f7
Add 'Create Query From Template' experience for Postgres functions ( #1449 )
2020-05-14 12:53:14 -07:00
Will Lorey
84117d2379
Fix connecting to databases from the explorer context menu ( #1457 )
2020-05-14 10:20:45 -07:00
Will Lorey
74ceb61465
Delete credentials when deleting a Postgres server ( #1454 )
2020-05-07 16:55:29 -07:00
Will Lorey
3c8e5f0a8d
Add 'Connected' description to Postgres database ( #1451 )
2020-05-06 10:48:29 -07:00
William Lorey
708e0611eb
Open Postgres functions with vscodeUtils & codelens instead of CosmosEditorManager ( #1444 )
2020-05-05 10:35:49 -07:00
Eric Jizba
f47397b2ae
Bump shared packages ( #1448 )
...
* Bump shared packages
* Use `npm ci` in Azure Dev Ops
It's more strict and should catch if people forget to update package-lock.json.
See https://github.com/microsoft/vscode-azurefunctions/pull/2013 for more info
2020-05-04 18:02:24 -07:00
William Lorey
c53ab71002
Fix Postgres service name ( #1443 )
2020-04-29 14:35:53 -07:00
William Lorey
9bf917e044
Rebrand to 'Azure Databases' ( #1432 )
2020-04-29 11:58:57 -07:00
Neelima Potharaj
c68a463dc6
Add schema description for duplicate Postgres table names ( #1427 )
...
* adds schema description for duplicate postgres table names
2020-04-28 11:45:48 -07:00
Neelima Potharaj
852a30241a
Create Default Postgres Server Account - Separate Create Command ( #1404 )
...
* create postgres account with default setup - separate create command for postgres
2020-04-27 16:26:35 -07:00
William Lorey
c4efb87086
Update logic for duplicate Postgres recources ( #1435 )
2020-04-23 13:40:20 -07:00
William Lorey
000e3804e9
Update extension icon ( #1433 )
2020-04-22 16:17:06 -07:00
William Lorey
9ab6599eac
Don't display Postgres system functions in tree view ( #1428 )
2020-04-22 12:38:03 -07:00
v-wuzhai
192cfac256
Create Graph ( #1426 )
...
Co-authored-by: unknown <AzureTest@vwuzhai002.redmond.corp.microsoft.com>
2020-04-21 09:44:30 +08:00
v-wuzhai
9e3628d040
Create Graph Database ( #1424 )
...
* Create Graph Database
* Update code according to comments
Co-authored-by: unknown <AzureTest@vwuzhai002.redmond.corp.microsoft.com>
2020-04-20 13:25:39 +08:00
Neelima Potharaj
18937d8703
Create Postgres Database ( #1414 )
2020-04-17 13:17:42 -07:00
William Lorey
053ac211e8
Ensure client config is valid before creating Postgres database children ( #1423 )
2020-04-16 17:19:32 -07:00
William Lorey
c74c0ffcd4
Move query row interface to its own file ( #1422 )
2020-04-16 16:30:43 -07:00
William Lorey
95e6c7ab0e
Add support for deleting Postgres functions ( #1421 )
2020-04-16 16:13:09 -07:00
v-wuzhai
196bb8f118
Delete SQL Database ( #1415 )
...
Co-authored-by: unknown <AzureTest@vwuzhai002.redmond.corp.microsoft.com>
2020-04-15 22:27:27 -07:00
Eric Jizba
6552f43331
Move editorManager to extensionVariables ( #1419 )
2020-04-15 13:48:26 -07:00
まっぴぃ⊿
b7ccf51ee9
Change the minimum database throughput value from 400 ( #1406 )
2020-04-15 11:47:31 -07:00
Neelima Potharaj
5dbeea1cd8
Delete Postgres Table ( #1418 )
...
* delete postgres table
2020-04-15 10:53:26 -07:00
William Lorey
6e567fe938
Add support for editing & updating Postgres functions ( #1417 )
2020-04-14 16:46:48 -07:00
William Lorey
3bf9d30b0e
Add tree view for Postgres functions ( #1411 )
2020-04-13 11:04:55 -07:00
v-wuzhai
0c00e6e31e
Delete SQL collection ( #1398 )
...
Co-authored-by: unknown <AzureTest@vwuzhai002.redmond.corp.microsoft.com>
2020-04-12 20:01:34 -07:00
Neelima Potharaj
68e8b03b22
removed Schema tree ( #1412 )
2020-04-10 11:07:34 -07:00
Neelima Potharaj
dd379401bd
Enabled delete command for postgres database ( #1394 )
...
* delete command for postgres database
2020-04-08 16:07:22 -07:00