Johan Andrén
8f0d1a3465
New authors-script for releasing ( #21783 )
2016-11-02 14:45:02 +01:00
poojadshende
7058b97a37
included script for finding fixed tickets #20475
2016-05-10 08:48:14 +02:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Patrik Nordwall
0ab800f99b
=pro Update url in publish samples script
2015-08-14 16:36:43 +02:00
Konrad Malawski
c34914a4fe
+pro #17611 add perl script to find javadoc errors
2015-06-24 16:34:36 +02:00
Patrik Nordwall
0953e7aee3
!pro #17380 Build with Java 8
...
* genjavadoc adjustments for java8
2015-05-18 12:51:34 +02:00
Andrei Pozolotin
7b9f77a073
+ akka-cluster-metrics: new akka module
...
* new akka module split from akka-cluster
* provide sigar provisioning
* fix ewma usage
* resolve #16121
* see #16354
2015-01-19 10:23:54 -06:00
Martynas Mickevicius
325e05ee27
!act #15626 expose DatagramChannel creation in DatagramChannelCreator
...
* move channel creation logic to a separate trait
* new Java API: AbstractSocketOption
2014-08-19 14:02:23 +03:00
Konrad 'ktoso' Malawski
e5b12b61cc
!scr do not remove tags (github) that are not set on an issue
...
Since the updated github issues views, it shows all "removed tags",
events in the issue even if the removed tag was never set on the issue.
So this script would always show up as "removed validating,needs-attention"
Even if the issue never had the label needs-attention set to it,
which is confusing visually.
This change introduces that we only remove tags that actually are set on
the issue.
2014-07-30 11:48:38 +02:00
Konrad 'ktoso' Malawski
d4a4e7d691
=pro silence github tagging (curl)
2014-05-30 13:04:02 +02:00
Konrad 'ktoso' Malawski
9bba4f88fe
=scr silence curl on jenkins, no need for progress bars
2014-05-23 11:17:07 +02:00
Konrad 'ktoso' Malawski
08dc0a8f19
+scr additional functions for tagging issues on github
2014-05-23 11:16:53 +02:00
Martynas Mickevicius
f2573d84b9
=scr #15002 use github API to get fixed issue list for a milestone
2014-05-21 13:55:41 +02:00
Björn Antonsson
8b4b28c6f5
+sam #13890 Add Akka Main Activator template for Java 8
2014-04-24 14:04:43 +02:00
Björn Antonsson
26c493ea4a
=per #3915 Make become work during recovery for EventsourcedProcessor et.c.
2014-03-22 00:47:03 +01:00
Björn Antonsson
ea6e459adf
+sam #3925 Adding Supervision for Java with Lambda Support Activator template
2014-03-18 08:46:22 +01:00
Björn Antonsson
541a2181ff
+pro #3906 Building persistence Java with lambda support doc code automatically
2014-03-05 11:36:13 +01:00
Björn Antonsson
07e361c684
!act,sam #3889 Adding Activator template FSM/become for Java with Lambda support
...
* Dining Hakkers Activator template for FSM and become
* Cleaup of FSM event matchers to be more usable and consistent
2014-03-05 11:16:23 +01:00
Björn Antonsson
0dcb6d6654
!act,doc #3831 Adding more Java with Lambda documentation and support
...
* The Java with Lambda support documentation for AbstractActor and AbstractFSM are now on par with Scala
* Many small fixes and additions of missing things
* Added an AbstractActorContext that has convenience functions for getChild and getChildren
2014-03-03 10:18:58 +01:00
Patrik Nordwall
f29f6f40eb
=pro Exclude target directories from find in publish_samples.sh
...
* It found activator.properties in target directories
2014-02-20 09:09:42 +01:00
Patrik Nordwall
ea62829398
Merge pull request #1983 from akka/wip-3689-activator-publish-script-patriknw
...
=pro #3689 Add script to publish samples zip files
2014-02-13 11:55:51 +01:00
Patrik Nordwall
f49b04b591
=pro #3689 Add script to publish samples zip files
2014-02-13 11:55:04 +01:00
Björn Antonsson
6dac62b369
+pro #3822 Add script to be run after a successful sbt build
...
* This script assumes that the akka artifacts having been published locally
2014-02-06 08:56:08 +01:00
Björn Antonsson
2876460dcb
!rem, clu, mul #3154 Upgrade protobuf to 2.5.0 and add an SBT task
...
* Added an SBT task to compile protobuf files with protoc
* Upgraded protobuf to 2.5.0 which is the current stable
2013-09-12 11:20:25 +02:00
Roland Kuhn
701321302c
fix scripts/authors.pl
...
- used to omit commits which touched only one file
- used to omit commits which only inserted or deleted lines
2013-08-29 11:16:59 +02:00
Viktor Klang
2584735ea1
#3107 - Moving the relevant scripts and samples into the dist folder of the akka-kernel project
2013-04-03 16:59:07 +02:00
Patrik Nordwall
48df113999
Script that generates statistics for release notes
2013-02-18 10:43:36 +01:00
Roland
c3b363c9b3
move multi-node-testkit into its own module, see #2981
2013-02-11 14:37:37 +01:00
Viktor Klang
adfeb2c1f0
#2879 - updating copyright info
2013-01-09 11:38:00 +01:00
Patrik Nordwall
0d9d877b0c
Correction of remote-tests-experimental proj name
2012-10-30 09:16:40 +01:00
Patrik Nordwall
e592cebe20
Add script to run LogRoleReplace, see #2173
2012-06-04 13:35:08 +02:00
Roland
4217d639f9
add utility for fixing up broken PROTOC code (and apply it)
2012-05-18 16:00:33 +02:00
Roland
c86051505b
wrap up MultiNodeSpec, see #1934 and #2063
...
- restructure message classes in sealed traits according to message flow
direction and include confirmed/unconfirmed status in the type
- add GetAddress query for obtaining the remote transport address of
another test participant
- add reconnects to Player
- add small DSL with runOn(node...), ifNode(node...)(<true>)(<false>)
and node(<node>):ActorPath
- rewrite TestConductorSpec to use that DSL and run within a single test
procedure instead of separate NodeX classes
- hook up that test into current multi-jvm infrastructure temporarily
for testing (will use Björn’s new remote-multi-jvm stuff later)
2012-05-18 15:55:04 +02:00
Jonas Bonér
61b2c3d5f7
Deleted broken startup scripts.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-16 10:51:14 +01:00
Jonas Bonér
e4d7ab39b2
Updated license to 2012.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-15 20:27:27 +01:00
Jonas Bonér
0099146b79
Fixed './scripts/generate_config_with_secure_cookie.sh' - generated the wrong config.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-15 20:21:59 +01:00
Patrik Nordwall
aa0b48a43b
Config dir first in classpath. See #1761
2012-02-01 08:49:31 +01:00
Viktor Klang
149fbea5a7
Updating Copyright as per #1660
2012-01-19 18:21:06 +01:00
Peter Vlugter
ad8a050d05
Updated microkernel
...
- no config files used by microkernel
- boot classes are specified as main arguments
- actor system creation is left to user in Bootable
- added on-out-of-memory handler to java args
- updated docs
2011-12-15 11:42:06 +13:00
Peter Vlugter
ba9ed982ca
Re-enable akka-kernel and add small sample
...
Created a new simple version of the microkernel for
inclusion in the akka download and to be able to start
working on sample applications
2011-12-14 16:42:47 +13:00
Roland
92e7693203
Merge remote-tracking branch 'origin/master' into wip-remote-supervision-rk
2011-12-13 16:59:43 +01:00
Roland
57d88594b6
tweak authors.pl convenience
2011-12-10 10:27:36 +01:00
Jonas Bonér
4d649c3903
Removed all @author tags for Jonas Bonér since it has lost its meaning.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-09 18:44:59 +01:00
Roland
1c804846af
first stab at release notes for release 1.2
...
- including commit stats and the script which generated them
2011-08-09 22:09:57 +02:00
Viktor Klang
9d71be7778
Updating copyright section to Typesafe Inc. etc
2011-07-14 16:03:08 +02:00
Jonas Bonér
7dbc5ac958
Merged with master
2011-06-10 08:41:10 +02:00
Peter Vlugter
b7d0fb6b09
Add microkernel dist
2011-05-26 16:37:41 +12:00
Peter Vlugter
ca7aea96a6
Bump version to 2.0-SNAPSHOT
2011-05-18 12:44:37 +12:00
Peter Vlugter
9ace0a97da
Bump version to 1.2-SNAPSHOT
2011-05-06 14:01:21 +12:00
Roland
389817e529
add warning message to git-remove-history.sh
2011-04-05 19:45:05 +02:00