Skip to content

Commit 080a927

Browse files
authored
Merge pull request #15 from ArpNetworking/upgrade-contact-info
Updated all author contact information.
2 parents da77794 + b0d0536 commit 080a927

File tree

232 files changed

+315
-346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+315
-346
lines changed

CONTRIBUTORS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Contributors
33

44
The following people have made source contributions to the metrics aggregator daemon project:
55

6-
* Brandon Arp (barp at groupon dot com)
6+
* Brandon Arp (brandonarp at gmail dot com)
77
* Daniel Guerrero (dguerreromartin at groupon dot com)
8-
* Ville Koskela (vkoskela at groupon dot com)
8+
* Deepika Misra (deepika at groupon dot com)
9+
* Gil Markham (gil at groupon dot com)
10+
* Ville Koskela (ville dot koskela at inscopemetrics dot com)
911

1012
© Groupon Inc., 2016

pom.xml

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,55 @@
4141

4242
<developers>
4343
<developer>
44-
<id>barp</id>
44+
<id>brandonarp</id>
4545
<name>Brandon Arp</name>
46-
<email>[email protected]</email>
46+
<email>[email protected]</email>
47+
<organization>ArpNetworking</organization>
48+
<organizationUrl>http://www.arpnetworking.com</organizationUrl>
49+
<roles>
50+
<role>developer</role>
51+
</roles>
52+
</developer>
53+
<developer>
54+
<id>danielguerrero</id>
55+
<name>Daniel Guerrero</name>
56+
<email>[email protected]</email>
4757
<organization>Groupon</organization>
4858
<organizationUrl>http://www.groupon.com</organizationUrl>
4959
<roles>
5060
<role>developer</role>
5161
</roles>
5262
</developer>
5363
<developer>
54-
<id>vkoskela</id>
55-
<name>Ville Koskela</name>
56-
<email>vkoskela@groupon.com</email>
64+
<id>deepikamisra</id>
65+
<name>Deepika Misra</name>
66+
<email>deepika@groupon.com</email>
5767
<organization>Groupon</organization>
5868
<organizationUrl>http://www.groupon.com</organizationUrl>
5969
<roles>
6070
<role>developer</role>
6171
</roles>
6272
</developer>
73+
<developer>
74+
<id>gilmarkham</id>
75+
<name>Gil Markham</name>
76+
<email>[email protected]</email>
77+
<organization>Groupon</organization>
78+
<organizationUrl>http://www.groupon.com</organizationUrl>
79+
<roles>
80+
<role>developer</role>
81+
</roles>
82+
</developer>
83+
<developer>
84+
<id>villekoskela</id>
85+
<name>Ville Koskela</name>
86+
<email>[email protected]</email>
87+
<organization>Inscope Metrics</organization>
88+
<organizationUrl>http://www.inscopemetrics.com</organizationUrl>
89+
<roles>
90+
<role>developer</role>
91+
</roles>
92+
</developer>
6393
</developers>
6494

6595
<scm>

src/main/java/com/arpnetworking/akka/UniformRandomTimeScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* Scheduler that will send a message in a uniform random time interval.
3737
*
38-
* @author Brandon Arp (barp at groupon dot com)
38+
* @author Brandon Arp (brandonarp at gmail dot com)
3939
*/
4040
public final class UniformRandomTimeScheduler {
4141
/**

src/main/java/com/arpnetworking/clusteraggregator/AggDataUnifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* Unifies units.
3333
*
34-
* @author Brandon Arp (barp at groupon dot com)
34+
* @author Brandon Arp (brandonarp at gmail dot com)
3535
*/
3636
public final class AggDataUnifier {
3737
private AggDataUnifier() {}

src/main/java/com/arpnetworking/clusteraggregator/AggregatorLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Lifecycle monitoring for {@link com.arpnetworking.clusteraggregator.aggregation.AggregationRouter} actors.
3030
*
31-
* @author Brandon Arp (barp at groupon dot com)
31+
* @author Brandon Arp (brandonarp at gmail dot com)
3232
*/
3333
public final class AggregatorLifecycle extends UntypedActor {
3434
/**

src/main/java/com/arpnetworking/clusteraggregator/ClusterStatusCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/**
4848
* Caches the cluster state.
4949
*
50-
* @author Brandon Arp (barp at groupon dot com)
50+
* @author Brandon Arp (brandonarp at gmail dot com)
5151
*/
5252
public class ClusterStatusCache extends UntypedActor {
5353

src/main/java/com/arpnetworking/clusteraggregator/Emitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* Holds the sinks and emits to them.
3434
*
35-
* @author Brandon Arp (barp at groupon dot com)
35+
* @author Brandon Arp (brandonarp at gmail dot com)
3636
*/
3737
public class Emitter extends UntypedActor {
3838
/**

src/main/java/com/arpnetworking/clusteraggregator/GracefulShutdownActor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* Shuts down the Akka cluster gracefully.
3131
*
32-
* @author Brandon Arp (barp at groupon dot com)
32+
* @author Brandon Arp (brandonarp at gmail dot com)
3333
*/
3434
public class GracefulShutdownActor extends UntypedActor {
3535
/**

src/main/java/com/arpnetworking/clusteraggregator/GuiceModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
* The primary Guice module used to bootstrap the cluster aggregator. NOTE: this module will be constructed whenever
7878
* a new configuration is loaded, and will be torn down when another configuration is loaded.
7979
*
80-
* @author Brandon Arp (barp at groupon dot com)
80+
* @author Brandon Arp (brandonarp at gmail dot com)
8181
*/
8282
public class GuiceModule extends AbstractModule {
8383
/**

src/main/java/com/arpnetworking/clusteraggregator/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/**
4848
* Entry point for the akka-based cluster aggregator.
4949
*
50-
* @author Brandon Arp (barp at groupon dot com)
50+
* @author Brandon Arp (brandonarp at gmail dot com)
5151
*/
5252
public final class Main implements Launchable {
5353
/**

0 commit comments

Comments
 (0)