summaryrefslogtreecommitdiffstats
path: root/subcmds/forall.py
Commit message (Expand)AuthorAgeFilesLines
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* subcmds: force consistent help text formatMike Frysinger2021-05-041-8/+8
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-131-6/+1
* forall: handle missing project refs betterv2.13.8Mike Frysinger2021-03-251-2/+9
* forall/list: delete spurious "Mike Frysinger2021-03-191-1/+1
* forall: allow interactive commands with -j1v2.13.7Mike Frysinger2021-03-181-1/+16
* forall: greatly speed up processing overheadv2.13Mike Frysinger2021-03-011-42/+17
* forall: simplify arg passing to worker childrenMike Frysinger2021-03-011-20/+6
* forall: move nested func out to the classMike Frysinger2021-03-011-5/+7
* forall: rewrite parallel logicMike Frysinger2021-02-221-66/+40
* forall: improve pool logicMike Frysinger2021-02-221-15/+10
* command: unify --job option & default valuesMike Frysinger2021-02-221-4/+4
* trim redundant pass statementsMike Frysinger2021-02-161-1/+0
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* Expose upstream and dest-branch attributes through environmentSean McAllister2020-04-161-0/+4
* forall.py: Close file after removing the streamKarsten Pfeiffer-Raddatz2020-04-141-1/+1
* assume environment always accepts stringsMike Frysinger2020-02-191-2/+0
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-131-1/+2
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+3
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-20/+20
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* Fixing forall subcommand for Py3v2.0Jiri Tyr2020-02-101-1/+1
* forall: add an --ignore-missing optionv1.13.7.1Mike Frysinger2019-10-221-0/+7
* forall: exit 1 if we skip any reposMike Frysinger2019-10-011-3/+3
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-1/+2
* Remove double forall from "repo help forall" outputSolomon Kinard2019-07-081-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* update markdown/help header formatMike Frysinger2018-10-101-4/+2
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-2/+0
* forall: Clarify expansion of REPO_ environment values with -cDavid Pursehouse2017-10-311-0/+7
* Make "git command" and "forall" work on WindowsRenaud Paquay2017-05-291-20/+9
* Add --inverse-regex option to forall subcommandTakeshi Kanemoto2016-04-051-3/+8
* Better error display on forallAlexandre Garnier2016-02-181-2/+4
* Support filtering by group on forall and list subcmdGraham Christensen2015-07-301-1/+4
* forall: use smart sync override manifest if it existsDavid Pursehouse2015-07-061-0/+7
* forall: Don't try to get lrev of projects in mirror workspaceDavid Pursehouse2015-07-061-1/+5
* forall: setenv, only encode val if encode existsAnthony King2015-06-041-1/+3
* Catch exceptions in project list generatorColin Cross2015-05-131-4/+19
* forall: use a generator to map the PoolAnthony King2015-04-081-2/+2
* Add --jobs option to forall subcommandTakeshi Kanemoto2014-06-241-113/+177
* Add total count and iteration count to forall environmentMitchel Humpherys2014-03-311-1/+10
* Print project name for -p on mirror clientsJorge Gonzalez2013-06-031-1/+6
* Add regex support for subcommand forallZhiguang Li2013-04-291-1/+13
* Add option to abort on error in forallVictor Boivie2012-11-161-2/+13
* Change print statements to work in python3Sarah Owens2012-11-131-1/+2
* Add pylint configuration and instructionsDavid Pursehouse2012-10-241-2/+2
* More coding style cleanupDavid Pursehouse2012-10-221-1/+5
* Coding style cleanupDavid Pursehouse2012-10-091-5/+2
* Add project annotation handling to repoJames W. Mills2012-04-231-0/+7
* forall: Silently skip missing projectsShawn O. Pearce2011-01-091-0/+6