-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
add: support to set more roles in web.xml #250
Conversation
Error on Puppet 3 with Ruby 1.9.x:
|
Hi, Cheers, |
Hi @zlanyi, thanks for providing the PR: Two little things:
|
ah, i've changed my e-mail address, and now :D |
the email address is working now. Please check the git history, there are still merge conflicts. |
511cb02
to
78fb042
Compare
travis is green now, but again the email addresses are gone, except for one commit :D. I'm happy to merge this after your fixed the mail addresses. |
ah, you are right :D |
could you check why there is a commit from @ltutar? Is this on purpose? |
please rebase and kick it out of your history. You can join us on #voxpupuli on freenode if you need any help for slapping git. |
I think it is a mistake on my part. I was working on a different PR. |
Can you just reject my commit for this PR as admin? |
I can't. @zlanyi has to remove it during a rebase |
I hope now its finite okey :) |
@@ -51,6 +51,8 @@ | |||
$truststore = $rundeck::truststore, | |||
$truststore_password = $rundeck::truststore_password, | |||
$user = $rundeck::user, | |||
$security_roles_array_enabled = $rundeck::security_roles_array_enabled, | |||
$security_roles_array = $rundeck::security_roles_array, |
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.
could you check this please? Maybe you've used hard tabs to align it, please try it with whitespace/soft tabs.
the history is now looking fine, but the identation got screwed up in a few places. Could you please fix that? |
looks good! |
Hi @bastelfreak |
sure sure, your welcome. I released 3.1.0 yesterday evening which includes your patch. |
* add: support to set more roles in web.xml * change: README.md and CHANGELOG.md due to pull request: 250 * kick out the strange commit * fix: realigment * remove hard tabs
Please check the following items before submitting a PR -- thank you!
Note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.
Contributor Code of Conduct.
closed once this PR gets merged, i.e:
Closes #1554
in the body of a committries to address multiple issues. Though we prefer one PR per feature/fix,
sometimes that's not feasible. In that case ensure that a single feature/fix
and associated tests and documentation is bundled up in one commit
Optional, but extra points:
reintroduced