Branch: refs/heads/master Home: https://github.com/jenkinsci/ownership-plugin Commit: 1458f9358784c43f1369fa53e4c66722873f3b16 https://github.com/jenkinsci/ownership-plugin/commit/1458f9358784c43f1369fa53e4c66722873f3b16 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-02 (Sat, 02 Jan 2016)
Changed paths: M pom.xml M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/OwnershipActionFactory.java A src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction.java A src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipActionFactory.java A src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipHelper.java A src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipProperty.java A src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/ItemOwnershipAction/propertyConfig.jelly A src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction/index.jelly A src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction/manage-owners.jelly A src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipProperty/config.jelly A src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipProperty/summary.jelly A src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipTest.java Log Message: ----------- [JENKINS-28881] - Implementation of Ownership property injection Commit: 0be133350496b89778cb0434e05ababccfb4cea3 https://github.com/jenkinsci/ownership-plugin/commit/0be133350496b89778cb0434e05ababccfb4cea3 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipProperty.java Log Message: ----------- [JENKINS-28881] - Prevent FolderOwnershipProperty changes on the configuration submission Commit: 206a36c085f35c2a06966af6aca6ea8f80772bc3 https://github.com/jenkinsci/ownership-plugin/commit/206a36c085f35c2a06966af6aca6ea8f80772bc3 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/extensions/item_ownership_policy/AssignCreatorPolicy.java A src/main/java/org/jenkinsci/plugins/ownership/folders/FolderItemListener.java M src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipProperty.java M src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipTest.java Log Message: ----------- [JENKINS-28881] - Support AssignCreatorPolicy for Folders Commit: 4afd8a3cdc3d96c3885340112a13144f74742b77 https://github.com/jenkinsci/ownership-plugin/commit/4afd8a3cdc3d96c3885340112a13144f74742b77 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java A src/main/java/org/jenkinsci/plugins/ownership/model/OwnershipHelperLocator.java A src/test/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelperTest.java Log Message: ----------- [JENKINS-28881] - Add OwnershipHelperLocator extension point Commit: 8207da507ed68942bb98af1f648e16e671165f6a https://github.com/jenkinsci/ownership-plugin/commit/8207da507ed68942bb98af1f648e16e671165f6a Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipDescription.java M src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipHelper.java A src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipHelperTest.java M src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipTest.java Log Message: ----------- [JENKINS-28881] - Support inheritance of Ownership info from folders Commit: 74b81be6cf8d5197abf8dc03e8bdf9984c7589a2 https://github.com/jenkinsci/ownership-plugin/commit/74b81be6cf8d5197abf8dc03e8bdf9984c7589a2 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-04 (Mon, 04 Jan 2016) Changed paths: M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/AbstractOwnershipRoleMacro.java M src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java Log Message: ----------- [JENKINS-28881] - Fix several issues with explicit JobOwnerProperty usage impacting the inheritance Commit: e31043d30988a8b59df06d6ba3ebec3fc05c0a41 https://github.com/jenkinsci/ownership-plugin/commit/e31043d30988a8b59df06d6ba3ebec3fc05c0a41 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: R src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin/propertyConfig.jelly R src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobAction/propertyConfig.jelly R src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction/propertyConfig.jelly Log Message: ----------- Refactoring: Delete propertyConfig implementations from low-level actions. Now we store the action in ItemOwnershipAction Commit: cd1568f63f2c1480a0b57c69768ae19eb824c521 https://github.com/jenkinsci/ownership-plugin/commit/cd1568f63f2c1480a0b57c69768ae19eb824c521 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/ComputerOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerPropertyHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/AbstractOwnershipHelper.java A src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipDescriptionSource.java M src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipHelper.java A src/main/java/org/jenkinsci/plugins/ownership/model/OwnershipDescriptionSource.java M src/main/java/org/jenkinsci/plugins/ownership/model/OwnershipHelperLocator.java A src/main/java/org/jenkinsci/plugins/ownership/model/OwnershipInfo.java A src/main/java/org/jenkinsci/plugins/ownership/model/jobs/JobOwnershipDescriptionSource.java A src/main/java/org/jenkinsci/plugins/ownership/model/nodes/NodeOwnershipDescriptionSource.java M src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java A src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/ItemOwnershipAction/ownershipSource.jelly A src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/ItemOwnershipAction/ownershipSource.properties M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobAction/manage-owners.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction/manage-owners.jelly M src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction/manage-owners.jelly A src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipDescriptionSource/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/OwnershipDescriptionSource/DisabledSource/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/OwnershipDescriptionSource/DisabledSource/summary.properties A src/main/resources/org/jenkinsci/plugins/ownership/model/jobs/JobOwnershipDescriptionSource/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/nodes/NodeOwnershipDescriptionSource/summary.jelly M src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipTest.java Log Message: ----------- [JENKINS-28881] - Extend the internal implementation to allow displaying the ownership info source Commit: f5357c99c4f98e553d63d9f98b920cf833abbd76 https://github.com/jenkinsci/ownership-plugin/commit/f5357c99c4f98e553d63d9f98b920cf833abbd76 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction.java A src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction/summary.jelly Log Message: ----------- [JENKINS-28881] - Display Ownership summary boxes for Folders Commit: 1e3e70fb08a59ca70359fd22379c98f13c7b5745 https://github.com/jenkinsci/ownership-plugin/commit/1e3e70fb08a59ca70359fd22379c98f13c7b5745 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java M src/test/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipActionTest.java Log Message: ----------- [JENKINS-28881] - Add Folder ownership tests for Run components Commit: 535baec000a54decbd214ba6a3206f28f4736e34 https://github.com/jenkinsci/ownership-plugin/commit/535baec000a54decbd214ba6a3206f28f4736e34 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: A src/test/java/org/jenkinsci/plugins/ownership/security/rolestrategy/OwnershipBasedSecurityTest.java A src/test/java/org/jenkinsci/plugins/ownership/security/rolestrategy/OwnershipBasedSecurityTestHelper.java Log Message: ----------- [JENKINS-28881] - Add unit tests for Ownership-based security Commit: 6302e837890622d69b99a7534cf1b5523afd96c4 https://github.com/jenkinsci/ownership-plugin/commit/6302e837890622d69b99a7534cf1b5523afd96c4 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/OwnershipActionFactory.java M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/ItemOwnershipAction/ownershipSource.properties Log Message: ----------- [JENKINS-28881] - Amend ownershipSource warning message according to comments from @olivergondza Also fixes minor formatting issues Commit: e5039a9220b6718501a5aa40c5e1d9a394c3426e https://github.com/jenkinsci/ownership-plugin/commit/e5039a9220b6718501a5aa40c5e1d9a394c3426e Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-06 (Wed, 06 Jan 2016) Changed paths: R src/main/java/org/jenkinsci/plugins/ownership/folders/FolderItemListener.java R src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction.java R src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipActionFactory.java R src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipDescriptionSource.java R src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipHelper.java R src/main/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipProperty.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderItemListener.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipActionFactory.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipDescriptionSource.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipHelper.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipProperty.java R src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction/index.jelly R src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction/manage-owners.jelly R src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipAction/summary.jelly R src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipDescriptionSource/summary.jelly R src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipProperty/config.jelly R src/main/resources/org/jenkinsci/plugins/ownership/folders/FolderOwnershipProperty/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/index.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/manage-owners.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipDescriptionSource/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipProperty/config.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipProperty/summary.jelly M src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java R src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipHelperTest.java R src/test/java/org/jenkinsci/plugins/ownership/folders/FolderOwnershipTest.java A src/test/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipHelperTest.java A src/test/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipTest.java M src/test/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipActionTest.java M src/test/java/org/jenkinsci/plugins/ownership/security/rolestrategy/OwnershipBasedSecurityTest.java Log Message: ----------- [JENKINS-28881] - Move Folder files. Folders belong to the model Commit: 8d1fd0e36e7d36397708c2a657f6803ec3259bff https://github.com/jenkinsci/ownership-plugin/commit/8d1fd0e36e7d36397708c2a657f6803ec3259bff Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: A src/test/java/org/jenkinsci/plugins/ownership/security/jobrestrictions/OwnersListJobRestrictionTest.java Log Message: ----------- [JENKINS-28881] - Tests of the JobRestrictions integration Commit: 3589ce8e035701e42b8aeb926d84df59f3b68967 https://github.com/jenkinsci/ownership-plugin/commit/3589ce8e035701e42b8aeb926d84df59f3b68967 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java A src/main/java/org/jenkinsci/plugins/ownership/config/InheritanceOptions.java M src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipHelper.java M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.jelly A src/main/resources/org/jenkinsci/plugins/ownership/config/InheritanceOptions/config.jelly A src/main/resources/org/jenkinsci/plugins/ownership/config/InheritanceOptions/help-blockInheritanceFromItemGroups.html M src/test/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipTest.java M src/test/java/org/jenkinsci/plugins/ownership/test/util/OwnershipPluginConfigurer.java Log Message: ----------- [JENKINS-28881] - Allow blocking ItemGroup inheritance Commit: b42f2937c1f91bfd521e00650cbee38cd565c6ba https://github.com/jenkinsci/ownership-plugin/commit/b42f2937c1f91bfd521e00650cbee38cd565c6ba Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-08 (Fri, 08 Jan 2016) Changed paths: M src/test/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipTest.java Log Message: ----------- [JENKINS-28881] - Direct unit test for the issue discovered with folders (JENKINS-32359) Commit: a188d3e4e76465b01eeac99deae2188ca470853b https://github.com/jenkinsci/ownership-plugin/commit/a188d3e4e76465b01eeac99deae2188ca470853b Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-01-10 (Sun, 10 Jan 2016) Changed paths: M src/test/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipTest.java Log Message: ----------- [JENKINS-28881] - Disable the JENKINS-32359 unit test till the CloudBees Folders Plugin gets released Commit: fe99e468f024c217fda09b75900f74ac38d1e806 https://github.com/jenkinsci/ownership-plugin/commit/fe99e468f024c217fda09b75900f74ac38d1e806 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M pom.xml M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipDescription.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/extensions/item_ownership_policy/AssignCreatorPolicy.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/ComputerOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerPropertyHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/AbstractOwnershipRoleMacro.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/AbstractOwnershipHelper.java A src/main/java/org/jenkinsci/plugins/ownership/config/InheritanceOptions.java A src/main/java/org/jenkinsci/plugins/ownership/model/OwnershipDescriptionSource.java A src/main/java/org/jenkinsci/plugins/ownership/model/OwnershipHelperLocator.java A src/main/java/org/jenkinsci/plugins/ownership/model/OwnershipInfo.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderItemListener.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipActionFactory.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipDescriptionSource.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipHelper.java A src/main/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipProperty.java A src/main/java/org/jenkinsci/plugins/ownership/model/jobs/JobOwnershipDescriptionSource.java A src/main/java/org/jenkinsci/plugins/ownership/model/nodes/NodeOwnershipDescriptionSource.java M src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java A src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/ItemOwnershipAction/ownershipSource.jelly A src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/ItemOwnershipAction/ownershipSource.properties A src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/ItemOwnershipAction/propertyConfig.jelly R src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin/propertyConfig.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPluginConfiguration/config.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobAction/manage-owners.jelly R src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobAction/propertyConfig.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction/manage-owners.jelly R src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction/propertyConfig.jelly A src/main/resources/org/jenkinsci/plugins/ownership/config/InheritanceOptions/config.jelly A src/main/resources/org/jenkinsci/plugins/ownership/config/InheritanceOptions/help-blockInheritanceFromItemGroups.html A src/main/resources/org/jenkinsci/plugins/ownership/model/OwnershipDescriptionSource/DisabledSource/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/OwnershipDescriptionSource/DisabledSource/summary.properties A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/index.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/manage-owners.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipDescriptionSource/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipProperty/config.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipProperty/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/jobs/JobOwnershipDescriptionSource/summary.jelly A src/main/resources/org/jenkinsci/plugins/ownership/model/nodes/NodeOwnershipDescriptionSource/summary.jelly A src/test/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelperTest.java M src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java A src/test/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipHelperTest.java A src/test/java/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipTest.java M src/test/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipActionTest.java A src/test/java/org/jenkinsci/plugins/ownership/security/jobrestrictions/OwnersListJobRestrictionTest.java A src/test/java/org/jenkinsci/plugins/ownership/security/rolestrategy/OwnershipBasedSecurityTest.java A src/test/java/org/jenkinsci/plugins/ownership/security/rolestrategy/OwnershipBasedSecurityTestHelper.java M src/test/java/org/jenkinsci/plugins/ownership/test/util/OwnershipPluginConfigurer.java Log Message: ----------- Merge pull request #44 from oleg-nenashev/JENKINS-28881 [JENKINS-28881] - Folders plugin support Compare: https://github.com/jenkinsci/ownership-plugin/compare/9d49867e37cd...fe99e468f024 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.