commit f2143272580778c13d834d59ec83a2dca25ca0cb Author: Jacob Van De Weert Date: Wed Feb 27 18:37:00 2019 +0000 exceptionator: fix running with custom mongo server location (#11870) We lost exceptionator's mongo boot code in the thrift switchover, which I missed in the review (it was a large change!) but discovered when trying to deploy a bug fix last week. This restores it and updates it for the new world, including adding back some indexes that were missing on the thrift models. (sapling split of 4a42fbb5e39c33c5c3e5967ec04e9785660cc122) .../fsq/exceptionator/mongo/ExceptionatorMongoService.scala | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) commit 455910c18892accd5bcf48cc4038f67cc6daabbd Author: Jamie Alexander Date: Mon Sep 17 16:25:52 2018 -0400 Port exceptionator to thrift (#8284) (sapling split of 622faaa047ef2b2c2bdfe97b541d374557195caa) .../mongo/ExceptionatorMongoService.scala | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+)