Branch: refs/heads/master
Home: https://github.com/jenkinsci/persona-plugin
Commit: bf35780e4b639db86d43fc56e6a47cb58b87d773
https://github.com/jenkinsci/persona-plugin/commit/bf35780e4b639db86d43fc56e6a47cb58b87d773
Author: Whren <[email protected]>
Date: 2012-02-25 (Sat, 25 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/persona/xml/XmlPersonaReloader.java
Log Message:
-----------
[FIXED JENKINS-8298] Reloading persona does not reloads existing persona
quotes
When using the reload persona url, it does not reload personas quotes. It only
loads potentialy new personas.
Looks like a Persona.reload() is missing in
hudson.plugins.persona.xml.XmlPersonaReloader.doIndex(StaplerResponse rsp).
Signed-off-by: Whren <[email protected]>
Commit: 2ac2d10efecf0e318d128910540c00c5cd35c6e4
https://github.com/jenkinsci/persona-plugin/commit/2ac2d10efecf0e318d128910540c00c5cd35c6e4
Author: Whren <[email protected]>
Date: 2012-02-25 (Sat, 25 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/persona/QuotePublisher.java
A src/main/java/hudson/plugins/persona/RandomPersona.java
A src/main/java/hudson/plugins/persona/RandomPersonaFinder.java
M src/main/java/hudson/plugins/persona/simple/AbstractQuoteImpl.java
M src/main/java/hudson/plugins/persona/xml/XmlPersonaFinder.java
Log Message:
-----------
[FEATURE JENKINS-8296] Allow use of random persona instead of a fix one
It would be great to allow per project use of a random persona at each launch
of a build.
How :
In the configuration of a project, the "Random Persona" will be choose in the
list of available personas.
At each launch of a build the plugin will verify if the choosen persona is the
"Random Persona", if so this "Random Persona" will randomize the choose of one
of the personas configured.
The remaining process will be the same as today.
The project quote and icon will of course reflect the last build.
Signed-off-by: Whren <[email protected]>
Commit: f77780c119fd59301b3fb37873ec93961c7616f7
https://github.com/jenkinsci/persona-plugin/commit/f77780c119fd59301b3fb37873ec93961c7616f7
Author: Seiji Sogabe <[email protected]>
Date: 2012-02-25 (Sat, 25 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/persona/QuotePublisher.java
M src/main/java/hudson/plugins/persona/RandomPersona.java
M src/main/java/hudson/plugins/persona/RandomPersonaFinder.java
M src/main/java/hudson/plugins/persona/simple/AbstractQuoteImpl.java
M src/main/java/hudson/plugins/persona/xml/XmlPersonaReloader.java
Log Message:
-----------
WS->TAB
Commit: ccffcfbe3a41a0d68c1875654c01b02aab7ee9b5
https://github.com/jenkinsci/persona-plugin/commit/ccffcfbe3a41a0d68c1875654c01b02aab7ee9b5
Author: Seiji Sogabe <[email protected]>
Date: 2012-02-25 (Sat, 25 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/persona/QuotePublisher.java
R src/main/java/hudson/plugins/persona/RandomPersona.java
R src/main/java/hudson/plugins/persona/RandomPersonaFinder.java
A src/main/java/hudson/plugins/persona/random/RandomPersona.java
A src/main/java/hudson/plugins/persona/random/RandomPersonaFinder.java
M src/main/java/hudson/plugins/persona/simple/AbstractQuoteImpl.java
Log Message:
-----------
moved to random package.
Commit: 2bce6a997cd632b4d849e3a0481bc7bf68c951fa
https://github.com/jenkinsci/persona-plugin/commit/2bce6a997cd632b4d849e3a0481bc7bf68c951fa
Author: Seiji Sogabe <[email protected]>
Date: 2012-02-25 (Sat, 25 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/persona/xml/XmlPersonaFinder.java
Log Message:
-----------
[FIXED JENKINS-10166] Exception thrown during Persona finder on old format.
Commit: 7ab66c8559f16d34c230463c85ed770774b7794d
https://github.com/jenkinsci/persona-plugin/commit/7ab66c8559f16d34c230463c85ed770774b7794d
Author: Seiji Sogabe <[email protected]>
Date: 2012-02-25 (Sat, 25 Feb 2012)
Changed paths:
M src/main/java/hudson/plugins/persona/QuotePublisher.java
M src/main/java/hudson/plugins/persona/random/RandomPersona.java
Log Message:
-----------
Fixed IllegalArgumentException if No persona installed.
Compare: https://github.com/jenkinsci/persona-plugin/compare/cd21364...7ab66c8