This project is mirrored from https://gitlab.it.liu.se/puppet-infra/pdk-templates.git.
Pull mirroring updated .
- Aug 02, 2024
-
-
Paula Muir authored
.gitignore: Add /.vendor/
-
- Jul 31, 2024
-
-
Jordan Breen authored
Revert "(CAT-1887) - remove pinned version of rexml"
-
david22swan authored
-
- Jul 28, 2024
-
-
Tim Meusel authored
In many projects it's common to install gems into .vendor/, not vendor/. people tend to copy and paste commands from their history. I think it makes sense to add it to the .gitignore here as well.
-
- Jul 23, 2024
-
-
david22swan authored
(CAT-1887) - remove pinned version of rexml
-
- Jul 22, 2024
-
-
Dana Doherty authored
-
- Jul 10, 2024
-
-
Jordan Breen authored
(CAT-1954) Remove labeller workflow
-
- Jul 09, 2024
-
-
Lukas Audzevicius authored
We have decided to remove the labeller workflow as it is no longer deemed necessary. This commit removes the workflow from the repository and will be part of a multistep work piece.
-
- Jun 28, 2024
-
-
david22swan authored
fix: add config extras handling back to Rakefile
-
- Jun 25, 2024
-
-
Christoph Maser authored
fixes #589
-
- Jun 20, 2024
-
-
Gavin Didrichsen authored
(BUGFIX) Pin deep_merge to `~> 1.2.2`
-
david22swan authored
-
- Jun 13, 2024
-
-
david22swan authored
Revert "(maint) Update labeller.yml to pull_request"
-
- Jun 12, 2024
-
-
Jordan Breen authored
-
- Jun 11, 2024
-
-
david22swan authored
(maint) Update labeller.yml to pull_request
-
Paula Muir authored
-
- Jun 06, 2024
-
-
Jordan Breen authored
Revert "(CAT-1868) - Remove .rspec.erb"
-
david22swan authored
-
- May 29, 2024
-
-
Jordan Breen authored
(CAT-1871) Pin `rexml` due to issues on Windows
-
david22swan authored
See issue below: https://github.com/ruby/rexml/issues/131
-
Lukas Audzevicius authored
(CAT-1868) - Remove .rspec.erb
-
- May 28, 2024
-
-
jordanbreen28 authored
This commit removes the .rspec.erb file from the pdk-templates, and thus the .rspec file from being managed by PDK. This was made possible due to the changes found in https://github.com/puppetlabs/puppetlabs_spec_helper/pull/452. This has minimal impact on users as the file was not configurable through .sync.yml before (other than to set as unmanaged), existing modules with the .rspec will not be affected and new modules created will simply not include an .rspec file.
-
- May 23, 2024
-
-
Lukas Audzevicius authored
Add bolt-related files to .gitignore default paths
-
- May 22, 2024
-
-
david22swan authored
(IT-87329) - Update workflows to run on pull_request
-
jordanbreen28 authored
-
- May 16, 2024
-
-
Jordan Breen authored
facterdb: Require 1.26 or newer
-
- May 14, 2024
-
-
Tim Meusel authored
Older versions had a broken factset for Debian 12.
-
- May 02, 2024
-
-
Yury Bushmelev authored
The files added are usually expected to be ignored in a Bolt project.
-
Jordan Breen authored
(MAIT) Readme syntax fixes
-
david22swan authored
-
- Apr 08, 2024
-
-
david22swan authored
(GH-543) - Fix merging of nested default facts
-
- Apr 03, 2024
-
-
jordanbreen28 authored
-
jordanbreen28 authored
-
- Apr 02, 2024
-
-
Jordan Breen authored
config_defaults.yml: Cleanup trailing whitespace
-
david22swan authored
puppetlabs_spec_helper: Require 7.X
-
Tim Meusel authored
-
Tim Meusel authored
-
- Mar 27, 2024
-
-
Jordan Breen authored
(CAT-1754) Remove duplicate gems
-
david22swan authored
Duplicate gems within the Gemfile our causing issue with the PDK, this aims to resolve this by removing the duplicates and instead creating a joint `:development, :release_prep` group for the gems that overlap between them, rather than having them repeated in both groups seperately.
-
- Mar 14, 2024
-
-
Gavin Didrichsen authored
(CAT-1743) Address .sync.yml not overriding cops
-