1. 06 Feb, 2018 2 commits
    • Vincent Pelletier's avatar
      Alarm: Assorted coding style improvements. · 9332b823
      Vincent Pelletier authored
      Especially, stop using getToolByName.
      9332b823
    • Vincent Pelletier's avatar
      Alarm: Stop using portal_ids for activity tags. · ecffced1
      Vincent Pelletier authored
      Id generator is too expensive to use for such trivial purposes.
      Also, this was using an API of id generator which should never have been
      added.
      Also, this was bogus on several accounts:
      - if the tag as provided by caller (as seems to be supported), then
        newActiveProcess would have used an unrelated tag.
      - if the alarm activity fails and gets re-run later, the wrong tag will
        also be used.
      Instead, generate the tag with a random value.
      ecffced1
  2. 05 Feb, 2018 18 commits
  3. 02 Feb, 2018 14 commits
  4. 01 Feb, 2018 6 commits