-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Synchronize 1.4 branch with dev #3283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Obsoleted actor producer pipeline extensions
* Restart Flow/Sink/Source * Added RestartSource specs * More tests and docs * Ported all tests * Fixed sink test * fix specs * Added docs * Added timeout * Increased timeouts for mono
* Fixed broken links in README.md * Fixed broken link to docs
"groupId" -> GroupId "deviceId" -> DeviceId
* MergePrioritized implementation * first tests * more tests * GraphDsl fix * optimized tests * Fixed MergePrioritized_must_stream_data_from_all_sources test * fixed tests * fix api reviews
create TaskCompletionSource with RunContinuationsAsynchronously; otherwise wrap .TrySetResult in Task.Run
* Added web.config for redirect * Added web config to resource definitions Rest of the changes are due to auto indentation fix
* fsharp netcore * just for CI * fix * fix sln
* Improve Streams IO docs * fixed remarks * changed example * Fixed an example * api approval
Serilog docs page is accessible (http://getakka.net/articles/utilities/serilog.html) but not visible in the table of contents.
#3138) * Fixed performance degradation if recovering with big numbers of snapshots * Workaround for memory leak in DBCommand
…a.Tests.Shared.Internals, which is not public. (#3139) Replaced usages of "Should" extension assertions with ITestKitAssertions as to not require Akka.Tests.Shared.Internals.
* Fix in resolving serializer id Serializer id is now only determined once, upon initialisation. And its the serializer implementation which dictates where that id comes from. We no longer assume it always comes from the hocon config. * Forgot the nullserializer case. * Api Approval * Updated according to remarks * Added spec * Fix tests
* Fix copyright notice * Fix links not being clickable above an h2 * Fix links
Updated Xunit to the stable version
ported from akka/akka#21306 closes 3222
Ask deadlock - proof of concept
- Address serilog colored console requirement. - Remove requirement for "SerilogLogMessageFormatter" as code examples appear to run without specifying the formatter. - Add an example of how an output template is configured for the extensions demo. - Remove use of serilog application configuration in code from the hocon example, but mention it as a feature of serilog.
* Cluster.JoinAsync / Cluster.JoinSeedNodesAsync * Cluster.JoinAsync: updated API approvals * added Cluster.JoinAsync exceptions * removed API approvals received.txt * added test cases for failure scenarios * added double checks for success/failure scenarios
* Fix exception that can occur when remaining and unreachable variables both have zero elements
Improve type safety for custom graph stages
If remaining and unreachable lists are empty an exception will be encountered as soon as .First() is executed to try to find the oldest node
Fixed weaklyup nodes stuck at joining
Whoops, wrote the title of this PR backwards the first time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.