Commit graph

54 commits

Author SHA1 Message Date
Konrad Malawski
8b045173ad =pro #17397 improve PR validation speed tremendously (skipping things)
+ enable parallel execution
+ exclude perf tests (TODO mark more as such)
+ uses sbt-dependency-graph plugin
+ implement dependency tracking for testing of only these
+ project which could have been affected by a given PR
2015-05-08 14:09:12 +02:00
Patrik Nordwall
c6cb71a421 =ker #15677 Deprecate Microkernel 2015-04-01 12:01:07 +02:00
Konrad 'ktoso' Malawski
d39427b3d9 +pro #16372 bring akka-bench-jmh benchmarks to master 2014-11-23 22:39:45 +01:00
Martynas Mickevičius
2f321d12b3 =pro load sample builds with project dependencies
* load sample builds from their definitions and replace library dependencies with project ones
* remove redefined sample build definitions
* test osgi sample by running a maven command
2014-11-13 18:56:02 +02:00
Max Cai
3ecdf40806 =doc Describe how to use microKernel with sbt-native-packager
(cherry picked from commit 6a79ad1287fb776eac1cac07a8a45dc0b597cede)

Conflicts:
	project/plugins.sbt
2014-10-31 11:30:05 +01:00
Konrad 'ktoso' Malawski
684c0279ec =act,tes Initial draft of internal MetricsKit
Note: This is NOT aimed to provide an micro-benchmarking solution.
The goal is to provide data for broad trend analysis. For techniques
that fight the inliner and other specialised techniques, refer to JMH.

+ custom console and graphite reporters
  - had to be custom because it's not possible to add custom metric
    types to the existing reporters
+ initial hdr.Histogram histogram() provider, see
  http://latencyutils.github.io/LatencyUtils/
+ Not using timers provided by Metrics, instead use the above histogram
+ Added average Actor size measurement
+ Measuring the "blocking time" when an actor is created, before we fire
  of the async part of this process; Measures in loop and will fluctuate
  a lot. Times are in `us` -- System.nanoTime should provide good enough
  resolution.
+ Measuring total actor creation time by using
  `KnownOpsInTimespanTimer`, which given a known number of ops, in a
  large amount of time, roughtly estimates time per one operation.
  // Yes, we are aware of the possibility of GC pauses and other horrors
+ All classes are `private[akka]`, we should not encourage people to use
  this yet
+ Counters use Java 8's `LongAdder`, which is metric's private;
  The new trend in Java land will be copy paste-ing this class ;)
+ Metrics are logged to Graphite, so we can long-term analyse these
+ Reporters are configurable using typesafe-config

! I'm not very happy about how I work around Metrics not being too open
  for adding additional custom metrics. Seems like a hack at places.
  I will consider removing the Metrics dependency all together.
  numbers

Example output:

```
-- KnownOpsInTimespanTimer-------------------------------------------
  actor-creation.total.creating-100000-actors.Props|new-EmptyArgsActor|…||-same
               ops = 100000
              time = 1.969 s
             ops/s = 50782.22
               avg = 19.69 μs

-- AveragingGauge---------------------------------------------------
  actor-creation.Props|new-EmptyArgsActor|…||-same.avg-mem-per-actor
                avg = 439.67
```
2014-05-08 14:52:39 +02:00
Konrad 'ktoso' Malawski
293ecb09f9 =build #15103 Add Build start/finish events
These are visible on the grafana dashboard,
in order to be able to see on which commit
stats have been recorded.

It's enabled via: `-Dakka.sbt.graphite=true`

Resolves #15103
2014-05-07 10:23:21 +02:00
Martynas Mickevicius
7b35ded34e =pro #15031 use sbt-unidoc plugin 2014-04-28 10:12:46 +02:00
Konrad Malawski
2d56fbe91c build #15021,#13755 Emit statsd events during build 2014-04-25 17:12:59 +02:00
Roland Kuhn
88b123ed5e =pro clean up build
- move license and homepage into build definition
- enable sbt-license-report plugin to properly pick it up
- remove hand-coded XML (always a good idea)
- remove ls.implicity.ly plugin
- remove STM reference from README
2013-12-13 21:06:13 +01:00
Björn Antonsson
b9f91b176b =pro #3448 Upgrade to sbt 0.13.0 2013-11-04 11:05:06 +01:00
Björn Antonsson
62d2c17268 =pro,doc Update sbt-multi-jvm plugin to 0.3.8 and add sbt 0.13 docs 2013-09-20 09:59:12 +02:00
Björn Antonsson
47a8affb25 !clu #3416 Use plain protobuf and protoc
* Use the protobuf task to generate code for the cluster messages
* Convert the serializer to use plain protobuf instead of scalabuff
2013-09-19 14:46:14 +02:00
Patrik Nordwall
a6f8b5516a =pro #3015 Upload dist to S3 downloads.typesafe.com 2013-08-21 14:44:14 +02:00
Patrik Nordwall
5d2f3277eb sbt-multi-jvm 0.3.6 2013-06-24 16:51:03 +12:00
Endre Sándor Varga
fc67c061d4 Forward port of release and build changes from 2.1 2013-05-14 11:50:23 +02:00
Björn Antonsson
73f0f44ddb Protobuf serialization of cluster messages. See #1910 2013-04-11 10:09:05 +02:00
Roland
2df179ab49 reenable EPUB on sbt-site 0.6.2, see #2938 2013-01-24 15:06:14 +01:00
Thomas Lockney
bcf81cc12c added basic support for Epub generation 2013-01-21 12:14:46 -08:00
Björn Antonsson
d044128035 Use version 0.3.5 of sbt-multi-jvm plugin. See #2791 2012-12-20 08:20:52 +01:00
Björn Antonsson
58c0b2beae Correct and update the SbtMultiJvm documentation. #2671 2012-11-01 15:17:44 +01:00
Viktor Klang
d1ff4af9fe #2601 - upgrade to Scalariform 1.0.0 2012-10-05 02:42:09 +02:00
Björn Antonsson
4624ada7bb Bumping sbt-site plugin to 0.7.0-M1 2012-10-02 11:37:31 +02:00
Peter Vlugter
4ca5cf88f3 Use sbt-site plugin to generate sphinx docs 2012-10-02 11:37:31 +02:00
Viktor Klang
fb928975d5 Removing apparently superfluous resolvers 2012-09-24 21:09:40 +02:00
Viktor Klang
a44baf0f44 #2097 - Adding ls-sbt for all akka projects. 2012-09-24 11:52:02 +02:00
Björn Antonsson
78597ed7c1 Merge branch 'master' into wip-2349-multi-node-and-multi-jvm-doc-ban
Conflicts:
	project/plugins.sbt
2012-09-21 17:00:34 +02:00
Björn Antonsson
67f0de87b1 Multi Node Testing Docs and Sample. See #2349 2012-09-20 21:55:09 +02:00
Björn Antonsson
f9f4bf8c1f Changed multinode properties used by MultiNodeSpec. See #2528. 2012-09-20 12:01:49 +02:00
Björn Antonsson
4a6e0b4cd1 Merge branch 'master' into wip-2497-ensure-that-packages--do-not-cross-artifacts-ban 2012-09-18 13:30:04 +02:00
Björn Antonsson
238bb474a4 Make multi-jvm-tests compile with normal tests (again). See #2316 2012-09-18 12:06:53 +02:00
Björn Antonsson
1715c60190 Disable OSGI for now. 2012-09-17 09:51:59 +02:00
Björn Antonsson
1cb191e958 Changed sbt-multi-jvm version and naming according to plugin guidelines. See #2494 2012-09-13 09:24:35 +02:00
Björn Antonsson
9721a9778f Bumped version of multi-jvm to 0.2.0-M5 and override multi-node-java. See #2443 2012-09-03 14:25:55 +02:00
Roland
a15900a591 port onto SBT-0.12 branch 2012-08-22 11:10:36 +02:00
Björn Antonsson
a8a02916aa Updating to sbt-multi-jvm 0.2.0-M4. See #2398
(cherry picked from commit a4d4eb611641c93ea14ab6e0818b01bf9b93574e)
2012-08-17 15:51:39 +02:00
Björn Antonsson
8f31850ae2 Add Migration Manager for binary compatibility checks. see #1953 2012-06-01 10:01:06 +02:00
Björn Antonsson
5bc4391e04 Make multi-jvm run all tests even when there are failures see #2154 2012-05-31 14:02:36 +02:00
Björn Antonsson
88b611ebcb Enable running tests on multiple nodes with -Dakka.test.multi-node=true 2012-05-29 10:40:52 +02:00
Gert Vanthienen
e24f7077ec Merge with latest changes on akka/master and simplify OSGi configuration section
Conflicts:
	project/AkkaBuild.scala
2012-05-24 23:34:20 +02:00
Roland
6c67149512 Merge branch 'wip-testconductor-∂π'
fixing up constructor of TestConductorTransport and adding resolver for
sbt-assembly (Ivy-style for scalasbt.artifactoryonline.com)
2012-05-22 16:22:10 +02:00
Patrik Nordwall
8ddd0ed262 sbtscalariform 0.4.0 2012-05-22 10:50:42 +02:00
Patrik Nordwall
623d0f0703 Use sbt 0.11.3. See #2087
* Temporarily disabled sbt-ls
* Removed unused schoir plugin
2012-05-22 10:44:33 +02:00
Roland
e99c938528 switch to Björn’s new multi-jvm setup (i.e. remove system properties) 2012-05-18 16:26:48 +02:00
Gert Vanthienen
1bd41e948e Add sbtosgi plugin configuration to generate OSGi metadata 2012-05-16 23:49:42 +02:00
Roland
761a61eb6b remove sbteclipse plugin from project/plugins.sbt
this should be in each user’s .sbt directory, so that everybody is free
to use which version they like
2012-02-08 09:36:17 +01:00
Eugene Vigdorchik
c8cd25e913 Factor out localhost and re-enable schoir. 2012-01-25 20:12:26 +04:00
Patrik Nordwall
cd608301f8 Commented out Schoir plugin. It has bad dependency to log4j 1.2.15. See #1721 2012-01-24 16:02:21 +01:00
Eugene Vigdorchik
edc1d8046f Integrate schoir for distributed testing. 2012-01-12 12:47:11 +04:00
Jonas Bonér
15c0462db3 Added sbteclipse plugin to the build (version 1.5.0)
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-09 18:28:43 +01:00