gecko-dev/tools/tryselect
Mitchell Hentges 6e1e037cd3 Bug 1569115 - Don't throw TypeError exception when using |./mach try chooser| r=rstewart
This was an issue around "six" and "click", this thread sheds some light:
https://github.com/pallets/click/issues/564.

This issue was reproducible by having a local python 2 flask app with Flask==1.0.2, Werkzeug==0.14.1 and Click==7.0. Upon self-shutdown, the TypeError was raised.

Upgrading Click to 7.1.2 resolves this issue both in that separate "reproduce app" and here in-tree.

Differential Revision: https://phabricator.services.mozilla.com/D73351
2020-05-01 14:45:40 +00:00
..
docs Bug 1617511 - doc: Add a textual description on attaching new try jobs r=armenzg 2020-02-25 14:07:26 +00:00
selectors Bug 1569115 - Don't throw TypeError exception when using |./mach try chooser| r=rstewart 2020-05-01 14:45:40 +00:00
test Bug 1632822 - create webrender list of crashtests to have focused tests on android phones. r=bc 2020-04-27 18:06:47 +00:00
util Bug 1623328 Handle missing target_task_set in try estimates r=ahal 2020-03-24 16:39:37 +00:00
__init__.py
cli.py Bug 1496768 - [tryselect] Rename 'templates' to 'task_configs', r=tomprince 2019-11-22 17:16:18 +00:00
mach_commands.py Bug 1627074 - [tryselect] Make it more clear that 'mach try auto' is experimental, DONTBUILD, r=marco,sylvestre 2020-04-02 20:43:13 +00:00
preset.py Bug 1617229 - [tryselect] Remove no longer needed preset migration code r=gbrown 2020-02-21 19:42:19 +00:00
push.py Bug 1630047 - Allow mozversioncontrol to add or remove multiple files at once; r=ahal 2020-04-15 22:16:49 +00:00
task_config.py Bug 1629039 - Limit --rebuild to 3 for mach try --full, r=jmaher. 2020-04-29 15:15:26 +00:00
tasks.py Bug 1630350 - apply mach try filter to try syntax selector r=jmaher,gbrown 2020-04-21 19:51:25 +00:00
try_presets.yml Bug 1628343 - Remove Windows and OSX builds from sm-shell preset, and add 'sm-shell-all' preset r=tcampbell 2020-05-01 13:17:55 +00:00
watchman.json