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: simp/puppetlabs-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: simp/puppetlabs-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: simp-master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 103 files changed
  • 2 contributors

Commits on Jun 13, 2015

  1. (SIMP-71) Integrated puppetlabs-postgresql

    This commit merges in our past work to puppetlabs-postgresql which made
    it work seamlessly with the SIMP stack.
    
    SIMP-71 #close
    SIMP-70 #comment Pulled all of the legacy work in
    trevor-vaughan committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    a169cce View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. (SIMP-188) Incorporating all of the gap material

    This pulls in the changes from when we switched over from the old
    system.
    
    SIMP-188 #comment Updated postgresql
    trevor-vaughan committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    06b31e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. (SIMP-1275) Validate compliance_markup mapping

    * Ported to new RPM build structure
    * Validated compliance_markup dependencies
    
    SIMP-1275 #comment validated compliance_markup mapping
    trevor-vaughan committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    ebaf914 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2016

  1. (SIMP-1592) Fix old dependencies

    `simp/common` was listed as a dependency in `metadata.json`, which
    breaks resolution when installing from the Forge.
    
    This patch fixes the issue by referencing `simp/simplib` instead.
    
    SIMP-1592 #close
    op-ct committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    41459cb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. (SIMP-1595) Provide complete dependency boundaries

    Before this patch, dependencies in `metadata.json` and
    `build/rpm_metadata/requires` were missing upper boundaries and often
    listed inaccurate lower boundaries.  This created an extremely fragile
    5.2.X/4.3.X module ecosystem on the Forge, as a major release in any
    dependency would be certain to break the module.
    
    This commit resolves the issue by introducing upper and lower boundaries
    for each dependency in `metadata.json` and propagates those dependencies
    to the RPM dependencies listed in `build/rpm_metadata/requires`.
    
    The minimum version boundaries were determined from the modules as they
    were checked out in `simp-core` for the latest SIMP 5.2.X/4.3.X release
    (with the addition recent z-version bumps from Forge-readiness patches).
    
    SIMP-1595 #comment Fixed `pupmod-simp-postgresql`
    SIMP-1628 #close
    
    Change-Id: Ie4d7ba6f3e8f10ece274aad3c3de21b87672bc18
    op-ct committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    c0d4987 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. (SIMP-1450) Update to upstream version 4.8.0

    Updating to the upstream 4.8.0 to support the latest PuppetDB
    requirements for managing Postgres 9.4+
    
    SIMP-1450 #comment Update for Postgres 9.4+ support
    
    Change-Id: I51d7492c4fa177ed9a27e3747be15ba6885312e4
    trevor-vaughan authored and op-ct committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    ddcb257 View commit details
    Browse the repository at this point in the history
Loading