pegleg/pegleg/engine
Felipe Monteiro 76f12648f6 refactor: Allow site_by_params to take in list of fields
This patch set simplifies some code related to site_by_params
by allowing it to take an iterable argument called *fields
which specifies exactly which parameters to include from
the site-definition.yaml. This means that no hard-coding
is required to manually filter the params into the exact
parameters required by follow-up function calls. This is
done for better code maintenance.

Change-Id: Ief6483dfbf3759204106330284e8e9b824b5567e
2018-10-22 02:13:59 +00:00
..
util refactor: Allow site_by_params to take in list of fields 2018-10-22 02:13:59 +00:00
__init__.py fix: Stop adding unwanted newlines in multiline strings 2018-10-10 21:52:29 +00:00
errorcodes.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
exceptions.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
lint.py refactor: Allow site_by_params to take in list of fields 2018-10-22 02:13:59 +00:00
repository.py fix: Enable Pegleg to support manifest repos like AIAB 2018-10-18 19:07:31 +01:00
site.py refactor: Allow site_by_params to take in list of fields 2018-10-22 02:13:59 +00:00
type.py Pegleg CLI output improvement 2018-10-10 15:30:54 -04:00