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
Stephen Weatherford (MSFT)
abea51af1a
Better shell error handling, add mongo.shell.args setting ( #1162 )
...
* Better shell error handling, mongo.shell.args setting
* remove comment
* PR suggestion
* PR fixes
2019-08-22 15:43:56 -07:00
Stephen Weatherford (MSFT)
13ee9344bc
fix graph execute when packaged ( #1045 )
...
* Fix graph execute and color issues in Insiders
* force rebuild
* redo
2019-02-13 17:42:20 -08:00
Stephen Weatherford (MSFT)
0797fa0b68
webpack ( #996 )
...
* webpack
* work
* Fix max-buffer issue with vsce package
* Remove mongodb-core comment
* updates
* fix map file
* PR fixes
2019-01-16 17:06:06 -08:00
Eric Jizba
23661b2b1f
Add back package-lock ( #969 )
...
* Bump version of mocha to get rid of growl warning
2018-11-28 16:17:37 -08:00
Eric Jizba
002b1b5a93
Switch from travis ci to azure pipelines ( #912 )
2018-11-01 14:57:48 -07:00
Stephen Weatherford (MSFT)
52c41e3c86
Enable debugging Mongo grammar via mike-lischke.vscode-antlr4 extension ( #649 )
2018-05-30 18:48:13 -07:00
Stephen Weatherford
db7c1df1b9
Don't re-use gremlin query for edges, fixes #184 ( #206 )
...
* Don't re-use gremlin query for edges, fixes #184
Moved the deduping and size limiting to the server
Now querying specifically for the IDs of the vertices from the gremlin query
a) Size we're limiting size in server, we only query up to max vertices
b) Nevertheless we still need to chunk up the query
c) Added retry logic for RequestRateTooLarge, which can happen because we're querying for a lot of edges in multiple queries in parallel
This cleans up and simplified the client-size code
Also means the edge query should run much faster for many cases
* Add some graph tests
* Add some simple tests
* minor refactoring
* PR comments
* Fix comments for Vertex
2017-11-15 16:23:58 -08:00
Stephen Weatherford
4f48701221
Set up tests
2017-11-14 19:35:47 -08:00
Prashanth
45f9bd8105
Change versioning in package-lock ( #147 )
...
* Change versioning in package-lock
* Update gitignore to ignore package-lock.json
2017-11-06 09:01:12 -08:00
Prashanth
3a7feeee3f
Update .gitignore ( #58 )
...
Added .vsix files to the list - they are created while testing the extension.
2017-09-14 14:12:02 -07:00
Sandeep Somavarapu
e4bec35280
Initial commit: Push working extension changes
2017-03-24 11:07:48 +01:00
Microsoft GitHub User
156ec837c6
Initial commit
2017-03-10 09:00:36 -08:00