Log of /erp5
Directory Listing
Revision
46049 -
Directory Listing
Modified
Wed Jan 30 14:50:22 2013 UTC
(3 months, 2 weeks ago)
by
jm
merge_zlogs: accept gz/bz2 files
Revision
46048 -
Directory Listing
Modified
Fri Sep 21 12:03:24 2012 UTC
(7 months, 3 weeks ago)
by
jm
git-new-workdir: do not symlink rebase/am temporary directories
Revision
46047 -
Directory Listing
Modified
Tue Jul 31 11:33:39 2012 UTC
(9 months, 2 weeks ago)
by
romain
Advertise development of new version
Revision
46046 -
Directory Listing
Modified
Tue Jul 31 11:29:58 2012 UTC
(9 months, 2 weeks ago)
by
romain
Release version 5.4.8
Revision
46045 -
Directory Listing
Modified
Tue Jul 31 11:27:53 2012 UTC
(9 months, 2 weeks ago)
by
romain
Add missing __init__.py files.
Revision
46044 -
Directory Listing
Modified
Tue Jul 31 11:27:20 2012 UTC
(9 months, 2 weeks ago)
by
romain
Drop base_url parameter.
Tidstorage now directly connects to the ZEO servers.
Revision
46043 -
Directory Listing
Modified
Mon Jul 30 15:52:37 2012 UTC
(9 months, 2 weeks ago)
by
romain
Advertise development of new version
Revision
46042 -
Directory Listing
Modified
Mon Jul 30 15:48:15 2012 UTC
(9 months, 2 weeks ago)
by
romain
Release version 5.4.7.
Revision
46041 -
Directory Listing
Modified
Mon Jul 30 15:36:01 2012 UTC
(9 months, 2 weeks ago)
by
romain
Directly contact the Zeo servers instead of one Zope.
This allows to drop the circular dependency between Zope and Tidstorage.
Use the patched transaction module to trigger registration of Zeo.
Changed the configuration file format to use parsable JSON, instead of
hardcoded string.
Revision
46038 -
Directory Listing
Modified
Fri Dec 16 10:09:01 2011 UTC
(17 months ago)
by
arnaud.fontaine
Add test to check whether insert-{before,after} with same ids is working fine.
Revision
46037 -
Directory Listing
Modified
Fri Dec 16 10:08:53 2011 UTC
(17 months ago)
by
arnaud.fontaine
Remove duplicated test.
Revision
46036 -
Directory Listing
Modified
Fri Dec 16 10:08:45 2011 UTC
(17 months ago)
by
arnaud.fontaine
Fix typos.
Revision
46035 -
Directory Listing
Modified
Fri Dec 16 10:05:07 2011 UTC
(17 months ago)
by
arnaud.fontaine
Make sure ids are properly numbered from old_xml when removing elements with the same id.
Revision
46034 -
Directory Listing
Modified
Mon Nov 21 21:31:33 2011 UTC
(17 months, 3 weeks ago)
by
leonardo
Fix restore_tidstorage to actually work
Fix undefined variables.
Truncate the original FileStorage file after making a backup copy, instead
of slowly copying the desired transactions from the back-up on top of
the original.
Give more information on what is going on.
Revision
46033 -
Directory Listing
Modified
Mon Nov 21 15:53:02 2011 UTC
(17 months, 3 weeks ago)
by
leonardo
Add tidstorage_restore script entry point
Allows fixing filestorage files from crashed instance inplace, without repozo
backups.
Revision
46032 -
Directory Listing
Modified
Fri Nov 18 14:28:35 2011 UTC
(18 months ago)
by
jm
LongRequestLogger: optimize way to have an interruptible sleep
On some hardware like VMWare VM, threading.Condition objects are very
unefficient when used with a timeout.
API of Monitor class is also changed to avoid recreating a pipe object on each
request.
Revision
46031 -
Directory Listing
Modified
Mon Oct 31 08:47:05 2011 UTC
(18 months, 2 weeks ago)
by
nicolas
Add support of mixed content updates.
Revision
46030 -
Directory Listing
Modified
Tue Sep 6 16:50:04 2011 UTC
(20 months, 1 week ago)
by
seb
add option to not build graph when there is not enough values
Revision
46029 -
Directory Listing
Modified
Wed Aug 31 14:51:53 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
No need to define our own counter before expiring Form instance as it's
already available in zope.testbrowser
Revision
46028 -
Directory Listing
Modified
Wed Aug 31 14:44:53 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
The Form class must be re-created after the first attempts otherwise an
ExpiredError is raised as the content is outdated
Revision
46027 -
Directory Listing
Modified
Wed Aug 31 14:40:48 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Fix typo
Revision
46026 -
Directory Listing
Modified
Wed Aug 31 13:22:36 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Open ERP5 main page before each test suite to avoid side effects for subsequent calls
If a test suite fails with a Zope error, then 'main_form' will not be
available for the next test suite. This also allows to assume that each test
suite will be ran from ERP5 main page.
Revision
46025 -
Directory Listing
Modified
Wed Aug 31 11:45:14 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
multiprocessing does not cope well with terminate() without join() straight
away as it needs to send for example the exit status over a pipe and also the
SIGCHLD was interrupting this pipe.
Moreover, there was a race condition in the previous code leaving some
children left in some cases because some SIGCHLD got lost.
Also, ignore further SIGTERM once one has been received to avoid receiving a
SIGTERM before putting the result to the queue and interrupting
multiprocessing magic.
Revision
46024 -
Directory Listing
Modified
Wed Aug 31 11:45:03 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Convert the msg to a string before putting in the queue (otherwise the
exception object is serialized in order to be sent to the master process)
Revision
46023 -
Directory Listing
Modified
Wed Aug 31 11:44:54 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Only create the result logger once
Revision
46022 -
Directory Listing
Modified
Wed Aug 31 08:23:45 2011 UTC
(20 months, 2 weeks ago)
by
vincent
Use more optparse usage/help features.
Revision
46021 -
Directory Listing
Modified
Tue Aug 30 11:12:19 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Require zope.testbrowser >= 4.0.0 because of major bugs in previous releases
Revision
46020 -
Directory Listing
Modified
Tue Aug 30 09:18:06 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Fix periodic flushing of results
Revision
46019 -
Directory Listing
Modified
Tue Aug 30 09:17:57 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Display response headers on error
Revision
46018 -
Directory Listing
Modified
Tue Aug 30 08:55:48 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Cosmetic
Revision
46017 -
Directory Listing
Modified
Tue Aug 30 08:48:39 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Always display the page source upon error
Revision
46016 -
Directory Listing
Modified
Tue Aug 30 08:29:58 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
When a child exits with an error, kill the other processes
Revision
46015 -
Directory Listing
Modified
Tue Aug 30 08:11:39 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Fix KeyboardInterrupt on control process where the results were not
properly flushed before exiting and terminate children properly.
Also, terminate children after a given number of errors (based upon a
patch from jm).
Revision
46014 -
Directory Listing
Modified
Tue Aug 30 08:11:29 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Provide a more informative error message when trying to stop gracefully
Revision
46013 -
Directory Listing
Modified
Tue Aug 30 08:11:19 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Display page source upon error only if it's not an instance of BaseException
Revision
46012 -
Directory Listing
Modified
Tue Aug 30 08:11:09 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Reorganize the code and fix relative imports
Revision
46011 -
Directory Listing
Modified
Mon Aug 29 12:55:06 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Fix typo
Revision
46010 -
Directory Listing
Modified
Mon Aug 29 12:47:17 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Add error properly rather than assuming that a value equals to 0 is an error
Revision
46009 -
Directory Listing
Modified
Mon Aug 29 12:37:54 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Display properly the traceback upon error
Revision
46008 -
Directory Listing
Modified
Mon Aug 29 09:52:26 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Update example to display time for waiting for validate_action and showing the page
Revision
46007 -
Directory Listing
Modified
Mon Aug 29 09:51:05 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Return a tuple for the waiting time including the waiting time *and* the time
spent on the request as it could be useful to distinguish both. Also, avoid
check if the method has already been wrapped (useful when going through the
bases)
Revision
46006 -
Directory Listing
Modified
Mon Aug 29 09:20:53 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Display exception error in the log file as well
Revision
46005 -
Directory Listing
Modified
Mon Aug 29 08:21:26 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Usually, a transition message will be displayed if it was not possible to jump
(for example because the object has not been created yet), therefore the
number of attempts before failing can now be specified.
Revision
46004 -
Directory Listing
Modified
Mon Aug 29 07:58:20 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Update examples following r46000
Revision
46003 -
Directory Listing
Modified
Mon Aug 29 07:46:19 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Workflow action may not be available yet, thus provide a way to try again
Revision
46002 -
Directory Listing
Modified
Mon Aug 29 07:22:30 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
No need to bind lastRequestPystones as everything is in seconds now and can be
later converted to pystones by calling browser.timer.pystonesPerSecond() on a
Browser instance.
With the previous commit, it allows to have shorter and nicer method names.
Revision
46001 -
Directory Listing
Modified
Mon Aug 29 07:13:16 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Before validating, go back to the Person page
Revision
46000 -
Directory Listing
Modified
Mon Aug 29 07:07:44 2011 UTC
(20 months, 2 weeks ago)
by
arnaud.fontaine
Instead of defining timeNAMEInSecond, just wrap NAME and return the time spent
in seconds which can be later converted in pystones if necessary
Revision
45999 -
Directory Listing
Modified
Fri Aug 26 12:36:38 2011 UTC
(20 months, 3 weeks ago)
by
jm
benchmark: improvements to createPerson example
- Change title of the document so that someone browsing the instance later
can know where it comes from.
- Validate person at the end.
Revision
45998 -
Directory Listing
Modified
Fri Aug 26 03:15:13 2011 UTC
(20 months, 3 weeks ago)
by
arnaud.fontaine
Add an example explaining how to use erp5.utils.benchmark
Revision
45997 -
Directory Listing
Modified
Thu Aug 25 06:21:26 2011 UTC
(20 months, 3 weeks ago)
by
arnaud.fontaine
In debugging mode, display the page source upon error
Revision
45996 -
Directory Listing
Modified
Wed Aug 24 07:45:42 2011 UTC
(20 months, 3 weeks ago)
by
arnaud.fontaine
Add logging for getRemainingActivityCounter().
Revision
45995 -
Directory Listing
Modified
Thu Aug 18 06:26:12 2011 UTC
(21 months ago)
by
arnaud.fontaine
Allow to get the information_area message.
Revision
45994 -
Directory Listing
Modified
Thu Aug 18 06:20:29 2011 UTC
(21 months ago)
by
arnaud.fontaine
Allow to click on Dialog Update button.
Revision
45993 -
Directory Listing
Modified
Tue Aug 9 14:18:31 2011 UTC
(21 months, 1 week ago)
by
nicolas
Add support of deletion/addition for tailed text nodes
Revision
45992 -
Directory Listing
Modified
Mon Aug 8 08:33:14 2011 UTC
(21 months, 1 week ago)
by
nicolas
prepare next release
Revision
45991 -
Directory Listing
Modified
Mon Aug 8 08:30:06 2011 UTC
(21 months, 1 week ago)
by
nicolas
Improve Handling of mixed content
Revision
45990 -
Directory Listing
Modified
Sun Aug 7 18:33:56 2011 UTC
(21 months, 1 week ago)
by
leonardo
Relicense Products.LongRequestLogger to ZPL
Also, conform to Zope Repository Policy, adjust tests to the missing lines and
add a buildout.cfg to ease testing.
Revision
45989 -
Directory Listing
Modified
Fri Aug 5 15:35:21 2011 UTC
(21 months, 1 week ago)
by
nicolas
Typo
Revision
45988 -
Directory Listing
Modified
Fri Aug 5 15:29:07 2011 UTC
(21 months, 1 week ago)
by
nicolas
Work on next version
Revision
45987 -
Directory Listing
Modified
Fri Aug 5 15:26:35 2011 UTC
(21 months, 1 week ago)
by
nicolas
prepare 0.8.1.4 release
Revision
45986 -
Directory Listing
Modified
Fri Aug 5 15:25:07 2011 UTC
(21 months, 1 week ago)
by
nicolas
Tail text nodes was not detected (...<node/>blablabla...)
Revision
45985 -
Directory Listing
Modified
Fri Aug 5 15:23:50 2011 UTC
(21 months, 1 week ago)
by
nicolas
fix import issue of main() function
Revision
45984 -
Directory Listing
Modified
Fri Aug 5 10:32:15 2011 UTC
(21 months, 1 week ago)
by
arnaud.fontaine
Catch exceptions raised when instanciating the browser.
Revision
45983 -
Directory Listing
Modified
Fri Aug 5 10:31:07 2011 UTC
(21 months, 1 week ago)
by
arnaud.fontaine
Raise properly LoginError exception.
Revision
45980 -
Directory Listing
Modified
Tue Jul 12 19:11:09 2011 UTC
(22 months, 1 week ago)
by
arnaud.fontaine
Release 0.3
Revision
45974 -
Directory Listing
Modified
Wed Jul 6 14:23:13 2011 UTC
(22 months, 1 week ago)
by
arnaud.fontaine
Handle range of users for the ERP5 benchmark title.
Revision
45973 -
Directory Listing
Modified
Wed Jul 6 14:22:50 2011 UTC
(22 months, 1 week ago)
by
arnaud.fontaine
With SlapOS, notify the master at postRun().
Revision
45959 -
Directory Listing
Modified
Fri Jul 1 15:42:46 2011 UTC
(22 months, 2 weeks ago)
by
arnaud.fontaine
Add partial argument (matching nosqltester API)
Revision
45956 -
Directory Listing
Modified
Wed Jun 29 07:37:37 2011 UTC
(22 months, 2 weeks ago)
by
luke
Advertise 0.1.4 development.
Revision
45955 -
Directory Listing
Modified
Wed Jun 29 07:37:01 2011 UTC
(22 months, 2 weeks ago)
by
luke
Prepare 0.1.3
Revision
45954 -
Directory Listing
Modified
Wed Jun 29 07:36:18 2011 UTC
(22 months, 2 weeks ago)
by
luke
Increase flexibility.
Revision
45953 -
Directory Listing
Modified
Wed Jun 29 07:26:20 2011 UTC
(22 months, 2 weeks ago)
by
luke
Advertise 0.1.3 development.
Revision
45952 -
Directory Listing
Modified
Wed Jun 29 07:25:37 2011 UTC
(22 months, 2 weeks ago)
by
luke
Prepare release 0.1.2
Revision
45951 -
Directory Listing
Modified
Wed Jun 29 07:24:45 2011 UTC
(22 months, 2 weeks ago)
by
luke
Clean up not needed import.
Revision
45950 -
Directory Listing
Modified
Wed Jun 29 07:24:18 2011 UTC
(22 months, 2 weeks ago)
by
luke
Append flags instead of dropping them.
Revision
45941 -
Directory Listing
Modified
Thu Jun 23 05:46:39 2011 UTC
(22 months, 3 weeks ago)
by
arnaud.fontaine
Move creation/closing of Benchmark Result document to ERP5BenchmarkResult
Revision
45939 -
Directory Listing
Modified
Wed Jun 22 03:19:27 2011 UTC
(22 months, 3 weeks ago)
by
arnaud.fontaine
Fix preRun/postRun
Revision
45938 -
Directory Listing
Modified
Wed Jun 22 03:18:44 2011 UTC
(22 months, 3 weeks ago)
by
arnaud.fontaine
Fix result_filename
Revision
45935 -
Directory Listing
Modified
Tue Jun 21 14:54:25 2011 UTC
(22 months, 4 weeks ago)
by
arnaud.fontaine
Fix logger
Revision
45930 -
Directory Listing
Modified
Tue Jun 21 05:28:23 2011 UTC
(22 months, 4 weeks ago)
by
arnaud.fontaine
Call ERP5 BenchmarkResult_completed upon benchmark termination
Revision
45928 -
Directory Listing
Modified
Mon Jun 20 17:27:46 2011 UTC
(22 months, 4 weeks ago)
by
arnaud.fontaine
Move the code specify to ScalabilityTester to its proper class.
Revision
45927 -
Directory Listing
Modified
Mon Jun 20 17:26:15 2011 UTC
(22 months, 4 weeks ago)
by
arnaud.fontaine
Scalability tester notification is now useless in Performance Tester
Revision
45926 -
Directory Listing
Modified
Mon Jun 20 17:08:27 2011 UTC
(22 months, 4 weeks ago)
by
arnaud.fontaine
Allow to publish results into ERP5 test_result_module.
Revision
45925 -
Directory Listing
Modified
Mon Jun 20 17:06:45 2011 UTC
(22 months, 4 weeks ago)
by
arnaud.fontaine
Pass a file-like object for the log, rather than the filename, thus allowing
StringIO for example.
Revision
45923 -
Directory Listing
Modified
Mon Jun 20 09:42:38 2011 UTC
(22 months, 4 weeks ago)
by
arnaud.fontaine
Refactor BenchmarkResult to allow ERP5/File results output
Revision
45922 -
Directory Listing
Modified
Mon Jun 20 08:01:21 2011 UTC
(22 months, 4 weeks ago)
by
arnaud.fontaine
Fix missing variable initialization
Revision
45917 -
Directory Listing
Modified
Sat Jun 18 12:54:28 2011 UTC
(23 months ago)
by
arnaud.fontaine
Ensure the file is written to the disk when publishing the results
Revision
45916 -
Directory Listing
Modified
Sat Jun 18 12:53:32 2011 UTC
(23 months ago)
by
arnaud.fontaine
Rename filename instance attributes
Revision
45911 -
Directory Listing
Modified
Sat Jun 18 09:03:37 2011 UTC
(23 months ago)
by
arnaud.fontaine
Refactor console scripts.
Revision
45910 -
Directory Listing
Modified
Sat Jun 18 08:26:21 2011 UTC
(23 months ago)
by
arnaud.fontaine
Only require argparse for python < 2.7.
Revision
45908 -
Directory Listing
Modified
Sat Jun 18 08:09:39 2011 UTC
(23 months ago)
by
arnaud.fontaine
Add slapos.tool.nosqltester to extras_require.
Revision
45907 -
Directory Listing
Modified
Sat Jun 18 08:03:04 2011 UTC
(23 months ago)
by
arnaud.fontaine
Rename report module.
Revision
45906 -
Directory Listing
Modified
Sat Jun 18 07:35:55 2011 UTC
(23 months ago)
by
arnaud.fontaine
Add setup.cfg to set development version properly.
Revision
45902 -
Directory Listing
Modified
Thu Jun 16 08:43:24 2011 UTC
(23 months ago)
by
arnaud.fontaine
Fix typo.
Revision
45901 -
Directory Listing
Modified
Thu Jun 16 08:34:44 2011 UTC
(23 months ago)
by
arnaud.fontaine
Declare matplotlib and numpy as optional (meaningful only for generateReport).
Revision
45899 -
Directory Listing
Modified
Thu Jun 16 06:38:37 2011 UTC
(23 months ago)
by
arnaud.fontaine
Allow to specify the starting user index.
Revision
45897 -
Directory Listing
Modified
Thu Jun 16 01:49:38 2011 UTC
(23 months ago)
by
arnaud.fontaine
Add script specific to nosqltestbed.
Revision
45882 -
Directory Listing
Added
Tue Jun 7 09:53:52 2011 UTC
(23 months, 1 week ago)
by
arnaud.fontaine
Allow to specify the select/control indexes for submitSelect() and rename
submitJump() to submitSelectJump().