Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4494)

Issue 223140043: Support for date filters. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 1 month ago by cmassaro
Modified:
9 years, 1 month ago
Reviewers:
vadimsh, M-A
CC:
swarming-eng_googlegroups.com
Base URL:
https://code.google.com/p/swarming@master
Visibility:
Public.

Description

Support for date filters. R=maruel@chromium.org, vadimsh@chromium.org BUG= Committed: https://code.google.com/p/swarming/source/detail?repo=default&r=a838e3a24c5076e027caa318f7b5fe4f736cb460

Patch Set 1 #

Total comments: 24

Patch Set 2 : Code Cleanup, Tighter Handling of Defaults #

Patch Set 3 : Removed Change to index.yaml #

Total comments: 25

Patch Set 4 : Better Error Messages #

Total comments: 12

Patch Set 5 : Code Cleanup and Lint #

Total comments: 4

Patch Set 6 : Final Cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -71 lines) Patch
M appengine/swarming/handlers_endpoints.py View 1 2 3 4 6 chunks +35 lines, -27 lines 0 comments Download
M appengine/swarming/handlers_endpoints_test.py View 1 2 3 4 7 chunks +16 lines, -25 lines 0 comments Download
M appengine/swarming/server/task_result.py View 1 2 3 4 5 2 chunks +62 lines, -0 lines 0 comments Download
M appengine/swarming/server/task_result_test.py View 1 chunk +8 lines, -0 lines 0 comments Download
M appengine/swarming/swarming_rpcs.py View 1 2 3 4 5 5 chunks +16 lines, -19 lines 0 comments Download

Messages

Total messages: 11
cmassaro
9 years, 1 month ago (2015-04-02 23:41:35 UTC) #1
M-A
https://codereview.appspot.com/223140043/diff/1/appengine/swarming/index.yaml File appengine/swarming/index.yaml (right): https://codereview.appspot.com/223140043/diff/1/appengine/swarming/index.yaml#newcode41 appengine/swarming/index.yaml:41: - name: __key__ Not needed, use asc instead https://codereview.appspot.com/223140043/diff/1/appengine/swarming/server/task_result.py ...
9 years, 1 month ago (2015-04-03 01:37:00 UTC) #2
cmassaro
https://codereview.appspot.com/223140043/diff/1/appengine/swarming/server/task_result.py File appengine/swarming/server/task_result.py (right): https://codereview.appspot.com/223140043/diff/1/appengine/swarming/server/task_result.py#newcode927 appengine/swarming/server/task_result.py:927: suffix = random.getrandbits(16) On 2015/04/03 01:37:00, M-A wrote: > ...
9 years, 1 month ago (2015-04-03 23:05:01 UTC) #3
cmassaro
Hey, all, I just wanted to see whether this looked reasonable. Tests are passing and ...
9 years, 1 month ago (2015-04-07 17:52:41 UTC) #4
M-A
minor things. There was 4 holidays in Canada so I was OOO. https://codereview.appspot.com/223140043/diff/40001/appengine/swarming/handlers_endpoints.py File appengine/swarming/handlers_endpoints.py ...
9 years, 1 month ago (2015-04-07 18:12:30 UTC) #5
cmassaro
Requested changes have been made. Marc-Antoine, I hope you had an excellent holiday! https://codereview.appspot.com/223140043/diff/40001/appengine/swarming/handlers_endpoints.py File ...
9 years, 1 month ago (2015-04-07 21:18:35 UTC) #6
cmassaro
Requested changes have been made. Marc-Antoine, I hope you had an excellent holiday!
9 years, 1 month ago (2015-04-07 21:18:38 UTC) #7
M-A
Yes, holidays were great, lots of saturated fat filled industrial chocolate due to children not ...
9 years, 1 month ago (2015-04-08 00:30:44 UTC) #8
cmassaro
https://codereview.appspot.com/223140043/diff/60001/appengine/swarming/handlers_endpoints.py File appengine/swarming/handlers_endpoints.py (right): https://codereview.appspot.com/223140043/diff/60001/appengine/swarming/handlers_endpoints.py#newcode87 appengine/swarming/handlers_endpoints.py:87: def _default_start(end): On 2015/04/08 00:30:44, M-A wrote: > Can ...
9 years, 1 month ago (2015-04-08 01:38:53 UTC) #9
M-A
lgtm https://codereview.appspot.com/223140043/diff/80001/appengine/swarming/server/task_result.py File appengine/swarming/server/task_result.py (right): https://codereview.appspot.com/223140043/diff/80001/appengine/swarming/server/task_result.py#newcode934 appengine/swarming/server/task_result.py:934: query = TaskRunResult.query(TaskRunResult.bot_id == bot_id) query = TaskRunResult.query( ...
9 years, 1 month ago (2015-04-08 02:13:21 UTC) #10
cmassaro
9 years, 1 month ago (2015-04-08 16:18:57 UTC) #11
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
a838e3a24c5076e027caa318f7b5fe4f736cb460 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b