Silencing bug notifications for stuff you did
Published by Brad Crittenden February 11, 2011 in Bug Tracking, Cool new stuff, General
Launchpad’s bug mail can be a bit chatty sometimes as I’m sure you’ve noticed. This cycle the Yellow Squad is working to give you more control about the bug mail Launchpad sends to you.
One problem that we’ve known about for a really long time was reported as bug 548 and has recently been closed thanks to the effort of Данило Шеган and Gary Poster. Their fix allows you to globally specify whether you want to receive email about actions you did.
Most people probably do not need to be reminded of something they did a few minutes ago and will want to turn off those emails. But, since this is new functionality we’ve preserved the old behavior unless a user changes the setting. If you do nothing you’ll continue to get email about actions you instigate on bugs.
Opting out of those messages is easy. Simply go to https://launchpad.net/people/+me/+edit and uncheck the box as shown below by the big red arrow.
As mentioned, this is just the first of many features and refinements that we’re working on to help you customize the stream of bug mail coming from Launchpad to suit your needs.
Launchpad read-only 09.00 UTC 11th February 2011
Published by Francis J. Lacoste February 10, 2011 in General
In twelve hours from this posting, Launchpad’s web interface will be read-only, with other aspects offline, for around 90 minutes. This is to allow us to make an update to the structure of the Launchpad database. This replaces the previous read-only period announced for Feb 10th 2011 23.00 UTC.
Starts: 09.00 UTC 11th of February 2011
Expected back by: 10.30 UTC 11th of February 2011
There is a slim possibility that the Launchpad’s web interface will be completely unavailable. Because of circumstances beyond our control, the recovery procedure from the aborted roll-out wasn’t able to be completed within the time frame necessary for the previously scheduled window. In the case where it wouldn’t be complete for that next window, we will still complete the roll-out by taking the web interface offline.
I’m sorry that we’ve had to delay this period of service disruption on such short notice.
Launchpad read-only 23.00 UTC 10th February 2011
Published by Matthew Revell in Notifications
In thirteen hours from this posting, Launchpad’s web interface will be read-only, with other aspects offline, for around 90 minutes. This is to allow us to make an update to the structure of the Launchpad database.
Starts: 23.00 UTC 10th of February 2011
Expected back by: 00.30 UTC 11th of February 2011
We tried to make this release yesterday. Unfortunately, we came across a problem during the roll-out and had to stop what we were doing in order to find a fix.
I’m sorry that we’ve had to arrange a second period of service disruption in two days.
Launchpad offline 23:00UTC 9 February
Published by Martin Pool February 9, 2011 in General
Launchpad will be offline for about 90 minutes while we roll out some changes to the database and to code hosting.
Should launchpadlib default to staging?
Published by Martin Pool in API, Coming changes
Launchpad API client developers: have your say in bug 714043 on whether launchpadlib should connect by default to Launchpad’s staging server (so data is discarded), or to real Launchpad.
Bug expiry reactivated
Published by Martin Pool in Coming changes
As we foreshadowed last October, bug expiry is now active again.
Bugs that are marked Incomplete and that haven’t been touched for 60 days will now start moving to the Expired state. If it turns out the bug’s still useful or valid, anyone can move it back.
We recommend people use the Incomplete state to mean: if this bug report doesn’t get more information, there’s nothing we can do with it.
This only affects projects expire incomplete bug reports setting turned on in the Configure bug tracker page.
New ‘web_link’ property on API objects
Published by Martin Pool February 7, 2011 in API, Cool new stuff
Launchpad has a REST API that exposes almost every object within Launchpad. Most of them have API URLs that closely match the human-readable URL: for instance, https://bugs.launchpad.net/bugs/316694 can also be obtained in machine-oriented JSON or XML form from http://api.launchpad.net/1.0/bugs/316694. (The “1.0” in that URL means this is in the 1.0 API namespace.)
Previously, many Launchpadlib clients used string transformation to get from the API URL to something they could show a human in a web browser.
We’ve just added a web_link
property on all Launchpad objects, so client applications can (and should) now just use that instead. Because this is just sent in the object representation you don’t need to upgrade launchpadlib to see it.
Should bug search match target names?
Published by Robert Collins in Bug Tracking
We have a small quandry on the Launchpad development team at the moment. As bug 268508 discusses, when one searches for a bug on Launchpad we do a substring search on the names of bug targets.
For instance, searching in Ubuntu for ‘gcc’ will return all bugs on the packages ‘gcc’, ‘gcc-4.4’, ‘gcc-4.3’, ‘gcc-3.3’ and so forth. Likewise search for bugs in a project group will do a similar substring search on each of the individual projects in the project group.
It turns out that doing this search is itself expensive. I asked on the Ubuntu devel list about turning it off. We would close bug 268508 and also significantly improve search performance.
However this is a possibly contentious change – there was one mail strongly in favour of the current behaviour – so I’d like to get this change proposed to a wider community.
If you’ve got a strong opinion – that the current behaviour is good, or like bug 268508 describes, that its a poor behaviour and we would be better off without it, then I’d love to hear from you. Just leave a comment on this post, drop me an email – robert at canonical.com – or post to the launchpad-users mailing list.
Thanks,
Rob (LP technical architect)
SourceForge code imports are disabled
Published by Francis J. Lacoste February 3, 2011 in General
Following the SourceForge compromise, the SSL certificate for SourceForge subversion changed.
A bug on their end prevents us from automatically importing from their SVN repositories.
Until that bug is resolved, all SourceForge code imports are disabled.
2011/02/14 update: We re-enabled SF code imports since the problem was fixed on their end.
Launchpad read-only 23.00 UTC 9th February 2011
Published by Matthew Revell February 1, 2011 in Notifications
Launchpad’s web interface will be read-only, with other aspects offline, for around 90 minutes from 23.00 UTC on the 9th of February 2011.
Starts: 23.00 UTC 9th of February 2011
Expected to be back to normal by: 00.30 UTC 10th of February 2011
This is to allow for an update to the structure of Launchpad’s database as part of our monthly development cycle.