Commits on Aug 19, 2021

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

Commits on Aug 27, 2021

  1. Add declared requirements install test (#1)

    Add unit test for verifying requirements installation to declared venv
    acullenn authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f962dc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    b8c3741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    680bd8c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

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

Commits on Jul 27, 2023

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

Commits on Aug 17, 2023

  1. modulesync 7.0.0

    bastelfreak committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    12e2bf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Auto-correct rubocop offenses

    smortex committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3e64f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5057117 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #667 from voxpupuli/modulesync

    modulesync 7.0.0
    bastelfreak authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e15cfa7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    c5eebe5 View commit details
    Browse the repository at this point in the history
  2. Update declared_requirements_install_spec.rb

    Add # frozen_string_literal: true required by rubocop check
    zipkid authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6ca453b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    8564e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0646b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. Remove ensure-packages

    zipkid committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fa9cbc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Allow to skip management of python dev package

    Just like we can skip managing the pip and venv packages, allow to
    opt-out of managing the dev package.
    
    Enforcing a state of these packages sometimes cause trouble if the user
    of the module does not care about them but they get installed as another
    package dependency (e.g. syslog-ng-mod-python depends on python-venv, by
    default python-venv is ensured absent, so on each run Puppet wants to
    install syslog-ng-mod-python (which install python-venv as a dependency)
    or remove python-venv (which remove syslog-ng-mod-python as a
    dependency)).  This can be avoided using the corresponding
    `manage_XXX_package` paramater, but `manage_dev_package` was missing.
    smortex committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5bd8f1b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge pull request #619 from acullenn/requirements_subscribe_fix

    If user declares their requirements.txt in Puppet, don't skip pip installation in python::requirements
    bastelfreak authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9dcd35b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Use the wheel group by default on FreeBSD

    FreeBSD does not have a 'root' group.  System files owned by the 'root'
    user belong to the 'wheel' group, so use that group by default.
    
    This allow to use python::pip without the need to explicitly set the
    `group` parameter to avoid the error:
    
    > Error: Could not execute posix command: Invalid group: root
    smortex committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    8172b27 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

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

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

  1. Merge pull request #674 from dandunckelman/update-epel

    Bump puppet-epel to allow 5.x
    kenyon authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2ac598c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge pull request #669 from voxpupuli/rework-package-management

    Allow to skip management of python dev package
    bastelfreak authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4a4c467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92b91a0 View commit details
    Browse the repository at this point in the history
  3. added RedHat family OSes: Alma, Oracle, RedHat, & Rocky versions 8 & …

    …9 to metadata.json operatingsystem_support array
    JakeTRogers committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4e144a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge pull request #677 from JakeTRogers/redhat_venv

    apply python-venv exclude to RedHat family instead of just CentOS
    kenyon authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ad29652 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Add Debian 12 support

    bastelfreak committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cdd8de2 View commit details
    Browse the repository at this point in the history
  2. Add Ubuntu 22.04 support

    bastelfreak committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b5e7627 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #679 from bastelfreak/ubuntu22

    Add Ubuntu 22.04 support
    bastelfreak authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3241047 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #678 from bastelfreak/debian12

    Add Debian 12 support
    bastelfreak authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9245ce8 View commit details
    Browse the repository at this point in the history
  5. Release 7.1.0

    bastelfreak committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    88c6a11 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #680 from bastelfreak/rel710

    Release 7.1.0
    bastelfreak authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    be2803b View commit details
    Browse the repository at this point in the history