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: sensu/sensu-puppet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.0
Choose a base ref
...
head repository: sensu/sensu-puppet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.14.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 6, 2017

  1. rename 'name' to 'datacenter'

    it turns out that 'name' isn't necessarily unique and puppet requires
    that a param named 'name' must be the namevar (which must be unique)
    David Gwilliam authored and jeffmccune committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    4a7eb0c View commit details
    Browse the repository at this point in the history
  2. add stubby tests for dashboard api config type

    David Gwilliam authored and jeffmccune committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    9113895 View commit details
    Browse the repository at this point in the history
  3. cleanup spec tests for dashboard api config type

    David Gwilliam authored and jeffmccune committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    446e6bd View commit details
    Browse the repository at this point in the history
  4. update dashboard api defined type

    also add some acceptance tests
    David Gwilliam authored and jeffmccune committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    f5055d4 View commit details
    Browse the repository at this point in the history
  5. remove resources resource from acceptance tests

    David Gwilliam authored and jeffmccune committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    981fe9a View commit details
    Browse the repository at this point in the history
  6. do not always preserve hosts

    David Gwilliam authored and jeffmccune committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    2f41951 View commit details
    Browse the repository at this point in the history
  7. (#638) Enable multiple Sensu Enterprise Dashboard API endpoints

    Without this patch it is not possible to manage multiple
    sensu::enterprise::dashboard::api resources in the same datacenter
    because the resources conflict over the namevar.  This patchset
    addresses the problem by changing the namevar to the `host` and
    establishing the `datacenter` attribute.
    
    An example of how to exercise this behavior is located in
    tests/sensu-enterprise-dashboard-multi-api.pp
    
    resolves #638
    closes #651
    closes #584
    jeffmccune committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    d834e53 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #715 from jeffmccune/638_fix_dashboard_api_config_…

    …type
    
    (#638) Enable multiple Sensu Enterprise Dashboard API endpoints
    ghoneycutt authored Jul 6, 2017
    Configuration menu
    Copy the full SHA
    049d0cc View commit details
    Browse the repository at this point in the history
  9. Release v2.14.0

    Enable multiple Sensu Enterprise Dashboard API endpoints
    ghoneycutt committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    c55b979 View commit details
    Browse the repository at this point in the history
Loading