Branch: refs/heads/master Home: https://github.com/jenkinsci/accurev-plugin Commit: b8296bb9c55c924f48c91356fe9ba7d9e35d4298 https://github.com/jenkinsci/accurev-plugin/commit/b8296bb9c55c924f48c91356fe9ba7d9e35d4298 Author: Joseph <c...@users.noreply.github.com> Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths: M src/main/java/hudson/plugins/accurev/AccurevLauncher.java A src/main/java/hudson/plugins/accurev/AccurevPlugin.java M src/main/java/hudson/plugins/accurev/AccurevSCM.java M src/main/java/hudson/plugins/accurev/AccurevStream.java M src/main/java/hudson/plugins/accurev/AccurevTransaction.java M src/main/java/hudson/plugins/accurev/ParseChangeLog.java A src/main/java/hudson/plugins/accurev/UUIDUtils.java M src/main/java/hudson/plugins/accurev/cmd/Login.java M src/main/java/hudson/plugins/accurev/cmd/PopulateCmd.java M src/main/java/hudson/plugins/accurev/cmd/ShowStreams.java M src/main/java/hudson/plugins/accurev/delegates/AbstractModeDelegate.java M src/main/java/hudson/plugins/accurev/delegates/ReftreeDelegate.java M src/main/java/hudson/plugins/accurev/delegates/SnapshotDelegate.java M src/main/java/hudson/plugins/accurev/delegates/WorkspaceDelegate.java M src/main/java/hudson/plugins/accurev/parsers/xml/ParseShowStreams.java M src/main/java/hudson/plugins/jetty/security/Password.java M src/main/resources/hudson/plugins/accurev/AccurevSCM/config.jelly M src/main/resources/hudson/plugins/accurev/AccurevSCM/global.jelly Log Message: ----------- Merged PR #28 from casz/master * [JENKINS-28118] Fixed poll on ancestor Poll failed searching in parents when “Show one stream at a time” was checked. Fixed regression in PR #25 * Improved logic for Workspace Was not working with “One stream at a time” settings. * Fixed Change log on Ignore Parent getChangesFromStreams did not respect Ignore Stream Parent. * Fixed getStreamRules. IgnoreStreamParent should be the first to be considered, then One Stream at a time on server, then find all streams. * [JENKINS-31316] Fixed server rename Introduced unique identifiers, also added a migrator to ensure best compatibility moving forward. * Fixed backwards compatibility Made the Server UUID change fully backwards compatibility :tada: * [JENKINS-13817] Mask the damn password already I cannot believe this has been open since 2012... * StringUtils used * Allow empty password even with OBF * Javadoc and removed unused migrate field * [JENKINS-24710] filter out dispatch transactions These usually originate from accurev sync. * PR #24 fix PollOnMaster enabled when build using workspace builds that use workspace or reftree definitely requires workspace even if PollOnMaster enabled. -- 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.