----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13809/#review25560 -----------------------------------------------------------
Ship it! Ship It! - Kanak Biscuitwala On Aug. 26, 2013, 3:17 p.m., Kishore Gopalakrishna wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13809/ > ----------------------------------------------------------- > > (Updated Aug. 26, 2013, 3:17 p.m.) > > > Review request for helix, Zhen Zhang, Kanak Biscuitwala, and Shi Lu. > > > Bugs: HELIX-224 > > > Repository: helix-git > > > Description > ------- > > commit e5f2ef7efb88d6781ef3351c0aebbf155c760b01 > Author: Kishore Gopalakrishna <[email protected]> > Date: Mon Aug 26 08:14:50 2013 -0700 > > [HELIX-224] Moving examples package to separate module helix-examples > > :100644 100644 e57c3ff... af04d85... M helix-core/pom.xml > :100644 000000 f1b37fc... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/BootstrapHandler.java > :100644 000000 73f1175... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/BootstrapProcess.java > :100644 000000 52a3696... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/DummyParticipant.java > :100644 000000 44ee1e5... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/ExampleHelper.java > :100644 000000 34a13e5... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/ExampleProcess.java > :100644 000000 4f76352... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/IdealStateBuilderExample.java > :100644 000000 7c5192d... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/IdealStateExample.java > :100644 000000 43ac5de... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/LeaderStandbyStateModelFactory.java > :100644 000000 affbea8... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/MasterSlaveStateModelFactory.java > :100644 000000 daf03a9... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/OnlineOfflineStateModelFactory.java > :100644 000000 b80d458... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/Quickstart.java > :100644 000000 6714341... 0000000... D > helix-core/src/main/java/org/apache/helix/examples/package-info.java > :000000 100644 0000000... 2411bd8... A helix-examples/.gitignore > :000000 100644 0000000... 2001d31... A helix-examples/DISCLAIMER > :000000 100644 0000000... 413913f... A helix-examples/LICENSE > :000000 100644 0000000... e070e15... A helix-examples/NOTICE > :000000 100644 0000000... 6c00af6... A helix-examples/pom.xml > :000000 100644 0000000... c2d08a1... A > helix-examples/src/assemble/assembly.xml > :000000 100644 0000000... f1b37fc... A > helix-examples/src/main/java/org/apache/helix/examples/BootstrapHandler.java > :000000 100644 0000000... 73f1175... A > helix-examples/src/main/java/org/apache/helix/examples/BootstrapProcess.java > :000000 100644 0000000... 52a3696... A > helix-examples/src/main/java/org/apache/helix/examples/DummyParticipant.java > :000000 100644 0000000... 44ee1e5... A > helix-examples/src/main/java/org/apache/helix/examples/ExampleHelper.java > :000000 100644 0000000... 34a13e5... A > helix-examples/src/main/java/org/apache/helix/examples/ExampleProcess.java > :000000 100644 0000000... 4f76352... A > helix-examples/src/main/java/org/apache/helix/examples/IdealStateBuilderExample.java > :000000 100644 0000000... 7c5192d... A > helix-examples/src/main/java/org/apache/helix/examples/IdealStateExample.java > :000000 100644 0000000... 43ac5de... A > helix-examples/src/main/java/org/apache/helix/examples/LeaderStandbyStateModelFactory.java > :000000 100644 0000000... affbea8... A > helix-examples/src/main/java/org/apache/helix/examples/MasterSlaveStateModelFactory.java > :000000 100644 0000000... daf03a9... A > helix-examples/src/main/java/org/apache/helix/examples/OnlineOfflineStateModelFactory.java > :000000 100644 0000000... b80d458... A > helix-examples/src/main/java/org/apache/helix/examples/Quickstart.java > :000000 100644 0000000... 6714341... A > helix-examples/src/main/java/org/apache/helix/examples/package-info.java > :000000 100644 0000000... 37bccf3... A > helix-examples/src/test/conf/testng.xml > :100644 100644 76474fd... ee6f573... M pom.xml > :100644 100644 4e09d24... dcffc1b... M src/site/markdown/Quickstart.md > > > Diffs > ----- > > helix-core/pom.xml e57c3ff > helix-core/src/main/java/org/apache/helix/examples/BootstrapHandler.java > f1b37fc > helix-core/src/main/java/org/apache/helix/examples/BootstrapProcess.java > 73f1175 > helix-core/src/main/java/org/apache/helix/examples/DummyParticipant.java > 52a3696 > helix-core/src/main/java/org/apache/helix/examples/ExampleHelper.java > 44ee1e5 > helix-core/src/main/java/org/apache/helix/examples/ExampleProcess.java > 34a13e5 > > helix-core/src/main/java/org/apache/helix/examples/IdealStateBuilderExample.java > 4f76352 > helix-core/src/main/java/org/apache/helix/examples/IdealStateExample.java > 7c5192d > > helix-core/src/main/java/org/apache/helix/examples/LeaderStandbyStateModelFactory.java > 43ac5de > > helix-core/src/main/java/org/apache/helix/examples/MasterSlaveStateModelFactory.java > affbea8 > > helix-core/src/main/java/org/apache/helix/examples/OnlineOfflineStateModelFactory.java > daf03a9 > helix-core/src/main/java/org/apache/helix/examples/Quickstart.java b80d458 > helix-core/src/main/java/org/apache/helix/examples/package-info.java > 6714341 > helix-examples/.gitignore PRE-CREATION > helix-examples/DISCLAIMER PRE-CREATION > helix-examples/LICENSE PRE-CREATION > helix-examples/NOTICE PRE-CREATION > helix-examples/pom.xml PRE-CREATION > helix-examples/src/assemble/assembly.xml PRE-CREATION > > helix-examples/src/main/java/org/apache/helix/examples/BootstrapHandler.java > PRE-CREATION > > helix-examples/src/main/java/org/apache/helix/examples/BootstrapProcess.java > PRE-CREATION > > helix-examples/src/main/java/org/apache/helix/examples/DummyParticipant.java > PRE-CREATION > helix-examples/src/main/java/org/apache/helix/examples/ExampleHelper.java > PRE-CREATION > helix-examples/src/main/java/org/apache/helix/examples/ExampleProcess.java > PRE-CREATION > > helix-examples/src/main/java/org/apache/helix/examples/IdealStateBuilderExample.java > PRE-CREATION > > helix-examples/src/main/java/org/apache/helix/examples/IdealStateExample.java > PRE-CREATION > > helix-examples/src/main/java/org/apache/helix/examples/LeaderStandbyStateModelFactory.java > PRE-CREATION > > helix-examples/src/main/java/org/apache/helix/examples/MasterSlaveStateModelFactory.java > PRE-CREATION > > helix-examples/src/main/java/org/apache/helix/examples/OnlineOfflineStateModelFactory.java > PRE-CREATION > helix-examples/src/main/java/org/apache/helix/examples/Quickstart.java > PRE-CREATION > helix-examples/src/main/java/org/apache/helix/examples/package-info.java > PRE-CREATION > helix-examples/src/test/conf/testng.xml PRE-CREATION > pom.xml 76474fd > src/site/markdown/Quickstart.md 4e09d24 > > Diff: https://reviews.apache.org/r/13809/diff/ > > > Testing > ------- > > Ran the quick start and modify the Quickstart.md to checkout 0.6.1 tag while > building Helix. Once RB approved I will update the website. > > > Thanks, > > Kishore Gopalakrishna > >
