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

Commits on Mar 9, 2022

  1. fix repo name

    MartyEwings committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e5f3768 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from MartyEwings/repofix

    add DSCR to influxdb2 repo
    jarretlavallee authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f2ed3d7 View commit details
    Browse the repository at this point in the history
  3. Use token file on disk to fetch tokens

    This commit changes the retrieve_token() function to use an admin token
    on disk.  This allows it to be used as a deferred function where it will
    be run on agents instead of the primary server.
    
    Also fixes an issue where Dir.home would throw an error when running via
    a service.
    m0dular committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    3a55e85 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. syncing from "puppetlabs/support_workflows"

    github-actions committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    af9033d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from m0dular/retrieve-token-file

    Use token file on disk to fetch tokens
    m0dular authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    6850c70 View commit details
    Browse the repository at this point in the history
  3. Check if token file exists on disk

    This commit checks if the admin_token_file exists on disk before reading
    it in the retrieve_token() function.
    m0dular committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    8422934 View commit details
    Browse the repository at this point in the history
  4. Move telegraf template to files

    This is needed to use it with an inline_epp function.
    m0dular committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    da188de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c8edaa View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Merge pull request #18 from m0dular/retrieve-token-file

    Check if token file exists on disk
    m0dular authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    edf665c View commit details
    Browse the repository at this point in the history
  2. Release prep v0.3.0

    GitHub Action committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    d489228 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19 from puppetlabs/release-prep

    Release prep v0.3.0
    m0dular authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    cdfffc5 View commit details
    Browse the repository at this point in the history
Loading