releases/openstack_releases
Doug Hellmann 6647d6a6b4 fix the calculation used for finding release history
reversed() must be passed a sequence data structure, not a generator.

We cannot slide the result of reversed() so turn it back into a list
so we can slice it.

Include all of the series starting with and including the one given so
that when it is the final series we can still include it in
calculations.

Change-Id: Idbaab36014271c7a60bec6d8a04fc69d51eb13d1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-07-19 11:52:07 -04:00
..
cmds fix the calculation used for finding release history 2018-07-19 11:52:07 -04:00
tests new_release: go back in history and compute depth 2018-07-04 18:40:25 +02:00
__init__.py add list-deliverables command 2016-11-22 10:29:06 -05:00
defaults.py Update default series name to rocky 2018-03-07 23:19:16 +00:00
deliverable.py add support for $series-em tags 2018-06-28 16:08:07 -04:00
gitutils.py generate the series status table from data 2018-04-20 14:05:04 -04:00
governance.py if a team does not exist in governance return empty set of tags 2018-03-07 10:49:50 -05:00
hound.py protect against errors from the hound API 2018-06-14 13:25:20 -04:00
links.py update sphinxext to use deliverable model classes 2018-03-07 10:49:50 -05:00
npmutils.py do not assume that modules with setup.py are packaged with python jobs 2017-10-24 10:59:17 -04:00
processutils.py show the cwd for commands before running them 2018-03-16 15:47:07 -04:00
project_config.py Add manila-image-elements as release type 2018-06-27 18:28:44 +02:00
puppetutils.py do not assume that modules with setup.py are packaged with python jobs 2017-10-24 10:59:17 -04:00
pythonutils.py add a validation step to check README.rst parsing for PyPI 2018-05-29 14:42:26 -04:00
release_notes.py ignore the reno cache when building the set of release notes 2018-04-27 17:27:58 -04:00
requirements.py wrap subprocess to capture output in tests 2018-02-08 05:14:13 -06:00
rst2txt.py handle reno 2.9.0 anchor references 2018-04-25 15:20:30 -04:00
schema.py have list-deliverables look for valid values by querying the schema 2018-03-07 10:49:50 -05:00
schema.yaml Add manila-image-elements as release type 2018-06-27 18:28:44 +02:00
series_status.py fix series name handling in new-release 2018-07-10 17:44:23 -04:00
series_status_schema.yaml generate the series status table from data 2018-04-20 14:05:04 -04:00
sphinxext.py make sphinxext support eol tags 2018-06-15 09:37:30 -04:00
versionutils.py report warnings when the supported versions of dependencies change 2017-11-29 16:30:24 -05:00
wiki.py fix wiki module for python3 2017-03-03 15:00:04 -05:00
xstaticutils.py Add validation for xstatic package versions 2018-06-25 09:40:46 -05:00
yamlutils.py do not let yamlutils emit alias references 2017-08-01 16:51:03 -04:00