Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1792)

Unified Diff: dashboard/dashboard/services/milo_service.py

Issue 2616153002: Create debug dialog for data stoppage alerts. (Closed)
Patch Set: Addressed review comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dashboard/dashboard/services/milo_service.py
diff --git a/dashboard/dashboard/services/milo_service.py b/dashboard/dashboard/services/milo_service.py
index a398deb7fd9b19a9b8f4d551c7297ec73d45cc4e..c5c37b23e6210422190e5332b2e0cd59a4757219 100644
--- a/dashboard/dashboard/services/milo_service.py
+++ b/dashboard/dashboard/services/milo_service.py
@@ -11,6 +11,9 @@ The API basically returns the same thing as the buildbot JSON API. We use the
milo API instead of raw buildbot json because this is the method supported by
Chrome infra team; the data is available longer and pinging the API does not
DOS buildbot pages.
+
+There is some documentation on the buildbot JSON API here:
+https://buildbot.buildbot.net/json/help
"""
import base64

Powered by Google App Engine
This is Rietveld 408576698