Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/stats/common.py

Issue 11576063: Stats processing: Add previousDownload field in addition to downloadInterval (Closed)
Patch Set: Created Sept. 5, 2013, 10:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/stats/bin/logprocessor.py ('k') | sitescripts/stats/template/fileStats.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/stats/common.py
===================================================================
--- a/sitescripts/stats/common.py
+++ b/sitescripts/stats/common.py
@@ -109,16 +109,20 @@ downloader_fields = [
"coltitle": "Platform version",
},
{
"name": "downloadInterval",
"title": "Download intervals",
"coltitle": "Download interval",
},
{
+ "name": "previousDownload",
+ "hidden": True,
+ },
+ {
"name": "firstDownload",
"title": "Initial download",
"filter": True,
},
{
"name": "firstInDay",
"title": "First download this day",
"filter": True,
« no previous file with comments | « sitescripts/stats/bin/logprocessor.py ('k') | sitescripts/stats/template/fileStats.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld