1. 09 Oct, 2015 1 commit
    • Fix an issue where cache plugins weren't updated · 7da478a4
      The first call to persisting facts would work due to the assignment of a
      MutableMapping calling __setitem__ but subsequent module fact data would
      not be propogated to the fact cache plugins because update() doesn't
      invoke __setitem__.  This changes the behavior a little bit and ensures
      set() is called on cache plugins.
      Matthew Jones committed
  2. 08 Oct, 2015 12 commits
  3. 07 Oct, 2015 21 commits
  4. 06 Oct, 2015 6 commits