• Arnaud Fontaine's avatar
    ZODB Components: Do not validate nor check {consistency,source code} after importing from FS. · 799da311
    Arnaud Fontaine authored
    * pylint may return a false positive error which have to be disabled and
      failing to import it because of that requires to edit on the FS and try
      again so it is not practical for a whole Product. Instead it is easier
      to import it and not validate
    * Validation was done only for 'Test Component' and 'Extension Component',
      but all imported Components had their consistency and source code checked
      and this is not consistent to not validate but do these checks.
    * importFromFilesystem() was checking consistency and source code, and this
      was done again when validating.
    
    So leave the imported ZODB Components as draft and let the developer fixes
    issues upon validation before committing.
    799da311
Name
Last commit
Last update
bt5 Loading commit data...
erp5 Loading commit data...
product Loading commit data...
scalability_test Loading commit data...
slapos Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
CHANGES.erp5.util.txt Loading commit data...
MANIFEST.in Loading commit data...
Products Loading commit data...
README.erp5.util.txt Loading commit data...
setup.py Loading commit data...