Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java client changes + Maven plugin support for framework type #8

Closed
wants to merge 15 commits into from
Closed

Commits on Oct 16, 2011

  1. Added support for debugging application

    Change-Id: I37421f86a81ba5c7592cd031b436fdfd07e45ea6
    thon authored and ramnivas committed Oct 16, 2011
    Copy the full SHA
    bd4784a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2011

  1. Copy the full SHA
    113ac05 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2011

  1. Add support for deploying apps from a directory instead of requiring …

    …a war:
    
    a: facilitates deploying exploded Java web apps - no extra copying involved
    b. groundwork for deploying non Java framework based apps
    
    Change-Id: I98359751647be97e5b426dba1ad658d98468eeba
    AB Srinivasan committed Nov 3, 2011
    Copy the full SHA
    f0ce51a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2011

  1. Enable testing of all modules in single build

    - Add a root pom containing both modules
    
    Change-Id: If38b8ad57973f2b4a983113efc4999248c2f84cd
    Jennifer Hickey committed Nov 4, 2011
    Copy the full SHA
    89d1c4c View commit details
    Browse the repository at this point in the history
  2. Fix relative path handling.

    - alter for a longer clock skew between client / CF target before declaring
    test failures.
    
    Change-Id: I25b74ebaeb73f8c40f32a6a8d99ddca2eef57160
    AB Srinivasan committed Nov 4, 2011
    Copy the full SHA
    845307e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2012

  1. Add list users to Java client. Modified getCloudInfo to return update…

    … cloud info after changing the proxy user.
    soudmaijer committed Jan 4, 2012
    Copy the full SHA
    9b93f27 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2012

  1. Make getServiceConfigurations test less sensitive with variations in …

    …services offered in each cloud
    
    Change-Id: Ib3eb4ceacf69e95fe908a642092481c5076046d5
    ramnivas committed Jan 12, 2012
    Copy the full SHA
    7548d8e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2012

  1. Make getServiceConfigurations test insensitive to order in which serv…

    …ices info payload is arranged.
    
      We were sorting based on the type of the service ("key-value") and then expecting the first one to be redis.
      Since there are two key-value services, test was sensitive to how the payload was arranged.
      The fix is to sort based on the vendor.
    
    Change-Id: I1714fa76eb3386d1ab7ee027ebbc0e5e1f7226bf
    ramnivas committed Jan 16, 2012
    Copy the full SHA
    86c962b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2012

  1. Added support for virtual archives and changed upload process to redu…

    …ce memory consumption
    
    Change-Id: I6207dfd2d263953d6ec20b2677a8a8121fea866f
    philwebb authored and ramnivas committed Jan 19, 2012
    Copy the full SHA
    556dcad View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2012

  1. Added source plugin to have Maven artifacts published with sources

    Change-Id: I5b32e959414ae47e964abe485fe75d97f39a5b42
    ramnivas committed Jan 25, 2012
    Copy the full SHA
    f10dafc View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2012

  1. Prepare for 0.7.1 release

    Change-Id: I10388ade49a156977604dc4400f974559064f156
    ramnivas committed Jan 30, 2012
    Copy the full SHA
    1b32fcd View commit details
    Browse the repository at this point in the history
  2. Change version to next build-snapshot

    Change-Id: Iabf440fc5caef0447a748460cf7070d15b604b9b
    ramnivas committed Jan 30, 2012
    Copy the full SHA
    e58e7a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2012

  1. Copy the full SHA
    8cbb6ae View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2012

  1. Add support for User info.

    soudmaijer committed Mar 12, 2012
    Copy the full SHA
    85b6f34 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f4fe3b View commit details
    Browse the repository at this point in the history