Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[inputs.vsphere] Resolved issue 4790 (Resource whitelisting) #5165

Merged
merged 39 commits into from
Feb 12, 2019
Merged

[inputs.vsphere] Resolved issue 4790 (Resource whitelisting) #5165

merged 39 commits into from
Feb 12, 2019

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    3408955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3468e5e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    2b343f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. PR candidate 1

    prydin committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    47cca7c View commit details
    Browse the repository at this point in the history
  2. Removed excessive logging

    prydin committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    01e4ac9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Added comments

    prydin committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    3124ad6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    db694e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Configuration menu
    Copy the full SHA
    5fdabdb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. * Improved collection concurrency (one goroutine per object type)

    * Don't stop collection on partial error
    * Compute average if query returned multiple samples for a metric
    prydin committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    6c4cba0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    26e1536 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    aaa6754 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    e9956ca View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Changed cluster_instances default value to false, since true causes p…

    …roblems with some versions of vCenter
    prydin committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    94c6fb6 View commit details
    Browse the repository at this point in the history
  2. Fixed broken test cases

    prydin committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    646c596 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    2de5e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab5b94 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Added check for value indices

    prydin committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    466b139 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. More robust panic handling

    prydin committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    bd3fe0d View commit details
    Browse the repository at this point in the history
  2. Added panic_handler.go

    prydin committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    3ede8cc View commit details
    Browse the repository at this point in the history
  3. Reverted to govmomi 0.18.0

    prydin committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    957762d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    f563cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5522836 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    f71b466 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    60b4f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8c058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6547068 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4442920 View commit details
    Browse the repository at this point in the history
  5. Fixed broken test case

    prydin committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    1bb9eae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfdd0ee View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Added cancel-handler to ThrottledExecutor, removed unnecessary warnin…

    …g from GetClient(), fixed discovered object counting
    prydin committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    180a7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0edee16 View commit details
    Browse the repository at this point in the history
  3. Fixed test case issues

    prydin committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    a0ca647 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Configuration menu
    Copy the full SHA
    1eb24a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Fixed test issues

    prydin committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    6819c3a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Merged from upstream

    prydin committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    bc185cd View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Fixed some post-merge issues

    prydin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    cbf93d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c3d89 View commit details
    Browse the repository at this point in the history
  3. Removed trailing spaces

    prydin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    ef83845 View commit details
    Browse the repository at this point in the history
  4. Removed trailing spaces

    prydin committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    dc7054f View commit details
    Browse the repository at this point in the history