@@ -17,22 +17,32 @@ FunkLoad GIT master
1717
1818:git: https://github.com/nuxeo/FunkLoad
1919
20- :Target: 1.15.0
20+ :Target: 1.16.0
21+
22+
23+ FunkLoad 1.15.0
24+ ------------------
25+
26+ :Package: http://pypi.python.org/packages/source/f/funkload/funkload-1.15.0.tar.gz
27+
28+ :github: https://github.com/nuxeo/FunkLoad/tree/1.15.0
29+
30+ :Released date: 2011-03-11
2131
2232
2333New features
2434~~~~~~~~~~~~~
2535
26- * Now supporting emacs org -mode _ text format as report output. This
27- enable to edit a report as plain text and produce professional PDF
28- reports througth the org -mode _ LaTeX export.
36+ * Now supporting emacs Org -mode _ text format as report output. This
37+ enable to edit a report as plain text and to produce professional
38+ PDF reports througth the Org -mode _ LaTeX export.
2939
30- Here is an example of a `PDF
40+ Here is an example of a `PDF
3141 <http://funkload.nuxeo.org/report-example/test_seam_java6.pdf> `_ and
32- an `org -mode report
42+ an `Org -mode report
3343 <http://funkload.nuxeo.org/report-example/test_seam_java6.org> `_.
3444
35- The org file requires to build the html report first::
45+ You need to build the HTML report first::
3646
3747 fl-build-report --html funkload.xml
3848 Creating html report: ...done:
@@ -41,23 +51,27 @@ New features
4151 fl-build-report --org funkload.xml > /tmp/test_foo-20110304T160328/index.org
4252 emacs /tmp/test_foo-20110304T160328/index.org
4353 # then export as PDF C-c C-e d
44- # refer to the org-mode site for
54+ # refer to the org-mode site for latex exports requirements
4555
46- * New `` -- trend`` option to the `` fl-build- report`` command. It creates a
47- trend report to display evolution of the page statistics over time.
48- Here is an example of a trend report:
49- http://funkload.nuxeo.org/report-example/ trend- report/
56+ * New `trend report
57+ <http://funkload.nuxeo.org/report-example/ trend- report/> `_ to
58+ display evolution of performances over time. Just use the
59+ `` -- trend`` option of the `` fl-build- report`` command.
5060
51- * Credential server can serve a sequence, using ``xmlrpc_get_seq `` tests
52- can share a sequence::
61+ * The credential server can serve a sequence. Using ``xmlrpc_get_seq ``
62+ threads can share a sequence::
5363
5464 from funkload.utils import xmlrpc_get_seq
5565 ...
5666 seq = xmlrpc_get_seq()
5767
58- * Source migrated to git in gigthub https://github.com/nuxeo/FunkLoad
68+ * Source migrated from svn to git, hosted in gigthub
69+ https://github.com/nuxeo/FunkLoad
70+
71+ * But tracker moving to github:
72+ https://github.com/nuxeo/FunkLoad/issues
5973
60- * Documentation migrated to sphinx http://funkload.nuxeo.org/
74+ * New site and documentation using sphinx: http://funkload.nuxeo.org/
6175
6276* CPSTestCase and ZopeTestCase have been moved to the demo folder.
6377
@@ -71,8 +85,8 @@ Bug fixes
7185* Fix #3: FunkLoad Failures Fail on Python 2.7
7286 https://github.com/nuxeo/FunkLoad/issues#issue/3
7387
74- * Do not block on read content when content-length is null, patch submited by Bertrand
75- Yvain.
88+ * Do not block on read content when content-length is null, patch
89+ submited by Bertrand Yvain.
7690
7791* Fix monitoring network monitoring charts.
7892
@@ -121,7 +135,7 @@ New features
121135 A typical usage is to add metadata during setUpBench or
122136 tearDownBench hooks.
123137
124- * Handling FunkLoad todo list with an org -mode _ file TODO _, replacing
138+ * Handling FunkLoad todo list with an Org -mode _ file TODO _, replacing
125139 the old trac.
126140
127141* Mark CPSTestCase as deprecated will be removed in 1.15.
@@ -917,7 +931,7 @@ More information on the FunkLoad_ site.
917931.. _TCPWatch : http://hathawaymix.org/Software/TCPWatch/
918932.. _API : api/index.html
919933.. _TODO : https://github.com/nuxeo/FunkLoad/blob/master/TODO.txt
920- .. _ org -mode : http://orgmode.org/
934+ .. _ Org -mode : http://orgmode.org/
921935.. _epydoc : http://epydoc.sourceforge.net/
922936.. _cheesecake : http://tracos.org/cheesecake/
923937.. _933 : http://svn.nuxeo.org/trac/pub/ticket/933
@@ -952,7 +966,6 @@ More information on the FunkLoad_ site.
952966.. _1837 : http://svn.nuxeo.org/trac/pub/ticket/1837
953967.. _1838 : http://svn.nuxeo.org/trac/pub/ticket/1837
954968.. _Plone : http://plone.org/
955- .. _org-mode : http://orgmode.org/
956969
957970.. Local Variables:
958971.. mode: rst
0 commit comments