cosmosdb-server icon indicating copy to clipboard operation
cosmosdb-server copied to clipboard

A Cosmos DB server implementation for testing your applications locally.

Results 35 cosmosdb-server issues
Sort by recently updated
recently updated
newest added

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

This PR includes two distinct changes, but they're split across separate commits in case it isn't desirable to merge both at this time: 1. Add a `Dockerfile` that uses Node.js...

Hi, The route ` "/dbs/:dbId/colls/:collId/docs": queryDocuments,` is not responding the expected body when using the following example with dotnet sdk ``` var iterator = container.GetItemLinqQueryable() .Where(x => ids.Contains(x.Id)) .ToFeedIterator(); ```...

enhancement

The code Lib I am using makes a query to `//addresses/?$resolveFor=dbs&$filter=protocol%20eq%20rntbd` when it launches.. it expects Json looking like this: ```json { "Addresss":[ { "isPrimary":true, "physcialUri":"rntbd://foo.documents.azure.com:11018/apps/16d6d56e-e73d-4069-98f5-2e677328a7d1/services/ce59e2ac-eac5-490f-9262-585b250f0399/partitions/2fe30e96-a74a-4596-a674-2c04a39c8603/replicas/132312777763206824p/", "protocol":"rntbd", "partitionKeyRangeId":"M", "partitionIndex":"0@0" },...

Hi guys. Thanks for this repo. I'm now using it succesfully to mock CosmosDb for the Azure IoT Device Simulation solution (https://github.com/Azure/device-simulation-dotnet/tree/DS-2.0.6). I've set it up with docker-compose and have...

https://github.com/zeit/cosmosdb-server/issues/17 Basic operations work but querying fails with the following error yet: ``` java.lang.IllegalArgumentException: sortedRanges at com.azure.cosmos.implementation.routing.RoutingMapProviderHelper.getOverlappingRanges(RoutingMapProviderHelper.java:92) at com.azure.cosmos.implementation.query.DefaultDocumentQueryExecutionContext.getTargetPartitionKeyRanges(DefaultDocumentQueryExecutionContext.java:118) at com.azure.cosmos.implementation.query.DocumentQueryExecutionContextFactory.lambda$createDocumentQueryExecutionContextAsync$1(DocumentQueryExecutionContextFactory.java:122) ... ```

Hi, we try to integrate your project within our CI/CD build pipeline. One test uses an Upsert command (2nd) to update an existing entry, which was previously added with a...

Seems java client is stricter than node one and doesn't work properly. Maybe we want to add integration tests with the client and ensure it works. https://github.com/zeit/cosmosdb-server/issues/7#issuecomment-531734111

bug

I am trying to use the cosmosdb-server for testing an ASP.net core application, but I always get an exception when trying to interact with the server: `System.Net.Http.HttpRequestException : The SSL...