[Maria-developers] Reviewing bug reports: feature needed
Hi all, after reviewing some MariaDB related bugs on bugs.launchpad.net/maria it occurred to me, that there is no link between the bug state "Fix Committed" and the corresponding patch, which fixed the issue. Is there a way to link a bzr patch/push to a launchpad bug report? If not, where can I do a feature request about it? Best regards, Hakan -- Hakan Küçükyılmaz, QA/Benchmark Engineer, Stuttgart/Germany Monty Program Ab, http://askmonty.org/ Skype: hakank_ Phone: +49 171 1919839
On Fri, Nov 27, 2009 at 09:39:45PM +0100, Hakan Kuecuekyilmaz wrote:
after reviewing some MariaDB related bugs on bugs.launchpad.net/maria it occurred to me, that there is no link between the bug state "Fix Committed" and the corresponding patch, which fixed the issue.
Is there a way to link a bzr patch/push to a launchpad bug report? If not, where can I do a feature request about it?
IIRC launchpad can link *branches* (not pushes or changesets) to bugs somehow. It seems the linking is done only manually, i.e. one needs to go for example to https://code.launchpad.net/~maria-captains/maria/5.1-merge, click the "Link to a bug report" and so forth. Because of the above, they will probably not be very interested to support our way, where commits are auto-associated with bugs based on mention of "BUG#nnnn" in the commit comment. I guess it should be possible to roll our own script that would be subscribed to commits email and branch changes (easy part) and update the bug status accordingly (hard part). The problem with the hard part is that we can do it with - Launchpad's API (it has some), if it allows to do that, or - scripting the web actions on launchpad website. which will of course break every time launchpad changes the look of their website. BR Sergey -- Sergey Petrunia, Software Developer Monty Program AB, http://askmonty.org Blog: http://s.petrunia.net/blog
Sergey Petrunya <psergey@askmonty.org> writes:
IIRC launchpad can link *branches* (not pushes or changesets) to bugs somehow. It seems the linking is done only manually, i.e. one needs to go for example to https://code.launchpad.net/~maria-captains/maria/5.1-merge, click the "Link to a bug report" and so forth.
`bzr commit` has a --fixes option, so one can say bzr commit --fixes lp:nnnn I believe this will cause a linking to happen on Launchpad. (but I guess this still counts as "manual", and as far as I know it does not work with `bzr gcommit`). - Kristian.
Hi!
"Kristian" == Kristian Nielsen <knielsen@knielsen-hq.org> writes:
Kristian> Sergey Petrunya <psergey@askmonty.org> writes:
IIRC launchpad can link *branches* (not pushes or changesets) to bugs somehow. It seems the linking is done only manually, i.e. one needs to go for example to https://code.launchpad.net/~maria-captains/maria/5.1-merge, click the "Link to a bug report" and so forth.
Kristian> `bzr commit` has a --fixes option, so one can say Kristian> bzr commit --fixes lp:nnnn Kristian> I believe this will cause a linking to happen on Launchpad. Kristian> (but I guess this still counts as "manual", and as far as I know it does not Kristian> work with `bzr gcommit`). So a possible feature request would be to: - Have a field in 'bzr gcommit' where you can list bugs that are fixed with the patch. - Allow one to run bzr gcommit with a --fixes option Kurt, can you ask the launchpad/bzr devs what they could do for us to solve this? Regards, Monty
On Fri, 27 Nov 2009 21:39:45 +0100 Hakan Kuecuekyilmaz <hakan@askmonty.org> wrote:
Hi all,
after reviewing some MariaDB related bugs on bugs.launchpad.net/maria it occurred to me, that there is no link between the bug state "Fix Committed" and the corresponding patch, which fixed the issue.
Is there a way to link a bzr patch/push to a launchpad bug report? If not, where can I do a feature request about it?
Best regards,
I have spoken to Karl Fogel in the past about setting up a roundtable discussion between Launchpad developers and Maria devs. The purpose would be for us to give feedback and suggest features we'd like to see. This would be a good example of a topic for such a discussion. If this seems like a productive use of time, I am happy to coordinate such a meeting. Just let me know. -- ./k kurt von finck http://www.mneptok.com public key: keyserver.ubuntu.com key id: 5229D26A fingerprint: 127A A484 ADBF A5AD E7FB 8CD2 8913 18F4 5229 D26A Music is the space between the notes. - Debussy
Kurt, all, On 30.11.2009, at 20:23, Kurt von Finck wrote:
On Fri, 27 Nov 2009 21:39:45 +0100 Hakan Kuecuekyilmaz <hakan@askmonty.org> wrote:
Hi all,
after reviewing some MariaDB related bugs on bugs.launchpad.net/maria it occurred to me, that there is no link between the bug state "Fix Committed" and the corresponding patch, which fixed the issue.
Is there a way to link a bzr patch/push to a launchpad bug report? If not, where can I do a feature request about it?
Best regards,
I have spoken to Karl Fogel in the past about setting up a roundtable discussion between Launchpad developers and Maria devs. The purpose would be for us to give feedback and suggest features we'd like to see.
This would be a good example of a topic for such a discussion.
If this seems like a productive use of time, I am happy to coordinate such a meeting. Just let me know.
A roundtable with bzr developer(s) would be very good. In my case, I would like to spend a bit more time with the launchpad bugsystem to collect more ideas and get better understanding of it. Where "a bit more time" is four weeks or so. How about a meeting in January 2010? Best, Hakan -- Hakan Küçükyılmaz, QA/Benchmark Engineer, Stuttgart/Germany Monty Program Ab, http://askmonty.org/ Skype: hakank_ Phone: +49 171 1919839
participants (5)
-
Hakan Kuecuekyilmaz
-
Kristian Nielsen
-
Kurt von Finck
-
Michael Widenius
-
Sergey Petrunya