DescriptionUpload file to app engine and generate public url for dmprof visualizer.
User is able to upload their local dmprof file to app engine. A public url will
be generated for the uploaded file to show the breakdown with default template.
Everyone can see it by generated url.
Because Entity in ndb of app engine only permits 1MB object to be stored.
Store json file in blobstore and file reference in profiler entity.
BUG=259206
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=225141
Patch Set 1 #Patch Set 2 : Add comments. #Patch Set 3 : Use blobstore to store json file #
Total comments: 14
Patch Set 4 : Add unit test and separate business logic layer to services.py #
Total comments: 6
Patch Set 5 : Add default_template attribute validation #
Total comments: 8
Patch Set 6 : Fix review problems. #
Total comments: 7
Patch Set 7 : Fix review problems #
Total comments: 5
Patch Set 8 : Fix review problems #Messages
Total messages: 18 (0 generated)
|