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

Unified Diff: dashboard/dashboard/alerts.py

Issue 2978933002: Add alert timestamps, bisect start, and convert bug timestamps to ISO format. (Closed)
Patch Set: Fix started_timestamp name 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
« no previous file with comments | « no previous file | dashboard/dashboard/api/bugs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/alerts.py
diff --git a/dashboard/dashboard/alerts.py b/dashboard/dashboard/alerts.py
index 013088a4bbf05f0361e7e309ae887378eca66e3d..33a626a1f96bc08b75f571fa7d5a8d70e3a2eaa4 100644
--- a/dashboard/dashboard/alerts.py
+++ b/dashboard/dashboard/alerts.py
@@ -177,6 +177,7 @@ def _AlertDict(alert_entity):
'start_revision': alert_entity.start_revision,
'end_revision': alert_entity.end_revision,
'date': str(alert_entity.timestamp.date()),
+ 'timestamp': alert_entity.timestamp.isoformat(),
'master': test_path_parts[0],
'bot': test_path_parts[1],
'testsuite': test_path_parts[2],
« no previous file with comments | « no previous file | dashboard/dashboard/api/bugs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698