Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Not A Defect
-
Component/s: analysis-collector-plugin
-
Labels:
-
Environment:Jenkins 1.437 as standalone service on Windows Server 2003, Standard x64 Edition, Service Pack 2
Static Analysis Collector Plug-in 1.18 (Checkstyle 3.21, PMD 3.22, Findbugs 4.30)
Firefox 7.0.1
-
Similar Issues:
Description
In exploring the code a little bit, I've discovered that the analysis collector seems to store its configuration in cookies. By default, the properties "Disable other trend graphs" is uncheck for everybody.
For now, since its in a cookie, every developer on the team has to go and check it. It would be nice to be able to change the default value of this property in the project configuration. That would allow the plugin to use what is defined in the cookie, and when the cookie doesn't exist, use the default value set in the project.
Thanks you.
How to reproduce :
If you set your browser to don't save cookie (or flush them after you close the browser), each time you visit the project page, the configuration is gonna be lost, and all the graph will appear again.