Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ca112f9
Updated tests for fields on covariant results
Mpdreamz Mar 27, 2014
286f03d
Merge branch 'master' of github.com:elasticsearch/elasticsearch-net
Mpdreamz Mar 28, 2014
9b2aa2e
simplified IConnection and moved a lot of magic back into Transport
Mpdreamz Mar 28, 2014
08dfa42
fixed the yaml tests (_cat tests still broken but that will be fixed …
Mpdreamz Mar 28, 2014
9a873e1
fixed Elasticsearch.Net.Tests.Unit failing tests due to changed metho…
Mpdreamz Mar 31, 2014
25ca6a4
-Refactored Transport
Mpdreamz Mar 31, 2014
99d72f7
refactored much of the nullable parameters on transport to separate s…
Mpdreamz Mar 31, 2014
61dfd06
renamed IConnectionConfigurationOverrides to IRequestConfiguration an…
Mpdreamz Mar 31, 2014
833c415
fixed failing unit tests after shuffling responsibilities around
Mpdreamz Apr 1, 2014
f112f82
NEST descriptors now also expose RequestConfiguration
Mpdreamz Apr 1, 2014
6baad44
added some more request settings
Mpdreamz Apr 1, 2014
05f434e
implemented forced node so that you can force a specific node to be h…
Mpdreamz Apr 1, 2014
3e27430
max retry can now be set per request
Mpdreamz Apr 1, 2014
6b5eb34
ping can now also be disabled per request
Mpdreamz Apr 1, 2014
47898e0
moved accepts content type to IRequestConnectioSettings
Mpdreamz Apr 1, 2014
0ab5078
Cat endpoints are now generated with a text/plain request settings an…
Mpdreamz Apr 1, 2014
394d90d
fixed nullref causing elasticsearch.net unit tests to fail
Mpdreamz Apr 1, 2014
61b7de7
spacing cleanup in yaml test base
Mpdreamz Apr 1, 2014
c917173
updated autofac/fakeiteasy
Mpdreamz Apr 1, 2014
e2daa0c
fixed some tests that we're failing in .NET 4.0 but not .NET 4.5, swi…
Mpdreamz Apr 1, 2014
257fa6a
fixed a tests difference between .NET 3.5 and up
Mpdreamz Apr 1, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let nugetPack = fun name ->
CreateDir nugetOutDir

let dir = sprintf "%s/%s/" buildDir name
let version = "1.0.0-beta9"
let version = "1.0.0-c2"
NuGetPack (fun p ->
{p with
Version = version
Expand Down
17 changes: 0 additions & 17 deletions dep/Autofac.3.2.0/Autofac.3.2.0.nuspec

This file was deleted.

Binary file removed dep/Autofac.3.2.0/lib/net40/Autofac.dll
Binary file not shown.
Binary file not shown.
Binary file added dep/Autofac.3.3.1/lib/net40/Autofac.dll
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file removed dep/FakeItEasy.1.15.0/lib/net35/FakeItEasy.dll
Binary file not shown.
Loading