1. 22 Jun, 2017 5 commits
  2. 02 Jun, 2017 8 commits
  3. 01 Jun, 2017 3 commits
    • Kirill Smelkov's avatar
      erp5_data_notebook: Add FIXME about ZBigArray not being serializable · d8924d48
      Kirill Smelkov authored
      ZBigArrays were omitted from being saved in notebooks in 5fb16acd
      (erp5_data_notebook: Don't save ZBigArray in data notebook. It may be
      too big that zope process may crash.).
      
      However since ZBigArrays are regular ZODB objects with persistent
      references to other ZODB objects there is no reason for us not to be able to
      serialize them.
      
      Add corresponding FIXME with link to more context.
      
      /reviewed-by TrustMe
      d8924d48
    • Sebastien Robin's avatar
    • Nicolas Wavrant's avatar
      Fix upgrader activity dependencies · b96534a5
      Nicolas Wavrant authored
      Currently the full-upgrade alarm calls the 3 upgrade-related-alarm's activeSense methods in activities. As activeSense method runs Alarm's methods in activities too, the final activities do not get the good "tag" and "after_tag" values, which creates a lack of depency between them. In consequence, if we are not running the real upgrade (= just activeSense), no need to run post-upgrade's activeSense : indeed, post-upgrade constraints will be run on what are *currently* installed, and not on the result of the previous steps of the upgrader, which lead to a wrong and misleading consistency check.
      
      This Merge Request intends to fix it by : 
         * Adding a "activate_kw" parameter to activeSense method, which allow to configure its internal call to "activate"
         * Improving upgrader to remove the useless calls to activeSense, and properly parameterize activeSense's activity generation 
      
      /reviewed-on nexedi/erp5!276
      b96534a5
  4. 31 May, 2017 2 commits
  5. 30 May, 2017 6 commits
  6. 29 May, 2017 16 commits