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

2163 Коммитов

Автор SHA1 Сообщение Дата
Brandon Chong 1bca21e297 revert dummy commit 2019-03-12 19:10:36 -07:00
Brandon Chong d94cf6c335 dummy commit 2019-03-12 19:10:20 -07:00
Brandon Chong 24cb6ecd42
Merge branch 'master' into users/brchon/LazyDeserializedJSON 2019-03-12 19:07:00 -07:00
Brandon Chong 5a47631485 fixed formatting 2019-03-12 13:25:12 -07:00
REDMOND\gaausfel 7327c8febb add DirectVersion property 2019-03-12 12:57:53 -07:00
Brandon Chong 995a9c7503 requeueing after git lfs change 2019-03-12 11:57:27 -07:00
Brandon Chong 1f140a400d added additional tracing 2019-03-12 11:20:15 -07:00
Brandon Chong d70a3ca75b refactored to not use object as intermediary value 2019-03-11 21:56:36 -07:00
Brandon Chong 736e13e5f9 merged 2019-03-11 11:27:45 -07:00
Brandon Chong 349ef8008f changed up equality comparer 2019-03-11 10:06:50 -07:00
Brandon Chong dc73331122 Merge branch 'users/brchon/LazyDeserializedJSON' of https://github.com/Azure/azure-cosmos-dotnet-v3 into users/brchon/LazyDeserializedJSON 2019-03-08 14:35:28 -08:00
Brandon Chong 96fa44ec2d binary to text file 2019-03-08 14:33:24 -08:00
Brandon Chong 98db95d6ca iteration comments 2019-03-08 14:32:25 -08:00
kirankumarkolli d9b00cc422
Merge pull request #64 from Azure/users/kriankk/cosmos_extension_internals
InternalsVisibleTo Cosmos.Extensions
2019-03-08 23:52:47 +05:30
kirankumarkolli 920f916d70
Merge branch 'master' into users/brchon/LazyDeserializedJSON 2019-03-08 22:21:45 +05:30
kirankumarkolli 2b8d5caea0
Merge branch 'master' into users/kriankk/cosmos_extension_internals 2019-03-08 22:04:11 +05:30
kirankumarkolli 8b9009c37d
Merge pull request #67 from Azure/users/kirankk/ownership_update
Limiting kirll to source code only
2019-03-08 22:03:43 +05:30
REDMOND\gaausfel 235fea51cb remove net461 target 2019-03-07 18:50:52 -08:00
REDMOND\gaausfel 7f9eb8beaf remove lockstepping version 2019-03-07 16:19:23 -08:00
Brandon Chong 136dff5ca1 ran stylecop 2019-03-07 15:45:36 -08:00
Brandon Chong 9cd4567284 opted for partial private factory pattern 2019-03-07 15:13:25 -08:00
Brandon Chong cb786b7f61 added Eager implementations 2019-03-07 14:44:28 -08:00
Brandon Chong 7a80dda968 resolved iteration comments 2019-03-07 14:13:30 -08:00
Brandon Chong f6bad62313 move validation code to a static class 2019-03-07 10:13:25 -08:00
Brandon Chong e206155e20 opted for overloads on factory 2019-03-07 09:56:09 -08:00
Brandon Chong a523613711 got rid of ILazyCosmosElement and make WriteToWriter a member of the root base class 2019-03-07 09:49:37 -08:00
Brandon Chong 7ff476284d made lazy cosmos number always a double 2019-03-07 09:39:19 -08:00
Brandon Chong ead702e551 opted for AsDouble() 2019-03-07 09:37:35 -08:00
Brandon Chong 0c46ec2fa7 made null a sealed type 2019-03-07 09:30:07 -08:00
Brandon Chong f71f4944c4 made CosmosBoolean a sealed type 2019-03-07 09:25:48 -08:00
Brandon Chong 96b1017649 sorted 2019-03-07 09:22:28 -08:00
kirankumarkolli f953acbd64
Merge branch 'master' into users/kriankk/cosmos_extension_internals 2019-03-07 18:29:51 +05:30
Kiran Kumar Kolli b62778b695 Limiting kirll to soruce code 2019-03-07 18:27:02 +05:30
kirankumarkolli 09294b47bc
Merge pull request #60 from Azure/j82w-patch-1
Updating read me to add troubleshooting link
2019-03-07 18:16:29 +05:30
Brandon Chong 075d0d144c fixed misc tests 2019-03-06 18:19:02 -08:00
Brandon Chong 792524fae6 wired up CosmosElement through DISTINCT document query execution context 2019-03-06 17:36:44 -08:00
Brandon Chong 76bcaff662 wired up CosmosElement through Aggregate Execution Component 2019-03-06 15:00:54 -08:00
kirankumarkolli 4f612dcddc
Merge branch 'master' into j82w-patch-1 2019-03-07 03:24:16 +05:30
kirankumarkolli 4b22bb2b23
Merge branch 'master' into users/kriankk/cosmos_extension_internals 2019-03-07 03:23:15 +05:30
kirankumarkolli 74573d3b26
Merge pull request #63 from Azure/users/kirankk/codeowners
CODEOWNERS in GitHub format
2019-03-07 03:21:42 +05:30
REDMOND\gaausfel 2ca65da012 Merge branch 'master' of https://msdata.visualstudio.com/DefaultCollection/CosmosDB/_git/cosmos-sdk
# Conflicts:
#	Microsoft.Azure.Cosmos/src/Microsoft.Azure.Cosmos.csproj
#	Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Microsoft.Azure.Cosmos.EmulatorTests.csproj
2019-03-06 12:35:55 -08:00
Brandon Chong 5054baffbd got Lazy Cosmos Element Working With Cross Partition Order By 2019-03-06 11:40:22 -08:00
Oleg Ignat a9c8c7200b Merged PR 193436: Expose CPU monitor and store client on cosmos client
Cosmos client wraps Document client and needs to expose 2 controls for compute gateway:
1. Ability to disable CPU monitoring which is unnecessary because compute has own telemetry stream and cpu monitoring will consume a thread
2. Ability to pass the same IStoreClientFactory into all document clients in the process

Related work items: #382908
2019-03-06 18:07:02 +00:00
Kiran Kumar Kolli b2aeb07f85 InternalsVisibleTo Cosmos.Extensions 2019-03-06 16:04:51 +05:30
Kiran Kumar Kolli e6e35931c0 changing to GitHub format 2019-03-06 15:54:51 +05:30
Brandon Chong cdbf73ec3e got lazy deserialization working through parallel 2019-03-06 02:10:43 -08:00
Brandon Chong 495fbe8e95 wired up cosmmos element through parallel and order by 2019-03-06 00:21:25 -08:00
Brandon Chong 11c5c0b64f added test cases 2019-03-05 21:58:21 -08:00
Brandon Chong a35bc4262d added CosmosElements Object Model 2019-03-05 21:58:03 -08:00
Brandon Chong 3c6dbd59c3 ported over the reader writer navigator tests 2019-03-05 18:03:51 -08:00