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

Issue 305770043: File UI Design

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 9 months ago by michelzel
Modified:
7 years, 8 months ago
CC:
gsutil-crs_google.com
Visibility:
Public.

Description

File UI Design

Patch Set 1 #

Total comments: 125

Patch Set 2 : CR feedback round 1 thobrla #

Total comments: 113

Patch Set 3 : CR feedback round 2 thobrla #

Total comments: 2

Patch Set 4 : Style fixes #

Total comments: 105

Patch Set 5 : CR feedback round 3 thobrla #

Patch Set 6 : Added time definition fixes. #

Total comments: 50

Patch Set 7 : CR feedback round 4 thobrla #

Total comments: 22

Patch Set 8 : CR feedback round 5 thobrla #

Total comments: 17

Patch Set 9 : CR feedback round 6 thobrla #

Patch Set 10 : Fix Broken UI Check #

Total comments: 2

Patch Set 11 : CR feedback round 7 thobrla #

Total comments: 2

Patch Set 12 : CR feedback round 1 yarbrough + tests for rewrite and hash #

Total comments: 4

Patch Set 13 : Add size to rewrite NameExpansionResult #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -14 lines) Patch
M gslib/commands/rewrite.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M gslib/tests/test_ui.py View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +5 lines, -13 lines 0 comments Download

Messages

Total messages: 25
michelzel
File UI Design.
7 years, 9 months ago (2016-07-12 18:00:01 UTC) #1
thobrla
https://codereview.appspot.com/305770043/diff/1/gslib/command.py File gslib/command.py (right): https://codereview.appspot.com/305770043/diff/1/gslib/command.py#newcode541 gslib/command.py:541: ui_controller = UIController() This is used only in the ...
7 years, 9 months ago (2016-07-12 21:32:37 UTC) #2
michelzel
https://codereview.appspot.com/305770043/diff/1/gslib/command.py File gslib/command.py (right): https://codereview.appspot.com/305770043/diff/1/gslib/command.py#newcode541 gslib/command.py:541: ui_controller = UIController() On 2016/07/12 21:32:34, thobrla wrote: > ...
7 years, 9 months ago (2016-07-13 22:54:10 UTC) #3
thobrla
https://codereview.appspot.com/305770043/diff/1/gslib/command.py File gslib/command.py (right): https://codereview.appspot.com/305770043/diff/1/gslib/command.py#newcode541 gslib/command.py:541: ui_controller = UIController() On 2016/07/13 22:54:09, michelzel wrote: > ...
7 years, 9 months ago (2016-07-14 19:57:51 UTC) #4
michelzel
I decided to only publish the comments before submitting the code because there are a ...
7 years, 9 months ago (2016-07-15 09:44:34 UTC) #5
michelzel
https://codereview.appspot.com/305770043/diff/20001/gslib/copy_helper.py File gslib/copy_helper.py (right): https://codereview.appspot.com/305770043/diff/20001/gslib/copy_helper.py#newcode2193 gslib/copy_helper.py:2193: size = component.end_byte - component.start_byte+1 On 2016/07/15 09:44:31, michelzel ...
7 years, 9 months ago (2016-07-18 07:11:32 UTC) #6
thobrla
https://codereview.appspot.com/305770043/diff/20001/gslib/util.py File gslib/util.py (right): https://codereview.appspot.com/305770043/diff/20001/gslib/util.py#newcode1528 gslib/util.py:1528: def CreateGsutilLogger(command_name): On 2016/07/15 09:44:33, michelzel wrote: > On ...
7 years, 9 months ago (2016-07-18 21:45:28 UTC) #7
thobrla
https://codereview.appspot.com/305770043/diff/60001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/60001/gslib/tests/test_ui.py#newcode271 gslib/tests/test_ui.py:271: class TestUiUnitTests(testcase.GsUtilUnitTestCase): Add unit tests for the various utility ...
7 years, 9 months ago (2016-07-18 22:13:26 UTC) #8
michelzel
https://codereview.appspot.com/305770043/diff/60001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/60001/gslib/tests/test_ui.py#newcode49 gslib/tests/test_ui.py:49: download_size = 30000 On 2016/07/18 21:45:26, thobrla wrote: > ...
7 years, 9 months ago (2016-07-19 08:13:45 UTC) #9
thobrla
https://codereview.appspot.com/305770043/diff/60001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/60001/gslib/tests/test_ui.py#newcode107 gslib/tests/test_ui.py:107: fpath = self.CreateTempFile(file_name='looks-zipped.gz', On 2016/07/19 08:13:44, michelzel wrote: > ...
7 years, 9 months ago (2016-07-19 22:34:30 UTC) #10
michelzel
https://codereview.appspot.com/305770043/diff/100001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/100001/gslib/tests/test_ui.py#newcode48 gslib/tests/test_ui.py:48: HALT_SIZE = 131072 On 2016/07/19 22:34:29, thobrla wrote: > ...
7 years, 9 months ago (2016-07-20 17:35:51 UTC) #11
thobrla
https://codereview.appspot.com/305770043/diff/100001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/100001/gslib/tests/test_ui.py#newcode48 gslib/tests/test_ui.py:48: HALT_SIZE = 131072 On 2016/07/20 17:35:50, michelzel wrote: > ...
7 years, 9 months ago (2016-07-20 17:56:15 UTC) #12
michelzel
https://codereview.appspot.com/305770043/diff/1/gslib/command.py File gslib/command.py (right): https://codereview.appspot.com/305770043/diff/1/gslib/command.py#newcode1837 gslib/command.py:1837: self.total_size += status_item.size On 2016/07/14 19:57:47, thobrla wrote: > ...
7 years, 9 months ago (2016-07-21 14:48:57 UTC) #13
thobrla
https://codereview.appspot.com/305770043/diff/140001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/140001/gslib/tests/test_ui.py#newcode589 gslib/tests/test_ui.py:589: # We will send progress_calls_number ProgressMessages for each component ...
7 years, 9 months ago (2016-07-21 16:55:44 UTC) #14
michelzel
https://codereview.appspot.com/305770043/diff/140001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/140001/gslib/tests/test_ui.py#newcode589 gslib/tests/test_ui.py:589: # We will send progress_calls_number ProgressMessages for each component ...
7 years, 9 months ago (2016-07-21 18:58:26 UTC) #15
thobrla
Getting very close! https://codereview.appspot.com/305770043/diff/160001/gslib/tests/test_cp.py File gslib/tests/test_cp.py (right): https://codereview.appspot.com/305770043/diff/160001/gslib/tests/test_cp.py#newcode2226 gslib/tests/test_cp.py:2226: for _ in xrange(ONE_KIB * 512)]) ...
7 years, 9 months ago (2016-07-21 20:20:09 UTC) #16
michelzel
Hopefully that should do it! :) https://codereview.appspot.com/305770043/diff/200001/gslib/util.py File gslib/util.py (right): https://codereview.appspot.com/305770043/diff/200001/gslib/util.py#newcode155 gslib/util.py:155: (12, 't'), On ...
7 years, 9 months ago (2016-07-21 22:30:56 UTC) #17
thobrla
LGTM
7 years, 9 months ago (2016-07-22 17:45:11 UTC) #18
yarbrough
Looks good, one nit. https://codereview.appspot.com/305770043/diff/220001/gslib/ui_controller.py File gslib/ui_controller.py (right): https://codereview.appspot.com/305770043/diff/220001/gslib/ui_controller.py#newcode477 gslib/ui_controller.py:477: string_to_print = ( It might ...
7 years, 8 months ago (2016-07-25 23:47:51 UTC) #19
michelzel
https://codereview.appspot.com/305770043/diff/220001/gslib/ui_controller.py File gslib/ui_controller.py (right): https://codereview.appspot.com/305770043/diff/220001/gslib/ui_controller.py#newcode477 gslib/ui_controller.py:477: string_to_print = ( On 2016/07/25 23:47:51, yarbrough wrote: > ...
7 years, 8 months ago (2016-07-26 22:00:29 UTC) #20
thobrla
https://codereview.appspot.com/305770043/diff/240001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/240001/gslib/tests/test_ui.py#newcode101 gslib/tests/test_ui.py:101: command does not give us a total_size, we cannot ...
7 years, 8 months ago (2016-07-27 20:45:16 UTC) #21
michelzel
https://codereview.appspot.com/305770043/diff/240001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/240001/gslib/tests/test_ui.py#newcode101 gslib/tests/test_ui.py:101: command does not give us a total_size, we cannot ...
7 years, 8 months ago (2016-07-27 21:03:24 UTC) #22
thobrla
https://codereview.appspot.com/305770043/diff/240001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/240001/gslib/tests/test_ui.py#newcode101 gslib/tests/test_ui.py:101: command does not give us a total_size, we cannot ...
7 years, 8 months ago (2016-07-27 21:08:15 UTC) #23
michelzel
https://codereview.appspot.com/305770043/diff/240001/gslib/tests/test_ui.py File gslib/tests/test_ui.py (right): https://codereview.appspot.com/305770043/diff/240001/gslib/tests/test_ui.py#newcode101 gslib/tests/test_ui.py:101: command does not give us a total_size, we cannot ...
7 years, 8 months ago (2016-07-27 21:27:05 UTC) #24
thobrla
7 years, 8 months ago (2016-07-27 22:04:14 UTC) #25
LGTM
Sign in to reply to this message.

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