An error occurred fetching the project authors.
- 04 Apr, 2016 1 commit
-
-
Sebastien Robin authored
-
- 18 Mar, 2016 1 commit
-
-
Sebastien Robin authored
-
- 07 Jan, 2015 1 commit
-
-
Tristan Cavelier authored
- Two methods defined twice with the same code in the same script
-
- 01 Dec, 2014 1 commit
-
-
Jérome Perrin authored
-
- 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.
-
- 05 Nov, 2014 1 commit
-
-
Rafael Monnerat authored
-
- 17 Oct, 2014 1 commit
-
-
Rafael Monnerat authored
This parameter has been passed always by the erp5.util implementation. Introduce this parameter makes the API compatible for future implementation with support to scalability tests even if the current code is not ready yet.
-
- 28 Jun, 2014 1 commit
-
-
Sebastien Robin authored
Optimize sorting of list of test suite to be executed by test nodes. We give priority to test suite with older test results. This allows to have test node resources in a more fair way.
-
- 14 Apr, 2014 1 commit
-
-
Benjamin Blanc authored
Conflicts: bt5/erp5_test_result/bt/revision bt5/erp5_test_result/bt/template_document_id_list bt5/erp5_test_result/bt/template_extension_id_list (cherry picked from commit 63c1fc096663f6c96ab61e5acebe2dcbe801dfa5) Conflicts: bt5/erp5_test_result/TestTemplateItem/portal_components/test.erp5.testTaskDistribution.py bt5/erp5_test_result/bt/revision
-
- 05 Aug, 2013 1 commit
-
-
Sebastien Robin authored
-
- 16 Jul, 2013 1 commit
-
-
Sebastien Robin authored
-
- 27 Mar, 2013 1 commit
-
-
Sebastien Robin authored
-
- 20 Feb, 2013 4 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-