incubator-slider git commit: SLIDER-734 print the directory where hbase config is saved

2015-02-02 Thread tedyu
Repository: incubator-slider Updated Branches: refs/heads/develop bbd09a292 -> 053c3c111 SLIDER-734 print the directory where hbase config is saved Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/053c

Git Push Summary

2015-02-02 Thread gourksaha
Repository: incubator-slider Updated Branches: refs/heads/releases/slider-0.61.0-incubating [created] 64a8bac06

svn commit: r938680 - /websites/production/slider/content/

2015-02-02 Thread stevel
Author: stevel Date: Mon Feb 2 16:33:50 2015 New Revision: 938680 Log: updated REST API docs Added: websites/production/slider/content/ - copied from r938679, websites/staging/slider/trunk/content/

svn commit: r1656514 - /incubator/slider/site/trunk/content/release_notes/release-0.70.0.md

2015-02-02 Thread stevel
Author: stevel Date: Mon Feb 2 16:33:02 2015 New Revision: 1656514 URL: http://svn.apache.org/r1656514 Log: updating 0.70 release notes Modified: incubator/slider/site/trunk/content/release_notes/release-0.70.0.md Modified: incubator/slider/site/trunk/content/release_notes/release-0.70.0.md

svn commit: r938679 - in /websites/staging/slider/trunk/content: ./ release_notes/release-0.70.0.html

2015-02-02 Thread buildbot
Author: buildbot Date: Mon Feb 2 16:33:06 2015 New Revision: 938679 Log: Staging update by buildbot for slider Modified: websites/staging/slider/trunk/content/ (props changed) websites/staging/slider/trunk/content/release_notes/release-0.70.0.html Propchange: websites/staging/slider/t

svn commit: r938677 - in /websites/staging/slider/trunk/content: ./ design/rolehistory.html developing/releasing.html release_notes/release-0.70.0.html

2015-02-02 Thread buildbot
Author: buildbot Date: Mon Feb 2 16:29:57 2015 New Revision: 938677 Log: Staging update by buildbot for slider Modified: websites/staging/slider/trunk/content/ (props changed) websites/staging/slider/trunk/content/design/rolehistory.html websites/staging/slider/trunk/content/develo

svn commit: r1656512 - in /incubator/slider/site/trunk/content: design/rolehistory.md developing/releasing.md release_notes/release-0.70.0.md

2015-02-02 Thread stevel
Author: stevel Date: Mon Feb 2 16:29:51 2015 New Revision: 1656512 URL: http://svn.apache.org/r1656512 Log: updating site docs Modified: incubator/slider/site/trunk/content/design/rolehistory.md incubator/slider/site/trunk/content/developing/releasing.md incubator/slider/site/trunk/c

svn commit: r938676 - in /websites/staging/slider/trunk/content: ./ docs/api/slider_REST_api_v2.html

2015-02-02 Thread buildbot
Author: buildbot Date: Mon Feb 2 16:29:30 2015 New Revision: 938676 Log: Staging update by buildbot for slider Modified: websites/staging/slider/trunk/content/ (props changed) websites/staging/slider/trunk/content/docs/api/slider_REST_api_v2.html Propchange: websites/staging/slider/tr

svn commit: r1656511 - /incubator/slider/site/trunk/content/docs/api/slider_REST_api_v2.md

2015-02-02 Thread stevel
Author: stevel Date: Mon Feb 2 16:29:25 2015 New Revision: 1656511 URL: http://svn.apache.org/r1656511 Log: SLIDER-768 update the REST API with liveness Modified: incubator/slider/site/trunk/content/docs/api/slider_REST_api_v2.md Modified: incubator/slider/site/trunk/content/docs/api/slider

[06/10] incubator-slider git commit: SLIDER-768: renaming attributes to emphasise "outstanding"; mock tests to validate; ClusterDescription exporting

2015-02-02 Thread stevel
SLIDER-768: renaming attributes to emphasise "outstanding"; mock tests to validate; ClusterDescription exporting Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/b75581b5 Tree: http://git-wip-us.apache.or

[02/10] incubator-slider git commit: SLIDER-768 refactoring tests to work even when back door is closed (i.e. 0.70 branch)

2015-02-02 Thread stevel
SLIDER-768 refactoring tests to work even when back door is closed (i.e. 0.70 branch) Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/680d64dc Tree: http://git-wip-us.apache.org/repos/asf/incubator-slide

[01/10] incubator-slider git commit: SLIDER-768: add new ApplicationLivenessInformation; do some cleanup & dedup of code. Note how AppState is directly using a Codahale counter for outstanding request

2015-02-02 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 39e04e36e -> bbd09a292 SLIDER-768: add new ApplicationLivenessInformation; do some cleanup & dedup of code. Note how AppState is directly using a Codahale counter for outstanding requests. Project: http://git-wip-us.apache.or

[07/10] incubator-slider git commit: SLIDER-678: tests for liveness field in ClusterDescription: mock and minicluster

2015-02-02 Thread stevel
SLIDER-678: tests for liveness field in ClusterDescription: mock and minicluster Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/2dfdf334 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tr

[08/10] incubator-slider git commit: SLIDER-768 IT for API and liveness in cluster status

2015-02-02 Thread stevel
SLIDER-768 IT for API and liveness in cluster status Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/0d0b0899 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/0d0b0899 Diff: http://git-w

[05/10] incubator-slider git commit: SLIDER-768 split SliderApplicationAPI client into interface and impl; stops users of client getting at raw REST API and other methods unless they want to typecast

2015-02-02 Thread stevel
SLIDER-768 split SliderApplicationAPI client into interface and impl; stops users of client getting at raw REST API and other methods unless they want to typecast (Which tests may still do) Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.or

[10/10] incubator-slider git commit: SLIDER-768 rename SliderAppAPI client (partly to avoid case-sensitivity issues in OS & Git)

2015-02-02 Thread stevel
SLIDER-768 rename SliderAppAPI client (partly to avoid case-sensitivity issues in OS & Git) Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/bbd09a29 Tree: http://git-wip-us.apache.org/repos/asf/incubator

[03/10] incubator-slider git commit: SLIDER-768 API to add an operation to query liveness

2015-02-02 Thread stevel
SLIDER-768 API to add an operation to query liveness Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/dce12366 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/dce12366 Diff: http://git-w

[04/10] incubator-slider git commit: SLIDER-678: liveness API in REST API. includes test improvements and better exception handling

2015-02-02 Thread stevel
SLIDER-678: liveness API in REST API. includes test improvements and better exception handling Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/e2388afc Tree: http://git-wip-us.apache.org/repos/asf/incuba

[09/10] incubator-slider git commit: Merge branch 'feature/SLIDER-768_API_to_indicate_when_all_component_instances_are_launched' into develop

2015-02-02 Thread stevel
Merge branch 'feature/SLIDER-768_API_to_indicate_when_all_component_instances_are_launched' into develop Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/bcda3c24 Tree: http://git-wip-us.apache.org/repos

svn commit: r938653 - /websites/production/slider/content/

2015-02-02 Thread stevel
Author: stevel Date: Mon Feb 2 12:26:40 2015 New Revision: 938653 Log: Pushing out new Site details Added: websites/production/slider/content/ - copied from r938652, websites/staging/slider/trunk/content/