commit | 401440f975f5be85149bc1e3a7570ff252b5ade8 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Nov 13 16:09:21 2012 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Fri Nov 16 11:09:52 2012 -0800 |
tree | ee98ecd08597e71bfa604443980191f3075ea038 | |
parent | 3d45206d1cbc0f28499e28d5f32a0310a2dbd9d1 [diff] |
Make ReviewDb available in the server on a per-thread basis Allow types bound in the system injector to access the per-thread ReviewDb if they are invoked from within a request context, without caring about which entry they were invoked from. This allows email sending and some other change update action code to be bound at the global level and work in both SSH and HTTP invocations. Change-Id: I411ded5196ae6920573233fb0cde48f35ce7ad01