commit 3f1a5dcf3d31fdce87e28e14bd4131cfc3b12a1f Author: Ian Tabolt Date: Mon Sep 9 11:22:37 2019 -0400 Unfork lift (#16972) * Use Option for SessionVars * Use span ids instead of lift:bind (sapling split of d203f00848ce662119e6f2dfaeb1d5dadfc3faf1) src/jvm/io/fsq/exceptionator/model/io/Outgoing.scala | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 455910c18892accd5bcf48cc4038f67cc6daabbd Author: Jamie Alexander Date: Mon Sep 17 16:25:52 2018 -0400 Port exceptionator to thrift (#8284) (sapling split of 622faaa047ef2b2c2bdfe97b541d374557195caa) .../io/fsq/exceptionator/model/io/Incoming.scala | 39 +++++++++++++++++++--- .../io/fsq/exceptionator/model/io/Outgoing.scala | 10 +++--- 2 files changed, 40 insertions(+), 9 deletions(-) commit 4aa6650f859c8e3087dcbbf46171775a1a0deead Author: Ian Tabolt Date: Fri Jun 15 17:56:01 2018 -0400 Scalafmt EVERYTHING (#6987) * Run scalafmt on everything * Flip the switch to enable scalafmt (FSQ_ENABLE_SCALAFMT=True) * Add some // format: off and // format: on comments in particularly weird cases * Disable scalafmt on files that cause exceptions (sapling split of 61c9ef3975aa4f55f70e479d7908f42de0685d26) (sapling split of 8264ffd5eb789041b44688c92b468f426833730e) src/jvm/io/fsq/exceptionator/model/io/Outgoing.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 964af761e0a4e12fd1f2935fe89e1d740e672be2 Author: Ian Tabolt Date: Thu Jun 7 17:37:40 2018 -0400 Scalafmt exceptionator (#6761) This is to test the waters on some code that devsys owns before rolling out to the rest of the codebase * Run Scalafmt on exceptionator * Add braces around multiline methods * Fixlint to pass CI * Don't align case => and fix weird formats (sapling split of 551575423740c8e84d6ec8d7b02b8c43420dda10) src/jvm/io/fsq/exceptionator/model/io/Incoming.scala | 4 ++-- src/jvm/io/fsq/exceptionator/model/io/Outgoing.scala | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) commit efa8e95ba57c9f72eca2af0778c30be0c625dd3a Author: Jacob Van De Weert Date: Wed Jan 24 00:49:36 2018 +0000 add ttl support to exceptionator (#4317) * add ttl support to exceptionator This change allows expiring notice data earlier than it would otherwise be removed by being cycled out of buckets or history. Unfortunately, we cannot simply make use of mongo's ttl indexes due to the data storage model used by exceptionator, but we can just tag some work onto the existing maintenance for deleting old histograms and buckets. (sapling split of 7831e448cb07346db2171ee2acd7db89a9e128b1) src/jvm/io/fsq/exceptionator/model/io/Incoming.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)