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

30 Коммитов

Автор SHA1 Сообщение Дата
Alex Valuyskiy 53858e945e Support for NetStandard 1.6 (#2647)
* Converted Akka.NET project to NetStandard
2017-05-06 12:30:12 +03:00
Alex Valuyskiy 4706308e9f Protobuf3 serializers for Cluster/Cluster.Tools/Cluster.Sharding (#2622)
* added FAKE task to build proto files

* Added ClusterMessages protobuf3 serializer

* Added protobuf3 serialization to ClusterTools

* fix cluster serializer

* Made protobuf classes internal

* Added nbench spec for serialization

* update protobuf dependency in the projects

* Added sharding serializer

* fix serialization
2017-05-05 12:33:52 +03:00
Aaron Stannard 71eb207a7f upgraded to NBench v0.3.2 for TeamCity formatting (#2403)
* upgraded to NBench v0.3.2 for TeamCity formatting

* NBench v0.3.3
2016-12-08 10:56:56 +01:00
Aaron Stannard dfcb4f7af9 Mono compatibility verification.
close #2254
close #2195
close #2194
close #1594
close #1110
2016-09-19 13:03:28 -07:00
Marc Piechura 2c9108c5c7 Ported TCK verification 2016-07-06 14:06:48 +02:00
Aaron Stannard 70c76e56b8 switched Helios transport to Helios 2.1
upgraded to latest version of NBench
added trace support for remoting benchmarks
2016-05-24 16:35:25 -07:00
Aaron Stannard 852acf1942 upgraded to NBench v0.2.1 - added ActorSystemShutdownSpec 2016-04-07 15:59:51 -07:00
Denis Kostikov 15770709de #1662 Added SourceBrowser targets. 2016-02-18 15:03:20 +04:00
Aaron Stannard c4532d8542 locked the NBench runner version used to performance tests 2016-02-16 10:53:17 -08:00
Silv3rcircl3 2a36ecd67e removed NUnit 2016-02-15 10:18:51 +01:00
Silv3rcircl3 fe9605f876 Support for NUnit 3 2016-01-21 11:47:32 +01:00
Aaron Stannard 1f8ac8c001 added initial performance specs using NBench 2015-12-08 15:22:29 -08:00
Aaron Stannard 5550099112 Revert "prevent nuget from self-upgrading" 2015-12-07 18:10:48 -08:00
Aaron Stannard 7e960c24f3 prevent nuget from self-upgrading 2015-12-07 09:34:12 -08:00
Aaron Stannard b293dae377 removed Paket 2015-11-24 16:35:12 -08:00
Steffen Forkmann 9b2fc4015d Update paket.bootstrapper and fix paket.targets 2015-11-22 15:27:51 +01:00
Aaron Stannard 883a6a9afb close #1399 - modified build script to download NuGet for package publishing 2015-11-19 14:40:50 -08:00
Steffen Forkmann e95f6413aa Upgrade to Paket 2015-10-04 20:11:27 +02:00
Graeme Bradbury 2404afd838 Upgrade FAKE to version 4.1.0
Altered build command to install 4.1.0
Added .fake/ directory to .gitignore. Directory contains build artifacts.
Removed Fake 3.17.0 from packages.config as build.cmd dicates version.
2015-08-12 09:39:55 +01:00
Joshua Benjamin 2834d913bb Upgraded to XUnit 2.0 RTM
added XUnit2 testkit
fixed up the ResizerSpec tests
used the actual deathwatch to make the DeathWatchSpec better and not racy
adjusting teamcity output and exiting with 0 even if tests fail in multinode runner
removed the extra copy of Akka.Cluster.Tests so the fake script doesn't pick up three
Moved multinode tests to their own assembly so we don't have skipped tests and it matches up with what akka has a bit.
Fixed the ThrottlerTransportAdapterSpec
Updated the MultiNodeTests to support xunit 2.0
Fixed ActorRefSpec test to handle race condition.
test An_ActoRef_should_return_EmptyLocalActorRef_on_deserialize_if_not_present_in_actor_hierarchy_and_remoting_is_not_enabled
RoutingSpec.Router_in_general_must_evict_terminated_routees will now use poison pill and wait for the terminated msg.
fixed up how project gets required nugets and removed the repositories.config.
updated fake and used xunit2helper in fake script
2015-05-05 21:14:34 -07:00
andrewchaa 72d42d052e specify nuget config file to avoid accessing private nuget repo 2015-05-01 13:49:38 +01:00
ashic dd2ab556b5 build.fsx and nuspec for NUnit TestKit 2015-04-24 03:10:14 +01:00
HCanber 08bc3f5e9a Push symbols to server
-Upgraded to latest FAKE 3.4.1
-build.cmd can be started from anywhere
-Let FAKE's NuGetHelper and nuget.exe build symbols packages and let
them decide which files to pick (no pdb and src in normal packages)
by putting everything needed for both packages in workingDir
-packages are pushed in it's own target PublishNuget after all packages
have been created. Unfortunately FAKE's publishing of packages do not allow
different symbol and nuget upload url's and do not expose any helpers
for publishing a specific nuget file so I copied their code.
2014-09-10 12:23:21 +02:00
Matt Nischan 654bd22c8e Add preliminary build support on Mono for #62. 2014-08-21 21:22:55 -05:00
HCanber 6d11afb0f2 Fix build to run xUnit tests 2014-07-10 11:26:59 +02:00
HCanber 39e2c1ec43 Restructure the repository 2014-07-10 11:26:58 +02:00
phil 1bc39cb446 added nuget update self to build cmd, so nuget is always up to date 2014-04-29 09:25:35 -07:00
thinkbeforecoding 6db2f35e2f Use fake 2.10.24 to remove boilerplate code in build.fsx 2014-03-27 18:57:55 +01:00
Jérémie Chassaing fab6017a8e Add first nugget support 2014-03-27 09:53:44 +01:00
Jérémie Chassaing 20969ad24c Create Fake - F# make build 2014-03-24 23:37:35 +01:00