Граф коммитов

1158 Коммитов

Автор SHA1 Сообщение Дата
jhongturney bd78ca9800
now I twiddle-wakka 2024-01-29 11:56:22 -08:00
jhongturney 124bcc04c3
what if we relax the versions? 2024-01-29 11:32:18 -08:00
jhongturney 26fa670e04
drop 3.x support 2024-01-26 07:54:49 -08:00
jhongturney fdb7e83356
Merge pull request #270 from cjmartian/update-httparty
Update httparty to >= 0.21.0
2024-01-25 16:18:59 -08:00
Connor Martin de0b1a8a6b
Merge branch 'master' into update-httparty 2024-01-25 16:12:16 -08:00
jhongturney 66cd53950d
Merge pull request #272 from github/jhongturney/fix-puppet-build-env
Fix build env to use correct versions of puppet
2024-01-25 16:12:02 -08:00
jhongturney 49c188b999
Remove deprecated Travis CI bits 2024-01-25 16:03:59 -08:00
jhongturney acd3359228
remove this rubocop step, moving to separate job 2024-01-25 15:48:51 -08:00
jhongturney 167b77c0e9
using string literal instead 2024-01-25 15:48:32 -08:00
Connor Martin b6ccf0ed31
Remove ssl_ca mismatch test 2024-01-25 15:46:24 -08:00
jhongturney 9cdf168171
comment out failing test 2024-01-25 15:32:19 -08:00
jhongturney f5ad4d7d4f
remove deprecated value 2024-01-25 15:32:13 -08:00
Connor Martin b48aaccd9a
Remove ssl_ca mismatch test 2024-01-25 15:29:32 -08:00
jhongturney 5fef4bab20
clean up gemfile 2024-01-25 15:23:20 -08:00
jhongturney 348b4f7c81
symbolic link was failing 2024-01-25 15:19:34 -08:00
jhongturney fa1985499d
update parsing and add some output to confirm 2024-01-25 15:19:24 -08:00
jhongturney 4be3eb5cd4
move this line 2024-01-25 15:19:03 -08:00
jhongturney 99bd72ab8a
bump required version of ruby to match our matrix 2024-01-25 15:18:56 -08:00
jhongturney 34922f73c7
bump default puppet version to match what we're already using in other tests 2024-01-25 15:18:38 -08:00
jhongturney e4082e48db
add conditional logic to puppet version used 2024-01-25 15:18:17 -08:00
jhongturney 7e056df303
consume puppet version in dockerfile 2024-01-25 15:17:50 -08:00
jhongturney 06e1d04550
Add build arg with puppet version 2024-01-25 15:17:33 -08:00
Connor Martin 51298d0611
Merge branch 'master' into update-httparty 2024-01-25 15:06:18 -08:00
jhongturney 312d9755a4
Merge pull request #271 from github/jhongturney/deprecate-ruby-2.5
Deprecate ruby 2.5 from matrix testing
2024-01-25 15:05:41 -08:00
jhongturney 168d7b511c
deprecate 2.5 from matrix 2024-01-25 15:02:49 -08:00
Connor Martin 7f3b263ad1
Remove ruby 2.5 support 2024-01-25 12:26:33 -08:00
Connor Martin 465f31ba0a
Update httparty to >= 0.21.0 2024-01-24 15:21:28 -08:00
Connor Martin 8abad34851
Merge pull request #268 from cjmartian/clean-ci
Only test ruby 2.5 and 2.6
2024-01-24 14:06:48 -08:00
Connor Martin 777e1dfdfc
Fix linting 2024-01-24 13:40:53 -08:00
Connor Martin 4b3dfed633
Test puppet version change 5.5.8 -> 5.5.22 2024-01-24 11:15:26 -08:00
Connor Martin 767b8d76d5
Stretch -> buster 2024-01-24 11:05:09 -08:00
Connor Martin 1f2f10145d
Add rubocop 0.49.0 2024-01-24 10:59:30 -08:00
Connor Martin 7705f59e7d
Only test ruby 2.5 and 2.6 2024-01-24 10:52:29 -08:00
Connor Martin 43e806e992
Merge pull request #267 from cjmartian/update-rake
Update rake to 12.3.3
2024-01-24 10:46:58 -08:00
Connor Martin ff8cd97575
Pin httparty 2024-01-24 10:09:36 -08:00
Connor Martin 577b265b51
Fix archive extraction 2024-01-23 16:06:30 -08:00
Connor Martin c8e9ad8f02
require tmpdir 2024-01-23 14:16:18 -08:00
Connor Martin fb288507c3
Update rake to 12.3.3 2024-01-23 13:07:47 -08:00
Connor Martin bf70b3ae4a
Revert "Update rake to 12.3.3"
This reverts commit d79f2b7d0a.
2024-01-23 13:02:30 -08:00
Connor Martin d79f2b7d0a
Update rake to 12.3.3 2024-01-23 12:52:15 -08:00
Connor Martin 483bcdc9e5
Merge pull request #266 from github/add-dependabot
Create dependabot.yml
2024-01-23 11:52:45 -08:00
Connor Martin 3618a1bec1
Create dependabot.yml 2024-01-23 10:22:02 -08:00
Christian Bartolomäus bb74ad8e2a
Fix typo in doc/limitations.md 2022-09-03 14:29:49 +02:00
Anthony Riley II fb924b8b49
Merge pull request #249 from Lavaburn/bugfix_crl
New option: puppetdb_ssl_crl
2022-08-11 06:28:16 -07:00
Anthony Riley II 5cddc78d83
Merge branch 'master' into bugfix_crl 2022-08-11 05:50:30 -07:00
JG 28d54b4e7d fix ENC 'echo' script template to prevent expansion
Currently the template script for creating the 'echo' script used for
ENC data wraps the data provided by the actual ENC in `cat <<-EOF`,
which causes the enclosed data to be variable-expanded, escape
characters (like double backslashes) to be replaced with their
concrete representations, etc.

This breaks things horribly if you have (e.g.) JSON data with
escaped strings (`"C:\\Windows"`), which will be processed and
output without those escapes (`"C:\Windows"`), which is invalid,
and definitely not what the user intended under any circumstance.

Using the 'quoted' variant of shell heredocs (`cat <<-'EOF'`) stops
this expansion.
2021-07-02 08:18:00 -07:00
Andrew Hayworth 5071b97d89
Merge pull request #254 from kpaulisse/kpaulisse-equivalent-array-filter
Add EquivalentArrayNoDatatypes filter
2021-07-02 08:52:56 -05:00
Kevin Paulisse c58ff568d2
Add EquivalentArrayNoDatatypes filter 2021-06-14 11:55:44 -05:00
Andrew Hayworth d2a25a3c4d
Merge pull request #251 from kpaulisse/kpaulisse-file-compare-force
Add "force" option for compare-file-text
2021-05-06 16:10:54 -05:00
Kevin Paulisse d838f760ee
Add "force" option for compare-file-text 2021-05-05 15:47:32 -05:00