Chelsyx has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/341745 )

Change subject: Annotate Reportupdater migration on graphs
......................................................................


Annotate Reportupdater migration on graphs

Bug: T150915
Change-Id: I8bc4bd8ca8883e947ca77439edb0f5af47a6be8a
---
M server.R
M tab_documentation/geo_breakdown.md
M tab_documentation/geohack_usage.md
M tab_documentation/tiles_summary.md
M tab_documentation/tiles_total_by_zoom.md
M tab_documentation/tiles_users_by_style.md
M tab_documentation/unique_users.md
M tab_documentation/wikiminiatlas_usage.md
M tab_documentation/wikivoyage_usage.md
M tab_documentation/wiwosm_usage.md
10 files changed, 42 insertions(+), 21 deletions(-)

Approvals:
  Chelsyx: Verified; Looks good to me, approved



diff --git a/server.R b/server.R
index d3353e7..d24e621 100644
--- a/server.R
+++ b/server.R
@@ -40,7 +40,8 @@
       dyEvent(as.Date("2015-09-17"), "A (announcement)", labelLoc = "bottom") 
%>%
       dyEvent(as.Date("2016-01-08"), "B (enwiki launch)", labelLoc = "bottom") 
%>%
       dyEvent(as.Date("2016-01-12"), "C (cache clear)", labelLoc = "bottom") 
%>%
-      dyEvent(as.Date("2016-11-09"), "D (pkget)", labelLoc = "bottom")
+      dyEvent(as.Date("2016-11-09"), "D (pkget)", labelLoc = "bottom") %>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   output$tiles_style_series <- renderDygraph({
@@ -59,7 +60,8 @@
       dyEvent(as.Date("2015-09-17"), "A (announcement)", labelLoc = "bottom") 
%>%
       dyEvent(as.Date("2016-01-08"), "B (enwiki launch)", labelLoc = "bottom") 
%>%
       dyEvent(as.Date("2016-01-12"), "C (cache clear)", labelLoc = "bottom") 
%>%
-      dyEvent(as.Date("2016-11-09"), "D (pkget)", labelLoc = "top")
+      dyEvent(as.Date("2016-11-09"), "D (pkget)", labelLoc = "top") %>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   output$tiles_users_series <- renderDygraph({
@@ -78,7 +80,8 @@
       dyEvent(as.Date("2015-09-17"), "A (announcement)", labelLoc = "bottom") 
%>%
       dyEvent(as.Date("2016-01-08"), "B (enwiki launch)", labelLoc = "bottom") 
%>%
       dyEvent(as.Date("2016-01-12"), "C (cache clear)", labelLoc = "bottom") 
%>%
-      dyEvent(as.Date("2016-11-08"), "D (pkget)", labelLoc = "top")
+      dyEvent(as.Date("2016-11-08"), "D (pkget)", labelLoc = "top") %>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   output$zoom_level_selector_container <- renderUI({
@@ -99,7 +102,8 @@
       polloi::smoother(smooth_level = 
polloi::smooth_switch(input$smoothing_global, 
input$smoothing_tiles_zoom_series)) %>%
       polloi::make_dygraph("Date", "Tiles", "Total tiles by zoom level") %>%
       dyAxis("y", logscale = input$tiles_zoom_logscale) %>%
-      dyLegend(labelsDiv = "tiles_zoom_series_legend", show = "always")
+      dyLegend(labelsDiv = "tiles_zoom_series_legend", show = "always") %>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   output$users_per_platform <- renderDygraph({
@@ -110,7 +114,8 @@
       dyLegend(labelsDiv = "users_per_platform_legend", show = "always") %>%
       dyRangeSelector %>%
       dyEvent(as.Date("2016-04-15"), "A (Maps EL bug)", labelLoc = "bottom") 
%>%
-      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom")
+      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom") 
%>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   output$geohack_feature_usage <- renderDygraph({
@@ -120,7 +125,8 @@
       dyRangeSelector %>%
       dyAxis("y", logscale = input$geohack_feature_usage_logscale) %>%
       dyEvent(as.Date("2016-04-15"), "A (Maps EL bug)", labelLoc = "bottom") 
%>%
-      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom")
+      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom") 
%>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   output$wikiminiatlas_feature_usage <- renderDygraph({
@@ -130,7 +136,8 @@
       dyRangeSelector %>%
       dyAxis("y", logscale = input$wikiminiatlas_feature_usage_logscale) %>%
       dyEvent(as.Date("2016-04-15"), "A (Maps EL bug)", labelLoc = "bottom") 
%>%
-      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom")
+      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom") 
%>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   output$wikivoyage_feature_usage <- renderDygraph({
@@ -140,7 +147,8 @@
       dyRangeSelector %>%
       dyAxis("y", logscale = input$wikivoyage_feature_usage_logscale) %>%
       dyEvent(as.Date("2016-04-15"), "A (Maps EL bug)", labelLoc = "bottom") 
%>%
-      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom")
+      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom") 
%>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   output$wiwosm_feature_usage <- renderDygraph({
@@ -150,7 +158,8 @@
       dyRangeSelector %>%
       dyAxis("y", logscale = input$wiwosm_feature_usage_logscale) %>%
       dyEvent(as.Date("2016-04-15"), "A (Maps EL bug)", labelLoc = "bottom") 
%>%
-      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom")
+      dyEvent(as.Date("2016-06-17"), "A (Maps EL patch)", labelLoc = "bottom") 
%>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
 
@@ -158,7 +167,8 @@
     country_data %>%
       polloi::smoother(smooth_level = 
polloi::smooth_switch(input$smoothing_global, 
input$smoothing_users_by_country)) %>%
       polloi::make_dygraph("Date", "Users (%)", "Geographic breakdown of maps 
users") %>%
-      dyRangeSelector(fillColor = "", strokeColor = "")
+      dyRangeSelector(fillColor = "", strokeColor = "") %>%
+      dyEvent(as.Date("2017-01-01"), "R (reportupdater)", labelLoc = "bottom")
   })
 
   # Check datasets for missing data and notify user which datasets are missing 
data (if any)
diff --git a/tab_documentation/geo_breakdown.md 
b/tab_documentation/geo_breakdown.md
index 1d35708..b3e4c4c 100644
--- a/tab_documentation/geo_breakdown.md
+++ b/tab_documentation/geo_breakdown.md
@@ -6,7 +6,7 @@
 Outages and inaccuracies
 ------
 
-* None so far!
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
 
 Questions, bug reports, and feature suggestions
 ------
diff --git a/tab_documentation/geohack_usage.md 
b/tab_documentation/geohack_usage.md
index 564b72f..2310891 100644
--- a/tab_documentation/geohack_usage.md
+++ b/tab_documentation/geohack_usage.md
@@ -10,7 +10,8 @@
 Outages and inaccuracies
 ------
 
-- **'A'** (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__A__' (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
 
 Questions, bug reports, and feature suggestions
 ------
diff --git a/tab_documentation/tiles_summary.md 
b/tab_documentation/tiles_summary.md
index b3a0d3d..f850d69 100644
--- a/tab_documentation/tiles_summary.md
+++ b/tab_documentation/tiles_summary.md
@@ -7,10 +7,11 @@
 -----
 
 - From 2015-11-01 to 2015-11-10 stress-testing traffic made its way into this 
data; this has now been removed.
-- **'A'** (2015-09-17): Maps launch announced
-- **'B'** (2016-01-08): Maps launched on en.wikipedia.org
-- **'C'** (2016-01-12): Maps launch on en.wikipedia.org reverted on the 9th; 
caches begin to clear
-- **'D'** (2016-11-09): Pokemon Go fan site Pkget switched to using our tiles 
after getting [blocked from 
tile.osm.org](https://github.com/openstreetmap/chef/commit/dece06b6) on 
2016-11-08 (see [T154717](https://phabricator.wikimedia.org/T154717) for more 
details)
+* '__A__' (2015-09-17): Maps launch announced
+* '__B__' (2016-01-08): Maps launched on en.wikipedia.org
+* '__C__' (2016-01-12): Maps launch on en.wikipedia.org reverted on the 9th; 
caches begin to clear
+* '__D__' (2016-11-09): Pokemon Go fan site Pkget switched to using our tiles 
after getting [blocked from 
tile.osm.org](https://github.com/openstreetmap/chef/commit/dece06b6) on 
2016-11-08 (see [T154717](https://phabricator.wikimedia.org/T154717) for more 
details)
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
 
 Questions, bug reports, and feature suggestions
 ------
diff --git a/tab_documentation/tiles_total_by_zoom.md 
b/tab_documentation/tiles_total_by_zoom.md
index c8b965f..870c3a6 100644
--- a/tab_documentation/tiles_total_by_zoom.md
+++ b/tab_documentation/tiles_total_by_zoom.md
@@ -8,7 +8,7 @@
 Outages and inaccuracies
 ------
 
-* None so far!
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
 
 Questions, bug reports, and feature suggestions
 ------
diff --git a/tab_documentation/tiles_users_by_style.md 
b/tab_documentation/tiles_users_by_style.md
index 40a591a..e3c8c9b 100644
--- a/tab_documentation/tiles_users_by_style.md
+++ b/tab_documentation/tiles_users_by_style.md
@@ -5,6 +5,11 @@
 
 Data is displayed on a 30-day rolling window for performance reasons but the 
original data can be found in 
[here](http://datasets.wikimedia.org/aggregate-datasets/maps/)
 
+Outages and inaccuracies
+------
+
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
+
 Questions, bug reports, and feature suggestions
 ------
 For technical, non-bug questions, [email 
Mikhail](mailto:mpo...@wikimedia.org?subject=Dashboard%20Question). If you 
experience a bug or notice something wrong or have a suggestion, [open a ticket 
in 
Phabricator](https://phabricator.wikimedia.org/maniphest/task/create/?projects=Discovery)
 in the Discovery board or [email 
Deb](mailto:d...@wikimedia.org?subject=Dashboard%20Question).
diff --git a/tab_documentation/unique_users.md 
b/tab_documentation/unique_users.md
index e6ce516..b4a251b 100644
--- a/tab_documentation/unique_users.md
+++ b/tab_documentation/unique_users.md
@@ -14,7 +14,8 @@
 Outages and inaccuracies
 ------
 
-- **'A'** (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__A__' (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
 
 Questions, bug reports, and feature suggestions
 ------
diff --git a/tab_documentation/wikiminiatlas_usage.md 
b/tab_documentation/wikiminiatlas_usage.md
index 665ccbd..f8798a7 100644
--- a/tab_documentation/wikiminiatlas_usage.md
+++ b/tab_documentation/wikiminiatlas_usage.md
@@ -13,7 +13,8 @@
 Outages and inaccuracies
 ------
 
-- **'A'** (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__A__' (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
 
 Questions, bug reports, and feature suggestions
 ------
diff --git a/tab_documentation/wikivoyage_usage.md 
b/tab_documentation/wikivoyage_usage.md
index a65d89c..a04909c 100644
--- a/tab_documentation/wikivoyage_usage.md
+++ b/tab_documentation/wikivoyage_usage.md
@@ -11,7 +11,8 @@
 Outages and inaccuracies
 ------
 
-- **'A'** (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__A__' (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
 
 Questions, bug reports, and feature suggestions
 ------
diff --git a/tab_documentation/wiwosm_usage.md 
b/tab_documentation/wiwosm_usage.md
index b1af9fb..d57ff6c 100644
--- a/tab_documentation/wiwosm_usage.md
+++ b/tab_documentation/wiwosm_usage.md
@@ -13,7 +13,8 @@
 Outages and inaccuracies
 ------
 
-- **'A'** (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__A__' (2016-04-15): There was a bug in Maps event logging wherein tracking 
did not work. It was patched on 17 June 2016. See 
[T138078](https://phabricator.wikimedia.org/T138078) for more details.
+* '__R__': on 2017-01-01 we started calculating all of Discovery's metrics 
using a new version of [our data retrieval and processing 
codebase](https://phabricator.wikimedia.org/diffusion/WDGO/) that we migrated 
to [Wikimedia Analytics](https://www.mediawiki.org/wiki/Analytics)' 
[Reportupdater 
infrastructure](https://wikitech.wikimedia.org/wiki/Analytics/Reportupdater). 
See [T150915](https://phabricator.wikimedia.org/T150915) for more details.
 
 Questions, bug reports, and feature suggestions
 ------

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8bc4bd8ca8883e947ca77439edb0f5af47a6be8a
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/discovery/wetzel
Gerrit-Branch: master
Gerrit-Owner: Bearloga <mpo...@wikimedia.org>
Gerrit-Reviewer: Chelsyx <c...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to