summaryrefslogtreecommitdiffstats
path: root/subcmds/upload.py
Commit message (Expand)AuthorAgeFilesLines
* upload: Fix patchset description destinationJosip Sokcevic2024-03-081-0/+1
* upload: Add support for setting patchset descriptionSergiy Belozorov2024-03-041-0/+6
* Update logger.warn to logger.warningAravind Vasudevan2023-10-131-3/+3
* subcmds: Use repo loggerAravind Vasudevan2023-09-141-22/+17
* isort: format codebasev2.36Mike Frysinger2023-08-221-2/+5
* upload: Suggest full sync if hooks fail with partially synced treeGavin Mak2023-08-221-0/+7
* upload: fix error handlingJason Chang2023-08-211-125/+125
* Raise repo exit errors in place of sys.exitJason Chang2023-08-071-3/+7
* upload: use f-stringJosip Sokcevic2023-05-251-1/+1
* [git_trace2] Add logs for critical cmdsJosip Sokcevic2023-05-171-0/+1
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-488/+664
* upload: Skip upload if merge branch doesn't match project revision andv2.32Joanna Wang2023-02-281-15/+21
* Fix flake8 warnings for some filesSergiy Belozorov2023-01-051-3/+2
* Use print with flush=True instead of stdout.flushDaniel Kutik2022-12-131-6/+2
* upload: Allow user to configure unusual commit thresholdDavid Greenaway2022-12-121-27/+61
* upload: track projects by path, rather than nameLaMont Jones2022-11-141-5/+7
* upload: respect --yes with large upload confirmationMike Frysinger2022-08-221-9/+10
* upload: add --push-options tips & doc linkMike Frysinger2022-08-181-0/+7
* upload: Add ready flag to remove wipWilliam Escande2022-08-031-0/+4
* upload: add ‘--ignore-untracked-files’ optionMartin Geisler2022-07-111-0/+10
* upload: move label validation to core functionMike Frysinger2022-05-211-6/+0
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-17/+27
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* subcmds: force consistent help text formatMike Frysinger2021-05-041-17/+17
* add --no-current-branch option to invert --current-branchMike Frysinger2021-05-041-0/+3
* harmonize --current-branch short option across subcommandsMike Frysinger2021-05-031-1/+6
* upload: search local projects in parallelMike Frysinger2021-05-021-31/+37
* upload: include the project in error messagesMike Frysinger2021-05-021-2/+2
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-5/+0
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* Concentrate the RepoHook knowledge in the RepoHook classRemy Bohmer2020-11-231-53/+11
* upload: improve tip for fixing upload remoteMike Frysinger2020-11-161-4/+4
* 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