Closed SourceDoctor closed 6 years ago
Hi, something new about state for merging this fix?
something wrong with this merge Request?
@alexjfisher is there something i've missed? i changed only from "unless" to "if" now 2/3 of tests are failing?
@SourceDoctor It's not you, just the passage of time. Since you first opened this PR, there's been new releases of beaker-puppet. One of these broke some of our tests. But since https://github.com/puppetlabs/beaker-puppet/pull/73 was merged, at least it's easy to figure out what needs fixing up. :)
https://github.com/voxpupuli/puppet-squid/blob/master/spec/acceptance/class_spec.rb#L5
This should be fixed in https://github.com/voxpupuli/puppet-squid/pull/111
Fix has been merged, so hopefully this PR will pass now. (travis tests the result of merging the PR branch to master, not the branch itself).
Damn, a couple of acceptance tests still failing. I'll try to take a look tomorrow.
ok so? :)
Not quite. You are now the committer, but the author is still root. Try with --amend --reset-author
git log --pretty=fuller
if you want to confirm.
oh, my fault. Now it's like it should be :-)
The email address you've used isn't registered on your github profile, (meaning the commit doesn't link back to your github id). It also differs from the one you've used on your other commits. Is this intentional?
i had a typo, sry.
Merged! Thanks.
You might want to add the googlemail.com
email variant to your github profile so that your previous commits also link to your account.
moves url_rewrite_program into Header, cause it's only once useable. Also fixes some squid Configfile grammars and styles