Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.
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: voxpupuli/container-puppetdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.7.1
Choose a base ref
...
head repository: voxpupuli/container-puppetdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.7.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Oct 11, 2019

  1. (MAINT) Group gem dependencies

    Allows us to speed up calls to bundler by specifying groups to operate on.
    nwolfe committed Oct 11, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e4da541 View commit details

Commits on Oct 14, 2019

  1. (PDB-4540) Only set DNS_ALT_NAMES if an alt name is provided

    Morgan Rhodes authored and Iristyle committed Oct 14, 2019
    Copy the full SHA
    168f636 View commit details

Commits on Oct 16, 2019

  1. Merge pull request #3110 from nwolfe/maint/master/gem-groups

    (MAINT) Group gem dependencies
    nwolfe authored Oct 16, 2019
    Copy the full SHA
    b9be170 View commit details

Commits on Oct 19, 2019

  1. (maint) Decrease healthcheck max wait to 5m

     - Reduce both the start period by 2m and increase the retries
       by 1m to overall reduce wait time from 6m to 5m
    
     - This time only needs to be longer than Postgres, which has a
       healthcheck timeout defined in docker-compose (given its the
       stock container), but which typically starts under LCOW in
       about 2m
    
       Additional time allotted is to cover migrations
    
     - Restructure the scripted waiter to wait in the correct order for
       services (matching pe-puppetdb), and also to ensure that it roughly
       considers time already elapsed, rather than continually adding time.
    
       Even though SSL is not enabled here, the order is kept the same as
       pe-puppetdb for consistency:
    
       puppetserver
       postgres
    
       Once Postgres is up, this container can start!
    Iristyle committed Oct 19, 2019
    Copy the full SHA
    e2c7220 View commit details
Loading