1. 01 Apr, 2020 3 commits
    • Arnaud Fontaine's avatar
      ZODB Components: erp5_simulation: Migrate Solvers and Testers from filesystem (MR !1093). · 0bf89034
      Arnaud Fontaine authored
      This moves portal_solver_processes from erp5_base to erp5_simulation as its
      Portal Type definition is already there and it was initially moved away from
      erp5_simulation presumably because erp5_simulation was for new Simulation at
      that time.
      
      Also, as delivery_causality_workflow uses portal_solver_processes, move it to
      erp5_simulation (along with delivery_causality_interaction). This required
      adding erp5_simulation to erp5_accounting (it uses Simulation anyway) and
      fixing Unit Tests to install erp5_simulation before erp5_trade (it already
      depended on it anyway).
      0bf89034
    • Jérome Perrin's avatar
      Make coding style install less business templates · 4558c52d
      Jérome Perrin authored
      Move `BusinessTemplate_getPythonSourceCodeMessageList` to `erp5_core`, so that coding style tests don't need to install `erp5_administration` and all its dependencies.
      
      `erp5_core` is not the final place for this, because this is not required to for business template bootstrap, but this is temporary until we finish business template reorganisation.
      
      This revealed several problems of wrong dependencies between business templates that we could not see before, when coding style was installing too many business templates such as `erp5_pdm`, `erp5_trade`, `erp5_simulation`, `erp5_project`.
      
      See merge request !1089
      4558c52d
    • Arnaud Fontaine's avatar
      ZODB Components: Interface Component: pylint was incorrectly emitting: `W:... · b78241cd
      Arnaud Fontaine authored
      ZODB Components: Interface Component: pylint was incorrectly emitting: `W: __init__ method from base class is not called`.
      b78241cd
  2. 31 Mar, 2020 9 commits
  3. 30 Mar, 2020 9 commits
  4. 27 Mar, 2020 8 commits
  5. 26 Mar, 2020 11 commits