-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
[JENKINS-68602] parent name for ProjectNamingStrategy #6598
Conversation
add a new method checkName to the ProjectNamingStrategy so that it is possible to check the full name of an item.
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.
The default implementation of the new method is not using the new parameter, and the implementation in core are not using it either. Do you have a downstream pull request that is using the new parameter? I don't see the use nor need for this new API at the moment.
Co-authored-by: Adrien Lecharpentier <[email protected]>
Co-authored-by: Adrien Lecharpentier <[email protected]>
Co-authored-by: Adrien Lecharpentier <[email protected]>
The intended consumer jenkinsci/role-strategy-plugin#179 has not yet been reviewed. That needs to happen before this core PR can be considered. |
The core PR may ends up stalled, there are currently no active maintainers of the role strategy plugin. |
I removed the |
The downstream PR has been merged by now. |
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.
can you create a PR on role strategy consuming this API please?
I see you've merged a workaround, but generally we require a PR demonstrating use of the API consuming the core incremental.
apart from that this looks good to me
Role strategy is already implementing the API |
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.
Thanks!
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.
This PR is now ready for merge. We will merge it after approximately 24 hours if there is no negative feedback. Please see the merge process documentation for more information about the merge process. Thanks!
add a new method checkName(parentName, name) to the ProjectNamingStrategy so that
it is possible to check the full name of an item.
See JENKINS-68602.
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Proposed changelog entries
section only if there are breaking changes or other changes which may require extra steps from users during the upgrade@Restricted
or have@since TODO
Javadoc, as appropriate.Desired reviewers
@mention
Maintainer checklist
Before the changes are marked as
ready-for-merge
:Proposed changelog entries
are accurate, human-readable, and in the imperative moodupgrade-guide-needed
label is set and there is aProposed upgrade guidelines
section in the PR title. (example)lts-candidate
to be considered (see query).