Commits on Feb 28, 2023

  1. (SUP-3521) Remove legacy code

    This commit removes legacy code and makes a few major changes:
    
    * Deprecate remote shipping to InfluxDB and Graphite
    * Refactor pe_metrics.rb into a mixin module
    * Use Puppet's HTTP client instead of net/http
    * Remove puma_metrics in favor of tk_metrics for all services
    * Remove version-exclusive code.  Only currently supported PE and OSP
      Puppet releases are supported
    m0dular committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d0e9b00 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

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

Commits on Mar 9, 2023

  1. Merge pull request #191 from m0dular/SUP-3521-legacy_code

    (SUP-3521) Remove legacy code
    MartyEwings authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    09eede4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. (SUP-4126) Fix file sync additional metrics

    Prior to this commit, the mbeans for the additional file sync storage
    metrics started with 'puppetserver:name=puppetlabs.puppet'; however, the
    object name of the mbeans include the hostname of the compiling server.
    This resulted in the api returning 404s and not collecting the metrics.
    
    This commit replaces the 'puppet' part of the name with a glob, which
    should match correctly.
    m0dular committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    195185b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Merge pull request #192 from m0dular/SUP-4126-file_sync_storage

    (SUP-4126) Fix file sync additional metrics
    elainemccloskey authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    39dd7b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    e38a858 View commit details
    Browse the repository at this point in the history
  2. (SUP-3952) Update metadata

    Elaine McCloskey committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e32b27c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

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

Commits on Apr 19, 2023

  1. Merge pull request #195 from elainemccloskey/SUP-3952

    (SUP-3952) Remove Puppet 6 as a supported platform
    MartyEwings authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ea3cf02 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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

Commits on Apr 27, 2023

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

Commits on Apr 28, 2023

  1. Puppet 8 compatibility

    MartyEwings committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    948035f View commit details
    Browse the repository at this point in the history
  2. Update fixtures

    MartyEwings committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    fc0b00b View commit details
    Browse the repository at this point in the history
  3. (SUP-4210) Remove logic for EOL Postgres versions

    This commit cleans up logic in the `psql_metrics` script that supported
    Postgres versions older than 10.
    
    These versions are all end of life upstream. Puppet Enterprise upgraded
    to PostgreSQL 11 with the 2019.2 release and Open Source PuppetDB started
    requiring PostgreSQL 11 with the 7.0.0 release.
    Sharpie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    76c68dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #196 from MartyEwings/puppet8

    (SUP-4200) Puppet 8 compatibility
    m0dular authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    dcffbb5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #197 from Sharpie/SUP-4210-remove-postgres-10-compat

    (SUP-4210) Remove logic for EOL Postgres versions
    m0dular authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1aff88b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

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

Commits on May 3, 2023

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

Commits on May 10, 2023

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

Commits on May 18, 2023

  1. Update version of node manager in fixtures

    Elaine McCloskey committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c13b58d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #198 from elainemccloskey/fixtures_update

    Update version of node manager in fixtures
    MartyEwings authored May 18, 2023
    Configuration menu
    Copy the full SHA
    8f689fa View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Release prep v8.0.0

    GitHub Action committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    12302a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from puppetlabs/release-prep

    Release prep v8.0.0
    MartyEwings authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    64cb0d3 View commit details
    Browse the repository at this point in the history