Commits on Jun 11, 2021

  1. PE acceptance workflows and Idempotency Test (#63)

    * PE acceptance workflows and Idempotency Test
    MartyEwings authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    13bc998 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. (SUP-2404) Migrate from cron to systemd units

    Prior to this commit, maintenance and backups were done with cron
    entries.  This commit replaces all but the backup feature with systemd
    services and timers to provide better logging.
    m0dular committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    283b2dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from m0dular/SUP-2404-systemd-timers

    SUP-2404 systemd timers
    MartyEwings authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    1e4372b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. PE Version and PDK Update

    MartyEwings committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a8cf5db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from MartyEwings/pe_update

    PE Version and PDK Update
    jarretlavallee authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    25c1d4e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Fix scope of disable_maintenance param

    Prior to this commit, the disable_maintenance param was part of a
    maintenance class that had been removed.  This commit fixes that and
    moves the lookup to the param definition.
    m0dular committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    344d5fa View commit details
    Browse the repository at this point in the history
  2. Fix managing backup class and resources

    Prior to this commit, the ensure for the cron entries in the backup
    class were hard coded to 'present' and could not be removed once set.
    This commit adds a new parameter to manage the cron jobs based on if
    $manage_database_backups is set.
    
    Restructure if/else logic
    
    Prior to this commit, the checks for managing the databases and having
    systemd were done in the same check, so the warning was confusing.  This
    commit moves $manage_database_maintenance to its own if clause.  It also
    moves the $manage_database_backups inside the version check if, because
    it makes more sense to put all of the resources behind the version
    check.
    m0dular committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b6ef64d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from m0dular/aph/disable-maintenance-fix

    Fix scope of disable_maintenance param
    MartyEwings authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d78f86b View commit details
    Browse the repository at this point in the history
  4. Fix path in backup.pp and reset pgrepack schema task

    Daniel Carabas authored and MartyEwings committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    7168d72 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74 from carabasdaniel/fix-paths

    Fix path in backup.pp and reset pgrepack schema task
    jarretlavallee authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b099a3a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Add initial acceptance tests

    Daniel Carabas authored and MartyEwings committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e7c07d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from carabasdaniel/main

    Add initial acceptance tests
    jarretlavallee authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a638ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e11a75d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79e9c19 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75 from MartyEwings/README

    Update readme for backup and maintenance changes
    MartyEwings authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    f64c2ee View commit details
    Browse the repository at this point in the history
  6. Merge pull request #76 from MartyEwings/main

    PE Version and PDK Update
    MartyEwings authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    cbc469c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. add sles 12

    MartyEwings committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    af7a90b View commit details
    Browse the repository at this point in the history
  2. sles 12 to metadata

    MartyEwings committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c7f33ff View commit details
    Browse the repository at this point in the history
  3. (maint) Add the bolt streaming to acceptance tests

    This commit adds the streaming capabilities to the acceptance testing
    bolt provisioning. This allows for better insight into the acceptance
    testing output when diagnosing issues with the testing.
    Jarret Lavallee committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    8c227a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #77 from MartyEwings/main

    Addition of SLES 12 Test Platform
    jarretlavallee authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    9a8ed8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #78 from jarretlavallee/acceptance_streaming

    (maint) Add the bolt streaming to acceptance tests
    jarretlavallee authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c746235 View commit details
    Browse the repository at this point in the history
  6. Release prep v2.0.0

    GitHub Action committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    4ba72b2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #80 from puppetlabs/release-prep

    Release prep v2.0.0
    jarretlavallee authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    a80c2c8 View commit details
    Browse the repository at this point in the history