- 26 Sep, 2011 3 commits
-
-
asvitkine@chromium.org authored
Needed to make it so changes containing only *.mm are only sent to Mac trybots by default. BUG=none TEST=none Review URL: http://codereview.chromium.org/7925014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102783 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7982005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102777 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
First, it reduces the class size, which is too large at the moment. Second, it makes clear what is 'static' for the livetime of the instance life. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8038015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102766 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Sep, 2011 1 commit
-
-
maruel@chromium.org authored
I heard some people like to review their changes themselves. :) TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8045007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102670 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Sep, 2011 2 commits
-
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8034001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102578 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Right now, it'd simply crash with a KeyError. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8020004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102496 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Sep, 2011 8 commits
-
-
maruel@chromium.org authored
TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7966018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102354 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Enforce a reviewer, when $EMAIL_ADDRESS is not set BUG= TEST= Review URL: http://codereview.chromium.org/7988012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102340 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It's now live on codereview.appspot, codereview.chromium and the internal instance so it's far more easier to get review stats now. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7989013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102331 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add more doc. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7991002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102328 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
when --force is used. BUG=96775 Review URL: http://codereview.chromium.org/7942007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102324 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Output details to stderr to make it redirect-friendly. Silence upload.py. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7979034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102277 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7982048 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102219 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7983052 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102211 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Sep, 2011 1 commit
-
-
maruel@chromium.org authored
Add search interface for rietveld. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7977030 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102191 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Sep, 2011 3 commits
-
-
cmp@chromium.org authored
The dependencies will continue to be managed. A new flag is present in the .gclient file to control this behavior. Review URL: http://codereview.chromium.org/7918027 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102002 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make Dependency.file_list a tuple so it can't be modified. Move the guesswork of file_list at the right place. Remove tree() since it's unnecessary. R=dpranke@chromium.org BUG= TEST=all smoke tests still pass Review URL: http://codereview.chromium.org/7922011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101951 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7889047 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101950 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Sep, 2011 3 commits
-
-
jam@chromium.org authored
Fix gcl sometimes stripping the new line characters when changing the issue description on the server. This change replaces \n with \r\n before giving the description to the editor on Windows (not through cygwin though), and then replaces \r\n with \n when saving it locally or sending it to reitveld. BUG=95618 Review URL: http://codereview.chromium.org/7875004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101863 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I had forgot one access to _requirements. Now that tests are run, this change is safer to commit. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7909012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101856 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=96775 Review URL: http://codereview.chromium.org/7922018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101771 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2011 3 commits
-
-
craig.schlenter@chromium.org authored
Review URL: http://codereview.chromium.org/7894003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101356 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add regression test. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7891061 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101351 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add a warning when RunUnitTestsInDirectory() finds no test to run to catch this kind of regression. Fix all the regressions that where introduced in the meantime... TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7906009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101347 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Sep, 2011 9 commits
-
-
maruel@chromium.org authored
Broke the tree. :( git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101136 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7892034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101135 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7891058 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101133 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7885032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101117 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I need to add real thread locking to some Dependency methods. That was long needed anyway. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7891053 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101100 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
subprocess2.check_ouput() doesn't accept stdout argument to correctly mimic subprocess implementation in python 2.7. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7888042 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101085 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I've fixed the From() issue that was causing it to hangs. We'll see if anything pops up again. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7885028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101084 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Now with more fixes and take in account subprocess2.check_output() correctness w.r.t. stderr. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7866007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101072 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This would result in a hang during gclient sync. Includes regression test. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7885008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101070 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Sep, 2011 7 commits
-
-
maruel@chromium.org authored
Don't bother, but redirect stderr. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7865005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100464 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
There is user interaction when the svn credential isn't cached. (Duh) TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7864007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100462 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
stderr is not redirected by default. stdout is not allowed. Both were oversight. Do not override stdin=None in case the user would response to stderr output for example. Increase test coverage. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7860041 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100456 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Update the command for subprocess.CalledProcessError TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7860047 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100410 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
deferring e.args[0] would throw an error. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7859032 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100402 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7860038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100393 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Revert r100267 "git cl assumes no shell is used." It's causing exceptions, r100190 still need some work. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7858029 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100390 0039d316-1c4b-4281-b951-d872f2087c98
-