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

658 Коммитов

Автор SHA1 Сообщение Дата
Eric Jizba 1605bb44cf
Prep for release (#5) 2020-05-26 16:56:05 -07:00
Eric Jizba 781dcc938b
Update dependencies and engineering practices (#4)
A combination of a few PRs already done in other repos:

- Easier debugging in a webpacked world 🕸📦🌎: https://github.com/microsoft/vscode-cosmosdb/pull/1369
- Engineering work to make our repos more consistent 👷🏻‍♂️: https://github.com/microsoft/vscode-cosmosdb/pull/1387
- Bump min version of VS Code to 1.40.0 and Node.js to 12.0.0: https://github.com/microsoft/vscode-cosmosdb/pull/1387
2020-05-19 12:03:33 -07:00
Eric Jizba 50375cb5e8 Fix extension name for tests 2020-03-16 14:15:40 -07:00
Eric Jizba 2902d801c8 Explicitly specify triggers in pipelines yaml 2020-03-16 11:59:47 -07:00
Eric Jizba a469b97f45 Refactor extension to support just graph explorer 2020-03-13 16:17:21 -07:00
Eric Jizba bfb62f47c5 Delete files unrelated to graph 2020-03-13 10:28:21 -07:00
Eric Jizba e5177ad36c
Make Node version consistent (#1359) 2020-03-11 10:24:34 -07:00
Eric Jizba 55c75df541
Fix error "Language client is not ready yet" (#1358) 2020-03-10 16:24:32 -07:00
Eric Jizba 5fb79b8dac
Turn on typedef lint rule (#1346) 2020-03-05 10:01:28 -08:00
Eric Jizba 856393deb1
Update title bar icons and Cosmos DB icon (#1331) 2020-02-20 16:55:49 -08:00
Eric Jizba 4eeccf99bf
🤜📦 (#1329) 2020-02-20 16:55:14 -08:00
Eric Jizba 89b258bb8f
Fix tests on linux build machine (#1326)
Same as https://github.com/microsoft/vscode-azureappservice/pull/1391
2020-02-13 17:19:25 -08:00
Eric Jizba a69a4bb303
Simplify Mongo import logic (#1323) 2020-02-10 13:03:29 -08:00
Eric Jizba b35ef8f3d3
Remove excess logging (#1322) 2020-02-10 13:03:02 -08:00
Eric Jizba 00096164b6
Add revealTreeItem api (#1321) 2020-02-10 13:02:40 -08:00
Neelima Potharaj 77f03d4b6b
Updates to SQL logs for importing documents to keep consistency with Mongo logs (#1320)
* testing

* Working version: disconnects with mongodb category command, and with the comsodb detach command. Needs code structure fixes.

* Working version: small syntax correction

* restructure and clean code

* Fixes detach command to detach and disconnect scrapbook without displaying options dropdown.

* fix syntax

* Removed separate disconnect command and updated the cosmosdb detach command to detach a connection and disconnect it from mongo scrapbook.

* Removed separate disconnect command and updated the cosmosdb detach command to detach a connection and also disconnect it from mongo scrapbook. [Update] shortened the code for the detach command.

* Quick syntax fix, fixes documents to document(s)
2020-02-10 11:10:19 -08:00
Neelima Potharaj fbcd3776b2
Detaching and Disconnecting MongoDB from mongo Scrapbook (#1318)
* testing

* Working version: disconnects with mongodb category command, and with the comsodb detach command. Needs code structure fixes.

* Working version: small syntax correction

* restructure and clean code

* Fixes detach command to detach and disconnect scrapbook without displaying options dropdown.

* fix syntax

* Removed separate disconnect command and updated the cosmosdb detach command to detach a connection and disconnect it from mongo scrapbook.

* Removed separate disconnect command and updated the cosmosdb detach command to detach a connection and also disconnect it from mongo scrapbook. [Update] shortened the code for the detach command.

* copyright added to new file and null check added for calls on ext.connectedMongoDB
2020-02-05 17:17:18 -08:00
Eric Jizba ad073a99b8
Turn on several auto-fixable lint rules 🧹 (#1316) 2020-01-28 14:50:56 -08:00
Eric Jizba 9313ed457a
Update vm images (#1314) 2020-01-27 10:51:47 -08:00
Nathan 0fdd256bf3
Alpha bump (#1313) 2020-01-23 14:00:07 -08:00
v-wuzhai 831536c561
Delete account (#1285)
* Delete account

* Update code according to comments
2020-01-22 20:37:47 -08:00
Nathan 9a293eab09
Update changelog 📜 and version (#1310)
* Update changelog
* Version bump
2020-01-22 14:38:09 -08:00
Nathan bb58b61044
Iterate over parsedIds 🆔 as objects 📦 rather than array (#1309)
* Iterate over parsedIds as objects rather than array
* Use Object.value instead of finaggling with the key
2020-01-22 13:42:15 -08:00
Nathan 06e3cc4290
updateOne to replaceOne (#1304) 2020-01-21 16:45:43 -08:00
Nathan d1f108d560
Npm audit. Breaking changes are all gremlin related and a pain to fix (#1294) 2020-01-17 10:56:07 -08:00
Nathan 4d1d2c456f
Bump to alpha (#1295) 2020-01-17 10:52:40 -08:00
Nathan de06553182
Update package.json and third-party notice (#1293)
* Update package
* Update third party notice
2020-01-16 16:01:51 -08:00
Nathan 4d4623d002
Add ... to appropriate command titles (#1292) 2020-01-15 14:03:58 -08:00
Nathan fa2e6e89aa
Update changelog and package (#1290)
* Update changelog and package
2020-01-14 17:17:10 -08:00
Nathan a6b21c481a
Include ISODate 📆 for constructorCall 👷‍♀️📞 and handle appropriately (#1281)
* Include ISODate for constructorCall and handle appropriately
2020-01-14 15:40:07 -08:00
v-wuzhai ef3bda4bae
Create SQL account (#1284)
* Create SQL account

* Update code according to comments
2020-01-13 18:42:20 -08:00
Nathan 92691cd163
Make the uri.fsPath lowercase to handle .JSON, .Json, etc (#1282) 2020-01-13 16:16:43 -08:00
Nathan abf2bcfec3
Add collapseAll to treeView (#1283) 2020-01-13 16:16:24 -08:00
Nathan a35029b094
Check for chaining before executing command (#1263)
* Check chained property when executing command
2020-01-10 10:16:27 -08:00
Burke Holland 3b0e46c118 Add a confirmation message for copy connection string (#1259) 2020-01-08 12:47:47 -08:00
v-wuzhai 29dc47eb18
Delete Mongo Collection (#1261)
* Delete Mongo Collection

* Delete Mongo Collection
2019-12-15 22:10:54 -08:00
Nathan 4c1102fb3c
Add appName to options to support private 🚫 IP 💻 (#1262)
* Pass in appname to connectMongo call
2019-12-13 16:52:13 -06:00
v-wuzhai b875be18f7
Delete MongoDB (#1239)
* Delete MongoDB

* Update code according to comments

* Extract variables to pass as a parameters

* Update code according to comments
2019-12-11 20:38:12 -08:00
Nathan da8b567e54
🆙📅 Update API names 📛 (#1244)
* Update API names
* Change Document to Core throughout extension
2019-12-02 17:29:46 -06:00
Paul Schaeflein b22269bb8c Remove invalid characters from local filename (#1228) 2019-12-02 11:17:15 -08:00
v-wuzhai f24bcde749
Delete MongoDB account (#1233)
* Delete MongoDB account

* Update code according to comments

* Update code according to comments
2019-11-13 19:05:32 -08:00
Nathan 9ad0e891e9
Create Collections 📚 supports options in Mongo scrapbooks 📔 (#1236)
* Pass argument objects to createCollection command
2019-11-13 12:41:59 -08:00
Harry Trần e70dbe0003 chore: update Readme.md (#1234) 2019-11-12 10:44:26 -08:00
v-wuzhai f799183d64
Create MongoDB Collection test case (#1230)
* Create MongoDB Collection test case

* Update code according to comments
2019-11-11 19:16:48 -08:00
Nathan 394a0c938d
Fix lint (#1231) 2019-11-11 14:00:45 -08:00
James McNulty c0f507b7d1 Detect null values in schemas (#1136)
In src/mongo/services/schemaService.ts:
---------------------------------------
private functions `setSchemaForDocument` and `setSchemaForDocumentProperty` both
make decisions based on the type of the passed value/document
being an object.

Unfortunately, in javascript,
```javascript
typeof null === 'object'
```
As a result, if a property or an array value has a value of `null`,
`setSchemaForDocument` will throw an error when calling `Object.keys(document)`
2019-11-11 12:06:56 -08:00
Nathan d30cdaaaed
Merge pull request #1229 from microsoft/nat/rootPath
Get rid of 📁 workspace.rootPath 🌲
2019-11-11 11:14:09 -08:00
nturinski e8fa2df903 Get rid of workspace.rootPath 2019-11-08 16:35:18 -08:00
v-wuzhai 451ca18d4f
Create MongoDB Database test case (#1212)
* Create MongoDB Database test case

* Update code according to the comments

* Update code according to the comments
2019-11-07 18:02:21 -08:00
Nathan e04f35dff6
Merge pull request #1223 from microsoft/nat/fixNightly
Export ext from extension.bundle to fix nightly tests
2019-10-23 12:21:57 -07:00