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: openstack/python-heatclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: redhat-openstack/python-heatclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/havana
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 10, 2013

  1. Nuke pbr requirements handling

    Jakub Ruzicka committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    227e0ba View commit details
    Browse the repository at this point in the history
  2. Remove runtime dependency on python-pbr

    Jakub Ruzicka committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    f2aba1f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Add support for resource_types

    This adds the following commands:
    $ heat resource-type-list
    $ heat resource-type-show <resource type>
    
    Change-Id: Ifa70da5bc56a5f2979697a9ce2c41fa9a5c1f947
    Closes-bug: #1260130
    (cherry picked from commit b14697e)
    
    Conflicts:
    	heatclient/v1/client.py
    asalkeld authored and Jakub Ruzicka committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    66bdba1 View commit details
    Browse the repository at this point in the history
Loading