75ae597a8c
This patch updates our api-report tooling as follows: - Bugfix to support None as a valid public API attribute value. - Rather than tracking collections with scalars, the tool now just tracks the type of the collection (e.g. dict, list, etc.). There's no reason for this tool to dig into collections and track their values for API (tho it could do more with additional effort/code). - Better handling/output for API signature changes. Previously some of the output describing a changed API was a bit confusing. This patch tries to address that issue by adding additional handling for the scenario. Sample output from current report [1] vs output with this patch [2]. [1] http://paste.openstack.org/show/587662/ [2] http://paste.openstack.org/show/587663/ Change-Id: Ic380633477c9939773198463a21ef887d575aa21 |
||
---|---|---|
.. | ||
api_report.sh | ||
migration_report.sh | ||
pyir.py | ||
tox_install.sh |