1. 26 Jul, 2016 1 commit
    • Jérome Perrin's avatar
      upgrader: refactor dependencies between each steps · 83c572f5
      Jérome Perrin authored
      This should fix some race conditions which made post-upgrade steps not
      executed sometimes.
      
      * each steps use an defaultActivateParameterDict so that activity they
        may create inherits the same tag, so that next step also runs after
        this). This makes it possible for example to use post-upgrade step on
        documents newly installed in upgrade step.
      * use tag / after tag between upgrader steps instead of checking if
        previous alarm had errors. We also now allow force running only one
        step regardless of the previous step completion state, there was no
        strong reason to prevernt this.
      * do not use two different active sense and fix method for alarms, just
        use an active sense method understanding `fixit` parameter
      83c572f5
  2. 19 Jul, 2016 2 commits
  3. 09 Jul, 2016 1 commit
  4. 08 Jul, 2016 3 commits
  5. 07 Jun, 2016 1 commit
  6. 25 May, 2016 2 commits
  7. 27 Apr, 2016 3 commits
  8. 25 Apr, 2016 2 commits
  9. 20 Apr, 2016 1 commit
    • Jérome Perrin's avatar
      ERP5TypeLiveTestCase: fix runing only one class from a module · dc786f9e
      Jérome Perrin authored
      This only apply for running live tests of a test component that defines
      multiple classes
      
      You can use for example,
      testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow in
      "Tests" field of "Live Tests" dialog to run only
      TestStandardConfiguratorWorkflow test class
      
      (cherry picked from commit ced90df1)
      dc786f9e
  10. 18 Apr, 2016 4 commits
  11. 15 Apr, 2016 3 commits
  12. 13 Apr, 2016 5 commits
  13. 31 Mar, 2016 1 commit
  14. 24 Mar, 2016 1 commit
  15. 15 Mar, 2016 3 commits
  16. 29 Feb, 2016 7 commits