1. 25 Oct, 2019 2 commits
    • Jérome Perrin's avatar
      dms_conversion_catalog: use proper activity queue · 85968de1
      Jérome Perrin authored
      Because this is using SQLDict, when we had multiple conversion
      activities for the same path with different conversion parameters, only
      one was executed.
      
      We don't want this here, as the recent failures on
      testDmsWithPreConversion.TestDocumentWithPreConversion are showing, when
      the same image is referenced with different conversion parameters we
      want to pre-convert for all conversion parameters.
      
      Use SQLQueue, which allows calling the same method more than once.
      
      /reviewed-on nexedi/erp5!971
      85968de1
    • Jérome Perrin's avatar
      testXHTML: retry connections to validator.erp5.net · a10b6f09
      Jérome Perrin authored
      Sometimes validator.erp5.net replies with error code 502 and this cause
      ERP5 tests to fail. While this is a bit like ignoring problems, problems
      with validator.erp5.net should not impact ERP5 tests results.
      
      /reviewed-on nexedi/erp5!968
      a10b6f09
  2. 24 Oct, 2019 6 commits
  3. 23 Oct, 2019 7 commits
  4. 18 Oct, 2019 1 commit
  5. 17 Oct, 2019 2 commits
    • Arnaud Fontaine's avatar
      ZODB Components: Add 'Origin' (source_reference) field showing from which FS... · cf632afb
      Arnaud Fontaine authored
      ZODB Components: Add 'Origin' (source_reference) field showing from which FS module it was imported.
      cf632afb
    • 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
  6. 16 Oct, 2019 1 commit
    • Arnaud Fontaine's avatar
      ZODB Components: List of migratable 'Module Components' in Products.XXX.*... · f675c0fb
      Arnaud Fontaine authored
      ZODB Components: List of migratable 'Module Components' in Products.XXX.* should include any kind of objects and not only modules.
      
      This fixes Products.ERP5VCS.Git module not being displayed because
      Products.ERP5VCS.__init__ only imports one of its class and not the whole
      module (and the module was not imported anywhere else too) so it was not in
      Products.ERP5VCS.__dict__.
      f675c0fb
  7. 15 Oct, 2019 2 commits
  8. 14 Oct, 2019 1 commit
  9. 11 Oct, 2019 2 commits
  10. 10 Oct, 2019 7 commits
  11. 09 Oct, 2019 7 commits
  12. 08 Oct, 2019 2 commits