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: vmware/govmomi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.0
Choose a base ref
...
head repository: vmware/govmomi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.1
Choose a head ref
  • 13 commits
  • 28 files changed
  • 4 contributors

Commits on Mar 2, 2018

  1. vcsim: add EventManager.QueryEvents

    Fixes #1046
    dougm committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    0636dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. Merge pull request #1056 from dougm/vcsim-query-events

    vcsim: add EventManager.QueryEvents
    dougm authored Mar 3, 2018
    Configuration menu
    Copy the full SHA
    d4e405e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    1620160 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1057 from wupeka/final-progress-on-eof

    In progress.Reader emit final report on EOF.
    dougm authored Mar 6, 2018
    Configuration menu
    Copy the full SHA
    0550441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0502ee9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Merge pull request #1058 from dougm/vcsim-folder-destroy

    vcsim: add Destroy method for Folder and Datacenter types
    dougm authored Mar 8, 2018
    Configuration menu
    Copy the full SHA
    0c574f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Fix dvs.portgroup.info filtering

    This regression was introduced by 585cf5e , where the DistributedVirtualSwitch
    FetchDVPorts wrapper was added to the object package. The new method did not
    include the optional 'Criteria' param, so no filtering was applied to the
    dvs.portgroup.info command.  The command would panic on uplink portgroups, which
    are normally filtered out by default.  But the same panic would happen 0.15 if
    the '-uplinkPort' flag is given.
    
    This change also adds an uplink portgroup to simulator switches, which would
    reproduce the issue.
    
    The dvs.portgroup.info command now has support for using the '-json' and '-dump' flags.
    
    Fixes #1059
    Fixes #1060
    dougm committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    ce88b29 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Merge pull request #1062 from dougm/pg-info

    Fix dvs.portgroup.info filtering
    dougm authored Mar 12, 2018
    Configuration menu
    Copy the full SHA
    8872366 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    82129fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1067 from frapposelli/add-goreleaser

    Add goreleaser to automate release process
    frapposelli authored Mar 16, 2018
    Configuration menu
    Copy the full SHA
    af9d8fa View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Avoid possible panic in QueryVirtualDiskInfo

    The QueryVirtualDiskInfo_TaskResponse can be in the "internalvim25" namespace,
    rather than "vim25", which lead to a panic as the 'Res' field would be nil.
    Add the same workaround we use for this issue with CreateChildDisk_TaskResponse,
    an "InternalRes" field in the "internalvim25" namespace.
    
    Fixes #1066
    dougm committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    24d8845 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1069 from dougm/issue-1066

    Avoid possible panic in QueryVirtualDiskInfo
    frapposelli authored Mar 18, 2018
    Configuration menu
    Copy the full SHA
    a5e974d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. govc release 0.17.1

    frapposelli committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    123ed17 View commit details
    Browse the repository at this point in the history
Loading