Aaron Gable
edfd7cd8da
Workaround Python Issue 26083 in upload.py
...
This issue is fixed in Python 2.7.12, but we don't guarantee
that we use that version everywhere. The root issue is that,
on certain platforms (e.g. Mac), the exception indicating that
the underlying command (e.g. 'hg') was not found is too large,
and loading the pickle representing the exception fails.
This CL catches this specific exception and treats it identically
to the OS properly raising a 'command not found' code.
BUG=699173
Change-Id: I0483ab0d1d0b6a3dfcfd26f2d9644817b5b5284f
Reviewed-on: https://chromium-review.googlesource.com/455537
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
8 years ago
Mike Stipicevic
a719d3dcf0
Retry up to three times on upload timeout.
...
BUG=668526
Change-Id: Id49f1c1394a72880410eb06ba7356307fff7e8c5
Reviewed-on: https://chromium-review.googlesource.com/414496
Commit-Queue: Mike Stipicevic <stip@chromium.org>
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
9 years ago
Sergiy Byelozyorov
1f14230d05
Bump timeout to upload files to Rietveld
...
BUG=668526
Change-Id: I8aa762e8836ddc4838baaca803de17f3ffcb1ad2
Reviewed-on: https://chromium-review.googlesource.com/414908
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
9 years ago
scottmg
ae09f5fa13
Default to not using --find-copies-harder
...
It's too ridiculously slow on Windows and Mac, and there's very little benefit to finding files that were "copied" from an historical file (as
opposed to one that's in the current patch).
BUG=544889
Review-Url: https://codereview.chromium.org/2488823002
9 years ago
Aaron Gable
6ff1fc0e01
Automatically map urls to their raw appengine forms
...
BUG=657216
R=dnj@chromium.org
Review URL: https://codereview.chromium.org/2431893002 .
9 years ago
agable
f14eaff814
Remove --base_url from git cl and upload.py
...
R=tandrii@chromium.org
BUG=638750
Review-Url: https://codereview.chromium.org/2271873003
9 years ago
nodir
ca166003fb
upload.py: honor explicit empty title
...
R=pauljensen@chromium.org
BUG=
TEST=PatchSet 3 of this CL
Review-Url: https://codereview.chromium.org/2096123003
9 years ago
vapier
9f343717f1
handle configparser rename in python3
...
The ConfigParser module was renamed to configparser, so update the
two modules using it to try both (and default to the new name).
Review-Url: https://codereview.chromium.org/2076653002
9 years ago
mgiuca
1dfe43ca1a
Simplify octal constants in Python code (e.g. 0o0700 -> 0o700).
...
Review-Url: https://codereview.chromium.org/2075923003
9 years ago
vapier
2cc483c1d2
git cl upload: stop using deprecated except syntax
...
The newer form works with python2 and python3.
Review-Url: https://codereview.chromium.org/2076643002
9 years ago
vapier
c094376847
git cl upload: convert to print_function
...
This makes the code work both in python2 and python3.
Review-Url: https://codereview.chromium.org/2078553002
9 years ago
vapier
8057ac8802
use py3 compatible octal constants
...
Review-Url: https://codereview.chromium.org/2076613002
9 years ago
nodir
7aafc3f4ad
git cl upload: commit subject is default patchset title
...
git cl upload asks the user to provide a patchset title.
If the user makes a commit per patchset, the subject of the commit may
be exactly what patchset title should be.
R=dnj@chromium.org, vadimsh@chromium.org
BUG=582419
Review-Url: https://codereview.chromium.org/1868313002
9 years ago
tandrii@chromium.org
f04a6e6c14
git cl upload: print patchset when uploading to Rietvled.
...
R=andybons@chromium.org,phajdan@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1772293003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299174 0039d316-1c4b-4281-b951-d872f2087c98
9 years ago
bratell@opera.com
c53b8cbf72
Remove unused print_output argument from upload.py
...
R=dpranke@chromium.org,tandrii@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1545913002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298097 0039d316-1c4b-4281-b951-d872f2087c98
9 years ago
bratell@opera.com
3a1707d767
Fix git cl upload deadlock.
...
If the stderr buffer used in git diff became full
before stdout was completely consumed, git cl upload
would deadlock.
This also sets GIT_PAGER to be perfectly sure no pager
is triggered by the git commands run. I haven't
seen that as a problem but it's a reasonable (and
common) precaution.
BUG=558726
Review URL: https://codereview.chromium.org/1544813002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298090 0039d316-1c4b-4281-b951-d872f2087c98
9 years ago
stip@chromium.org
798a9e3ecd
Revert of Temporary fix for codereview cert issue. (patchset #3 id:2 of https://codereview.chromium.org/1376333002/ )
...
Reason for revert:
Outage is now over
Original issue's description:
> Temporary fix for codereview cert issue.
>
> BUG=537763
> R=stip@chromium.org
>
> Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=296959
TBR=tandrii@google.com,tandrii@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=537763
Review URL: https://codereview.chromium.org/1374223004
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296964 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
tandrii@chromium.org
c4e1b91bce
Temporary fix for codereview cert issue.
...
BUG=537763
R=stip@chromium.org
Review URL: https://codereview.chromium.org/1376333002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296959 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
rmistry@google.com
d91b7e3ccb
Find, upload and apply patchset dependencies.
...
Here is an explanation of the changes in each module:
* git_cl.py -
IF a local branch is being tracked AND a CL has been uploaded there THEN use the CL's issue number and latest patchset as a dependency.
* upload.py -
Uploads the patchset dependency, if it exists, to Rietveld (Rietveld will be able to parse this when https://codereview.chromium.org/1155513002/ lands).
* rietveld.py -
Adds utility methods to get patchset dependencies from the new Rietveld endpoint (the endpoint will exist when https://codereview.chromium.org/1155513002/ lands).
* apply_issue.py -
If CL3 depends on CL2 which in turn depends on CL1 then apply_issue will gather a list of all issues and patchsets to apply (Eg: [CL1:PS1, CL2:PS1, CL3:PS2]).
apply_issue will then loop over the list applying each dependency.
Note: The apply_issue.py diff looks much worse than it is. Please see my comment in
https://codereview.chromium.org/1149653002/diff/260001/apply_issue.py#oldcode169
Tested end-to-end using a test Git repository (https://skia.googlesource.com/skiabot-test/ ) and the following CLs created in my test Rietveld instance:
* https://skia-codereview-staging.appspot.com/931002 ('Branch1 CL')
* https://skia-codereview-staging.appspot.com/5001001 ('Branch2 CL')
* https://skia-codereview-staging.appspot.com/9881001 ('Branch3 CL')
* https://skia-codereview-staging.appspot.com/3951001 ('Branch3.1 CL')
Opt into the new UI and observe the new 'Depends on Patchset' and 'Dependent Patchsets' sections in the above CLs.
Design doc is here: https://docs.google.com/document/d/1KZGFKZpOPvco81sYVRCzwlnjGctup71RAzY0MSb0ntc/edit#heading=h.6r6lt4tsvssw
BUG=502255
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295778
Review URL: https://codereview.chromium.org/1149653002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295799 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
rmistry@google.com
1c28dab9ee
Revert of [depot_tools] Find, upload and apply patchset dependencies (patchset #17 id:360001 of https://codereview.chromium.org/1149653002/ )
...
Reason for revert:
Ran into a crash during the bot_update step here:
https://uberchromegw.corp.google.com/i/internal.infra.try/builders/infra-internal-presubmit/builds/62
Original issue's description:
> Find, upload and apply patchset dependencies.
>
> Here is an explanation of the changes in each module:
>
> * git_cl.py -
> IF a local branch is being tracked AND a CL has been uploaded there THEN use the CL's issue number and latest patchset as a dependency.
>
> * upload.py -
> Uploads the patchset dependency, if it exists, to Rietveld (Rietveld will be able to parse this when https://codereview.chromium.org/1155513002/ lands).
>
> * rietveld.py -
> Adds utility methods to get patchset dependencies from the new Rietveld endpoint (the endpoint will exist when https://codereview.chromium.org/1155513002/ lands).
>
> * apply_issue.py -
> If CL3 depends on CL2 which in turn depends on CL1 then apply_issue will gather a list of all issues and patchsets to apply (Eg: [CL1:PS1, CL2:PS1, CL3:PS2]).
> apply_issue will then loop over the list applying each dependency.
> Note: The apply_issue.py diff looks much worse than it is. Please see my comment in
> https://codereview.chromium.org/1149653002/diff/260001/apply_issue.py#oldcode169
>
>
> Tested end-to-end using a test Git repository (https://skia.googlesource.com/skiabot-test/ ) and the following CLs created in my test Rietveld instance:
> * https://skia-codereview-staging.appspot.com/931002 ('Branch1 CL')
> * https://skia-codereview-staging.appspot.com/5001001 ('Branch2 CL')
> * https://skia-codereview-staging.appspot.com/9881001 ('Branch3 CL')
> * https://skia-codereview-staging.appspot.com/3951001 ('Branch3.1 CL')
> Opt into the new UI and observe the new 'Depends on Patchset' and 'Dependent Patchsets' sections in the above CLs.
>
>
> Design doc is here: https://docs.google.com/document/d/1KZGFKZpOPvco81sYVRCzwlnjGctup71RAzY0MSb0ntc/edit#heading=h.6r6lt4tsvssw
>
> BUG=502255
>
> Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295778
TBR=agable@chromium.org,jrobbins@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=502255
Review URL: https://codereview.chromium.org/1200773003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295782 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
rmistry@google.com
c2b9bd03e9
Find, upload and apply patchset dependencies.
...
Here is an explanation of the changes in each module:
* git_cl.py -
IF a local branch is being tracked AND a CL has been uploaded there THEN use the CL's issue number and latest patchset as a dependency.
* upload.py -
Uploads the patchset dependency, if it exists, to Rietveld (Rietveld will be able to parse this when https://codereview.chromium.org/1155513002/ lands).
* rietveld.py -
Adds utility methods to get patchset dependencies from the new Rietveld endpoint (the endpoint will exist when https://codereview.chromium.org/1155513002/ lands).
* apply_issue.py -
If CL3 depends on CL2 which in turn depends on CL1 then apply_issue will gather a list of all issues and patchsets to apply (Eg: [CL1:PS1, CL2:PS1, CL3:PS2]).
apply_issue will then loop over the list applying each dependency.
Note: The apply_issue.py diff looks much worse than it is. Please see my comment in
https://codereview.chromium.org/1149653002/diff/260001/apply_issue.py#oldcode169
Tested end-to-end using a test Git repository (https://skia.googlesource.com/skiabot-test/ ) and the following CLs created in my test Rietveld instance:
* https://skia-codereview-staging.appspot.com/931002 ('Branch1 CL')
* https://skia-codereview-staging.appspot.com/5001001 ('Branch2 CL')
* https://skia-codereview-staging.appspot.com/9881001 ('Branch3 CL')
* https://skia-codereview-staging.appspot.com/3951001 ('Branch3.1 CL')
Opt into the new UI and observe the new 'Depends on Patchset' and 'Dependent Patchsets' sections in the above CLs.
Design doc is here: https://docs.google.com/document/d/1KZGFKZpOPvco81sYVRCzwlnjGctup71RAzY0MSb0ntc/edit#heading=h.6r6lt4tsvssw
BUG=502255
Review URL: https://codereview.chromium.org/1149653002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295778 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
vadimsh@chromium.org
ed15219ece
Use prefixed URLs path when calling internal Rietveld with OAuth2 auth.
...
Internal Rietveld exposes OAuth2 compatible API via /bots/* endpoints, not via
/* as public one does. See crbug.com/476690.
R=maruel@chromium.org
BUG=356813
Review URL: https://codereview.chromium.org/1082033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294793 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
vadimsh@chromium.org
eed4df3d91
Add OAuth2 support for end users (i.e. 3-legged flow with the browser).
...
This CL introduces new top level command for managing cached auth tokens:
$ depot-tools-auth login codereview.chromium.org
$ depot-tools-auth info codereview.chromium.org
$ depot-tools-auth logout codereview.chromium.org
All scripts that use rietveld.Rietveld internally should be able to use cached
credentials created by 'depot-tools-auth' subcommand. Also 'depot-tools-auth'
is the only way to run login flow. If some scripts stumbles over expired or
revoked token, it dies with the error, asking user to run
'depot-tools-auth login <hostname>'.
Password login is still default. OAuth2 can be enabled by passing --oauth2 to
all scripts.
R=maruel@chromium.org
BUG=356813
Review URL: https://codereview.chromium.org/1074673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294764 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
vadimsh@chromium.org
cf6a5d2026
Extract authentication options handling into a separate function.
...
It is done in preparation for switching to OAuth2 as default (and only)
authentication method. Having all auth options handled by the same code makes it
easier to gradually add OAuth2 support.
As part of this, some options that would no longer work with OAuth2 (and that
are not being used from anywhere now, as far as I can tell) are removed:
* Passing account password for authentication via command line.
* Overriding 'Host' header when making requests to Rietveld (won't work with
SSL anyway).
* --account_type option (seems to be ClientLogin specific).
R=maruel@chromium.org
BUG=356813
Review URL: https://codereview.chromium.org/1075723002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294746 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
dnj@chromium.org
836566743c
upload.py: Fix immutable exception attribute.
...
BUG=chromium:356813
TEST=local
- Actually failed login, watched error message get printed.
Review URL: https://codereview.chromium.org/1063143003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294705 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
dnj@google.com
c0707f8ea5
upload.py: Fix undefined variable bug.
...
BUG=chromium:356813
TEST=None
R=vadimsh@chromium.org, stip@chromium.org
Review URL: https://codereview.chromium.org/1060633003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294704 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
dnj@chromium.org
491272f14f
Try internal authentication URL if external fails.
...
BUG=chromium:356813
TEST=local
- Deleted cookies file, ran without patch, 404.
- Deleted cookies file, ran on internal network, works!
Review URL: https://codereview.chromium.org/1068973002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294701 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
rmistry@google.com
ef966222c9
Add ability to CQ dry run patchsets during "git cl upload".
...
The corresponding Rietveld change is here: https://codereview.chromium.org/1054683003/
BUG=chromium:472690
Review URL: https://codereview.chromium.org/1053653004
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294699 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
rmistry@google.com
d1e3758a84
depot_tools: Send the remote tracked ref to Rietveld via upload.py.
...
This change goes hand in hand with the corresponding Rietveld change here:
https://codereview.chromium.org/773083004/
The motivation for both CLs came from the discussion in the internal CL: https://chromereviews.googleplex.com/115567013/
AFAIK either change can be submitted first without breaking anything in the other framework.
Observe the "Tracked Ref" field in the below CLs-
Tracking a remote ref:
* https://skia-codereview-staging.appspot.com/8861001 (Tracking skiabot-test's refs/heads/master)
* https://skia-codereview-staging.appspot.com/851002 (Tracking skiabot-test's refs/diff/test1)
* https://skia-codereview-staging.appspot.com/2891001 (Tracking Chromium's refs/heads/master)
* https://skia-codereview-staging.appspot.com/1931003 (Tracking Chromium's refs/branch-heads/1916)
Tracking a local branch which in turn tracks a remote ref:
* https://skia-codereview-staging.appspot.com/3891002 (Transitively tracking skiabot-test's refs/heads/master)
* https://skia-codereview-staging.appspot.com/4921001 (Transitively tracking Chromium's refs/branch-heads/1916)
CL when no target_ref is specified in depot_tools/third_party/upload.py:
* https://skia-codereview-staging.appspot.com/3871003 (CL with missing target_ref should default to /refs/heads/master)
Try the above links with and without the 'Deprecated UI' checked in https://skia-codereview-staging.appspot.com/settings
BUG=435702
Review URL: https://codereview.chromium.org/781523002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293334 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
iannucci@chromium.org
34edb9bfa3
Update upload.py in depot_tools to infra.git@3d174a0959ba68a4cd83a5abce9f497e30bfce68
...
Includes fix for bug 388937.
R=agable@chromium.org, jrobbins@chromium.org, maruel@chromium.org
BUG=388937
Review URL: https://codereview.chromium.org/785433003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293259 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
jochen@chromium.org
145960c213
Ignore any import error for upload.py
...
BUG=none
TBR=jrobbins@chromium.org
Review URL: https://codereview.chromium.org/733923003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293010 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
jrobbins@chromium.org
09b2920af9
Make MIME boundary harder to accidentally match.
...
This is just making the same change to the copy of upload.py that is in depot_tools.
BUG=419156
R=iannucci@chromium.org
Original Review URL: https://codereview.chromium.org/624513002
Review URL: https://codereview.chromium.org/639503002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292432 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
jrobbins@chromium.org
e1623bbab3
When getting content for a moved file w/ history, don't convert newlines in output of 'git show'
...
BUG=339068
Review URL: https://codereview.chromium.org/442893003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@287615 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
sheyang@chromium.org
152cf83378
Upload project option in 'gcl' and 'git cl' uploading commands.
...
BUG=374398
Review URL: https://codereview.chromium.org/298703003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@276491 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
agable@chromium.org
333087e2c5
Fix upload.py to properly use a local logger
...
When rietveld.py overrides upload.py's logging module, it generally works fine...
until someone tries to run upload.py with any level of verbosity. Then the
calls to logging.getLogger and logging.INFO/logging.DEBUG fail. This patches
upload.py to properly use a module-scope logger so that rietveld.py doesn't
have to perform invasive surgery, and everything just works.
This version of upload.py taken from upstream Rietveld at:
changeset: 1267:d7b39eca7dbe
branch: chromium
R=djacques@chromium.org, maruel@chromium.org
Review URL: https://codereview.chromium.org/221423007
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@262793 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
maruel@chromium.org
e0fabd7414
Update upload.py from Rietveld @ 73805c4878a9.
...
TBR=stip@chromium.org
BUG=
Review URL: https://codereview.chromium.org/26937003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@229012 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
maruel@chromium.org
2a08269234
Update upload.py at b7cdf3e63c5e.
...
R=iannucci@chromium.org
BUG=23608
Review URL: https://chromiumcodereview.appspot.com/24135003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@224175 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
ilevy@chromium.org
9414599a01
Add anonymous-only option to apply_issue
...
Add an option to apply_issue to fail if anonymous access
triggers a login prompt.
- cherry-pick upload.py rietveld cl 37c73ece82d0 which
allows clients to request no authentication.
BUG=240634
Review URL: https://chromiumcodereview.appspot.com/20634003
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@214023 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
iannucci@chromium.org
e7e690a951
Update upload.py to include fix for svg files.
...
This pulls r1084 from the chromium on upstream rietveld.
R=jparent@chromium.org, maruel@chromium.org
BUG=247791
Review URL: https://chromiumcodereview.appspot.com/16744006
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@206743 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
jparent@chromium.org
be31c43fa7
Images are binaries too, yo.
...
Make upload.py treat images as binaries, so they upload correctly and display in Reitveld.
BUG=227346
Review URL: https://chromiumcodereview.appspot.com/14820015
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@198833 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
iannucci@chromium.org
ed7d3e4428
Update update.py from rietveld/chromium@r1052.
...
R=maruel@chromium.org
BUG=166901
Review URL: https://chromiumcodereview.appspot.com/14878007
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@198031 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
maruel@chromium.org
04cf03f4a6
Update upload.py at @ 41332266d718.
...
TBR=iannucci@chromium.org
BUG=155511
Review URL: https://chromiumcodereview.appspot.com/11377139
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@167443 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago
maruel@chromium.org
3836bb2c3f
Update upload.py at 6edc5bf0ceb2.
...
TBR=iannucci@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/11032023
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@159715 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago
maruel@chromium.org
72e04c7dc7
Update upload.py @ 215ecb2ae628; fixes typo.
...
TBR=petermayo@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/10910201
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@156105 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago
maruel@chromium.org
7bf1b5dc72
Update upload.py from upstream at d5f7dffc2dbb.
...
Fix issue with invalid password in keyring and git renames.
R=petermayo@chromium.org
BUG=144408
Review URL: https://chromiumcodereview.appspot.com/10907089
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@155898 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago
maruel@chromium.org
083cd45914
Fix apply_issue.py to work on python 2.6 with anonymous request.
...
Fix RawCheckout support in apply_issue.py.
TBR=rogerta@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/10908063
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@154703 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago
maruel@chromium.org
3bf4b3c864
Enable anonymous apply_issue behavior by default and only fall back to login when needed.
...
Patch in upload.py fix for python 2.7.
TBR=rogerta@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/10914068
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@154696 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago
maruel@chromium.org
f029dcf461
Update upload.py to chromium@53dd8c978c1b
...
TBR=cmp@chromium.org
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10543116
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@141676 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago
rogerta@chromium.org
f0526416ba
Update upload.py @ f218528d3469
...
BUG=None
TEST=gcl upload now uploads any type of binary file, not just images.
Review URL: https://chromiumcodereview.appspot.com/10332313
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@138469 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago
rogerta@chromium.org
4b37d61a9b
Apply upstream changes from http://code.google.com/p/rietveld/source/detail?r=2972a6fd9a4713862609a49d6bc953ca76fa2339&name=chromium
...
Review URL: http://codereview.chromium.org/10269009
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@134574 0039d316-1c4b-4281-b951-d872f2087c98
13 years ago