summaryrefslogtreecommitdiff
path: root/subcmds/forall.py
AgeCommit message (Expand)Author
2026-06-16project: Add REPO_PROJECT_FETCH_URL environment variableGavin Mak
2026-05-27project: Extract project envvar generation to GetEnvVarsGavin Mak
2026-05-14command: Move smart sync override logic to Command base classGavin Mak
2026-05-07forall: Document REPO_UPSTREAM and REPO_DEST_BRANCH envvarsGavin Mak
2025-09-17forall: fix crash with no commandMike Frysinger
2025-05-27subcmds: delete redundant dest= settingsMike Frysinger
2024-10-30forall: Fix returning results earlyJosip Sokcevic
2024-10-23subcmds: reduce multiprocessing serialization overheadKuang-che Wu
2023-09-14subcmds: Use repo loggerAravind Vasudevan
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-04-14forall: fix multi-manifest variables.LaMont Jones
2022-02-17Add multi-manifest support with <submanifest> elementv2.22LaMont Jones
2021-06-15commands: document the "common" class attributeMike Frysinger
2021-05-04subcmds: force consistent help text formatMike Frysinger
2021-04-13command: make --verbose/--quiet available to all subcommandsMike Frysinger
2021-03-25forall: handle missing project refs betterv2.13.8Mike Frysinger
2021-03-19forall/list: delete spurious "Mike Frysinger
2021-03-18forall: allow interactive commands with -j1v2.13.7Mike Frysinger
2021-03-01forall: greatly speed up processing overheadv2.13Mike Frysinger
2021-03-01forall: simplify arg passing to worker childrenMike Frysinger
2021-03-01forall: move nested func out to the classMike Frysinger
2021-02-22forall: rewrite parallel logicMike Frysinger
2021-02-22forall: improve pool logicMike Frysinger
2021-02-22command: unify --job option & default valuesMike Frysinger
2021-02-16trim redundant pass statementsMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-04-16Expose upstream and dest-branch attributes through environmentSean McAllister
2020-04-14forall.py: Close file after removing the streamKarsten Pfeiffer-Raddatz
2020-02-19assume environment always accepts stringsMike Frysinger
2020-02-13pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2020-02-10Fixing forall subcommand for Py3v2.0Jiri Tyr
2019-10-22forall: add an --ignore-missing optionv1.13.7.1Mike Frysinger
2019-10-01forall: exit 1 if we skip any reposMike Frysinger
2019-08-28split out cli validation from executionv1.13.5Mike Frysinger
2019-07-08Remove double forall from "repo help forall" outputSolomon Kinard
2019-06-13set default file encoding to utf-8Mike Frysinger
2018-10-10update markdown/help header formatMike Frysinger
2018-07-24Remove unused pylint suppressionsDavid Pursehouse
2017-10-31forall: Clarify expansion of REPO_ environment values with -cDavid Pursehouse
2017-05-29Make "git command" and "forall" work on WindowsRenaud Paquay
2016-04-05Add --inverse-regex option to forall subcommandTakeshi Kanemoto
2016-02-18Better error display on forallAlexandre Garnier
2015-07-30Support filtering by group on forall and list subcmdGraham Christensen
2015-07-06forall: use smart sync override manifest if it existsDavid Pursehouse
2015-07-06forall: Don't try to get lrev of projects in mirror workspaceDavid Pursehouse
2015-06-04forall: setenv, only encode val if encode existsAnthony King