Commits on Jun 4, 2020

  1. (maint) Update Puppet VS Code Extension ID

    This commit updates the configuration file to point to the official Puppet VS Code Extension `puppet.puppet-vscode`
    jpogran committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    1e6c366 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Merge pull request #30 from jpogran/maint-update-puppet-vscode-id

    (maint) Update Puppet VS Code Extension ID
    Gheorghe Popescu authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6f02939 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. (maint) Remove 'puppet-module-dev' gem dependency

    In preparation for the Puppet 7 release, the
    `puppet-module-posix-dev-r2.7` and `puppet-module-posix-dev-r2.7` gems
    had to be removed from `Gemfile` due to the following dependency error:
      `puppet-module-posix-dev-r2.7` depends on
        `puppet_litmus` which depends on
          `bolt` which depends on
            `puppet` which is locked to a version below 7
    
    Also added the needed gems that were lost in the above removal process.
    luchihoratiu committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    380a919 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. (MODULES-10800) Add GitHub Actions workflows

    Added GitHub Actions workflows for `Static Code Analysis` and `Unit
    Tests` that run each time there is a new `pull request` or `git push`.
    `Unit tests` are also set to run every workday at `05:00:00 UTC`.
    
    The `.yaml` config file for `Travis` has been removed.
    luchihoratiu committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4bb9112 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Merge pull request #31 from luchihoratiu/MODULES-10800

    (MODULES-10800) Add GitHub Actions workflows
    mihaibuzgau authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    eda4456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa030b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from mihaibuzgau/main

    (maint) update default branch and daily status badge
    luchihoratiu authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    69cb79c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. (maint) Change acceptance digest to SHA256

    The default digest algorithm was changed in puppet 7 to sha256.[1]
    
    Update the acceptance test to work regardless of puppet version.
    
    [1] puppetlabs/puppet#8315
    GabrielNagy committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    76b35d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from GabrielNagy/maint/change-acceptance-digest

    (maint) Change acceptance digest to SHA256
    mihaibuzgau authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b5cc065 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. (maint) Add commit summary check

    This commit adds the `commits` rake task and runs it in the Static Code
    Analysis workflow as a step.
    luchihoratiu committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d9273a0 View commit details
    Browse the repository at this point in the history
  2. (maint) Replace Windows 2019 with 2016 on GitHub Actions

    Unit tests seem to be running much faster on Windows 2016 with GitHub
    Actions than Windows 2019.
    luchihoratiu committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    d58f299 View commit details
    Browse the repository at this point in the history
  3. (maint) Add pdk and blacksmith back in Gemfile

    During the removal of `puppet-module-dev`, the pdk and puppet-blacksmith
    gems were also removed by mistake. This commit makes us able to release
    again.
    luchihoratiu committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    7d9f1a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07838a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. (MODULES-10815) Add Slack notification job

    This commit adds a job to the `[Daily] Unit Tests with nightly Puppet
    gem` workflow that notifies us the conclusion of it via Slack.
    luchihoratiu committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    e14dd31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from luchihoratiu/MODULES-10815-add-slack-noti…

    …fication-job
    
    (MODULES-10815) Add Slack notification job
    mihaibuzgau authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    6d839a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. (maint) Allow git to use long paths in GitHub Actions

    Due to unknown environment changes in GitHub Actions runners, we
    encountered the following error:
    `fatal: cannot create directory: Filename too long`
    
    This commit allows git to use long paths in our GitHub Actions
    workflows.
    luchihoratiu committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    99648d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from luchihoratiu/maint-allow-git-to-use-long-…

    …paths-in-gh-actions
    
    (maint) Allow git to use long paths in GitHub Actions
    Gheorghe Popescu authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    355acb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. (maint) Add beaker-puppet to the gemfile

    Add beaker-puppet to unify core module gemfiles
    GabrielNagy committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    a725e2b View commit details
    Browse the repository at this point in the history
  2. (MODULES-10945) Do not install PDK when running PR tests

    Create a separate group in the Gemfile for pdk and puppet-blacksmith
    which are only used for releasing. In the workflow, avoid installing the
    release group.
    GabrielNagy committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    8660c0b View commit details
    Browse the repository at this point in the history
  3. (maint) Unify gemfile with other core modules

    Pin puppet-module-posix-system and puppet-module-win-system to an older
    version since the newer ones do not bundle some gems that we use in
    acceptance (i.e. beaker-module_install_helper), causing tests to fail.
    
    Add puppet-strings since other core modules have it, and reorder some
    gems.
    GabrielNagy committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    31d6b99 View commit details
    Browse the repository at this point in the history
  4. (maint) Add puppet7 and remove puppet5 from PR testing

    Update the workflow that tests with released Puppet gems to also test
    with Puppet 7.
    
    Remove testing with Puppet 5 from the workflows since it reached EOL.
    GabrielNagy committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    a2544e3 View commit details
    Browse the repository at this point in the history
  5. (maint) Bump Ruby in static analysis workflow

    Bump Ruby version in the static code analysis workflow to 2.6, as 2.5
    will be EOL soon.
    GabrielNagy committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    46422f9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #37 from GabrielNagy/MODULES-10945/gemfile-updates

    (MODULES-10945) Core module spring cleaning 2021
    luchihoratiu authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    908abb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. (MODULES-10953) Update metadata.json and pdk version

    To avoid having to update this everytime we release a new agent
    platform, it should be enough to specify the supported OS, without
    specific versions. It is assumed that for each OS in metadata.json, the
    versions supported are the same as what the agent itself supports.
    GabrielNagy committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    69eed23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0222b18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53050ed View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. (MODULES-11167)(MODULES-11191) Add RockyLinux && AlmaLinux to

    yumrepo_core metadata
    BobosilaVictor committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    51ab5ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from BobosilaVictor/MODULES-11167/11191/add-ro…

    …cky-alma-modules
    
    (MODULES-11167)(MODULES-11191) Add RockyLinux && AlmaLinux to yumrepo_core metadata
    GabrielNagy authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    67e0d91 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. (MODULES-11197) Update to pdk-templates 2.2.0

    Includes REFERENCE.md ToC fixes for MODULES-8183.
    GabrielNagy committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c41a6b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Merge pull request #40 from GabrielNagy/MODULES-11197/pdk-update

    (MODULES-11197) Update to pdk-templates 2.2.0
    BobosilaVictor authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2e951fd View commit details
    Browse the repository at this point in the history
  2. Release prep v1.1.0

    GitHub Action committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    e715ce2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41 from puppetlabs/release-prep

    Release prep v1.1.0
    BobosilaVictor authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    5c77eec View commit details
    Browse the repository at this point in the history