An error occurred fetching the project authors.
- 28 Oct, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
so that installed objects are owned by System Processes and we can have faster ownership checking for proxy role scripts.
-
- 23 Sep, 2020 1 commit
-
-
Jérome Perrin authored
getRepositoryList contain all business template repositories, ie: ['/srv/slapgrid/slappart4/srv/slapos/soft/c63ba7265399450b28f9ea6d5667a5e7/parts/erp5-doc/bt5', '/srv/slapgrid/slappart4/srv/slapos/soft/c63ba7265399450b28f9ea6d5667a5e7/parts/erp5/bt5', '/srv/slapgrid/slappart4/srv/slapos/soft/c63ba7265399450b28f9ea6d5667a5e7/parts/erp5/product/ERP5/bootstrap', '/srv/slapgrid/slappart4/srv/slapos/soft/c63ba7265399450b28f9ea6d5667a5e7/parts/erp5-bin/bt5'] it seems in random order. Test was written to use the one from parts/erp5/bt5, but since it just takes "anything which does not contain bootstrap" it was sometimes getting erp5-bin or erp5-doc and could not find erp5_configurator_standard business template. Change the selection of the repository to take into account that we may also have erp5-doc and erp5-bin and so that it fails if more than one.
-
- 16 Sep, 2020 1 commit
-
-
Arnaud Fontaine authored
-
- 31 Oct, 2019 1 commit
-
-
Arnaud Fontaine authored
Moved 'git_askpass' shell script to product/ERP5/bin (considering that this is a very short shell script which hasn't changed in 7 years, no need to move it to the ZODB which would require creating a temporary file...). After updating erp5_forge, you should delete 'product/ERP5VCS/' directory as this will only contain '.pyc' files. /reviewed-on nexedi/erp5!973
-
- 22 May, 2019 1 commit
-
-
Thomas Gambier authored
For example, if property_sheet "prop" was moved from BT 1 to BT 2 and BT 1 doesn't exist anymore. Before this commit we have this order: 1. install BT 2 ("prop" exist and isn't touched) 2. remove BT 1 ("prop" is removed) => at the end "prop" doesn't exist anymore After this commit we have this order: 1. remove BT 1 ("prop" is removed) 2. install BT 2 ("prop" is readded) => at the end "prop" exists and is OK /reviewed-on nexedi/erp5!866
-
- 28 Nov, 2018 1 commit
-
-
Jérome Perrin authored
also make testTemplateTool.test_updateBusinessTemplateFromUrl_keep_list more isolated ( but testTemplateTool still has isolation issues )
-
- 19 Feb, 2018 1 commit
-
-
Vincent Pelletier authored
And not the implementation detail of what type of activity may spawn in the subsequent reindexation.
-
- 25 Oct, 2017 1 commit
-
-
Romain Courteaud authored
ung has been replaced by officejs.
-
- 24 Jun, 2016 1 commit
-
-
Yusei Tahara authored
-
- 07 Jun, 2016 2 commits
-
-
Georgios Dagkakis authored
-
Julien Muchembled authored
-
- 04 May, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 07 Mar, 2016 1 commit
-
-
Georgios Dagkakis authored
testTemplateTool.test_revision: Change hard-coded hashes. test_core file structure has changed since SkinTemplateItem/portal_skins/erp5_test/test_file has been separated to two files
-
- 10 Feb, 2016 1 commit
-
-
Aurel authored
-
- 25 Sep, 2015 2 commits
-
-
Jérome Perrin authored
This is fuxip for 1038d441
-
Jérome Perrin authored
getInstalledBusinessTemplate was returning "replaced" versions of a business template beeing uninstalled. Also add some missing tests for getInstalledBusinessTemplate
-
- 18 Aug, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 11 Feb, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
python 2.7.9 validates certificates by default.
-
- 08 Nov, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
* to quickly setup catalog_full_text table, you can use the following SQL. REPLACE INTO catalog_full_text SELECT uid, title, description FROM catalog; * non fulltext queries like '=abc', '>abc', '%abc%' are supported. * now erp5_full_text_mroonga_catalog is used for unit tests thus I recommend using it instead of erp5_full_text_myisam_catalog. * to migrate existing MyISAM full_text table into Mroonga, you can use the following SQL. ALTER TABLE full_text DROP KEY SearchableText, ENGINE = mroonga, ADD FULLTEXT KEY SearchableText (`SearchableText`) COMMENT 'parser "TokenBigramSplitSymbolAlpha"'; * fulltext search score is no longer provided as (column_name) but now provided as (column_name)__score__. * (category)_title, like source_title, related keys are automatically generated. (category)_description keys as well.
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 11 Sep, 2014 3 commits
-
-
Julien Muchembled authored
Because on DVCS with branches, history is not always linear, we must stop using increasing integer for revisions because they cause too many conflicts and a higher revision number does not necessarily means the a BT newer. They're now a cryptographic hash of all the contents of the Business Template, and they're computed automatically: - by genbt5list - at download - at building (by default) - at export
-
Gabriel Monnerat authored
Add test to simulate the issue with the method TemplateTool.installBusinessTemplateListFromRepository Using the method try to install Business Templates that are already installed, the Business Templates is uploaded on ERP5 but not used. It creates a lot of garbage because in the end you have many bt5s not installed. (cherry picked from commit 28e0f0a2)
-
Arnaud Fontaine authored
Considering erp5_configurator_ung depending on erp5_configurator which in turn depends on erp5_workflow, if erp5_workflow and erp5_configurator_ung are specifically added to the list of bt5 installed with depends, then erp5_workflow ended up being installed *after* erp5_configurator. (cherry picked from commit 0101c3a0)
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 16 Mar, 2014 1 commit
-
-
Gabriel Monnerat authored
Add test to simulate the issue with the method TemplateTool.installBusinessTemplateListFromRepository Using the method try to install Business Templates that are already installed, the Business Templates is uploaded on ERP5 but not used. It creates a lot of garbage because in the end you have many bt5s not installed.
-
- 30 Jan, 2014 1 commit
-
-
- 10 Sep, 2013 1 commit
-
-
Arnaud Fontaine authored
Considering erp5_configurator_ung depending on erp5_configurator which in turn depends on erp5_workflow, if erp5_workflow and erp5_configurator_ung are specifically added to the list of bt5 installed with depends, then erp5_workflow ended up being installed *after* erp5_configurator.
-
- 24 Jun, 2013 1 commit
-
-
Julien Muchembled authored
In particular, 'transactional_cached' decorator was a noop the way it was used. This reapplies commit d806bdae, along with a fix to test_resolveBusinessTemplateListDependency.
-
- 02 May, 2013 1 commit
-
-
Lingnan Wu authored
-
- 11 Apr, 2013 1 commit
-
-
Julien Muchembled authored
-
- 15 Oct, 2012 2 commits
-
-
Rafael Monnerat authored
Follow up changes: - Included erp5_full_text_myisam_catalog (dependency of erp5_base) - Reimplement sortBusinessTemplates for the new behaviour
-
Sebastien Robin authored
* fix the state of bt (new, old, present) * make resolveBusinessTemplateListDependency returning all dependencies, even installed ones * add upgradeSite method to install everything from top level bt * the code to check version restriction has been removed but it should be moved to another method
-
- 30 May, 2012 1 commit
-
-
Rafael Monnerat authored
The main reason for the test_installBusinessTemplatesFromRepository_update_catalog test is assert if the activities from created from clear catalog are present on the activity lists or not. This change re-creates the table using zsqls introduced by erp5_ingestion_mysql_innodb_catalog to make sure the table is there when the index activites related to the new BT5 be launched.
-
- 22 May, 2012 2 commits
-
-
Rafael Monnerat authored
This tests try to install a business template that modifies the catalog, if it fails, it is required to launch recatalog to update MYSQL information, otherwise the further tests will fail due the lack of the email table present.
-
Rafael Monnerat authored
Now as default, the tests prefer local bt5 folder if it is a repository. With the usage of git branches, this changes helps the developer test his own local changes before merge with master (branch used to generate snapshots)
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 30 Apr, 2012 1 commit
-
-
Sebastien Robin authored
- do not make the test dependent on external web site (test was using http://www.erp5.org/dists/snapshot/bt5/) - do not make the test dependent on generic bt configuration. If we change dependency of erp5_base, this will not break the test any longer - use dummy repository for testing purposes
-
- 26 Apr, 2012 1 commit
-
-
Sebastien Robin authored
If the official repository was stuck for some time, of if the revison of erp5_base was increasing in a too fast way, this was making this test failing. Also it would be better that this test use a fake repository
-
- 24 Oct, 2011 1 commit
-
-
Nicolas Delaby authored
-