-
Notifications
You must be signed in to change notification settings - Fork 41
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
Folder specific access rights #70
base: master
Are you sure you want to change the base?
Conversation
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.
Is there a real need to create a new 'FolderSpecificSecurity' class? Folders
are subtype of Item
in Jenkins, so the original class should do its job. From what I see you mostly copied the class, so probably it could be replaced by the original one
/** | ||
* Implements folder-specific property map. | ||
* This class relies on {@link AuthorizationMatrixProperty} from Jenkins core. | ||
* @author Oleg Nenashev |
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 not though it is largely a copy-paste from what I see
/* | ||
* The MIT License | ||
* | ||
* Copyright 2013 Oleg Nenashev, Synopsys Inc. |
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.
If you lend a significant part of the code, please use 2013-2018 Oleg Nenashev, Synopsys Inc, Dmitry Gruzd
or so
Hi @oleg-nenashev, I'm not sure that i should add myself as author, cos
PS: I just started to learn API of Jenkins and could miss some things. |
OK, I will try to suggest an approach |
We could work with @daniel-beck to lift the We could do such bump, but firstly I need to fix regressions in the last version of the plugin |
@SofteqDG can you please solve the conflict or close the PR if you don't want it anymore? |
Updating & resolving merge conflicts is fine. |
@ssbarnea, @oleg-nenashev, |
e1c0abf
to
e400361
Compare
7d6aa82
to
f8d4ce0
Compare
Is there a chance that this functionality will appear in one of the next releases? |
Hello,
This PR adds an item specific access rights for folders. Everything works fine for me, but i'm not sure that code is good. @oleg-nenashev, please take a look on it.