Commit Graph

6 Commits

Author SHA1 Message Date
Jeremy Stanley 39a82df080 This repository is now retired
The Release Management Team ceased using this months ago. Its
contents are replaced with a retirement notice so that potential
users will realize it is no longer maintained. Publicly announced
at:

http://lists.openstack.org/pipermail/openstack-dev/2018-June/131920.html

Change-Id: Ia30884174c43ef1c1afcc1f4a18b3c0051a89d8e
Depends-On: https://review.openstack.org/579185
2018-06-29 15:27:19 +00:00
Bernard Cafarelli ebe10351b9
bugs-fixed-since: add argument to list StoryBoard entries
If enabled, this includes StoryBoard stories in the output, with a
"storyboard:" prefix.

Example output:
$ ./bugs-fixed-since.py -sb -r ../octavia --start=1.0.0
storyboard:2001193
storyboard:2001424
1713873
storyboard:2001401
[...]

This is disabled for compatibility with other tools parsing
bugs-fixed-since output

Change-Id: Iddde675254a8622d498cab581d522bffdd7fbaae
2018-01-16 10:15:07 +01:00
Rui Chen 5f059b686a Add --stop option for bugs-fixed-since
Filter out all the bugs had been merged in stable branch for
a period of time, that is important for downstream team,
so that we can pick some important bugs to backport.

Change-Id: Ib5edd053ac58713e35a6c5818fe2f8fc2d31ba70
2017-03-14 14:23:41 +08:00
Ihar Hrachyshka c867e240db bugs-fixed-since: support --easy-backport argument
This argument will make the tool to ignore master patches that don't
cherry-pick cleanly into each stable branch. This is sometimes useful to
distinguish between backport candidates that are easy to process, and
those that will require some more work to resolve git conflicts.

Change-Id: I9f0d1803fc753bad4e31dbd14244f18ba1672625
2017-02-02 14:39:29 +00:00
Ihar Hrachyshka dfa2b9185c Allow to skip patches that are already backported
This is controlled by the new -B option. The option will skip all
patches that have counterparts with the same Change-Id in all stable/*
branches present in the origin remote.

Change-Id: Iaf5d911d57bac5208a5fd53d28eaafd0c238010b
2017-02-01 11:31:36 -08:00
Ihar Hrachyshka d336f4133c Added tool to scan project repo for new bug fixes in master
The tool can be used to track new bug fixes landing in master to
consider them for inclusion in stable branches.

Usage example:

$ bugs-fixed-since.py --start 3fc84e3b536332406c05a549e4a741b5ffdd72a6

Output:

1537924
1549394

It also works with tags:

$ bugs-fixed-since.py --repo ../nova --start 13.0.0

Change-Id: I33c4ca6fc2efbd3703f81adb3a76e40516d004ad
2016-05-18 18:38:41 +02:00