From e849f18660991706f47d403ad216318b94e55db3 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 26 Nov 2019 16:07:57 +0000 Subject: [PATCH] Move WDQS report and add a heading. --- app.py | 2 +- templates/query_list.html | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 0da908b..c813111 100755 --- a/app.py +++ b/app.py @@ -899,7 +899,7 @@ def missing_image_report(): return render_template('missing_image.html', item_list=item_list) -@app.route('/report/query') +@app.route('/report/wdqs') def wikidata_query_list(): q = WikidataQuery.query.order_by(WikidataQuery.start_time.desc()) return render_template('query_list.html', q=q) diff --git a/templates/query_list.html b/templates/query_list.html index 1e6ca5c..e2da84c 100644 --- a/templates/query_list.html +++ b/templates/query_list.html @@ -4,6 +4,14 @@
+
+
+

Wikidata Query Service report

+ +

This report lists every query sent to the Wikidata Query Service (WQDS) by WADE. Failed queries are in red.

+
+
+
when
page