Branch: refs/heads/master Home: https://github.com/jenkinsci/branch-api-plugin Commit: 522397123d13560be21950befb87da6dcc847616 https://github.com/jenkinsci/branch-api-plugin/commit/522397123d13560be21950befb87da6dcc847616 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-19 (Thu, 19 Sep 2013)
Changed paths: M src/main/java/jenkins/branch/MultiBranchProject.java Log Message: ----------- prevent deadlock Commit: 3e2e40dd5fc8f0f54c76e82c19ca9ef8bf18184d https://github.com/jenkinsci/branch-api-plugin/commit/3e2e40dd5fc8f0f54c76e82c19ca9ef8bf18184d Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-19 (Thu, 19 Sep 2013) Changed paths: M src/main/java/jenkins/branch/MultiBranchProject.java Log Message: ----------- Need to save the branch project after update... I'd prefer a more selective save though Commit: 2da7131915e2f2079bf09b357d419adae9d4f49b https://github.com/jenkinsci/branch-api-plugin/commit/2da7131915e2f2079bf09b357d419adae9d4f49b Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-19 (Thu, 19 Sep 2013) Changed paths: M src/main/java/jenkins/branch/MultiBranchProject.java Log Message: ----------- Now restoring jobs on startup Commit: 94e08001b2e5e59275f7caf164a64c95af413d42 https://github.com/jenkinsci/branch-api-plugin/commit/94e08001b2e5e59275f7caf164a64c95af413d42 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-19 (Thu, 19 Sep 2013) Changed paths: M src/main/resources/jenkins/branch/BranchSource/config.jelly Log Message: ----------- Log issue to fix Commit: f372ec8b1bbc4fc1b2fcd21afd04f93c53745cfb https://github.com/jenkinsci/branch-api-plugin/commit/f372ec8b1bbc4fc1b2fcd21afd04f93c53745cfb Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-20 (Fri, 20 Sep 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release branch-api-0.1-beta-1 Commit: d3ea4de61feb7fa6afe1f3f99f9eb79ce968e7ad https://github.com/jenkinsci/branch-api-plugin/commit/d3ea4de61feb7fa6afe1f3f99f9eb79ce968e7ad Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-20 (Fri, 20 Sep 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: f4669458151f73e00fc661f16e4a9c62828f0a90 https://github.com/jenkinsci/branch-api-plugin/commit/f4669458151f73e00fc661f16e4a9c62828f0a90 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-20 (Fri, 20 Sep 2013) Changed paths: A .cloudbees.md A .jenkins/artifacts.lst Log Message: ----------- enable for literate Commit: ba9e8d3a65db670925d51c05c8d747702ea25f28 https://github.com/jenkinsci/branch-api-plugin/commit/ba9e8d3a65db670925d51c05c8d747702ea25f28 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-27 (Fri, 27 Sep 2013) Changed paths: M src/main/resources/jenkins/branch/MultiBranchProject/configure-common.jelly Log Message: ----------- [FIXED JENKINS-19730] No point in having the restrict where this project can be run as indexing is always on master (even when it appears not to be) Commit: 0ad8448a7d657f915feb0061a276eb82d6545e3d https://github.com/jenkinsci/branch-api-plugin/commit/0ad8448a7d657f915feb0061a276eb82d6545e3d Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-09-27 (Fri, 27 Sep 2013) Changed paths: A src/main/resources/jenkins/branch/IndexAtLeastTrigger/help-interval.html A src/main/resources/jenkins/branch/IndexAtLeastTrigger/help.html Log Message: ----------- [FIXED JENKINS-19708] Add inline help for "On push notification with periodic fallback" Commit: 9be532c4ad6fededda2f13416087d040fccc8900 https://github.com/jenkinsci/branch-api-plugin/commit/9be532c4ad6fededda2f13416087d040fccc8900 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: R src/main/resources/jenkins/branch/UntrustedBranchProperty/config.groovy A src/main/resources/jenkins/branch/UntrustedBranchProperty/config.jelly Log Message: ----------- switch to jelly as it gives a more consistent UI Commit: 9def6c3d2280e1b8c39a1125c32b07d88bf62c87 https://github.com/jenkinsci/branch-api-plugin/commit/9def6c3d2280e1b8c39a1125c32b07d88bf62c87 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M src/main/resources/jenkins/branch/DefaultBranchPropertyStrategy/config.jelly Log Message: ----------- Takes up less UI space if hetero-list rather than list of checkboxes Commit: 70cd460e1ba11246fa9395cdf3f214af4ff642fe https://github.com/jenkinsci/branch-api-plugin/commit/70cd460e1ba11246fa9395cdf3f214af4ff642fe Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M src/main/java/jenkins/branch/DefaultBranchPropertyStrategy.java Log Message: ----------- Was having issues if the databoundconstructor was using a list and not an array! Commit: 7e76c2dc93162e731fcd389e6a4b5980dc469aa9 https://github.com/jenkinsci/branch-api-plugin/commit/7e76c2dc93162e731fcd389e6a4b5980dc469aa9 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: A branch-api/taglib b/src/main/resources/lib/branch-api/taglib M pom.xml M src/main/java/jenkins/branch/BranchSource.java A src/main/java/jenkins/branch/BuildRetentionBranchProperty.java M src/main/resources/jenkins/branch/BranchSource/config.jelly A src/main/resources/jenkins/branch/BuildRetentionBranchProperty/config.jelly M src/main/resources/jenkins/branch/MultiBranchProject/configure-branches.jelly A src/main/resources/lib/branch-api/branchSourceBody.jelly A src/main/resources/lib/branch-api/branchSourceSelector.jelly Log Message: ----------- [FIXED JENKINS-19733] Revamp UI for adding branch sources Commit: 9a88169c2944cb873a0b7ce33469192e254dc02e https://github.com/jenkinsci/branch-api-plugin/commit/9a88169c2944cb873a0b7ce33469192e254dc02e Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M src/main/java/jenkins/branch/DefaultBranchPropertyStrategy.java A src/main/java/jenkins/branch/NamedExceptionsBranchPropertyStrategy.java M src/main/resources/jenkins/branch/Messages.properties A src/main/resources/jenkins/branch/NamedExceptionsBranchPropertyStrategy/Named/config.jelly A src/main/resources/jenkins/branch/NamedExceptionsBranchPropertyStrategy/Named/help-name.html A src/main/resources/jenkins/branch/NamedExceptionsBranchPropertyStrategy/config.jelly A src/test/java/jenkins/branch/NamedExceptionsBranchPropertyStrategyTest.java Log Message: ----------- Add an alternative branch property strategy Commit: 45adb8bc8753b46f58152923d32edd111ac298f9 https://github.com/jenkinsci/branch-api-plugin/commit/45adb8bc8753b46f58152923d32edd111ac298f9 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M src/main/java/jenkins/branch/BuildRetentionBranchProperty.java M src/main/resources/jenkins/branch/BuildRetentionBranchProperty/config.jelly Log Message: ----------- Need a hook to let branch properties inject stuff like build discarder Commit: 82ea03d43b56ec87492bebd453e979773792504c https://github.com/jenkinsci/branch-api-plugin/commit/82ea03d43b56ec87492bebd453e979773792504c Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M src/main/java/jenkins/branch/Branch.java M src/main/java/jenkins/branch/BranchProperty.java M src/main/java/jenkins/branch/BuildRetentionBranchProperty.java M src/main/java/jenkins/branch/UntrustedBranchProperty.java Log Message: ----------- Add hook to allow branch properties to apply final tweaks to job - Hook was required by the BuildRetentionBranchProperty Commit: f94838145a7104c0eebe1cefd432d30cfc5fe3dc https://github.com/jenkinsci/branch-api-plugin/commit/f94838145a7104c0eebe1cefd432d30cfc5fe3dc Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M src/main/resources/jenkins/branch/BranchSource/config.jelly Log Message: ----------- Fix JSON form submission Commit: af8ba4810bec697b8c392a07fb52ba1560fea636 https://github.com/jenkinsci/branch-api-plugin/commit/af8ba4810bec697b8c392a07fb52ba1560fea636 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M src/main/resources/jenkins/branch/BranchSource/config.jelly Log Message: ----------- simplify Commit: 4cc730b93660d0f591fa33a81b34402fdad7be6d https://github.com/jenkinsci/branch-api-plugin/commit/4cc730b93660d0f591fa33a81b34402fdad7be6d Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M src/main/java/jenkins/branch/UntrustedBranchProperty.java M src/main/resources/jenkins/branch/UntrustedBranchProperty/config.jelly A src/main/resources/jenkins/branch/UntrustedBranchProperty/help-publisherWhitelist.html Log Message: ----------- Add support for publisher white-listing Commit: 2980d20bccd69a7b2df63d5e5edf5c2d9b33230a https://github.com/jenkinsci/branch-api-plugin/commit/2980d20bccd69a7b2df63d5e5edf5c2d9b33230a Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: A src/main/java/jenkins/branch/RateLimitBranchProperty.java M src/main/resources/jenkins/branch/Messages.properties A src/main/resources/jenkins/branch/RateLimitBranchProperty/JobPropertyImpl/config.jelly A src/main/resources/jenkins/branch/RateLimitBranchProperty/JobPropertyImpl/help-count.html A src/main/resources/jenkins/branch/RateLimitBranchProperty/JobPropertyImpl/help-durationName.html A src/main/resources/jenkins/branch/RateLimitBranchProperty/JobPropertyImpl/help-throttle.html A src/main/resources/jenkins/branch/RateLimitBranchProperty/config.jelly A src/main/resources/jenkins/branch/RateLimitBranchProperty/help-count.html A src/main/resources/jenkins/branch/RateLimitBranchProperty/help-durationName.html A src/main/resources/jenkins/branch/RateLimitBranchProperty/help.html Log Message: ----------- Add ability to rate limit branches (also gives similar feature to jobs for free) Commit: 0d98aa3ad28588fca992f868bc203e6500c1d42e https://github.com/jenkinsci/branch-api-plugin/commit/0d98aa3ad28588fca992f868bc203e6500c1d42e Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M pom.xml Log Message: ----------- pick up latest scm-api Commit: f2d612a7e78cdd91b3e321f5ee5224d4e6f3b228 https://github.com/jenkinsci/branch-api-plugin/commit/f2d612a7e78cdd91b3e321f5ee5224d4e6f3b228 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release branch-api-0.1-beta-2 Commit: 94983b72dc34ee07632c841dac38f51586b7ccf5 https://github.com/jenkinsci/branch-api-plugin/commit/94983b72dc34ee07632c841dac38f51586b7ccf5 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 914bf0f92d75bcbc04af5a6d0dc447555eef8444 https://github.com/jenkinsci/branch-api-plugin/commit/914bf0f92d75bcbc04af5a6d0dc447555eef8444 Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M src/main/java/jenkins/branch/DefaultDeadBranchStrategy.java Log Message: ----------- doc improvement Commit: e8b434e1bf4a7a1ff49087d4dc52de51703d825a https://github.com/jenkinsci/branch-api-plugin/commit/e8b434e1bf4a7a1ff49087d4dc52de51703d825a Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M src/main/java/jenkins/branch/MultiBranchProjectWelcomeView.java Log Message: ----------- doc improvement Commit: dea3975060a720f56d211590dd876bbd852f83af https://github.com/jenkinsci/branch-api-plugin/commit/dea3975060a720f56d211590dd876bbd852f83af Author: Kohsuke Kawaguchi <k...@kohsuke.org> Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M src/main/java/jenkins/branch/BranchProjectFactory.java M src/main/java/jenkins/branch/BranchProperty.java M src/main/java/jenkins/branch/BranchPropertyStrategy.java M src/main/java/jenkins/branch/DeadBranchStrategy.java Log Message: ----------- marking extension points as extension points Commit: e7b824324555b8c7f918160ac0f5376930323fc4 https://github.com/jenkinsci/branch-api-plugin/commit/e7b824324555b8c7f918160ac0f5376930323fc4 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M pom.xml M src/main/java/jenkins/branch/Branch.java M src/main/java/jenkins/branch/BranchProjectFactory.java M src/main/java/jenkins/branch/BranchProperty.java M src/main/java/jenkins/branch/BuildRetentionBranchProperty.java A src/main/java/jenkins/branch/DescriptorOrder.java M src/main/java/jenkins/branch/MultiBranchProject.java A src/main/java/jenkins/branch/ProjectDecorator.java M src/main/java/jenkins/branch/RateLimitBranchProperty.java M src/main/java/jenkins/branch/UntrustedBranchProperty.java M src/main/resources/jenkins/branch/Messages.properties M src/main/resources/jenkins/branch/RateLimitBranchProperty/JobPropertyImpl/config.jelly Log Message: ----------- Refactor how projects get decorated by branch properties NB Breaks backwards API compatibility with the 0.1-alpha's Commit: 2140c097d0a9239f8633f9203af6123e625f9944 https://github.com/jenkinsci/branch-api-plugin/commit/2140c097d0a9239f8633f9203af6123e625f9944 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M src/main/java/jenkins/branch/BranchProperty.java M src/main/java/jenkins/branch/BuildRetentionBranchProperty.java Log Message: ----------- Sometimes I hate git add -p Commit: 12b173a2c4a1d286f47fcc659742e23a21f1974f https://github.com/jenkinsci/branch-api-plugin/commit/12b173a2c4a1d286f47fcc659742e23a21f1974f Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release branch-api-0.2-beta-1 Commit: bb863d72e12b6191b41b793539794e14dd8a9f93 https://github.com/jenkinsci/branch-api-plugin/commit/bb863d72e12b6191b41b793539794e14dd8a9f93 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: c066281306926cb8205e9afd12274e99e49cbf4f https://github.com/jenkinsci/branch-api-plugin/commit/c066281306926cb8205e9afd12274e99e49cbf4f Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2013-10-29 (Tue, 29 Oct 2013) Changed paths: M src/main/java/jenkins/branch/MultiBranchProject.java A src/main/resources/jenkins/branch/MultiBranchProject/rename.jelly A src/main/resources/jenkins/branch/MultiBranchProject/rename.properties A src/main/resources/jenkins/branch/MultiBranchProject/rename_da.properties A src/main/resources/jenkins/branch/MultiBranchProject/rename_de.properties A src/main/resources/jenkins/branch/MultiBranchProject/rename_es.properties A src/main/resources/jenkins/branch/MultiBranchProject/rename_fr.properties A src/main/resources/jenkins/branch/MultiBranchProject/rename_ja.properties A src/main/resources/jenkins/branch/MultiBranchProject/rename_pt_BR.properties A src/main/resources/jenkins/branch/MultiBranchProject/rename_sv_SE.properties A src/main/resources/jenkins/branch/MultiBranchProject/rename_zh_TW.properties Log Message: ----------- [FIXED JENKINS-20315] Forgot to add the Rename support for multi-branch projects Compare: https://github.com/jenkinsci/branch-api-plugin/compare/5e85b537e1ca...c06628130692 -- 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/groups/opt_out.