- 04 May, 2020 1 commit
-
-
Romain Courteaud authored
-
- 30 Apr, 2020 5 commits
-
-
Kazuhiko Shiozaki authored
that is to store the interface from which the message is imported.
-
Kazuhiko Shiozaki authored
-
Xiaowu Zhang authored
-
Ivan Tyagov authored
Configurator is a tool to install ERP5 / Wendelin thus use more generic title. Fix layout. Fix typos.
-
Nicolas Wavrant authored
so tests can run locally without reporting to an external server this change follows 0c7a763e
-
- 29 Apr, 2020 8 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Ivan Tyagov authored
Increase check interval from 5s to 10s (no need of so much checks for a installtion process lasting > 10 minutes).
-
Arnaud Fontaine authored
IntrospectionTool: Move LogMixin here, introduced 11 years ago but never finished nor used elsewhere.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ZODB Components: Migration dialog: Some modules will never be migrated so they should not be displayed.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
TargetSolver: Remove Defer and Redirect as registerTargetSolver() has been removed from SimulationTool in 2005 and this has been broken since then.
-
- 27 Apr, 2020 14 commits
-
-
Romain Courteaud authored
-
Ivan Tyagov authored
Use spinner gif to indicate progress instead of progress bar indicator (which is not properly calculating the progress anyway).
-
Jérome Perrin authored
-
Jérome Perrin authored
this was not working either when testnode does not pass log_directory
-
Jérome Perrin authored
the case where --log_directory was not passed was not properly supported
-
Jérome Perrin authored
error in the merge
-
Jérome Perrin authored
Test nodes already share a folder with a `suite.log` (and a quick and dirty application to view the log live). The path of this folder is now passed to test runner so that they can also put some log files there. ERP5 test runner uses it by writing the `Z2.log` and `zLOG.log` on the running tests there. Slapos SR tests also uses it. See merge request !948
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
From there we can now access zLOG.log and Z2.log for erp5 and snapshots from slapos software release tests
-
Jérome Perrin authored
Just propagate it as SLAPOS_TEST_LOG_DIRECTORY, then tests (running with python setup.py test) will be able to use it if they wish.
-
Jérome Perrin authored
Each runUnitTest will use a subdirectory in the log directory used by runTestSuite.
-
Jérome Perrin authored
Log files will be created in this directory.
-
Jérome Perrin authored
This way, test suite can place some log files in this directory, so that we can inspect when tests are running.
-
- 24 Apr, 2020 9 commits
-
-
Arnaud Fontaine authored
ZODB Components: Monkey patch astroid: Namespace package handling only considered the top-level module. This did not work with Shared.DC.ZRDB (Shared.DC namespace package) as it only considers Shared to be a namespace package and not Shared.DC: No name 'ZRDB' in module 'Shared.DC' (no-name-in-module)
-
Romain Courteaud authored
Also include an upgrader to simplify site upgrade.
-
Romain Courteaud authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ZODB Components: Migrate Delivery Document to erp5_core (not erp5_trade as it is used everywhere) (MR !1107). * Project Report: Removed (deprecated 14 years ago over Task Report). + Remove Expense{Module,Line}_view* as these use Project Report and Project Report Line.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
* Move Documents used by several bt5 to erp5_core rather than add depends on erp5_core. Once migration of Products to ZODB Components will be finished, there will be moved to their appropriate bt5s as it would be complicated to reorganize bt5s too at this point: + DeliveryCell: used by InvoiceCell Document. + DeliveryLine: used by erp5_ui_test. + InventoryCell: used by erp5_archive. + InventoryLine: used by erp5_accounting.
-
Arnaud Fontaine authored
* This prevents migrating Inventory{Line,Cell} to ZODB Components as Interactor are imported early at startup where erp5.component is not available yet. * More generally, Interactor should probably be replaced by Interaction Workflow for ERP5 objects but in this case, override is enough as it is done likewise everywhere else.
-
- 23 Apr, 2020 3 commits
-
-
Jérome Perrin authored
Now that getInterfaceTypeList also return file system interface, we can use it directly. Also simplify a bit by not getting types tool multiple times. One breaking change is that for an interface like ISomething, ISomething is no longer a valid prefix, only Something. So scripts like ISomething_getSomething are not valid, only Something_getSomething.
-
Jérome Perrin authored
`self` argument should not be a cache key, otherwise we have one cache per skin
-
Jérome Perrin authored
RESPONSE.write cannot be used with WSGI, so use another trick to return a response without commiting the transaction.
-