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.27.3
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.27.4
Choose a head ref
  • 7 commits
  • 23 files changed
  • 3 contributors

Commits on Feb 10, 2022

  1. fix: rest.Client.LoginByToken invalid signature

    PR #2701 (ebeaa71) added IPv6 support for signing HTTP request,
    but was treating all IPs as v6.
    dougm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    cbc68fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24fe60f View commit details
    Browse the repository at this point in the history
  3. ssoadmin: add IdentitySources API bindings

    - add govc sso.idp.ls command
    dougm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    9ca477a View commit details
    Browse the repository at this point in the history
  4. vcsim: add ssoadmin simulator

    dougm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    df595d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc1fce6 View commit details
    Browse the repository at this point in the history
  6. fix: Ignore concurrent deletes in GetCategories

    GetCategories() would fail if a category was deleted between the initial
    ListCategories() and GetCategory() details loop which is not atomic.
    
    Closes: #2710
    Signed-off-by: Michael Gasch <[email protected]>
    Michael Gasch authored and dougm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    dde5090 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. fix: avoid debug trace if http.Request.Body is nil

    The govmomi soap and rest clients ensure Request.Body is not nil, but custom clients may not.
    dougm committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    285e80c View commit details
    Browse the repository at this point in the history
Loading