Matthew de Detrich
a402730fd3
Make main branch protected
2022-11-07 20:04:16 +01:00
Matthew de Detrich
373e87edaa
Add documentation for git blame on ignoring formatting commits
2022-11-07 11:52:17 +01:00
PJ Fanning
f209e3b19c
use notifications mailing list for issues and PRs ( #25 )
...
* use notifications mailing list for issues and PRs
* send github discussions notifications to notifications@pekko.apache.org
2022-11-06 13:14:57 +01:00
Sean Glover
d0f28828dc
Fix nightly build action ( #19 )
2022-11-05 15:10:35 -04:00
Matthew de Detrich
1ca5139f28
Add github workflow to check scala code is formatted
2022-11-05 19:42:52 +01:00
kerr
a4e5df5e9c
=str Update FlowMergeAllSpec because the merge order is undefined. ( #3 )
2022-11-05 18:00:36 +01:00
Edward Samson
732f0890a0
Change sbt welcome logo to Pekko ( #1 )
2022-11-05 17:59:29 +01:00
Matthew de Detrich
18cb8ed4e6
Add .git-blame-ignore-revs file containing format commits
2022-11-05 15:27:04 +01:00
哇呜哇呜呀咦耶
0f2b816372
Update github templates ( #14 )
...
* Update github templates
Co-authored-by: pingao <liupingao@jd.com>
2022-11-05 15:10:06 +01:00
Auto Format
15b163da74
format source with scalafmt, #2
2022-11-05 15:01:03 +01:00
Matthew de Detrich
0e876025e8
Add .gitattributes to enforce unix line endings
2022-11-05 15:01:03 +01:00
Matthew de Detrich
b79cee657b
Update scalafmt
2022-11-05 15:01:03 +01:00
PJ Fanning
a8ee7c4239
remove mima checks ( #13 )
...
* remove mima checks
* Update binary-compatibility-checks.yml
2022-11-05 10:19:44 +01:00
PJ Fanning
991997fb42
change name of github repo so that workflows run for apache/incubator-pekko ( #12 )
2022-11-04 12:37:34 +01:00
PJ Fanning
b46dfd85da
temporarily remove email action from github builds ( #9 )
2022-11-04 10:57:07 +01:00
PJ Fanning
07d7a3eb31
Only allow Squash/Rebase merges and update notification email addresses
2022-11-03 21:30:08 +01:00
Matthew de Detrich
c7756b3432
Update description of project
2022-11-03 11:12:59 +01:00
PJ Fanning
a2a79aadb7
delete Lightbend code of conduct
...
should default ASF default
2022-10-31 14:11:12 +00:00
PJ Fanning
ad9ad393fc
Create .asf.yaml
2022-10-31 12:54:33 +00:00
Sebastian Alfers
6680c47dcc
fix CLA links ( #31562 )
2022-09-07 10:07:39 +02:00
Patrik Nordwall
a646027346
Latest for mima 2.6.20 ( #31560 )
2022-09-06 16:32:17 +02:00
emanb29
044bb2dc0a
Add Throwable "cause" variants to warning log API
...
Add default implementation of 2-ary notifyWarning for compatibility
2022-09-06 10:50:26 +02:00
kerr
12ecd42989
=str Make Source.range simpler. ( #31551 )
2022-09-06 10:17:27 +02:00
Andrei Arlou
aa9968a71b
Use apidoc directive in paradox/persistence-query.md ( #22904 ) ( #31554 )
2022-09-06 10:15:11 +02:00
Will Sargent
c27d16b463
Fix references to Log ( #31556 )
...
The `akka.stream.Log` class referenced does not exist, it uses `akka.event.Logging`
https://github.com/akka/akka/blob/main/akka-stream/src/main/scala/akka/stream/impl/fusing/Ops.scala#L1509
and
https://github.com/akka/akka/blob/main/akka-stream/src/main/scala/akka/stream/impl/fusing/Ops.scala#L1629
2022-09-06 10:14:49 +02:00
kerr
7014f520e5
!str Drop the IODispatcher attribute of OutputStreamSourceStage. ( #31549 )
2022-09-05 14:00:31 +02:00
kerr
5f87a98bc7
=str Rename method parameter name from request to segmentSize for interleaveMat. ( #31527 )
2022-09-05 09:18:20 +02:00
Andrius Dapševičius
422a5b8dae
enabling shard coordinator to honor the provided role in the configu… ( #31487 )
...
* adding constructors for binary backwards compatibility
2022-09-05 09:13:34 +02:00
kerr
224873696d
!str Drop the IODispatcher attribute of InputStreamSinkStage. ( #31548 )
2022-09-05 09:07:29 +02:00
kerr
601a2626e9
=str Fold InHandler and OutHandler for operator ActorRefBackpressureSource. ( #31545 )
2022-09-05 08:43:26 +02:00
kerr
ab931a44d8
=str Rename method parameter priority to preferred for method mergePreferred. ( #31528 )
2022-09-02 09:27:15 +02:00
Joseph Ausmann
66afe3fefb
Delete effect in durable state, #30446 ( #31529 )
...
* Add reset effect to the state dsl.
* The effect calls deleteObject in the durable state store.
* The effect updates state to the empty state.
* Implement DeletedDurableState for persistence query.
* Update PersistenceTestKitDurableStateStore so that deleteObject sets the Record payload to None, ie delete the payload.
* update documentation for delete effect
* increment the revision by one when deleting state
* Overload deleteObject with revision and deprecate deleteObject.
* add bin-comp exclude
(cherry picked from commit 34a621a7cd )
2022-09-02 09:05:19 +02:00
Patrik Nordwall
1414566930
Revert "Delete effect in durable state, #30446 ( #31529 )"
...
This reverts commit 34a621a7cd .
Wrong author
2022-09-02 09:03:40 +02:00
Patrik Nordwall
34a621a7cd
Delete effect in durable state, #30446 ( #31529 )
...
* Add reset effect to the state dsl.
* The effect calls deleteObject in the durable state store.
* The effect updates state to the empty state.
* Implement DeletedDurableState for persistence query.
* Update PersistenceTestKitDurableStateStore so that deleteObject sets the Record payload to None, ie delete the payload.
* update documentation for delete effect
* increment the revision by one when deleting state
* Overload deleteObject with revision and deprecate deleteObject.
* add bin-comp exclude
2022-09-02 08:56:35 +02:00
kerr
7333594c9f
=str Remove unused import. ( #31526 )
2022-09-01 16:56:32 +02:00
kerr
c9185892db
+str Add mergeAll stream operator. ( #31298 )
2022-09-01 15:10:33 +02:00
kerr
078ddfa88c
+str Add concatAllLazy stream operator ( #31299 )
2022-09-01 15:07:31 +02:00
kerr
d09d69198e
+str Add interleaveAll stream operator. ( #31300 )
2022-09-01 15:04:12 +02:00
Andrei Arlou
901c26514a
Change pattern for cause in onDownstreamFinish from SubscriptionWithCancelException to SubscriptionWithCancelException.NonFailureCancellation because there is no any Throwable which implements SubscriptionWithCancelException ( #31438 ) ( #31524 )
2022-09-01 12:36:28 +02:00
Derek Wickern
6169b88fd3
Allow Restart{Source,Flow,Sink} to fail on certain errors ( #31492 )
...
* Allow RestartSource to restart on specific errors
* Allow RestartSink to restart on specific errors
* Add test for RestartFlow
2022-09-01 12:21:46 +02:00
Jens
44bbe7eaaa
Inline classic section for configuration-reference ( #31491 )
...
https://doc.akka.io/docs/akka/current/general/configuration-reference.html#default-configuration
completely misses the `classic {}` key for `netty` configuration.
By making the classic key an extra object and setting the 'inline-anchor' at the right place, this `classic {` should be visible on the reference config page.
2022-09-01 11:38:52 +02:00
Andrei Arlou
5b9e25ee16
docs: Use apidoc directive in typed/persistence.md - the last part ( #22904 ) ( #31495 )
...
* Use apidoc directive in typed/persistence.md - the last part (#22904 )
* add link for persist and remove link persistAll
2022-09-01 11:30:09 +02:00
Andrei Arlou
bd7f5ff3f2
docs: Use apidoc directive in classic cluster-usage.md ( #22904 ) ( #31521 )
...
* Use apidoc directive in classic cluster-usage.md (#22904 )
* add links for expectMsgType and runOn
2022-09-01 11:28:44 +02:00
Andrei Arlou
d60c36990a
Replace the specific version on current in links for remoting and remoting-artery ( #31523 )
2022-09-01 11:27:50 +02:00
Andrei Arlou
2fd69aade4
Use apidoc directive in typed/guide/tutorial_5.md ( #22904 ) ( #31520 )
2022-08-30 11:14:58 +02:00
Andrei Arlou
21c7d472eb
Replace deprecated Resolver.sonatypeRepo on Resolver.sonatypeOssRepos for sbt 1.7.+ ( #31518 )
2022-08-30 09:13:51 +02:00
Andrei Arlou
e0724e1c03
Use apidoc directive in typed/guide/tutorial_4.md ( #22904 ) ( #31519 )
2022-08-30 09:09:22 +02:00
kerr
c7ba59165a
=act Add @FunctionInterface annotation to japi. ( #31504 )
2022-08-29 15:02:19 +02:00
Johan Andrén
bb61a2d75e
Re-use command and event handler instances in Java EventSourcedBehavior #31505 ( #31507 )
2022-08-29 14:22:38 +02:00
Andrei Arlou
b4ddf43613
Removing unnecessary @SuppressWarnings("unchecked") ( #31511 )
2022-08-29 12:00:09 +02:00