QChris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/174740

Change subject: Reformat datasources/ui-daily.json to allow for nicer diffs
......................................................................

Reformat datasources/ui-daily.json to allow for nicer diffs

Having the whole json blob in a single line makes it hard to see what
changes between revisions. Hence, we reformat the file to show a
better diff for the upcoming column update of this file.

Change-Id: I3c2d1af4cc4e6e67ca76f6320284cde3639ef1e9
---
M datasources/ui-daily.json
1 file changed, 61 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/limn-mobile-data 
refs/changes/40/174740/1

diff --git a/datasources/ui-daily.json b/datasources/ui-daily.json
index 2efa33f..b71ff40 100644
--- a/datasources/ui-daily.json
+++ b/datasources/ui-daily.json
@@ -1 +1,61 @@
-{"format": "csv", "url": 
"http://stat1001.wikimedia.org/limn-public-data/mobile/datafiles/ui-daily.csv";, 
"timespan": {"start": "2013/05/0", "step": "1d", "end": "2013/03/19"}, "type": 
"timeseries", "id": "ui-daily", "columns": [{"type": "date", "label": "Day"}, 
{"type": "int", "label": "Home"}, {"type": "int", "label": "Random"}, {"type": 
"int", "label": "Uploads"}, {"type": "int", "label": "Watchlist"}, {"type": 
"int", "label": "Nearby"}, {"type": "int", "label": "Settings"}, {"type": 
"int", "label": "Login"}, {"type": "int", "label": "Logout"}, {"type": "int", 
"label": "Profile"}, {"type": "int", "label": "Last modified history"}, 
{"type": "int", "label": "Last modified profile\r\n"}]}
+{
+  "columns": [
+    {
+      "label": "Day",
+      "type": "date"
+    },
+    {
+      "label": "Home",
+      "type": "int"
+    },
+    {
+      "label": "Random",
+      "type": "int"
+    },
+    {
+      "label": "Uploads",
+      "type": "int"
+    },
+    {
+      "label": "Watchlist",
+      "type": "int"
+    },
+    {
+      "label": "Nearby",
+      "type": "int"
+    },
+    {
+      "label": "Settings",
+      "type": "int"
+    },
+    {
+      "label": "Login",
+      "type": "int"
+    },
+    {
+      "label": "Logout",
+      "type": "int"
+    },
+    {
+      "label": "Profile",
+      "type": "int"
+    },
+    {
+      "label": "Last modified history",
+      "type": "int"
+    },
+    {
+      "label": "Last modified profile\r\n",
+      "type": "int"
+    }
+  ],
+  "id": "ui-daily",
+  "type": "timeseries",
+  "timespan": {
+    "end": "2013/03/19",
+    "step": "1d",
+    "start": "2013/05/0"
+  },
+  "url": 
"http://stat1001.wikimedia.org/limn-public-data/mobile/datafiles/ui-daily.csv";,
+  "format": "csv"
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/174740
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c2d1af4cc4e6e67ca76f6320284cde3639ef1e9
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-mobile-data
Gerrit-Branch: master
Gerrit-Owner: QChris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to