phpUnderControl 0.6.0beta2 released
Today I have released the second beta version of phpUnderControl. Beside several minor tweaks and bug fixes, this release contains one additional feature I was asked for during the IPC in Berlin. This feature allows you to specify a maximum number of log entries that will be shown in the generated metric charts. This can be very useful once you have a project with a great amount of builds and the chart rendering gets slower and slower.
This feature adds a new option --max-number
to phpUnderControl's chart
command. To rebuild all your charts you can call phpUnderControl's shell script with the following command:
mapi@arwen ~ $ phpuc --force-update --max-number 42 \
/opt/cruisecontrol/logs/phpUnderControl \
/opt/cruisecontrol/logs/phpUnderControl
You can get the latest release of phpUnderControl through its pear channel:
mapi@arwen ~ $ pear upgrade --alldeps phpuc/phpUnderControl-0.6.0beta2
Starting to download phpUnderControl-0.6.0beta2.tgz (546,314 bytes)
...................................................................
.............................done: 546,314 bytes
or you can get the latest development version on github.