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

Unified Diff: dashboard/dashboard/models/histogram.py

Issue 2977283002: Ownership into GenericSets (Closed)
Patch Set: Fix reserved info reference Created 3 years, 5 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/models/histogram.py
diff --git a/dashboard/dashboard/models/histogram.py b/dashboard/dashboard/models/histogram.py
index 6422907bb9ee3e864f65f611df27663b62503d53..d362cac68851c8fe5d2e6aef3d1c20e1f2e2ad6c 100644
--- a/dashboard/dashboard/models/histogram.py
+++ b/dashboard/dashboard/models/histogram.py
@@ -27,5 +27,6 @@ class Histogram(JsonModel):
class SparseDiagnostic(JsonModel):
# Need for intersecting range queries.
+ name = ndb.StringProperty(indexed=False)
start_revision = ndb.IntegerProperty(indexed=True)
end_revision = ndb.IntegerProperty(indexed=True)

Powered by Google App Engine
This is Rietveld 408576698