Christian Berendt
4b69671a49
Improve script to check used source versions
* rename version_check.py to version-check.py
* move requirement beautifulsoup4 from requirements to test-requirements
* add new requirement PrettyTable to test-requirements
* add debug logging messages (can be enabled with --debug parameter)
* add support to load configured versions from a kolla-build.conf
file (can be used with --config-file parameter)
* use PrettyTable to print out a nice result table
---snip---
+---------+-----------------+----------------+------------------...
| Project | Current version | Latest version | Comparing changes...
+---------+-----------------+----------------+------------------...
| aodh | 2.0.3 | 2.0.4 | https://github.co...
| cinder | 8.0.0 | 8.1.0 | https://github.co...
| ironic | 5.1.1 | 5.1.2 | https://github.co...
| murano | 2.0.0 | 2.0.1 | https://github.co...
| nova | 13.1.0 | 13.1.1 | https://github.co...
+---------+-----------------+----------------+------------------...
---snap---
TrivialFix
Change-Id: I5b5d3db34396b2fc95714273612563ea14e78cf8
2016-09-06 09:11:40 +02:00
..
2015-08-25 06:46:15 +00:00
2016-06-14 16:59:41 +00:00
2016-04-12 16:32:11 +05:30
2016-05-06 13:53:50 -04:00
2016-07-05 12:03:41 +00:00
2016-05-06 07:20:03 -04:00
2016-01-21 22:59:13 +00:00
2016-03-21 17:02:23 +00:00
2016-04-08 10:32:57 -04:00
2016-08-03 09:58:24 +00:00
2016-03-08 09:27:26 -05:00
2016-05-26 17:41:42 +05:30
2016-01-13 17:33:28 +00:00
2016-06-07 11:10:07 +01:00
2016-07-12 02:34:18 -04:00
2016-04-11 15:38:04 +00:00
2016-07-29 17:30:10 +08:00
2016-05-26 17:41:42 +05:30
2016-05-02 07:44:29 -04:00
2016-05-02 07:44:29 -04:00
2016-03-08 22:14:09 -07:00
2016-05-26 17:41:42 +05:30
2015-07-10 12:01:28 -07:00
2016-05-02 07:44:29 -04:00
2015-07-10 12:01:28 -07:00
2016-09-06 09:11:40 +02:00