Hello Milimetric,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: Migrate map-world_countries from yaml to json
......................................................................

Migrate map-world_countries from yaml to json

Since limn does no longer allow to directly fetch yaml files, we had
to adapt geowiki monitoring to fetch the map-world_countries
datasource as json. However, that is a problem as running the
monitoring against local checkouts of the data repositiories, which
still only contain the yaml and no json representation. Hence, we
update the yaml datasources to json, so monitoring runs again with or
without local checkouts of the data reposititories.

Change-Id: I5c1191eb35a02a0cabe803e1e57e8856ebf5c7ac
Card: Analytics 1253
---
A datasources/map-world_countries.json
D datasources/map-world_countries.yaml
2 files changed, 1 insertion(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/global-dev/dashboard-data 
refs/changes/37/100737/1

diff --git a/datasources/map-world_countries.json 
b/datasources/map-world_countries.json
new file mode 100644
index 0000000..c503c17
--- /dev/null
+++ b/datasources/map-world_countries.json
@@ -0,0 +1 @@
+{"id":"map-world_countries","name":"Map: World Countries","shortName":"Map: 
World 
Countries","format":"json","type":"geojson","url":"/data/geo/gp/maps/world-countries.json"}
\ No newline at end of file
diff --git a/datasources/map-world_countries.yaml 
b/datasources/map-world_countries.yaml
deleted file mode 100644
index e4aa86d..0000000
--- a/datasources/map-world_countries.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-id        : map-world_countries
-name      : "Map: World Countries"
-shortName : "Map: World Countries"
-
-format    : json
-type      : geojson
-url       : /data/geo/gp/maps/world-countries.json
-

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c1191eb35a02a0cabe803e1e57e8856ebf5c7ac
Gerrit-PatchSet: 1
Gerrit-Project: analytics/global-dev/dashboard-data
Gerrit-Branch: master
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Milimetric <[email protected]>

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

Reply via email to