1. 16 Jun, 2016 1 commit
  2. 15 Jun, 2016 8 commits
  3. 14 Jun, 2016 11 commits
  4. 13 Jun, 2016 5 commits
  5. 10 Jun, 2016 2 commits
  6. 09 Jun, 2016 12 commits
  7. 08 Jun, 2016 1 commit
    • This only worked by coincidence before · f1116b47
      We were implicitly relying on mongo to return the list of members in
      their _id order, which is absurd and I have no idea how we didn't catch
      it previously.
      
      We could do a little list comprehension to pull out the member with the
      same _id,  but it seemed easier to just sort both lists and retain the
      original intent.
      Kevin Falcone committed