Branch: refs/heads/master Home: https://github.com/jenkinsci/job-restrictions-plugin Commit: 36e0003492d701375ad1bce0a07d987d251fce5f https://github.com/jenkinsci/job-restrictions-plugin/commit/36e0003492d701375ad1bce0a07d987d251fce5f Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2014-11-22 (Sat, 22 Nov 2014)
Changed paths: A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction.java M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/QueueHelper.java A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/UserSelector.java A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartdByUserRestriction/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/UserSelector/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/UserSelector/help-selectedUserId.html Log Message: ----------- [WiP] - Non-tested draft for JENKINS-25726 Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com> Commit: 796315d76ea3df8a0860150867bffece72a00b80 https://github.com/jenkinsci/job-restrictions-plugin/commit/796315d76ea3df8a0860150867bffece72a00b80 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2014-11-23 (Sun, 23 Nov 2014) Changed paths: M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction.java M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/Messages.properties R src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartdByUserRestriction/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction/config.properties Log Message: ----------- [JENKINS-25726] - Fixed the previous implementation, added support of anonymous users Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com> Commit: f783d6bf2fb8aac96868bc4cf4b5f84303e669aa https://github.com/jenkinsci/job-restrictions-plugin/commit/f783d6bf2fb8aac96868bc4cf4b5f84303e669aa Author: Christopher Suarez <christopher.suarez+git...@otbc.se> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M pom.xml A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction.java A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector.java M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/Messages.properties A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.properties A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector/help-selectedGroup.html Log Message: ----------- JENKINS-25771 - Add started by a member of group JobRestriction Commit: 3fc061f657680722f854c3a8d15015235b6b7812 https://github.com/jenkinsci/job-restrictions-plugin/commit/3fc061f657680722f854c3a8d15015235b6b7812 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M pom.xml A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction.java A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector.java M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/Messages.properties A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.properties A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector/help-selectedGroup.html Log Message: ----------- Merge branch 'master' of https://github.com/csms/job-restrictions-plugin into JENKINS-25726 Conflicts: src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/Messages.properties Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com> Commit: f180e05be452af6d58b97e7ddb63c4eb7d860f7f https://github.com/jenkinsci/job-restrictions-plugin/commit/f180e05be452af6d58b97e7ddb63c4eb7d860f7f Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M pom.xml Log Message: ----------- Use 1.509.3 as a target version Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com> Commit: b5a24bed0c61117f5682be9b28fe1f28b4eb7fc0 https://github.com/jenkinsci/job-restrictions-plugin/commit/b5a24bed0c61117f5682be9b28fe1f28b4eb7fc0 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction.java Log Message: ----------- [JENKINS-25771] - Fix the code formatting in StartedByMemberOfGroupRestriction (the code won't be compiled) Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com> Commit: af3c30db3b6e1be3fe74d9174cb84b2e1f1f3b88 https://github.com/jenkinsci/job-restrictions-plugin/commit/af3c30db3b6e1be3fe74d9174cb84b2e1f1f3b88 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction.java M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.jelly Log Message: ----------- [JENKINS-25771] - Fix the implementation and the test code Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com> Commit: 1d776d7f4d01077b543b8e542bc74995ac76c339 https://github.com/jenkinsci/job-restrictions-plugin/commit/1d776d7f4d01077b543b8e542bc74995ac76c339 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/AbstractUserCauseRestriction.java M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction.java M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction.java M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.jelly M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.properties M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction/config.jelly M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction/config.properties Log Message: ----------- Refactoring: Move the shared logic to AbstractUserCauseRestriction Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com> Commit: 102090d4009c22feb9c89efcc9a323d4a1fe32f5 https://github.com/jenkinsci/job-restrictions-plugin/commit/102090d4009c22feb9c89efcc9a323d4a1fe32f5 Author: Christopher Suarez <christopher.suarez+git...@otbc.se> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction.java Log Message: ----------- Fallback to realm for principal groups Commit: 03b9d59d127f58c9d2cd3e74363c5dc54f84ea5c https://github.com/jenkinsci/job-restrictions-plugin/commit/03b9d59d127f58c9d2cd3e74363c5dc54f84ea5c Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction.java Log Message: ----------- Merge pull request #8 from csms/JENKINS-25726 [JENKINS-26374] - Fallback to realm for principal groups Commit: 676733704a43502ba60f5c36bc18cce988a548a1 https://github.com/jenkinsci/job-restrictions-plugin/commit/676733704a43502ba60f5c36bc18cce988a548a1 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M pom.xml A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/AbstractUserCauseRestriction.java A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction.java A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction.java A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector.java M src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/QueueHelper.java A src/main/java/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/UserSelector.java M src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/Messages.properties A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByMemberOfGroupRestriction/config.properties A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/restrictions/job/StartedByUserRestriction/config.properties A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/GroupSelector/help-selectedGroup.html A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/UserSelector/config.jelly A src/main/resources/com/synopsys/arc/jenkinsci/plugins/jobrestrictions/util/UserSelector/help-selectedUserId.html Log Message: ----------- Merge pull request #5 from jenkinsci/JENKINS-25726 [JENKINS-25726, JENKINS-25771] - StartedByUser and StartedByMemberOfGroup restrictions Compare: https://github.com/jenkinsci/job-restrictions-plugin/compare/47b292fd4ffc...676733704a43 -- 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.