0

Launchpod episode 11: Launchpad teams and OpenID, future of LP UI and community help

Published by Matthew Revell October 13, 2008 in Podcast

Launchpod: the Launchpad team podcast!

Hosts: Matthew Revell, Graham Binns and Joey Stanford.
Theme: Obscurity by Barry Warsaw.

Talk to us! Episode 13 of Launchpad will be recorded in London at the end of October. Send us your questions because the full Launchpad team will be available to take them!

Download ogg vorbis file.

Podcast feed.


0

Launchpad offline 16th October 00.00 – 02.00 UTC

Published by Matthew Revell October 9, 2008 in Notifications

We’re releasing Launchpad 2.1.10 on the 16th of October. While we roll-out the new code, Launchpad will be unavailable for up to two hours.

Launchpad offline: 00.00 UTC Thursday 16th October
Expected back before: 02.00 UTC Thursday 16th October

See the Launchpad News blog after the roll-out for details of what’s new.


0

Getting help with Launchpad

Published by Matthew Revell October 6, 2008 in General

Seattle telephone operators
Recent scene at Launchpad HQ

There are few things more frustrating than working on something and then being held up because you can’t get the help you need. I know this all too well: my quest for world domination has long been stalled because the sonic screwdriver help-line people never answer my emails.

With Launchpad, we’re trying something new to make sure you get the help you need. Each week day there’s a named member of the Launchpad team whose job is to answer your questions, whether in #launchpad, in Launchpad Answers, on launchpad-users or to help@launchpad.net.

This means that on top of the usual cast of Launchpad types in #launchpad, for eight or so hours each day you’ll have a named contact that you can ping for help.

You can see which person’s on duty by checking the Help Rotation page on the Launchpad help wiki and also by looking at #launchpad’s channel topic.

Let us know what you think of the new help rotation and how we can improve it.

Telephone operators photograph from Seattle Municipal Archives. Creative Commons licensed.


0

Launchpod episode 10 – API and bug plugins

Published by Matthew Revell October 3, 2008 in Podcast

Launchpod: the Launchpad team podcast!
Hosts: Matthew Revell, Graham Binns and Joey Stanford.
Theme: Obscurity by Barry Warsaw.

Send us your ideas and questions to feedback@launchpad.net!


Download ogg vorbis file
.

Podcast feed.


0

Launchpad Code down-time Monday 6th October 2008

Published by Matthew Revell October 2, 2008 in Notifications

On October 6th Launchpad’s code hosting and browsing will be unavailable for around four hours from 22.00 UTC.

During this down-time, the following services will be unavailable:

Mirrors and imports will return to their normal schedule following the down-time.

Non-code hosting parts of Launchpad should be unaffected.

We’re taking these services offline to upgrade the hardware that powers Launchpad’s code hosting service. Not only will this help Launchpad handle the increasing increasing number of people using code hosting but will also enable us to introduce exciting new features in coming Launchpad releases.

If you have any questions or comments, please post them here.


0

This week in Launchpad’s web API

Published by Leonard Richardson September 26, 2008 in General

You didn’t expect it, but here it is. “This Week in Launchpad’s Web API” returns for one more week! This week we’re pleased to announce that you can now search the bug tasks associated with a project, project group, distribution, or milestone. We know a lot of people have been waiting for this feature.

>>> launchpadlib_project = launchpad.projects['launchpadlib']
>>> me = launchpad.me
>>> my_launchpadlib_bugs = launchpadlib_project.searchTasks(assignee=me)

The interface to searchTasks is very similar to the interface to Launchpad’s advanced search form. That fact should get you started searching easily.

The other bug news is that you can now post a comment to a bug by invoking newMessage on the bug.

Release files are now exposed through the web service. This means you can now integrate release management tools into Launchpad. When you do a release of your program, the same tool that packages the release can upload the release file to Launchpad and make a Launchpad release for it.

>>> series = launchpad.projects['myproject'].series[0]
>>> release = series.addRelease(
...     version=new_item_name, code_name='sumo',
...     summary='super new beta',
...     description='The be-all end-all version for the next century.',
...     changelog='Fixes security bug. Adds external support.')
>>> release.add_file(filename="release.tgz",
...     file_content="[binary data]",
...     content_type="application/x-gzip")

Finally, we’ve changed launchpadlib so that when you upload a file, you need to set the filename you want the file to have on the server side. Previously, there was no way to set the filename.

>>> release_file = release.files[0]
>>> filehandle = release_file.open("application/x-gzip", "new-filename.tgz", "w")
>>> ...


0

This week in Launchpad’s web API

Published by Leonard Richardson September 18, 2008 in API, Cool new stuff, General

This status report was put off until today because the edge site was frozen. This update is huge. We’ve made one change to launchpadlib, exposed a whole lot of Launchpad’s project registry, and published branches for the first time.

Since the development cycle is over, the next update will probably be in two weeks.

Read the rest of this entry »


0

Where is everyone? Maps on profile pages

Published by Matthew Revell September 17, 2008 in Cool new stuff

Something I love about Launchpad is that I can quickly get a feeling for the people whose work I come across. Some of what you see on a Launchpad profile page is more geared towards knowing the person than their work.

We’ve added a bit more to that “getting to know you” part of the profile page with our new Google Maps mash-up. Now you’ve got the option of showing other people where in the world you are by flagging your location.

This is pretty cool for a bit of fun but when it comes to organising team meetings – in person or online – it becomes really useful. Take a look at the profile page for the Launchpad Developers team. On our team map you get a quick-glance feeling for where in the world members of the Launchpad team are.

Visit your profile page to set your location.


0

Karma for code reviews

Published by Matthew Revell in Code, Cool new stuff

The guys in the Launchpad-Bazaar integration team added code review to Launchpad earlier this year.

Now, when you take part in a code review it’ll count towards your Launchpad karma!

If you’re new to code review, take a look at my previous post.


0

Launchpad offline 22.00 – 23.59 UTC 17th September 2008

Published by Matthew Revell September 15, 2008 in Notifications

We’re releasing Launchpad 2.1.9 on Wednesday (17th September). During the roll-out of the new code, we need to take Launchpad offline for a short while. We allow a window of two hours.

Going offline: 22.00 UTC 17th September 2008
Expected back before: 23.59 UTC 17th September 2008

Keep reading this blog for the 2.1.9 release announcement!


Previous Entries
Next Entries