Rfaulk has submitted this change and it was merged.
Change subject: mod. typo.
......................................................................
mod. typo.
Change-Id: I31269c7e18ebf54d7b6d7ca86333d6bd923703cf
---
M user_metrics/api/broker.py
M user_metrics/api/views.py
2 files changed, 4 insertions(+), 4 deletions(-)
Approvals:
Rfaulk: Verified; Looks good to me, approved
diff --git a/user_metrics/api/broker.py b/user_metrics/api/broker.py
index bafa293..802be3e 100644
--- a/user_metrics/api/broker.py
+++ b/user_metrics/api/broker.py
@@ -136,7 +136,7 @@
return None
- def get_all_itmes(self, target):
+ def get_all_items(self, target):
"""
Retrieve all values in the target
"""
diff --git a/user_metrics/api/views.py b/user_metrics/api/views.py
index 5419a25..99af18d 100644
--- a/user_metrics/api/views.py
+++ b/user_metrics/api/views.py
@@ -429,9 +429,9 @@
'</th></tr></thead>\n<tbody>\n'))
# Get keys from broker targets
- items_req = umapi_broker_context.get_all_itmes(REQUEST_BROKER_TARGET)
- items_res = umapi_broker_context.get_all_itmes(RESPONSE_BROKER_TARGET)
- items_proc = umapi_broker_context.get_all_itmes(PROCESS_BROKER_TARGET)
+ items_req = umapi_broker_context.get_all_items(REQUEST_BROKER_TARGET)
+ items_res = umapi_broker_context.get_all_items(RESPONSE_BROKER_TARGET)
+ items_proc = umapi_broker_context.get_all_items(PROCESS_BROKER_TARGET)
logging.info(str(items_req))
logging.info(str(items_res))
--
To view, visit https://gerrit.wikimedia.org/r/79032
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I31269c7e18ebf54d7b6d7ca86333d6bd923703cf
Gerrit-PatchSet: 1
Gerrit-Project: analytics/user-metrics
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>
Gerrit-Reviewer: Rfaulk <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits