Commits


Max Burnette authored and Luigi Marini committed 042611661a7
Utilize bulk get methods for resources widely across the application, including checking permissions for many resources at once. Several instances where checks for resource existince were being done multiple times (e.g. in a method and then in another method the first one calls) to reduce MongoDB query load. These bulk requests will also report any missing IDs in the requested list so developers can handle those appropriately if needed.