-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
modulesync 5.3 & update EoL URI syntax + a lot of rubocop rework #463
Conversation
eb0b03f
to
6a6c2f9
Compare
38c86a9
to
56ea220
Compare
|
this is mostly rubocop -a (safe autofix) and a lot of rework. Since this module contains a lot of types and providers, please review this carefully. |
| require 'spec_helper_acceptance' | ||
| require 'uri' | ||
|
|
||
| context 'authenticated download' do | ||
| let(:source) do | ||
| URI.escape("http://httpbin.org/basic-auth/user/#{password}") | ||
| CGI.escape("http://httpbin.org/basic-auth/user/#{password}") |
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.
CGI.escape doesn't play well with URI.regexp (https://github.com/voxpupuli/puppet-archive/blob/master/lib/puppet/type/archive.rb#L127-L129)
I'm wondering if switching to normal regexp is an option?
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 am fine with whatever works :D
|
Dear @bastelfreak, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs? |
|
Hey there Tim... I resurrected this PR moments ago, rebased from a recent PR I'd submitted. Once it's through, is it of any use to you for me to try and wrap up #463 ? |
|
@prolixalias thanks for the work, can you take a look at the failing tests? |
Was able to get issues resolved for everything but archlinxrolling. The |
|
It looks like all acceptance tests are failling, not only arch linux. because of: I'm not sure whats the proper fix here. @alexjfisher I think you solved that in another module recently? |
It's fixed in my PR475 Figured I'd rebase your branch from master when everything made it through. |
|
@bastelfreak - are any other modules giving you trouble for modulesync? If so, please give me a list and I'll work on them over the weekend |
No description provided.