[3/3] incubator-slider git commit: SLIDER-760 fixing up empty tags

2015-02-24 Thread stevel
SLIDER-760 fixing up empty tags Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/b16ba2d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/b16ba2d0 Diff:

svn commit: r1662166 - /incubator/slider/site/trunk/content/developing/releasing.md

2015-02-24 Thread stevel
Author: stevel Date: Wed Feb 25 04:22:52 2015 New Revision: 1662166 URL: http://svn.apache.org/r1662166 Log: SLIDER-760 updating the docs Modified: incubator/slider/site/trunk/content/developing/releasing.md Modified: incubator/slider/site/trunk/content/developing/releasing.md URL: http

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

2015-02-19 Thread stevel
Author: stevel Date: Thu Feb 19 17:24:10 2015 New Revision: 1660947 URL: http://svn.apache.org/r1660947 Log: SLIDER-151 API Modified: incubator/slider/site/trunk/content/docs/api/slider_REST_api_v2.md Modified: incubator/slider/site/trunk/content/docs/api/slider_REST_api_v2.md URL: http

svn commit: r1660957 - /incubator/slider/site/trunk/content/downloads/index.md

2015-02-19 Thread stevel
Author: stevel Date: Thu Feb 19 17:58:39 2015 New Revision: 1660957 URL: http://svn.apache.org/r1660957 Log: SLIDER-745 downloads page Modified: incubator/slider/site/trunk/content/downloads/index.md Modified: incubator/slider/site/trunk/content/downloads/index.md URL: http

svn commit: r1660959 - /incubator/slider/site/trunk/content/developing/releasing.md

2015-02-19 Thread stevel
Author: stevel Date: Thu Feb 19 18:00:03 2015 New Revision: 1660959 URL: http://svn.apache.org/r1660959 Log: SLIDER-745 downloads page Modified: incubator/slider/site/trunk/content/developing/releasing.md Modified: incubator/slider/site/trunk/content/developing/releasing.md URL: http

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

2015-02-19 Thread stevel
Author: stevel Date: Thu Feb 19 18:00:38 2015 New Revision: 940774 Log: 0.61.0-incubating release Added: websites/production/slider/content/ - copied from r940773, websites/staging/slider/trunk/content/

svn commit: r1660686 - /incubator/slider/site/trunk/content/developing/releasing.md

2015-02-18 Thread stevel
Author: stevel Date: Wed Feb 18 17:35:34 2015 New Revision: 1660686 URL: http://svn.apache.org/r1660686 Log: SLIDER-744 release instructions updated Modified: incubator/slider/site/trunk/content/developing/releasing.md Modified: incubator/slider/site/trunk/content/developing/releasing.md

svn commit: r8034 - /release/incubator/slider/0.61.0-incubating/

2015-02-17 Thread stevel
Author: stevel Date: Tue Feb 17 13:30:44 2015 New Revision: 8034 Log: SLIDER-745 Committing Release 0.61.0-incubating Added: release/incubator/slider/0.61.0-incubating/ release/incubator/slider/0.61.0-incubating/slider-0.61.0-incubating-source-release.tar.gz (with props) release

incubator-slider git commit: SLIDER-785 AgentClusterLifecycleIT failing if 1 slider instance running in the test cluster

2015-02-16 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 67938ee99 - 9e58112d0 SLIDER-785 AgentClusterLifecycleIT failing if 1 slider instance running in the test cluster Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[06/20] incubator-slider git commit: SLIDER-782 new messages RPC calls defined; , marshall and indirect code in progress

2015-02-14 Thread stevel
http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/bc15807c/slider-core/src/main/java/org/apache/slider/api/proto/RestTypeMarshalling.java -- diff --git

[12/20] incubator-slider git commit: SLIDER-782 import cleanup

2015-02-14 Thread stevel
SLIDER-782 import cleanup Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/77d3154b Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/77d3154b Diff:

[07/20] incubator-slider git commit: SLIDER-782 new messages RPC calls defined; , marshall and indirect code in progress

2015-02-14 Thread stevel
http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/bc15807c/slider-core/src/main/java/org/apache/slider/api/proto/Messages.java -- diff --git a/slider-core/src/main/java/org/apache/slider/api/proto/Messages.java

[17/20] incubator-slider git commit: SLIDER-782: REST test delegate for the IPC API; shares all the tests with the REST Slider Client API. Some exception translation now takes place, though only a l

2015-02-14 Thread stevel
SLIDER-782: REST test delegate for the IPC API; shares all the tests with the REST Slider Client API. Some exception translation now takes place, though only a little. Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[14/20] incubator-slider git commit: SLIDER-782 some renaming and moving of interfaces, to be more independent of REST vs IPC

2015-02-14 Thread stevel
SLIDER-782 some renaming and moving of interfaces, to be more independent of REST vs IPC Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/ddf06ab1 Tree:

[01/20] incubator-slider git commit: SLIDER-782 moving all of AM IPC operations out of AM, moving to async queued events for all mutating operations

2015-02-14 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 0b0022185 - 67938ee99 SLIDER-782 moving all of AM IPC operations out of AM, moving to async queued events for all mutating operations Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[09/20] incubator-slider git commit: SLIDER-782 new messages RPC calls defined; , marshall and indirect code completed

2015-02-14 Thread stevel
http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/84134031/slider-core/src/main/java/org/apache/slider/server/appmaster/rpc/SliderClusterProtocolProxy.java -- diff --git

[03/20] incubator-slider git commit: SLIDER-782: all tests passing; rename protocol service: SliderIPCService

2015-02-14 Thread stevel
SLIDER-782: all tests passing; rename protocol service: SliderIPCService Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/4b56e54d Tree:

[10/20] incubator-slider git commit: SLIDER-782 new messages RPC calls defined; , marshall and indirect code completed

2015-02-14 Thread stevel
SLIDER-782 new messages RPC calls defined;, marshall and indirect code completed Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/84134031 Tree:

[05/20] incubator-slider git commit: SLIDER-782 drop AM implementation of the SliderClusterProtocol

2015-02-14 Thread stevel
SLIDER-782 drop AM implementation of the SliderClusterProtocol Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/ae6f813e Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/ae6f813e Diff:

[02/20] incubator-slider git commit: SLIDER-782: changing how the SliderClusterProtocolService gets inited; eliminates that race condition at startup where the ports live but the service not fully ini

2015-02-14 Thread stevel
SLIDER-782: changing how the SliderClusterProtocolService gets inited; eliminates that race condition at startup where the ports live but the service not fully inited Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[08/20] incubator-slider git commit: SLIDER-782 new messages RPC calls defined; , marshall and indirect code in progress

2015-02-14 Thread stevel
SLIDER-782 new messages RPC calls defined;, marshall and indirect code in progress Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/bc15807c Tree:

[20/20] incubator-slider git commit: Merge branch 'feature/SLIDER-782_SLIDER_RPC_Client_API_in_sync_with_REST_API' into develop

2015-02-14 Thread stevel
Merge branch 'feature/SLIDER-782_SLIDER_RPC_Client_API_in_sync_with_REST_API' 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/67938ee9 Tree:

[18/20] incubator-slider git commit: SLIDER-782: run IPC tests against remote AM provided cluster is insecure

2015-02-14 Thread stevel
SLIDER-782: run IPC tests against remote AM provided cluster is insecure Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/ef6fb9e3 Tree:

svn commit: r1658704 - /incubator/slider/site/trunk/content/developing/releasing.md

2015-02-10 Thread stevel
Author: stevel Date: Tue Feb 10 13:08:13 2015 New Revision: 1658704 URL: http://svn.apache.org/r1658704 Log: SLIDER-744 release instructions Modified: incubator/slider/site/trunk/content/developing/releasing.md Modified: incubator/slider/site/trunk/content/developing/releasing.md URL: http

[4/4] incubator-slider git commit: SLIDER-781 cut tests/ module from included kazoo source tree; examples and docs from jinja


2015-02-09 Thread stevel
SLIDER-781 cut tests/ module from included kazoo source tree; examples and docs from jinja
 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/4156c1c3 Tree:

[3/4] incubator-slider git commit: SLIDER-781 cut tests/ module from included kazoo source tree; examples and docs from jinja


2015-02-09 Thread stevel
http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/4156c1c3/slider-agent/src/main/python/jinja2/docs/intro.rst -- diff --git a/slider-agent/src/main/python/jinja2/docs/intro.rst

incubator-slider git commit: SLIDER-646 AgentLaunchFailureIT test failing at times

2015-02-06 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 f916ef8c2 - 6ce99586a SLIDER-646 AgentLaunchFailureIT test failing at times Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[2/4] incubator-slider git commit: SLIDER-778 Clean up AgentProviderService slightly

2015-02-06 Thread stevel
SLIDER-778 Clean up AgentProviderService slightly Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/2887c1d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/2887c1d0 Diff:

[1/4] incubator-slider git commit: SLIDER-706 app install failure doesn't result in clear failure. Just improving logging to see what the next state is —to understand what is the next state

2015-02-06 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 18cdb000d - fb20aceb8 SLIDER-706 app install failure doesn't result in clear failure. Just improving logging to see what the next state is —to understand what is the next state Project:

[3/4] incubator-slider git commit: SLIDER-778 Clean up AgentProviderService slightly

2015-02-06 Thread stevel
SLIDER-778 Clean up AgentProviderService slightly Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/19a6dfcd Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/19a6dfcd Diff:

incubator-slider git commit: SLIDER-760: update year in NOTICE

2015-02-05 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 790ef0e4a - f63d272f3 SLIDER-760: update year in NOTICE Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/f63d272f Tree:

incubator-slider git commit: SLIDER-760 make sure that DISCLAIMER and NOTICE get through to the binary tarball

2015-02-04 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 8b1854532 - 5c9dcd55d SLIDER-760 make sure that DISCLAIMER and NOTICE get through to the binary tarball Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: SLIDER-761 disable WS back door for 0.70 release

2015-02-04 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 5c9dcd55d - ba19e010f SLIDER-761 disable WS back door for 0.70 release Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/ba19e010 Tree:

svn commit: r1657287 - /incubator/slider/site/trunk/content/developing/releasing.md

2015-02-04 Thread stevel
Author: stevel Date: Wed Feb 4 15:35:01 2015 New Revision: 1657287 URL: http://svn.apache.org/r1657287 Log: SLIDER-745 more release.md instructions Modified: incubator/slider/site/trunk/content/developing/releasing.md Modified: incubator/slider/site/trunk/content/developing/releasing.md

[1/4] incubator-slider git commit: SLIDER-771 root web UI to link to REST API

2015-02-03 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop ad33f069e - fad546eab SLIDER-771 root web UI to link to REST API Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/d3c08bdb Tree:

[2/4] incubator-slider git commit: SLIDER-771 tune layout so that table headers and data are aligned

2015-02-03 Thread stevel
SLIDER-771 tune layout so that table headers and data are aligned Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/500aa3d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/500aa3d3

[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:

[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:

[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:

incubator-slider git commit: SLIDER-752 No easy way to get list of applications via API from SliderClient

2015-01-29 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 3105ba9f3 - 7e8903e36 SLIDER-752 No easy way to get list of applications via API from SliderClient Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

svn commit: r1655817 - in /incubator/slider/site/trunk/content/release_notes: release-0.61.0.md release-0.70.0.md

2015-01-29 Thread stevel
Author: stevel Date: Thu Jan 29 19:21:58 2015 New Revision: 1655817 URL: http://svn.apache.org/r1655817 Log: some release notes for 0.61 and 0.70 Added: incubator/slider/site/trunk/content/release_notes/release-0.61.0.md - copied, changed from r1646524, incubator/slider/site/trunk

incubator-slider git commit: SLIDER-743 add the counters and resetting feature to the Nodes, but no use of the outcome in choosing placements

2015-01-28 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 618cdc4c4 - 3105ba9f3 SLIDER-743 add the counters and resetting feature to the Nodes, but no use of the outcome in choosing placements Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

svn commit: r1655389 - /incubator/slider/site/trunk/content/developing/releasing.md

2015-01-28 Thread stevel
Author: stevel Date: Wed Jan 28 16:49:43 2015 New Revision: 1655389 URL: http://svn.apache.org/r1655389 Log: SLIDER-745 release notes Modified: incubator/slider/site/trunk/content/developing/releasing.md Modified: incubator/slider/site/trunk/content/developing/releasing.md URL: http

Git Push Summary

2015-01-27 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0-incubating [created] d0fb9e1f3

incubator-slider git commit: [maven-release-plugin] prepare for next development iteration

2015-01-27 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 64a8bac06 - f916ef8c2 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0-incubating

2015-01-27 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 39755ca15 - 64a8bac06 [maven-release-plugin] prepare release slider-0.61.0-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[1/2] incubator-slider git commit: SLIDER-767 rename apache-slider-command-logger and command-logger modules

2015-01-27 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 af780363c - 39755ca15 refs/heads/develop 657f734c1 - f5b0940f0 SLIDER-767 rename apache-slider-command-logger and command-logger modules Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo

incubator-slider git commit: SLIDER-766 binary releases don't include license/3rd party metadata: work on core

2015-01-26 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 192fb49f8 - 98d676b90 SLIDER-766 binary releases don't include license/3rd party metadata: work on core Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: SLIDER-765 TestStandaloneYarnRegistryAM failing

2015-01-25 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 6bd71659e - 192fb49f8 SLIDER-765 TestStandaloneYarnRegistryAM failing Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/192fb49f Tree:

[3/7] incubator-slider git commit: SLIDER-782 factoring out base for other jersey clients;

2015-01-23 Thread stevel
SLIDER-782 factoring out base for other jersey clients; Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/b0963bd0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/b0963bd0 Diff:

[5/7] incubator-slider git commit: SLIDER-782 Failed attempt to integrate with the AmWebClient logic for handling redirects across http/https boundary. That code only works for GET operations.

2015-01-23 Thread stevel
SLIDER-782 Failed attempt to integrate with the AmWebClient logic for handling redirects across http/https boundary. That code only works for GET operations. Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[1/7] incubator-slider git commit: SLIDER-762 API-level slider REST client. Yes, but where are the tests

2015-01-23 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop ea6eca122 - 6bd71659e SLIDER-762 API-level slider REST client. Yes, but where are the tests Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[6/7] incubator-slider git commit: SLIDER-762 Rest client has ability to bind via YARN registry

2015-01-23 Thread stevel
SLIDER-762 Rest client has ability to bind via YARN registry Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/beda1b2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/beda1b2d Diff:

[4/7] incubator-slider git commit: SLIDER-782 funtest for slider application API

2015-01-23 Thread stevel
SLIDER-782 funtest for slider application API Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/73e16399 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/73e16399 Diff:

[7/7] incubator-slider git commit: Merge branch 'feature/SLIDER-762_Add_API-level_slider_REST_client' into develop

2015-01-23 Thread stevel
Merge branch 'feature/SLIDER-762_Add_API-level_slider_REST_client' 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/6bd71659 Tree:

[02/10] incubator-slider git commit: SLIDER-719: bonding jersey to UrlConnectionOperations

2015-01-21 Thread stevel
SLIDER-719: bonding jersey to UrlConnectionOperations Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/61f4743f Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/61f4743f Diff:

[07/10] incubator-slider git commit: SLIDER-719 PUT with Jersey

2015-01-21 Thread stevel
SLIDER-719 PUT with Jersey Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/dff5985d Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/dff5985d Diff:

[01/10] incubator-slider git commit: SLIDER-719 we MAY now have Jersey and SPNEGO hooked up, but tests need to verify this properly

2015-01-21 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 901f38cd3 - 1282802fd SLIDER-719 we MAY now have Jersey and SPNEGO hooked up, but tests need to verify this properly Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

[09/10] incubator-slider git commit: SLIDER-719 REST client tested on secure clusters. The jersey + httpclient combination does not work, but the others do

2015-01-21 Thread stevel
SLIDER-719 REST client tested on secure clusters. The jersey + httpclient combination does not work, but the others do Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/0097ce92 Tree:

[03/10] incubator-slider git commit: SLIDER-719 factoring out jersey tests into own class

2015-01-21 Thread stevel
SLIDER-719 factoring out jersey tests into own class Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/54f1f125 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/54f1f125 Diff:

[10/10] incubator-slider git commit: Merge branch 'feature/SLIDER-719_Create_slider_REST_client_library' into develop

2015-01-21 Thread stevel
Merge branch 'feature/SLIDER-719_Create_slider_REST_client_library' 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/1282802f Tree:

[06/10] incubator-slider git commit: SLIDER-719 jersey tests about to migrate to WebTarget

2015-01-21 Thread stevel
SLIDER-719 jersey tests about to migrate to WebTarget Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/79d0e14f Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/79d0e14f Diff:

[08/10] incubator-slider git commit: SLIDER-719 jersey ping test supports PUT/DELETE/GET/HEAD/POST

2015-01-21 Thread stevel
SLIDER-719 jersey ping test supports PUT/DELETE/GET/HEAD/POST Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/4418179a Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/4418179a Diff:

Git Push Summary

2015-01-20 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 81f6f4a6d - 0381932e4 (forced update)

Git Push Summary

2015-01-20 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [deleted] 9e79804bc

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0

2015-01-20 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 0381932e4 - fc13677f8 [maven-release-plugin] prepare release slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-20 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [created] 23fa563e4

incubator-slider git commit: [maven-release-plugin] prepare for next development iteration

2015-01-20 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 f34ccc653 - ed0438318 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: [maven-release-plugin] prepare for next development iteration

2015-01-20 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 fc13677f8 - 64e0a7112 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-20 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [created] 7c538e159

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0

2015-01-20 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 0381932e4 - f34ccc653 [maven-release-plugin] prepare release slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-20 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [deleted] 7c538e159

Git Push Summary

2015-01-20 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 64e0a7112 - 0381932e4 (forced update)

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [deleted] 9397d9d54

incubator-slider git commit: SLIDER-745 patching in some XML intermediate files to ignore

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 1de089a7a - b37d3f632 SLIDER-745 patching in some XML intermediate files to ignore Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/tag_2015-01-19-prerelease-0.61 [created] 6736385c2

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/tag_2014_11_01_pre-SLIDER-531-merge [deleted] 6ef24ade4

incubator-slider git commit: SLIDER-759 slider tarball doesn't always contain slider-agent.tar.gz

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/develop 7f8c5b23f - 901f38cd3 SLIDER-759 slider tarball doesn't always contain slider-agent.tar.gz Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 ef7f6ce63 - 0381932e4 (forced update)

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 0381932e4 - 77c943cb4 [maven-release-plugin] prepare release slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: [maven-release-plugin] rollback the release of slider-0.61.0

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 b8231e81e - ef7f6ce63 [maven-release-plugin] rollback the release of slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [deleted] ebb51f70b

incubator-slider git commit: [maven-release-plugin] prepare for next development iteration

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 77c943cb4 - 81f6f4a6d [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [created] 9e79804bc

incubator-slider git commit: [maven-release-plugin] prepare for next development iteration

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 d44bb4bef - b8231e81e [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 0381932e4 - d44bb4bef [maven-release-plugin] prepare release slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 0381932e4 - d3fd75007 [maven-release-plugin] prepare release slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: [maven-release-plugin] prepare for next development iteration

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 d3fd75007 - e3ae73d16 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 e3ae73d16 - 0381932e4 (forced update)

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 0381932e4 - 9417e848e [maven-release-plugin] prepare release slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 9417e848e - 0381932e4 (forced update)

Git Push Summary

2015-01-19 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [created] ebb51f70b

Git Push Summary

2015-01-15 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [deleted] 4143f19fe

incubator-slider git commit: [maven-release-plugin] prepare for next development iteration

2015-01-15 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 393490285 - 4f1f88b75 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0

2015-01-15 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 1de089a7a - e651c81c5 [maven-release-plugin] prepare release slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-15 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [created] 9397d9d54

incubator-slider git commit: [maven-release-plugin] prepare for next development iteration

2015-01-15 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 e651c81c5 - 77ca7f5ba [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

incubator-slider git commit: [maven-release-plugin] prepare release slider-0.61.0

2015-01-15 Thread stevel
Repository: incubator-slider Updated Branches: refs/heads/branches/branch-0.6 1de089a7a - 393490285 [maven-release-plugin] prepare release slider-0.61.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit:

Git Push Summary

2015-01-15 Thread stevel
Repository: incubator-slider Updated Tags: refs/tags/slider-0.61.0 [created] 4143f19fe

svn commit: r1652187 - in /incubator/slider/site/trunk/content/docs/api: index.md slider_REST_api_v2.md slider_REST_v2.md

2015-01-15 Thread stevel
Author: stevel Date: Thu Jan 15 17:37:29 2015 New Revision: 1652187 URL: http://svn.apache.org/r1652187 Log: SLIDER-151 Added: incubator/slider/site/trunk/content/docs/api/slider_REST_api_v2.md - copied unchanged from r1651393, incubator/slider/site/trunk/content/docs/api

<    1   2   3   4   5   6   7   8   9   10   >