Skip to content
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

Akka.NET v1.0 official release #829

Merged
merged 339 commits into from
Apr 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
339 commits
Select commit Hold shift + click to select a range
e294506
Merge pull request #691 from rodrigovidal/suspend-children
rogeralsing Feb 28, 2015
d49ca99
Merge pull request #693 from rodrigovidal/actorcell
rogeralsing Feb 28, 2015
5da2746
Merge pull request #689 from rodrigovidal/refactoring-requestRestartP…
rogeralsing Feb 28, 2015
6dba0f2
Merge pull request #688 from rodrigovidal/fix-whitespaces
rogeralsing Feb 28, 2015
eae216f
Removed Rake references
rogeralsing Feb 28, 2015
576ab18
added meaningful ToString() to all system messages
Horusiath Feb 28, 2015
1c58ae1
Started on surrogates for all primitives
rogeralsing Feb 28, 2015
7e00996
fixed Identity.ToString() potential NullReferenceException
Horusiath Mar 1, 2015
3c88fec
Refactoring surrogates and primitives
rogeralsing Mar 1, 2015
26f786f
Revert "Refactor childStats requestRestartPermission algorithm"
HCanber Mar 1, 2015
b509686
Revert parts of #691 "refactor suspend children"
HCanber Mar 1, 2015
06f33c1
Going immutable for primitive
rogeralsing Mar 1, 2015
85d217f
Merge pull request #695 from Horusiath/sys-msg-to-string
HCanber Mar 1, 2015
f05f1c6
Add info on Title and Description for a PR in CONTRIBUTING.md
HCanber Mar 1, 2015
4dfdc40
Working on surrogates
rogeralsing Mar 1, 2015
c7669fe
Merge pull request #696 from akkadotnet/revert-689-refactoring-reques…
rogeralsing Mar 1, 2015
df0c021
Merge pull request #698 from HCanber/pr-title-and-description
rogeralsing Mar 1, 2015
a4c1ada
Merge pull request #697 from HCanber/revert-parts-of-691
rogeralsing Mar 1, 2015
8d45a11
Added support to the F# API for actor objects
jorgef Mar 2, 2015
0405160
Update Contributing to Akka.NET.md
rogeralsing Mar 2, 2015
255140f
Update Contributing to Akka.NET.md
rogeralsing Mar 2, 2015
19d34e6
Add documentation to Watch & Unwatch
HCanber Mar 2, 2015
59a95ee
#624 port GenericTransportSpec
alex-bogomaz Mar 2, 2015
66e7498
Merge pull request #704 from HCanber/watch-doc
Aaronontheweb Mar 2, 2015
951c76a
Improved spawnObj and spawnObjOpt signatures
jorgef Mar 2, 2015
f319c27
Merge pull request #702 from jorgef/dev
Horusiath Mar 3, 2015
b319b3c
Merge pull request #705 from alex-bogomaz/Port-GenericTransportSpec-#624
Aaronontheweb Mar 3, 2015
ca9a37a
close #550
Aaronontheweb Feb 26, 2015
0e1c2cd
Change ordering within ActorSelection to fix issue where /foo paths w…
stefansedich Mar 3, 2015
92e7844
Merge pull request #708 from stefansedich/dev
Aaronontheweb Mar 3, 2015
0a17bb1
Fixed link
sean-gilliam Mar 4, 2015
00a59b3
Merge pull request #712 from sean-gilliam/doc-update
Aaronontheweb Mar 4, 2015
c8d50d7
implemented contributor suggestions
Aaronontheweb Mar 5, 2015
f537825
#701 add serialization constructor to exceptions
alex-bogomaz Mar 5, 2015
adb796c
Merge pull request #707 from Aaronontheweb/consistenthash-rebase
Aaronontheweb Mar 5, 2015
cc8f296
added 1.0 version numbers
Aaronontheweb Mar 6, 2015
c827ad4
Merge pull request #713 from alex-bogomaz/Serialization-constructor-f…
Aaronontheweb Mar 6, 2015
aa1155c
Added F# info
Aaronontheweb Mar 6, 2015
68d1754
Merge pull request #714 from Aaronontheweb/updated-version
Aaronontheweb Mar 8, 2015
533b91f
documented IActorContext
Aaronontheweb Mar 8, 2015
a849671
Merge pull request #716 from Aaronontheweb/fix-647
Aaronontheweb Mar 8, 2015
5523ce7
close #619
Aaronontheweb Mar 8, 2015
888a534
Merge pull request #717 from Aaronontheweb/619-fix
Aaronontheweb Mar 9, 2015
f60e0d4
Changed equality to use member fields instead of properties
rogeralsing Mar 9, 2015
b4f64ef
added SandCastle support close #639
Aaronontheweb Feb 26, 2015
a1a850c
Merge pull request #719 from Aaronontheweb/sandcastle-rebase
Aaronontheweb Mar 11, 2015
5e50dc6
close #482
Aaronontheweb Mar 11, 2015
11bd40f
Merge branch 'dev' into surrogates
rogeralsing Mar 11, 2015
101c53c
removed nop casts
rogeralsing Mar 11, 2015
b4b62b5
Address is surrogated
rogeralsing Mar 11, 2015
0ff1cea
All tests pass
rogeralsing Mar 11, 2015
77b6716
More SerializationSpecs
rogeralsing Mar 11, 2015
3551f02
All pools serialized
rogeralsing Mar 11, 2015
5b0e8d8
xmldoc fixes
sean-gilliam Mar 11, 2015
8614c56
Refactor
rogeralsing Mar 11, 2015
df9a96a
Merge pull request #724 from sean-gilliam/fix-xml-doc
Aaronontheweb Mar 11, 2015
dcf3643
Merge pull request #699 from rogeralsing/surrogates
Aaronontheweb Mar 11, 2015
58c62b1
Serializes ints, floats and decimals
rogeralsing Mar 11, 2015
121b5bc
Getting There
rogeralsing Mar 11, 2015
37f544c
Serialize primitives and simple values, and anything wrapped in object.
rogeralsing Mar 11, 2015
1665bd9
Merge pull request #725 from rogeralsing/surrogates
Aaronontheweb Mar 12, 2015
e58f4dd
Introduce IScheduler and use it everywhere instead of Scheduler.
HCanber Mar 11, 2015
1d02a29
Merge pull request #721 from Aaronontheweb/482-fix
Aaronontheweb Mar 12, 2015
9ae945a
xmldoc and sandcastle fix
sean-gilliam Mar 12, 2015
d847eff
Smaller surrogates
rogeralsing Mar 13, 2015
fbc5065
Merge pull request #728 from sean-gilliam/xmldoc-fixes
Aaronontheweb Mar 13, 2015
e22d9e8
added all TestKit projects to SandCastle
Aaronontheweb Mar 13, 2015
70ee612
Merge pull request #729 from Aaronontheweb/sandcastle-testkit
Aaronontheweb Mar 13, 2015
bfdd5bb
Merge pull request #726 from HCanber/scheduler-468
Aaronontheweb Mar 13, 2015
4f78cc0
Merge pull request #731 from rogeralsing/smaller-surrogates
Aaronontheweb Mar 13, 2015
bbf52e6
Inline execute tasks when possible
rogeralsing Mar 1, 2015
087586f
Inline execute tasks when possible
rogeralsing Mar 14, 2015
366a67a
comment corrected
rogeralsing Mar 14, 2015
8b356e9
Merge pull request #700 from rogeralsing/async-helper
Aaronontheweb Mar 14, 2015
6941c5e
Added stash support for F#
jorgef Mar 17, 2015
d0fdddd
Merge pull request #738 from jorgef/dev
Horusiath Mar 18, 2015
51b6542
added logo to README
Aaronontheweb Mar 18, 2015
f68f8ba
Merge pull request #740 from Aaronontheweb/test-pr
Aaronontheweb Mar 18, 2015
fecd4ed
created custom serializable F# decider using quotation expressions
Horusiath Mar 13, 2015
da9d7c7
updated F# schedulers API
Horusiath Mar 13, 2015
7f75049
minor fix on schedulers
Horusiath Mar 14, 2015
38058f4
generic ask operator + changed supervisor strategy example
Horusiath Mar 14, 2015
c8ec219
changed extended interfaces to more generic ones
Horusiath Mar 18, 2015
5af90b1
Merge pull request #732 from Horusiath/fsapi-strategy-decider
rogeralsing Mar 21, 2015
a34e3c6
Removed unused usings from the various projects in the solution
sean-gilliam Mar 18, 2015
e653dd0
Merge pull request #741 from sean-gilliam/remove-unused-usings
rogeralsing Mar 23, 2015
9f6a681
Initial cleanup of Address and fix so that the hostname is lower-case…
stefansedich Mar 25, 2015
06785bc
Adding WithXXX methods to Address and removing the old Copy method.
stefansedich Mar 25, 2015
ee03668
Fixing WithPort
stefansedich Mar 25, 2015
986a121
Fix #752
smalldave Mar 26, 2015
5c8ca2e
Merge pull request #753 from smalldave/752-fix
Aaronontheweb Mar 26, 2015
2ae0856
Merge pull request #751 from stefansedich/dev
Aaronontheweb Mar 26, 2015
ae90bd4
fixed all PersistentActorSpecs and simplified PersitentView recovery
Horusiath Feb 28, 2015
e2b4680
created docs for ActorProducerPipeline
Horusiath Mar 26, 2015
4c7c0bc
Merge pull request #755 from Horusiath/actor-producer-pipeline-docs
Aaronontheweb Mar 26, 2015
6ae9e4c
Removing FluentConfig,
rogeralsing Mar 20, 2015
cbc57fc
Merge pull request #746 from rogeralsing/removing-fluent-config
rogeralsing Mar 27, 2015
d82a447
Merge pull request #749 from Horusiath/akka-persistence-bugfixes
rogeralsing Mar 28, 2015
3029d56
close #675
Aaronontheweb Mar 29, 2015
2dd18f1
Make ActorRef an interface, and rename the existing to ActorRefBase
HCanber Mar 29, 2015
c4d88df
Turn InternalActorRef into an interface
HCanber Mar 29, 2015
6ca2095
Rename ActorRef and InternalActorRef to IActorRef and IInternalActorRef
HCanber Mar 29, 2015
2f22d08
Add missing using
HCanber Mar 29, 2015
7e2a834
Merge pull request #763 from HCanber/missing-using
HCanber Mar 29, 2015
5b64002
Remove unused method ExpectMsgPf.
HCanber Mar 24, 2015
10689c3
Refactor, and slightly change TestLatch to better interact withTestKit
HCanber Mar 24, 2015
2f0b68a
Change all usages of TestLatch to use the new constructor
HCanber Mar 28, 2015
c6e7c12
In TestBarrier, use TestKit's default timeout instead of its own
HCanber Mar 29, 2015
0df6ca4
Move TestFSMRefSpec to project folder with correct casing in name
HCanber Mar 29, 2015
e85158a
Create behavior stack with capacity 1, i.e. new Stack<Receive>(1)
HCanber Mar 29, 2015
868b2d3
Merge pull request #766 from HCanber/behavior-stack-optimization
rogeralsing Mar 29, 2015
350ee3e
Obsolete Become(Receive,bool) and Unbecome()
HCanber Mar 29, 2015
d64edf3
Use Become, BecomeStacked & UnbecomeStacked instead of the obsoletes
HCanber Mar 29, 2015
5e0f585
Made SupervisorStrategy immutable
rogeralsing Mar 29, 2015
ba9d612
Merge pull request #764 from HCanber/testkit-fixes
rogeralsing Mar 30, 2015
3a8006c
Fix #742
smalldave Mar 30, 2015
366eba0
Merge pull request #772 from smalldave/Fix742
Aaronontheweb Mar 30, 2015
6fa0eea
Merge pull request #768 from rogeralsing/immutable-supervisorstrategy
Aaronontheweb Mar 30, 2015
99a56c3
extension method for dispatcher returning task
Horusiath Mar 28, 2015
b7fa968
Merge pull request #757 from Horusiath/dispatcher-task-support
rogeralsing Mar 30, 2015
1d858ab
Merge pull request #769 from HCanber/become-stacked
Aaronontheweb Mar 30, 2015
c539d1b
integrated BecomeStacked changes
Aaronontheweb Mar 30, 2015
2f9346d
Merge pull request #760 from Aaronontheweb/dispatcher-squash-timestamp
Aaronontheweb Mar 30, 2015
f1afac2
resolved mergeconflicts with dev
Aaronontheweb Mar 30, 2015
b4512f0
Merge pull request #776 from Aaronontheweb/HCanber-actorref-interface…
Aaronontheweb Mar 30, 2015
76a9f11
Rename ActorRefProvider > IActorRefProvider
HCanber Mar 31, 2015
40fdd44
Rename ActorRefScope > IActorRefScope
HCanber Mar 31, 2015
8bc5acd
Rename LocalRef > ILocalRef
HCanber Mar 31, 2015
71d5fda
Rename RepointableRef > IRepointableRef
HCanber Mar 31, 2015
4cf4c1e
Rename AutoReceivedMessage > IAutoReceivedMessage
HCanber Mar 31, 2015
4a2f0fa
Rename Cell > ICell
HCanber Mar 31, 2015
c9bc407
Rename Inboxable > IInboxable
HCanber Mar 31, 2015
1c4e8fe
Rename IndirectActorProducer > IIndirectActorProducer
HCanber Mar 31, 2015
7cdfdda
Rename ChildrenContainer > IChildrenContainer
HCanber Mar 31, 2015
e5f1431
Rename ChildStats > IChildStats
HCanber Mar 31, 2015
36c3429
Rename InternalSupportsTestFSMRef > IInternalSupportsTestFSMRef
HCanber Mar 31, 2015
71922e5
Rename WaitingForChildren > IWaitingForChildren
HCanber Mar 31, 2015
00a670a
Rename InitializableActor > IInitializableActor
HCanber Mar 31, 2015
a3cea7d
Revert renaming interfaces
HCanber Mar 31, 2015
59a450b
Rename ActorRefProvider > IActorRefProvider
HCanber Mar 31, 2015
43a42a6
Rename ActorRefScope > IActorRefScope
HCanber Mar 31, 2015
983c608
Rename LocalRef > ILocalRef
HCanber Mar 31, 2015
d6b45ff
Rename RepointableRef > IRepointableRef
HCanber Mar 31, 2015
aedf853
Rename AutoReceivedMessage > IAutoReceivedMessage
HCanber Mar 31, 2015
ff81bf4
Rename Cell > ICell
HCanber Mar 31, 2015
1a18a90
Rename Inboxable > IInboxable
HCanber Mar 31, 2015
c949922
Rename IndirectActorProducer > IIndirectActorProducer
HCanber Mar 31, 2015
8143858
Rename ChildrenContainer > IChildrenContainer
HCanber Mar 31, 2015
582d60d
Rename ChildStats > IChildStats
HCanber Mar 31, 2015
abd8192
Rename InternalSupportsTestFSMRef > IInternalSupportsTestFSMRef
HCanber Mar 31, 2015
3035151
Rename WaitingForChildren > IWaitingForChildren
HCanber Mar 31, 2015
05dda34
Rename InitializableActor > IInitializableActor
HCanber Mar 31, 2015
4d5b013
Implement RegisterTerminationHook in SystemGuardian. Close #327
smalldave Mar 31, 2015
f625c00
LoggingFSM --> ILoggingFSM
SeanKilleen Apr 1, 2015
344b2a0
NoSerializationVerificationNeeded --> INoSerializationVerificationNeeded
SeanKilleen Apr 1, 2015
d644587
PossiblyHarmful --> IPossiblyHarmful
SeanKilleen Apr 1, 2015
f375214
WithBoundedStash --> IWithBoundedStash
SeanKilleen Apr 1, 2015
8f96200
Guard which cas never possible to throw is removed
KadekM Apr 1, 2015
58f0437
Merge pull request #779 from smalldave/TerminationHooks
Aaronontheweb Apr 1, 2015
0ad8ce2
Merge pull request #781 from HCanber/rename-interfaces
Aaronontheweb Apr 1, 2015
dab0480
Guard is no longer in use - proper exceptions are thrown
KadekM Apr 1, 2015
65d7ea6
Update Examples of use cases for Akka.md
codedemonuk Apr 2, 2015
fbe2ac0
Merge pull request #786 from codedemonuk/patch-1
rogeralsing Apr 2, 2015
4a9782f
fix typo in HelloWorld HelloAkka example
haruair Apr 2, 2015
5e5feb1
Merge pull request #787 from haruair/fix-typo-in-helloworld
rogeralsing Apr 2, 2015
846a716
Merge pull request #785 from KadekM/issue-765
Aaronontheweb Apr 2, 2015
380e731
Merge dev --> branch
SeanKilleen Apr 2, 2015
7f549e6
Oops -- missed one. I blame Visual Studio's merge. ;)
SeanKilleen Apr 2, 2015
2ce76a8
WithUnboundedStash --> IWithUnboundedStash
SeanKilleen Apr 2, 2015
6bbefa2
BlockingMessageQueueSemantics --> IBlockingMessageQueueSemantics
SeanKilleen Apr 2, 2015
dbb40c4
BoundedDequeBasedMessageQueueSemantics --> IBoundedDequeBasedMessageQ…
SeanKilleen Apr 2, 2015
85887fd
BoundedMessageQueueSemantics --> IBoundedMessageQueueSemantics
SeanKilleen Apr 2, 2015
afaa399
DequeBasedMessageQueueSemantics --> IDequeBasedMessageQueueSemantics
SeanKilleen Apr 2, 2015
ad99fce
MessageQueue --> IMessageQueue
SeanKilleen Apr 2, 2015
f6ba2e6
MultipleConsumerSemantics --> IMultipleConsumerSemantics
SeanKilleen Apr 2, 2015
9fc0a6c
RequiresMessageQueue --> IRequiresMessageQueue
SeanKilleen Apr 2, 2015
66112b5
Semantics --> ISemantics
SeanKilleen Apr 2, 2015
7fe9109
close #636
Aaronontheweb Apr 3, 2015
06cbeda
Guard class removed as per issue #765
KadekM Apr 3, 2015
e04bc2c
Merge pull request #793 from KadekM/guard-removal
Aaronontheweb Apr 3, 2015
dd34dc9
fixed issues with RelativeActorPathSpec
Aaronontheweb Apr 3, 2015
c584670
Merge pull request #792 from Aaronontheweb/mono-remoting-rebase
Aaronontheweb Apr 3, 2015
65cbd1a
Bugfix - unused supervisorStrategy in props create is fixed
KadekM Apr 4, 2015
e7778f2
UnboundedDequeBasedMessageQueueSemantics --> IUnboundedDequeBasedMess…
SeanKilleen Apr 4, 2015
5b327e6
UnboundedMessageQueueSemantics --> IUnboundedMessageQueueSemantics
SeanKilleen Apr 4, 2015
8cfdd98
Update pigeon.conf with requirements to reflect new interface names.
SeanKilleen Apr 4, 2015
a6778c2
Merge branch 'dev' of https://github.com/akkadotnet/akka.net into dev
SeanKilleen Apr 4, 2015
240ea21
Udate syntax for programatically creating a `RoundRobinGroup`
jwconway Apr 5, 2015
5484d33
Merge pull request #1 from jwconway/jwconway-patch-1
jwconway Apr 5, 2015
6a3f83e
Merge pull request #798 from jwconway/dev
rogeralsing Apr 5, 2015
046e127
Merge pull request #795 from KadekM/props-create-fix
rogeralsing Apr 5, 2015
daf324e
Update FSharp API.md
rogeralsing Apr 6, 2015
7c54428
Update FSharp API.md
rogeralsing Apr 6, 2015
0114148
Merge pull request #782 from SeanKilleen/dev
Aaronontheweb Apr 6, 2015
68a7979
Fixed quite a few typos
sean-gilliam Apr 6, 2015
6e80f75
Merge pull request #799 from sean-gilliam/fix-typos
rogeralsing Apr 6, 2015
3886b2b
added scripts + tools for uploading SandCastle docs to website
Aaronontheweb Apr 4, 2015
7289965
close #706
Mar 11, 2015
6d352f3
removed ~HEAD files
Aaronontheweb Mar 30, 2015
c02546a
integrated API changes with DI
Aaronontheweb Apr 6, 2015
741ec0d
Merge pull request #775 from Aaronontheweb/jcwrequests-pr733-rebase-c…
Aaronontheweb Apr 6, 2015
53cb4ef
SystemMessage --> ISystemMessage
SeanKilleen Apr 7, 2015
dc86cdc
LoggingAdapter --> ILoggingAdapter
SeanKilleen Apr 7, 2015
49149d6
InboundMessageDispatcher --> IInboundMessageDispatcher
SeanKilleen Apr 7, 2015
8e4fed9
RemoteRef --> IRemoteRef
SeanKilleen Apr 7, 2015
0d549a6
Merge pull request #801 from SeanKilleen/dev
stefansedich Apr 7, 2015
272336c
Removing docs _again_
rogeralsing Apr 7, 2015
1c460c9
EventFilter --> IEventFilter
SeanKilleen Apr 7, 2015
597e3b0
EventFilterApplier --> IEventFilterApplier
SeanKilleen Apr 7, 2015
39294c7
UnmutableFilter --> IUnmutableFilter
SeanKilleen Apr 7, 2015
0bbd106
Merge branch 'dev' of https://github.com/akkadotnet/akka.net into dev
SeanKilleen Apr 7, 2015
67cd27a
NoImplicitSender --> INoImplicitSender
SeanKilleen Apr 7, 2015
d004262
Merge pull request #800 from Aaronontheweb/docs-upload-squash
Aaronontheweb Apr 7, 2015
dfdae31
Merge pull request #808 from SeanKilleen/dev
Aaronontheweb Apr 7, 2015
5d9b2ad
TestKitAssertions --> ITestKitAssertions
SeanKilleen Apr 7, 2015
730c9a9
ActorRefFactory -- IActorRefFactory
SeanKilleen Apr 7, 2015
42ae756
Merge pull request #810 from SeanKilleen/dev
Aaronontheweb Apr 7, 2015
7f3e7a8
reverted deleted files
rogeralsing Apr 8, 2015
187b9d0
Merge pull request #805 from rogeralsing/remove-docs
Aaronontheweb Apr 8, 2015
78ac688
UnityDependencyResolver and example project
jwconway Apr 8, 2015
76cf1aa
Added AzCopy to tools dir.
SeanKilleen Apr 8, 2015
1768f3c
Merge pull request #817 from jwconway/unity-dependency-resolver
Aaronontheweb Apr 8, 2015
8209fc4
Replace CloudCopy call with AzCopy call
SeanKilleen Apr 8, 2015
080f62b
remove requirement for azure account name (AzCopy doens't care)
SeanKilleen Apr 8, 2015
658b5b9
Remove redundant call for azureUrl buildparam
SeanKilleen Apr 8, 2015
5da7d0f
Add PowerShell Script to add copyrights
SeanKilleen Apr 8, 2015
77ff87b
Merge branch 'dev' of https://github.com/akkadotnet/akka.net into 718…
SeanKilleen Apr 8, 2015
ad7d9c2
Use relative path for source code
SeanKilleen Apr 8, 2015
154711d
Update copyright template in script
SeanKilleen Apr 8, 2015
041c741
CS/FS changes to include copyright
SeanKilleen Apr 8, 2015
8bd8425
Revert "CS/FS changes to include copyright"
SeanKilleen Apr 8, 2015
fc12ade
Update script to use windows style line endings
SeanKilleen Apr 8, 2015
5c451a3
oops. Actual correct windows line breaks.
SeanKilleen Apr 8, 2015
3bdba27
CS/FS Copyright additional with windows line endings
SeanKilleen Apr 8, 2015
2bb3e7d
changed URLs to hashed member names
Aaronontheweb Apr 8, 2015
076c8ba
Merge pull request #819 from SeanKilleen/dev
Aaronontheweb Apr 8, 2015
8e25a47
Merge branch 'dev' of https://github.com/akkadotnet/akka.net into 718…
SeanKilleen Apr 8, 2015
33ad0e1
fixed bug with AzCopy in FAKE
Aaronontheweb Apr 8, 2015
3178665
Merge pull request #823 from Aaronontheweb/azcopy-fix
Aaronontheweb Apr 9, 2015
9e7c7a5
Merge pull request #821 from Aaronontheweb/sandcastle-hash-uris
Aaronontheweb Apr 9, 2015
afb2c6f
Removed cloud copy per #822
Aaronontheweb Apr 9, 2015
5a8e8d9
Merge pull request #824 from Aaronontheweb/822-cloudcopy
Aaronontheweb Apr 9, 2015
f56c255
fixed AzCopy MIME type encoding
Aaronontheweb Apr 9, 2015
72370d0
Merge pull request #826 from Aaronontheweb/azcopy-mime-fix
Aaronontheweb Apr 9, 2015
ce561dd
Merge pull request #820 from SeanKilleen/718-add-copyrights
Aaronontheweb Apr 9, 2015
10e26d9
started fixing the union problem
rogeralsing Apr 9, 2015
f69c35b
Merge pull request #827 from Aaronontheweb/fs-union-todo
Aaronontheweb Apr 9, 2015
12bd2cb
Akka.NET V1.0 release notes
Aaronontheweb Apr 7, 2015
d2ed973
removed -BETA tag from nuget packages
Aaronontheweb Apr 9, 2015
ca7c5d1
Merge pull request #828 from Aaronontheweb/v1-release-notes
Aaronontheweb Apr 9, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ us.stackdump
*.user
*.sln.docstates

#MonoDevelop
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
Expand Down Expand Up @@ -202,3 +205,4 @@ FakesAssemblies/
/src/.Akka.boltdata/NCover/Projects/Name/0.jf
/src/.Akka.boltdata/Settings.json
/src/.Akka.boltdata/TestResults.json
resetdev.bat
12 changes: 9 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ Submit only relevant commits. We don't mind many commits in a pull request, but
If you have commits that looks like this _"Merge branch 'my-branch' into dev"_ or _"Merge branch 'dev' of github .com/akkadotnet/akka.net into dev"_ you're probaly using merge instead of [rebase](https://help.github.com/articles/about-git-rebase) locally. See below on _Handling updates from upstream_.
- __Squash commits__ Often we create temporary commits like _"Started implementing feature x"_ and then _"Did a bit more on feature x"_. Squash these commits together using [interactive rebase](https://help.github.com/articles/about-git-rebase). Also see [Squashing commits with rebase](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html).
- __Descriptive commit messages__ If a commit's message isn't descriptive, change it using [interactive rebase](https://help.github.com/articles/about-git-rebase). Refer to issues using `#issue`. Example of a bad message ~~"Small cleanup"~~. Example of good message: _"Removed Security.Claims header from FSM, which broke Mono build per #62"_. Don't be afraid to write long messages, if needed. Try to explain _why_ you've done the changes. The Erlang repo has some info on [writing good commit messages](https://github.com/erlang/otp/wiki/Writing-good-commit-messages).
- __No one-commit-to-rule-them-all__ Large commits that changes too many things at the same time are very hard to review. Split large commits into smaller. See this [StackOverflow question](http://stackoverflow.com/questions/6217156/break-a-previous-commit-into-multiple-commits) for informatin on how to do this.
- __No one-commit-to-rule-them-all__ Large commits that changes too many things at the same time are very hard to review. Split large commits into smaller. See this [StackOverflow question](http://stackoverflow.com/questions/6217156/break-a-previous-commit-into-multiple-commits) for information on how to do this.
- __Tests__ Add relevant tests and make sure all existing ones still passes. Tests can be run using the command
- __No Warnings__ Make sure your code do not produce any build warnings.

After reviewing a Pull request, we might ask you to fix some commits. After you've done that you need to force push to update your branch in your local fork.

####Title and Description for the Pull Request####
Give the PR a descriptive title and in the description field describe what you have done in general terms and why. This will help the reviewers greatly, and provide a history for the future.

Especially if you modify something existing, be very clear! Have you changed any algorithms, or did you just intend to reorder the code? Justify why the changes are needed.


---

### Getting started
Expand Down Expand Up @@ -97,8 +103,8 @@ This ensures that your history is "clean" i.e. you have one branch off from _dev
If you're working on a long running feature then you may want to do this quite often, rather than run the risk of potential merge issues further down the line.

### Making changes to a Pull request
If you realize you've missed something after submitting a Pull request, just commit to your local branch and push the branch just like you did the first time. This commit wil automatically be included in the Pull request.
If we ask you to change already published commits using interactive reabse (like squashing or splitting commits or rewriting commit messages) you need to force push using `-f`:
If you realize you've missed something after submitting a Pull request, just commit to your local branch and push the branch just like you did the first time. This commit will automatically be included in the Pull request.
If we ask you to change already published commits using interactive rebase (like squashing or splitting commits or rewriting commit messages) you need to force push using `-f`:
```
git push -f origin my-new-branch-123
```
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Akka.NET

![Akka.NET logo](documentation/icons/AkkaNetLogo.Normal.png)

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/akkadotnet/akka.net?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) <br/>
[![Issue Stats](http://www.issuestats.com/github/akkadotnet/akka.net/badge/pr)](http://www.issuestats.com/github/akkadotnet/akka.net)
[![Issue Stats](http://www.issuestats.com/github/akkadotnet/akka.net/badge/issue)](http://www.issuestats.com/github/akkadotnet/akka.net)
Expand Down
Loading