treeherder/ui/plugins
Aki Sasaki 8c50b4fff2 Bug 1393277 - Action tasks: Use --option=arg rather than --option arg (#2740)
We currently use `--option=arg` in the decision task [1], but
`--option arg` in treeherder actions. These are essentially equivalent.
In scriptworkers' chain of trust verification, we verify the
action or decision task's command is allowlisted. To do so, we ignore
options [2]. By specifying them as `--option=arg`, we're able to skip
verifying args as well as options.

We have plans to make this better, but until then, let's use
`--option=arg`.

[1] https://hg.mozilla.org/mozilla-central/file/ab2d700fda2b/.taskcluster.yml#l111
[2] 8437d4cd38/scriptworker/cot/verify.py (L903)
2017-08-30 18:55:16 +01:00
..
annotations Bug 1391658 - Enable `curly`, `object-curly-spacing`, `quote-props` and `key-spacing`rules as per airbnb recommendations (#2724) 2017-08-23 10:43:53 -04:00
auto_classification Bug 1391658 - Enable `curly`, `object-curly-spacing`, `quote-props` and `key-spacing`rules as per airbnb recommendations (#2724) 2017-08-23 10:43:53 -04:00
failure_summary Bug 1391658 - Enable `curly`, `object-curly-spacing`, `quote-props` and `key-spacing`rules as per airbnb recommendations (#2724) 2017-08-23 10:43:53 -04:00
job_details Bug 1294525 - Break out Tinderbox fields in log parser (#1848) 2016-10-11 14:14:27 -07:00
perf_details Bug 1385433 - Improve display of numbers in performance panel 2017-07-31 09:38:06 -04:00
similar_jobs Bug 1391658 - Enable `curly`, `object-curly-spacing`, `quote-props` and `key-spacing`rules as per airbnb recommendations (#2724) 2017-08-23 10:43:53 -04:00
controller.js Bug 1393277 - Action tasks: Use --option=arg rather than --option arg (#2740) 2017-08-30 18:55:16 +01:00
pinboard.js Bug 1391658 - Enable `curly`, `object-curly-spacing`, `quote-props` and `key-spacing`rules as per airbnb recommendations (#2724) 2017-08-23 10:43:53 -04:00
pluginpanel.html Bug 1384955 - Add 'Edit and Retrigger' to job action menu 2017-08-17 16:05:47 -07:00
tabs.js Bug 1391658 - Enable `curly`, `object-curly-spacing`, `quote-props` and `key-spacing`rules as per airbnb recommendations (#2724) 2017-08-23 10:43:53 -04:00