Sign in
chromium
/
chromium
/
tools
/
depot_tools.git
/
5bde64edfde00b9eed42fb32bb4ff333ed2a22c1
/
tests
/
gclient_utils_test.py
f1eccaf
Make it possible to refer to github-style URLs.
by
[email protected]
· 11 years ago
626e77d
Make rietveld test work on port 10000.
by
[email protected]
· 11 years ago
267f33e
Make gclient_scm.py use cache_dir
by
[email protected]
· 11 years ago
6c2b49d
Revert "Re-re-land gclient deletion of mismatching checkouts again"
by
[email protected]
· 11 years ago
6ff5448
Re-re-land gclient deletion of mismatching checkouts again
by
[email protected]
· 11 years ago
5a306a2
Create "git cache" command.
by
[email protected]
· 11 years ago
3ac1c4e
Depot tools: use the clang-format binaries that are now included
by
[email protected]
· 11 years ago
f2d7d6b
Consolidate subprocess retry logic into gclient_utils.
by
[email protected]
· 12 years ago
ef509e4
Added SafeRename to better handle problems with git processes locking directories.
by
[email protected]
· 12 years ago
c28d377
Print time of long running hook actions
by
[email protected]
· 12 years ago
2fd6c3f
Kill subprocesses on KeyboardInterrupt.
by
[email protected]
· 12 years ago
dc112ac
Remove gclient_utils.RemoveDirectory().
by
[email protected]
· 12 years ago
6b4a2ab
Use rd on Windows in rmdir
by
[email protected]
· 12 years ago
1369150
Make gclient sync use cpu count for default jobs
by
[email protected]
· 13 years ago
07d4439
Switch gcl/git upload to use https://codereview.chromium.org instead of https://chromiumcodereview.appspot.com. It's been a week since the SSL certificate got added, and the old DNS records had a TTL of 7 days.
by
[email protected]
· 13 years ago
dae209f
Enforce utf-8 codec on all files read and write.
by
[email protected]
· 13 years ago
2a0108e
Revert r132446 "Check the existence and executability of scm commands"
by
[email protected]
· 13 years ago
d15a8fa
Check the existence and executability of scm commands
by
[email protected]
· 13 years ago
eb5edbc
Add UpgradeToHttps() to reliably and forcibly upgrade all urls to https.
by
[email protected]
· 13 years ago
99ac1c5
Dedupe codereview.settings parsing code. Add more testing.
by
[email protected]
· 13 years ago
0927b7e
Create a new testing_support module to move utility modules there
by
[email protected]
· 14 years ago
428342a
Standardize the sys.path fix up and fix a few pylint warnings.
by
[email protected]
· 14 years ago
0e0436a
Move code starting the editor into a common function.
by
[email protected]
· 14 years ago
042f0e7
Improve the sys.stdout proxy to be more transparent.
by
[email protected]
· 14 years ago
6c48a30
Fix a concurrency issue happening with deep dependencies when the intermediary
by
[email protected]
· 14 years ago
6ca8bf8
Retry "Initial step into making Dependency thread safe""
by
[email protected]
· 14 years ago
fae707b
Fix a typo that resulted in no tests to be run in depot_tools. :(
by
[email protected]
· 14 years ago
eaab784
Add --transitive flag.
by
[email protected]
· 14 years ago
ade9c59
Fix case where wc_info is not present.
by
[email protected]
· 14 years ago
d25fb8f
Revert r80770 "Switch from xml.dom.minidom to xml.etree"
by
[email protected]
· 14 years ago
949d1a6
Switch from xml.dom.minidom to xml.etree
by
[email protected]
· 14 years ago
58ef297
Revert r80216 "Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's ...""
by
[email protected]
· 14 years ago
93ef410
Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead."
by
[email protected]
· 14 years ago
45d8db0
Add more python 2.5 compatibility.
by
[email protected]
· 14 years ago
5a376ed
Revert r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead."
by
[email protected]
· 14 years ago
2425494
Removed gclient_utils.Popen() and use subprocess2's version instead.
by
[email protected]
· 14 years ago
20254fc
Revert r79002 - bug processing reviewer lists
by
[email protected]
· 14 years ago
0c20c2f
The parsing of change descriptions had a lot of overlap and inconsistencies between gcl and git-cl. In particular, we weren't handling TBR= consistently, or probably a few other things.
by
[email protected]
· 14 years ago
f904072
Shorten RemoveDirectory and rename to rmtree. Remove rmtree from fake_repos.
by
[email protected]
· 14 years ago
bf38a7e
Enhance RunPylint to use white_list and black_list arguments.
by
[email protected]
· 14 years ago
0661727
Reduce the chances for gclient to throw an exception in subprocess module.
by
[email protected]
· 15 years ago
cb2985f
Largely reduce the number of pylint warnings and fix one typo.
by
[email protected]
· 15 years ago
78b8cd1
gclient can now handle git URLs containing "-" in usernames and "~" in paths.
by
[email protected]
· 15 years ago
ac61023
Fix a bug in gclient recurse for git-svn users. Make gclient_utils.CheckCall more versatile.
by
[email protected]
· 15 years ago
dd057f3
Add automated sys.stdout check.
by
[email protected]
· 15 years ago
4ed3418
Directly hook sys.stdout for thread annotated output.
by
[email protected]
· 15 years ago
e0de9cb
Remove the class StdoutAnnotated and clones the object instead.
by
[email protected]
· 15 years ago
cb1e97a
Enable annotated output for --jobs N!=1.
by
[email protected]
· 15 years ago
3742c84
Add the infrastructure necessary to support annotated stdout.
by
[email protected]
· 15 years ago
db111f7
Add automatic auto-flushing stdout.
by
[email protected]
· 15 years ago
66c83e6
Rename retcode to returncode to be consistent with subprocess.
by
[email protected]
· 15 years ago
17d0179
Cleanup the code in gclient_utils to standardize on CheckCall nomenclature.
by
[email protected]
· 15 years ago
2b9aa8e
Refactor SubprocessCallAndFilter() to remove positional arguments.
by
[email protected]
· 15 years ago
559c3f8
Add stdout param to SubprocessCallAndFilter().
by
[email protected]
· 15 years ago
3a29268
Redo of r56893 with fix to support python 2.5.
by
[email protected]
· 15 years ago
dd218e5
Make codereview.setting syntax more liberal and add more unit tests.
by
[email protected]
· 15 years ago
ad0b13d
Revert "Remove code duplication and improve style."
by
[email protected]
· 15 years ago
850ee06
Remove code duplication and improve style.
by
[email protected]
· 15 years ago
c41c27c
Force LANGUAGE=en to fix svn output parsing
by
[email protected]
· 15 years ago
399318e
Fix gclient_utils_test and disable gclient_scm_test.
by
[email protected]
· 15 years ago
80cbe8b
Move ExecutionQueue and WorkItem to gclient_utils.py
by
[email protected]
· 15 years ago
df2b315
Reapply gclient.py refactor for the third time.
by
[email protected]
· 15 years ago
dc7445d
Revert the refactor (r52005) again, it broke webkit checkout.
by
[email protected]
· 15 years ago
917aa91
Reapply r51760 and r51761 that were reverted in r51767.
by
[email protected]
· 15 years ago
5248d9d
Revert both r51761 and r51760 as it broke the webkit slaves.
by
[email protected]
· 15 years ago
adecb31
Bring some OOP and sanity to gclient.py.
by
[email protected]
· 15 years ago
5990f9d
Give more simple message when a SyntaxError is thrown
by
[email protected]
· 15 years ago
f0379d1
Fix broken unit test by r44612.
by
[email protected]
· 15 years ago
ba55177
Fix licensing headers and move most third party code to third_party/
by
[email protected]
· 15 years ago
7be5ef2
Change CheckCall behavior when print_error=False
by
[email protected]
· 15 years ago
e6f7835
gclient: git relative url implementation
by
[email protected]
· 15 years ago
b6d3649
Add back automatic fallback to svn access when http access fails.
by
[email protected]
· 15 years ago
3ccbf7e
Factor out PathDifference into gclient_utils for a later reuse.
by
[email protected]
· 15 years ago
a937176
Add full_move flag to GIT.GenerateDiff and Factor out FindGclientRootDir into gclient_utils.
by
[email protected]
· 15 years ago
f2f9d55
Move GenerateDiff into a common function.
by
[email protected]
· 15 years ago
1811135
Remove gclient-specific hacks from trychange into gcl. Remove upload dependency.
by
[email protected]
· 15 years ago
9a2f37e
Remove trychange.RunCommand and replace it by gclient_utils.CheckCall.
by
[email protected]
· 15 years ago
c532e17
gclient: implement a less hacky relative URL implementation
by
[email protected]
· 15 years ago
b9f2f62
gclient: fix bug in parsing ssh urls
by
[email protected]
· 16 years ago
a4d60f9
Fix parsing bug in SplitUrlRevision.
by
[email protected]
· 16 years ago
ac915bb
gclient: fix another bug where ssh urls weren't parsed correctly
by
[email protected]
· 16 years ago
d5800f1
Split scm-specific functions out of gclient_scm.py to scm.py.
by
[email protected]
· 16 years ago