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

1075 Коммитов

Автор SHA1 Сообщение Дата
alexweininger 9c2bf52a5b Don't run old pipeline on PRs 2024-03-12 15:17:21 -04:00
Alex Weininger f95f4aaa47
Add main.yml GitHub action (#2267) 2024-03-12 10:33:54 -04:00
JasonYeMSFT 4a3d14de9d
Fix delete DocDB stored procedure (#2264) 2024-03-11 16:58:39 -07:00
JasonYeMSFT a98e2047f8
fix: Add trigger creation placeholders (#2263)
* Add trigger creation placeholders

* Use localize
2024-03-11 16:58:22 -07:00
JasonYeMSFT 27ffdd8c80
View CosmosDB collection offer (#2252) 2024-03-05 14:03:16 -08:00
JasonYeMSFT 9a53dda40f
Log successful CosmosDB deletion (#2254) 2024-02-26 15:32:18 -08:00
JasonYeMSFT 9f9a773a0f
perf: Use cached mongoDB connection (#2255) 2024-02-26 15:31:55 -08:00
JasonYeMSFT 98a67f26fa
Use LogOutputChannel (#2248) 2024-02-22 13:31:12 -08:00
JasonYeMSFT fe72ae2baa
Update postgres flexible sdk (#2251) 2024-02-22 13:21:02 -08:00
JasonYeMSFT cf6281854b
fix: Create Postgres Database (#2250) 2024-02-21 09:57:02 -08:00
JasonYeMSFT 01f1cdb829
fix: Workspace submenu action icon (#2249) 2024-02-21 09:53:29 -08:00
JasonYeMSFT 371adaa3c8
chore: reorganize MongoDB command registration (#2242)
* Reorganize MongoDB command registration

* Fix lint

* Refactor loadPersistedMongoDB
2024-02-20 15:29:22 -08:00
dependabot[bot] b2c7a42655
Bump ip from 2.0.0 to 2.0.1 (#2247)
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 14:47:06 -08:00
JasonYeMSFT 5a97747dd9
Add missing node selection logic (#2243) 2024-02-20 12:49:04 -08:00
JasonYeMSFT 97e9daf49b
Upgrade vscode engine (#2244) 2024-02-20 12:48:36 -08:00
JasonYeMSFT 413247ffa8
Fix timestamp in log output (#2245) 2024-02-20 12:48:20 -08:00
JasonYeMSFT e3644d2c83
Reorganize DocDB command registration (#2240) 2024-02-13 15:36:40 -08:00
JasonYeMSFT 42973647ff
Reorganize Postgres command registration (#2241) 2024-02-13 15:17:08 -08:00
JasonYeMSFT b0de7cc6db
feature: cosmosDB triggers basic support (#2236)
* List/create/delete cosmos trigger

* Update trigger body

* Fix comment

* Add refresh to trigger group node

* Rename property

* Fix init ordering

* Localize delete prompt

* PR feedback

* Fix lint
2024-02-13 14:34:12 -08:00
Alex Weininger 8346da49dc
Add 1ES pipeline (#2238) 2024-02-07 15:43:54 -08:00
JasonYeMSFT 4f6f2d2595
feature: CosmosDB execute stored procedure (#2235)
* feature: cosmos execute stored procedure

* Support passing parameters

* Don't add a learn more link for now

* Show execute action above delete action

* Use readonly document for execution result
2024-01-22 16:34:28 -08:00
JasonYeMSFT 3944a7ca15
Allow selecting mongo version when creating database server (#2223)
* Allow selecting mongo version

* Remove noisy pick options

* Localize wizard string
2024-01-19 11:33:14 -08:00
JasonYeMSFT 9497ddba62 Merge branch 'hotfix/0.20.1' 2024-01-18 10:07:32 -08:00
JasonYeMSFT cf4daaf62d
Bump version to 0.20.1 (#2230)
* Bump version to 0.20.1

* Update ChangeLog
2024-01-12 15:28:12 -08:00
JasonYeMSFT be11720a8d
Fix auto getting azure user id (#2229)
* Fix auto getting azure user id

* Delete unused code

* Fix lint

* Upgrade test-electron

* Unblock test

* nvmrc
2024-01-12 14:57:34 -08:00
dependabot[bot] ee719a15be
Bump follow-redirects from 1.15.3 to 1.15.4 (#2227)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 13:29:06 -08:00
JasonYeMSFT 4f6fb86c77
Fix vscode settings config (#2226) 2024-01-09 10:32:54 -08:00
JasonYeMSFT bfc347ad20
Upgrade mongodb dependencies (#2219)
* Upgrade mongodb dependencies

* Fix tests

* Revert @vscode/test-electron

* Remove todo
2023-12-15 10:11:53 -08:00
JasonYeMSFT 7cf70b6335
Update node version in nvmrc (#2222) 2023-12-14 14:52:17 -08:00
JasonYeMSFT fdf4f49871
Update Node version in build pipeline (#2221)
* Update Node version

* Update @vscode/test-electron
Show test error
2023-12-14 14:16:55 -08:00
JasonYeMSFT d404afe702
NoSQL execute query (#2217)
* Saved work

* Simple working query editor

* Test getQueryPlan

* Better code lens

* Show query result/plan side by side prototype

* Support query with metrics

* Add connect code lens

* Add package json declaration

* Rename new query title
2023-12-05 15:50:44 -08:00
JasonYeMSFT 04c76ba89d
Improve warning message on firewall error (#2215)
* Improve warning message on firewall error

* Include tested IP address in warning message
2023-11-28 16:00:32 -08:00
dependabot[bot] 6dd683e589
Bump axios and vscode-tas-client (#2216)
Bumps [axios](https://github.com/axios/axios) and vscode-tas-client. These dependencies needed to be updated together.

Updates `axios` from 0.26.1 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v1.6.2)

Updates `vscode-tas-client` from 0.1.47 to 0.1.75

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: vscode-tas-client
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 15:35:41 -08:00
JasonYeMSFT 24e7259eae
Upgrade vscode-azext-dev to resolve critical alerts (#2214)
* Upgrade vscode-azext-dev to resolve critical alerts

* Fix webpack target
2023-11-27 10:19:10 -08:00
Alex Weininger 858d249b36
Remove Azure Account from extension dependencies (#2207) 2023-11-16 11:40:19 -05:00
JasonYeMSFT 7b85d0d9e2
Post release version update (#2203) 2023-10-16 17:02:40 -07:00
JasonYeMSFT 1ffeba8134
Extend the policheck exclusion list to include dist (#2202)
* Extend the policheck exclusion list to include dist

* Only add DIST
2023-10-12 11:17:47 -07:00
JasonYeMSFT 8420231008
Update third party notice (#2201) 2023-10-11 12:19:35 -07:00
JasonYeMSFT a3d98128f3
Suppress CredScan alert on mongo-languageServer.bundle.js.map (#2200) 2023-10-11 12:08:50 -07:00
JasonYeMSFT abd685f54e
Fix context menu command condition (#2193) 2023-09-28 12:16:44 -07:00
JasonYeMSFT 29a48d0739
Add 0.20.0 change log (#2187)
* Add 0.20.0 change log

* Bump version number

* Use 0.20.0 version
2023-09-26 10:36:06 -07:00
JasonYeMSFT a7b1d901d0
Mitigate unsupported throughput config by allowing skip it (#2188) 2023-09-26 10:01:43 -07:00
JasonYeMSFT 1328949978
Remove description of graph related features (#2189)
* Remove description of graph related features

* Add back Graph to generic description

* Add back other features that are still supported

* Actually no query support
2023-09-26 10:01:14 -07:00
JasonYeMSFT f914b81e38
Stop dealing with IP if we have tested it (#2186) 2023-09-22 15:34:00 -07:00
JasonYeMSFT df0f62064d
Remove todo that has been done (#2185) 2023-09-21 11:29:30 -07:00
JasonYeMSFT a46e202567
Show inline action when using password (#2178)
* Show inline action when using password

* Fix lint
2023-09-21 10:39:06 -07:00
JasonYeMSFT 266299dcdf
Respect suppressNotification when deleting CosmosDBAccount (#2181) 2023-09-21 10:13:17 -07:00
JasonYeMSFT 9bbf1046d9
Customize partition key validation rule for Gremlin DB (#2184) 2023-09-21 10:11:40 -07:00
JasonYeMSFT 10fd538ec1
Improve throughput validation message (#2182) 2023-09-21 10:10:48 -07:00
JasonYeMSFT 2841a1cd84
Invalidate = in new database names (#2183) 2023-09-20 16:24:42 -07:00