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: puppetlabs/influxdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: puppetlabs/influxdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 4 contributors

Commits on Mar 31, 2022

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

Commits on Apr 1, 2022

  1. Merge pull request #22 from m0dular/spec-tests

    Add spec tests for all providers
    jarretlavallee authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    87a53bb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Rescue exception in retrieve_token function

    This commit rescues StandardError and raises an error with the message
    using Puppet.err.  It also adds the response body to the error in case
    of an http error code.
    m0dular committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d96f2f2 View commit details
    Browse the repository at this point in the history
  2. Fix require on influxdb service

    This commit splits out the service declaration into two separate cases,
    installing from a repo or archive source. This ensures the package is
    installed before the service tries to start.
    m0dular committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    fda0840 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Merge pull request #25 from m0dular/service-require

    Fix require on influxdb service
    MartyEwings authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    fe6e5aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from m0dular/token-function-err-handling

    Rescue exception in retrieve_token function
    MartyEwings authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    9c20d18 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Release prep v1.0.0

    GitHub Action committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    d836fa6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Merge pull request #26 from puppetlabs/release-prep

    Release prep v1.0.0
    m0dular authored May 2, 2022
    Configuration menu
    Copy the full SHA
    db7e213 View commit details
    Browse the repository at this point in the history
Loading