Граф коммитов

1075 Коммитов

Автор SHA1 Сообщение Дата
Neelima Potharaj 9d0ed92aca
RC-0.18.1 (#1916) 2021-08-11 12:43:41 -07:00
Eric Jizba 0ede70dc5a
Add support.md file (#1919)
Adapted from https://github.com/microsoft/repo-templates/blob/main/projections/mit/SUPPORT.md
2021-08-06 16:50:31 -07:00
Neelima Potharaj e6426f94dd
Correction to last release: ETIMEDOUT issue (#1915) 2021-07-29 10:43:54 -07:00
Neelima Potharaj 87320c1042
Bump version to alpha (#1911) 2021-07-23 11:41:16 -07:00
Neelima Potharaj 0398e5d6d1
Fix CHANGELOG styling (#1910) 2021-07-22 11:53:58 -07:00
Neelima Potharaj 8a609b57be
Update Notice.html (#1909) 2021-07-22 11:12:53 -07:00
Neelima Potharaj fdfbaed7e3
RC 0.18.0 (#1908) 2021-07-22 10:49:55 -07:00
Neelima Potharaj 8a130e6827
Add telemetry for Postgres serverType (#1898) 2021-07-21 15:13:49 -07:00
Neelima Potharaj f70f355d09
Update authentication related code to support Flexible Server (#1890) 2021-07-20 16:53:36 -07:00
Neelima Potharaj c4478cb82d
Funnel telemetry - updates (#1888)
* updated runTest with 'disable-workspace-trust'
2021-07-15 15:27:02 -07:00
Anthony Shaw ffd7f44169
Abstract the Postgres management client to allow both single and flexible server (#1872)
* Add flexible server to the package deps

* reformat package json

* package updates

* Create an abstraction to list servers from both single and flexible

* Implement database listing

* Implement the delete server method

* Adapt the create server workflow to work with both single and flex

* Implement the firewall rule and server name APIs

* Update package lock

* Fix the single server password error

* Extend the base types

* Propagate client options to fix the API versioning errors

* Remove the interface and update method names based on PR review

* Document the storage sizes

* Add more skus

* Refactor from PR review

* Update src/postgres/abstract/models.ts

Co-authored-by: Eric Jizba <ejizba@gmail.com>

* Another round of PR revisions

* Fix the abstract client listing

* Update @azure/arm-postgresql-flexible to the patched version

* Cleanup merge commit

* Switch server resoure on name lookup for resource type

* Set default versions and mention preview to flexible

Co-authored-by: Eric Jizba <ejizba@gmail.com>
2021-07-08 16:25:17 -07:00
Eric Jizba f8431aa690
Remove extension-specific user input (#1886)
See https://github.com/microsoft/vscode-azuretools/pull/949 for more info
2021-07-07 17:53:26 -07:00
Eric Jizba 0c454821e5
Use action-specific user input (#1885) 2021-07-06 17:57:41 -07:00
Neelima Potharaj b09e0d6ab7
Improving user data masking (#1882) 2021-06-25 11:29:30 -07:00
Neelima Potharaj 904e21b2fa
Bump version to 0.17.1-alpha (#1881) 2021-06-23 14:22:27 -07:00
Neelima Potharaj 2d518bbedc
RC 0.17.0 (#1878) 2021-06-23 12:11:53 -07:00
Neelima Potharaj fd0d4830b7
Fixing security vulnerability alerts from DevOps (#1877) 2021-06-22 16:59:23 -07:00
v-wuzhai cf43f60460
The execution order of the Mocha (#1847)
* The execution order of the Mocha

* Fixed lint error in global.test.ts

* Update code according to comments

* Update code according to comments

* Update code according to comments

* Fixed lint error in global.test.ts

* Fixed lint error in global.test.ts

* Fixed lint error in global.test.ts

* Update code according to comments

* Add "capacity mode" to create server

* Increase timeout time

* Increase timeout time
2021-06-22 10:24:52 +08:00
Neelima Potharaj f951aaa71c
Added grouping to Postgres...SkuStep (#1871) 2021-06-16 17:14:23 -07:00
Neelima Potharaj 566ed73536
Updated vscode-azureextensionui to latest (#1870) 2021-06-16 15:19:10 -07:00
Neelima Potharaj 5e84a9c894
Added serverless capacity model to CosmosDB create (#1868) 2021-06-16 14:26:03 -07:00
Neelima Potharaj 1aca67f621
Removed Firewall prompts from postgres create server workflow (#1869) 2021-06-16 12:09:01 -07:00
Anthony Shaw 6d36d41f7e
Extend Create Server for Postgres wizard to select SKU (#1861)
* Extend wizard to select SKU

* Set the capacity to the same as the sku name

* Align storage sizes

* Update src/postgres/commands/createPostgresServer/IPostgresServerWizardContext.ts

Co-authored-by: Will Lorey <will@williamlorey.com>

* Update src/postgres/commands/createPostgresServer/steps/PostgresServerSkuStep.ts

Co-authored-by: Will Lorey <will@williamlorey.com>

* Update src/postgres/commands/createPostgresServer/steps/PostgresServerSkuStep.ts

Co-authored-by: Will Lorey <will@williamlorey.com>

* updates to PR review

* rename the SKU options

* rename detail field to description

* format SkuStep now that the lines are much longer

* Use the language formatter to fix the spacing issues

Co-authored-by: Will Lorey <will@williamlorey.com>
2021-06-15 16:18:51 -07:00
Neelima Potharaj 35c0fb9e50
Updated Postgres connection certificates (#1867) 2021-06-11 12:57:26 -07:00
Carlos Mendible cb70ebec68
Support for CosmosDB's enableEndpointDiscovery #1857 (#1858)
* support for CosmosDB's enableEndpointDiscovery #1851

* Fixed linting issue
2021-06-04 13:54:02 -07:00
dependabot[bot] 8c2bd0d7dd
Bump underscore from 1.8.3 to 1.12.1 (#1859)
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.8.3...1.12.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 10:03:33 -07:00
Will Lorey 328a2cb675
Switch to ESLint (#1851) 2021-04-29 15:36:37 -07:00
Neelima Potharaj 03f5b1aef7
Bump extension version to 0.16.1-alpha (#1854) 2021-04-27 15:49:14 -07:00
Neelima Potharaj edd48b3bbd
Revert "Bump extension version to 0.16.1-alpha (#1841)" (#1853)
This reverts commit a3a388d4d0.
2021-04-27 15:40:09 -07:00
Neelima Potharaj a3a388d4d0
Bump extension version to 0.16.1-alpha (#1841) 2021-04-27 14:19:36 -07:00
Eric Jizba 5ff00a365c
Add AntiMalware Scanner to build (#1848) 2021-04-15 15:24:21 -07:00
Eric Jizba 8b8cd3eb99
Add Code of Conduct and Security docs from template (#1846)
Taken from https://github.com/microsoft/repo-templates
2021-04-14 10:56:39 -07:00
Eric Jizba 2617198dec
Use VS Code's product icon theme (#1845) 2021-04-07 17:17:14 -07:00
Eric Jizba fb8bc4965a
Switch to new bots 🤖 (#1844) 2021-04-06 10:52:57 -07:00
Eric Jizba 9a98bac41a
Update webpack (#1843) 2021-04-06 10:51:14 -07:00
Eric Jizba 252441e166
Bump shared packages (#1840) 2021-03-29 11:27:17 -07:00
Neelima Potharaj c67a0290ef
updated NOTICE.html file (#1831) 2021-02-23 13:27:16 -08:00
Neelima Potharaj ea6482cdd6
RC for 0.16.0 (#1826) 2021-02-22 17:34:30 -08:00
Eric Jizba 1e5b4957e3
Add resource groups extension to recommended for workspace (#1827) 2021-02-18 15:42:19 -08:00
Eric Jizba 70d728bb1c
Depend on Resource Groups extension (#1823) 2021-02-17 13:39:11 -08:00
Eric Jizba 75aa46c190
Use valuesToMask for server name (#1822) 2021-02-17 13:17:13 -08:00
Eric Jizba 424d2b508b
Use "Report Issue" command (#1821)
instead of button
2021-02-16 17:56:46 -08:00
Neelima Potharaj b0d1f108be
Update SQL Stored Procedure Name Validation (#1815) 2021-02-12 12:31:09 -08:00
Neelima Potharaj f454c1eb82
Updated Mongodb databaseName validation (#1813) 2021-02-12 12:30:46 -08:00
Neelima Potharaj 7aaccc0d95
Added VerifyProviderStep to "Create Postgres Server" (#1810) 2021-02-12 12:30:12 -08:00
Eric Jizba 9bd0e2bd51
Bump several dependencies (#1818)
- Bump UI package to get the latest fixes, including [stuff around](https://github.com/microsoft/vscode-azuretools/wiki/vscode-azureextensionui-changelog) ECONNRESET and "Entry not found in cache."
- Remove some unnecessary deps ("ms-rest-azure-env" & "ms-rest-nodeauth")
- Remove a redudant dep ("@azure/cosmos" was in devDependencies _and_ dependencies)
- Run `npm audit fix`
- Manually update copy-webpack-plugin, because `npm audit fix` wouldn't fix it because of the small breaking change
2021-02-09 12:48:52 -08:00
Neelima Potharaj 29cd71f6dd
Fix Delete Function issue with WrapArgInQuotes() (#1812) 2021-02-08 16:59:49 -08:00
Neelima Potharaj 944b3184e2
Grouped Context Menus (#1793) 2021-01-19 13:08:34 -08:00
Neelima Potharaj 68f7392c68
Fixed case issue for Postgres Stored Procedures (#1801) 2021-01-19 13:05:41 -08:00
Neelima Potharaj def5f532f3
Fixed case issue for Postgres Functions (#1802) 2021-01-19 13:03:37 -08:00