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

Work for fixing credentials issues #122

Merged
merged 2 commits into from
Jun 26, 2015
Merged

Work for fixing credentials issues #122

merged 2 commits into from
Jun 26, 2015

Conversation

DavidTanner
Copy link
Contributor

Attempt to fix #117, also fix #119
Also adds a permissions check for specified repos.

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

DavidTanner added a commit that referenced this pull request Jun 26, 2015
Work for fixing credentials issues
@DavidTanner DavidTanner merged commit 19ca9ff into master Jun 26, 2015
@DavidTanner DavidTanner deleted the credentials branch June 26, 2015 13:55
String path = serverUri.getPath();
if (StringUtils.isEmpty(path)) {
path = "/";
}
specifications.add(new PathSpecification(serverUri.getPath(), null, false));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this didn't actually fix the issue - it's not using the new path you created.

I have a few other suggestions. I'll send a PR shortly.

ixdy added a commit to ixdy/ghprb-plugin that referenced this pull request Jun 26, 2015
- Actually use the new path generated as a fix in
  jenkinsci#122
- Use URIRequirementBuilder instead of manually building a requirements
  list
- Add logging around accessing credentials to debug failures, and give
  better error messages when something is wrong
- General refactoring of a few methods to reduce code duplication
ixdy added a commit to ixdy/ghprb-plugin that referenced this pull request Jun 26, 2015
- Actually use the new path generated as a fix in
  jenkinsci#122
- Use URIRequirementBuilder instead of manually building a requirements
  list
- Add logging around accessing credentials to debug failures, and give
  better error messages when something is wrong
- General refactoring of a few methods to reduce code duplication
nosmo pushed a commit to nosmo/ghprb-plugin that referenced this pull request Dec 12, 2018
nosmo pushed a commit to nosmo/ghprb-plugin that referenced this pull request Dec 12, 2018
- Actually use the new path generated as a fix in
  jenkinsci#122
- Use URIRequirementBuilder instead of manually building a requirements
  list
- Add logging around accessing credentials to debug failures, and give
  better error messages when something is wrong
- General refactoring of a few methods to reduce code duplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants