Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: woorea/openstack-java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stephlag/openstack-java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 70 files changed
  • 4 contributors

Commits on Mar 26, 2013

  1. Nova API extensions AllocateFloatingIp returns FloatingIp instead of …

    …void
    Shlomo Hakim authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    677e897 View commit details
    Browse the repository at this point in the history
  2. add support for v2

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    a84ae39 View commit details
    Browse the repository at this point in the history
  3. added ceilometer v2 support

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    03d9520 View commit details
    Browse the repository at this point in the history
  4. added support for grizzly latest changes in compute core, now logging…

    … is disabled by default and must be enabled per client using enableLogging() method
    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    ffec400 View commit details
    Browse the repository at this point in the history
  5. added OS-EXT-IPS:type on server address

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    270f31e View commit details
    Browse the repository at this point in the history
  6. added ceilometer v2

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    f8292f6 View commit details
    Browse the repository at this point in the history
  7. xxx

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    1597c75 View commit details
    Browse the repository at this point in the history
  8. fixed

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    d19572b View commit details
    Browse the repository at this point in the history
  9. jersey m-13

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    ed239a5 View commit details
    Browse the repository at this point in the history
  10. user password in keystone, security group rule delete fixed

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    cafbf04 View commit details
    Browse the repository at this point in the history
  11. some fixes

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    1bd9928 View commit details
    Browse the repository at this point in the history
  12. Update Image.java

    The data type of "size" should be changed to "Long", because "Integer" will cause an error for large images as follows: 
      "...Numeric value (20700856320) out of range of int..."
    seaman25 authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    71a350e View commit details
    Browse the repository at this point in the history
  13. Change data type of "size" in Image.java

    The data type of "size" should be changed to "Long", because "Integer" will cause an error for large images as follows: 
      "...Numeric value (20700856320) out of range of int..."
    seaman25 authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    fe5fde1 View commit details
    Browse the repository at this point in the history
  14. fixed compilation errors

    woorea authored and stefanl2@yahoo.fr committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    1771905 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. Add test classes to validate services

    stefanl2@yahoo.fr committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    074a1b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2013

  1. Extract Constants and using Enum for Filters

    stefanl2@yahoo.fr committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    1b93280 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2013

  1. Add a metadata for content length

    stefanl2@yahoo.fr committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    7e22a97 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2013

  1. Add junit dependency and ignored failing tests

    stefanl2@yahoo.fr committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    c8444a5 View commit details
    Browse the repository at this point in the history
Loading