1. 05 Feb, 2021 2 commits
  2. 29 Jan, 2021 35 commits
  3. 19 Jan, 2021 3 commits
    • Łukasz Nowak's avatar
      Update Open Order simulation in alarm. · 3cccb99f
      Łukasz Nowak authored
      Also minimise activity hurricane by calling expand directly.
      
      Open Orders are searched using indexation timestamp, which allows to see them
      in "windows", and does not repeat expand if not needed.
      
      Generate activities and allow to pass the tag. Use search and activate
      everywhere which will allow to walk through objects without killing the cluster
      even in case of really big documents.
      
      Avoid calling isDivergent which can take few minutes to finish.
      
      causality_state comes from well designed causality workflow, which informs
      enough about delivery state. Fetching causality_state property is extremely
      fast.
      3cccb99f
    • Rafael Monnerat's avatar
      Remove most disguised interactions related to simulation. · 45ac7c6d
      Rafael Monnerat authored
      Notes:
      
      Do nothing on 'calculate' instead of disabling *_causality_interaction_workflow as
      these interaction workflows do not generate activities directly, and do work
      that can't be postponed.
      
      By contrast, 'calculate' transition of delivery_causality_workflow is modified
      so that no 'updateCausalityState' activity is created by default.
      
      This commit also update list of method_id which should not call calculate_causality
      45ac7c6d
    • Romain Courteaud's avatar
      Proxy role is needed to access the site message context. · d5422c88
      Romain Courteaud authored
      Conflicts:
      	bt5/erp5_crm/bt/revision
      d5422c88