Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CONT-774) Puppet 8 support / Drop Puppet 6 #316

Merged
merged 36 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e271137
(CONT-774) Puppet 8 compatibility update
LukasAud Apr 3, 2023
da71dc8
Gemfile/metadata update
LukasAud Apr 3, 2023
e18e9a5
Updating rubocop rules
LukasAud Apr 3, 2023
8dba019
Correct Layout/ArgumentAlignment
LukasAud Apr 3, 2023
73b8008
Correct Layout/ClosingHeredocIndentation
LukasAud Apr 3, 2023
cdc57b9
Correct Layout/EmptyLineAfterGuardClause
LukasAud Apr 3, 2023
28cb677
Correct Layout/HashAlignment
LukasAud Apr 3, 2023
eb9423a
Correct Layout/HeredocIndentation
LukasAud Apr 3, 2023
6b7d5ec
(CONT-229) - Implement reusable workflows
jordanbreen28 Mar 24, 2023
7777f3a
(CONT-127) - Remove honeycomb
jordanbreen28 Apr 3, 2023
14aa2ed
Update fixtures
LukasAud Apr 3, 2023
5c9720a
Correct Layout/LineContinuationSpacing
LukasAud Apr 4, 2023
1e6e5ea
Corr Layout/LineEndStringConcatenationIndentation
LukasAud Apr 4, 2023
1ed9923
Correct Performance/StringIdentifierArgument
LukasAud Apr 4, 2023
1e1af4b
Correct RSpec/ContextMethod
LukasAud Apr 4, 2023
4060126
Correct RSpec/EmptyLineAfterExample
LukasAud Apr 4, 2023
e018784
Correct RSpec/EmptyLineAfterExampleGroup
LukasAud Apr 4, 2023
927dc79
Correct RSpec/HooksBeforeExamples
LukasAud Apr 4, 2023
06f1485
Correct RSpec/ImplicitSubject
LukasAud Apr 4, 2023
996d80f
Correct RSpec/ReceiveNever
LukasAud Apr 4, 2023
6db58dd
Correct Style/FetchEnvVar
LukasAud Apr 4, 2023
0bd9a78
Correct Style/IfUnlessModifier
LukasAud Apr 4, 2023
d0464f6
Correct Style/RedundantAssignment
LukasAud Apr 4, 2023
55358cb
Correct Style/RedundantFileExtensionInRequire
LukasAud Apr 4, 2023
cddcb15
Correct Layout/LineLength
LukasAud Apr 4, 2023
fa04d60
Correct Style/RedundantHeredocDelimiterQuotes
LukasAud Apr 4, 2023
7896b60
Correct Style/RedundantRegexpEscape
LukasAud Apr 4, 2023
1c87e55
Correct Style/RescueStandardError
LukasAud Apr 4, 2023
5d708e2
Correct Style/SoleNestedConditional
LukasAud Apr 4, 2023
bb6f4be
Correct Style/TernaryParentheses
LukasAud Apr 4, 2023
8e4eec6
Correct Style/TrailingCommaInHashLiteral
LukasAud Apr 4, 2023
c5fc6c1
Correct Layout/LineLength
LukasAud Apr 4, 2023
0e488b1
Update registry dependency
LukasAud Apr 11, 2023
2eb194e
(CONT-774) Hashing options for ruby 3
LukasAud Apr 19, 2023
c5a5cf4
(CONT-774) Adding sorted_set gem
LukasAud Apr 19, 2023
fd08ad8
Merge branch 'main' into CONT-774-Puppet_8_support
LukasAud Apr 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"path": "bash"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fixtures:
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: v4.12.1
ref: v4.13.0
provision: 'https://github.com/puppetlabs/provision.git'
symlinks:
chocolatey: "#{source_dir}"
Loading