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: ddoc/gopherstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: mindjiver/gopherstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 7 files changed
  • 5 contributors

Commits on Apr 8, 2014

  1. Minor additions to functionality and bugfix

    * Unpack values for ISOs
    * Fix bug in wait causing wait to not be executed
    Peter Jönsson committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    8be7f46 View commit details
    Browse the repository at this point in the history
  2. fmt

    Peter Jönsson committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    f32289e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. Avoid sending network Ids if not specified

    Specifying network Ids in Basic zone is not allowed. Passing
    an empty array of network Ids is not enough as the empty parameter
    will still be sent triggering an error. We have to completely avoid
    sending the parameter in case the network Ids array is empty.
    petrhosek committed May 13, 2014
    Configuration menu
    Copy the full SHA
    8c7950f View commit details
    Browse the repository at this point in the history
  2. Merge pull request mindjiver#1 from petrhosek/avoid-sending-networkid…

    …-if-not-specified
    
    Avoid sending network Ids if not specified
    mindjiver committed May 13, 2014
    Configuration menu
    Copy the full SHA
    4e9febc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Make sure we can list volumes for a specific vm

    Without this option we only get volumes that have some special setting.
    lndbrg committed May 21, 2014
    Configuration menu
    Copy the full SHA
    58c826c View commit details
    Browse the repository at this point in the history
  2. Merge pull request mindjiver#3 from lndbrg/patch-1

    Make sure we can list volumes for a specific vm
    
    Should correct issues when using Packer towards a full Citrix based
    stack.
    mindjiver committed May 21, 2014
    Configuration menu
    Copy the full SHA
    3f26f56 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2014

  1. Rename variable for secret key

    To better align with other Cloudstack projects such as Cloudmonkey we
    rename the environment variable to be suffixed with "key".
    Peter Jönsson committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    140fbbb View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. Configuration menu
    Copy the full SHA
    1626aaf View commit details
    Browse the repository at this point in the history
  2. Merge pull request mindjiver#5 from abayer/add-template-fields

    Adding more fields to CreateTemplate, moving to options/struct arg
    mindjiver committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    3037a13 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Add support for tags

    abayer committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    ad0cf50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mindjiver#6 from abayer/add-tags

    Add support for tags
    mindjiver committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    a40334c View commit details
    Browse the repository at this point in the history
Loading