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

Unified Diff: appengine/swarming/handlers_endpoints.py

Issue 2676513004: Add task-list summary (Closed)
Patch Set: rebase Created 3 years, 10 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 | appengine/swarming/ui/build/elements.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/handlers_endpoints.py
diff --git a/appengine/swarming/handlers_endpoints.py b/appengine/swarming/handlers_endpoints.py
index ad59405dc295b2f5b936031fd5e76103caa757b2..03e4144ccd4aeffed65409782cea6ab46263f804 100644
--- a/appengine/swarming/handlers_endpoints.py
+++ b/appengine/swarming/handlers_endpoints.py
@@ -490,8 +490,6 @@ class SwarmingTasksService(remote.Service):
logging.info('%s', request)
if not request.start:
raise endpoints.BadRequestException('start (as epoch) is required')
- if not request.end:
- raise endpoints.BadRequestException('end (as epoch) is required')
now = utils.utcnow()
try:
count = self._query_from_request(request, 'created_ts').count()
« no previous file with comments | « no previous file | appengine/swarming/ui/build/elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698