summaryrefslogtreecommitdiffstats
path: root/subcmds/upload.py
Commit message (Expand)AuthorAgeFilesLines
* Move RepoHook class from project.py file to dedicated fileRemy Bohmer2020-11-031-1/+1
* upload: exit non-zero when preupload hooks failMike Frysinger2020-07-251-1/+1
* Fix how we format the full destination branch when uploading.Sean McAllister2020-05-191-1/+5
* upload: add config setting for upload notificationsMike Frysinger2020-03-151-1/+13
* upload: drop support for draftsMike Frysinger2020-02-251-5/+1
* upload: allow users to set labels when uploadingMike Frysinger2020-02-241-10/+33
* upload: add a --hashtag-branch option akin to -tMike Frysinger2020-02-191-0/+5
* upload: add support for --yesMike Frysinger2020-02-191-3/+14
* upload: add support for standard --dry-runMike Frysinger2020-02-191-0/+4
* upload: add support for setting hashtagsMike Frysinger2020-02-191-0/+24
* upload: improve no pending CL error handlingMike Frysinger2020-02-191-2/+6
* flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse2020-02-151-1/+1
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+4
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-11/+11
* Remove redundant backslashesDavid Pursehouse2020-02-121-2/+2
* upload: Fix tests for object identity to use 'is not'David Pursehouse2020-02-121-2/+2
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-4/+4
* upload: Fix flake8 E241 multiple spaces after ','David Pursehouse2020-02-121-3/+3
* upload: add a --ignore-hooks optionMike Frysinger2020-02-121-6/+22
* upload/editor: fix bytes/string confusionMike Frysinger2019-11-161-5/+0
* use print() instead of sys.stdout.write()Mike Frysinger2019-07-111-5/+10
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Add option for git-repo to support 'silent' uploadsVadim Bendebury2018-11-051-0/+4
* Merge "update markdown/help header format"Jonathan Nieder2018-10-101-4/+2
|\
| * update markdown/help header formatMike Frysinger2018-10-101-4/+2
* | update homepage URIsMike Frysinger2018-10-101-1/+1
|/
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-2/+0
* Support --push-option in upload subcommandMasaya Suzuki2017-11-131-1/+6
* Add option '--no-cert-checks' for 'upload' sub command.Łukasz Gardoń2017-08-231-1/+6
* Revert "Migrate git-repo to create private changes rather than drafts"Jonathan Nieder2017-08-081-3/+4
* Migrate git-repo to create private changes rather than draftsChangcheng Xiao2017-08-071-4/+3
* Add options for git-repo to support private and wip changesChangcheng Xiao2017-08-071-1/+12
* Fix "list comprehension redefines 'x'" warnings from pyflakesDavid Pursehouse2017-07-101-2/+2
* Tell the user if it will upload a draftNicolas Cornu2017-07-101-1/+2
* upload: short circuit when nothing is pendingMike Frysinger2016-09-141-4/+6
* RepoHook: allow users to approve hooks via manifestsMike Frysinger2016-08-161-1/+3
* upload: report names of uncommitted filesVadim Bendebury2014-10-141-2/+6
* Define unicode as str if using Python 3Anthony King2014-05-061-2/+4
* Add reviewers automatically from project's git configbijia2014-03-041-3/+14
* Merge "Don't backtrace when current branch is not uploadable."David Pursehouse2014-01-141-1/+10
|\
| * Don't backtrace when current branch is not uploadable.Warren Turkal2013-12-111-1/+10
* | Merge "repo: Support multiple branches for the same project."Conley Owens2014-01-101-1/+3
|\ \ | |/ |/|
| * repo: Support multiple branches for the same project.David James2013-10-141-1/+3
* | Only check merge destination if it isn't Nonev1.12.6Conley Owens2013-10-151-9/+10
* | Fix indentationv1.12.5David Pursehouse2013-10-151-7/+7
|/
* Don't upload when dest branch is not merge branchConley Owens2013-10-101-0/+29
* don't pass project revision to UploadForReviewColin Cross2013-10-081-1/+1
* upload: fix display of destination branch for SingleBranchChirayu Desai2013-06-281-1/+1
* Merge "Fix a few issues with dest-branch and multiples"Conley Owens2013-06-101-2/+4
|\
| * Fix a few issues with dest-branch and multiplesBryan Jacobs2013-06-031-2/+4