-
Notifications
You must be signed in to change notification settings - Fork 193
(maint) pdk convert #588
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
(maint) pdk convert #588
Conversation
dd82cba to
b8a2ae8
Compare
| 'include puppet_agent::params', | ||
| 'include puppet_agent', | ||
| ] | ||
| 'include puppet_agent'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird that rubocop chose to close the square bracket here. Maybe if there is a new line after [ it will want ] on a seperate line also?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it depends on how the first line of array looks like, will try to fix that
b8a2ae8 to
bc6c420
Compare
d7a59e5 to
ad597a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generating the changelog with a token now works - looks proper!
Also PR tests are passing so I'm 👍 with this. I'll also trigger a Jenkins run on your branch.
ad597a7 to
494ce6d
Compare
save `commits` and `gen_nodeset` in `rakelib`
adapt spec helpers to keep the existing setup
Adding back gems needed to run acceptance tests Delete not needed file `spec/default_facts.yml`
* save existing changelog to HISTORY.md
* configure changelog generator to generate new entries
starting with 4.9.0 tag
* pin octokit to 4.21.0 since we hit the issue at octokit/octokit.rb#1391
* pin async to ~> 1.30 otherwise async 2.0.0(needs ruby >=3.1.0) is wrongly selected by
bundler on jenkins while running with ruby 2.7.1
494ce6d to
99d7dcb
Compare
No description provided.