← Back to team overview

ubuntu-translations-coordinators team mailing list archive

[Bug 671329] Re: Enable translation import queue approval through API

 

** Changed in: launchpad
     Assignee: Emanuelle Pharand (ladykraken) => (unassigned)

** Changed in: ubuntu-translations
     Assignee: Emanuelle Pharand (ladykraken) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
Matching subscriptions: Ubuntu Translations bug mail
https://bugs.launchpad.net/bugs/671329

Title:
  Enable translation import queue approval through API

Status in Launchpad itself:
  Triaged
Status in Ubuntu Translations:
  Triaged

Bug description:
  The fix for bug 664327 means that the imports queue API can now be
  used to do a great part of the work in an automated way.

  Now import queue maintainers can:

  * Read all entries for a specific target (distribution, distro release series, project group, project, product release series, or person)
  * Change the paths of entries

  As a final request, and in order to fully automate the process and
  give maintainers full control upon entries without having to depend on
  the web UI or database surgery, it would be extremely useful to be
  able to approve entries through API.

  This means making the setStatus method [1] work, as right now it does
  not allow to change the status of an entry. Some more info from an IRC
  conversation on #launchpad-dev:

  <dpm> hi all, could someone give me a hand? I'm trying to use the API to manage the import queue entries in Ubuntu. While on the web UI I can change any entry's status, I don't seem to have the permissions when trying to do it with launchpadlib -> http://pastebin.ubuntu.com/594384/ Perhaps I'm not changing the status the way it's supposed to be done. Any ideas?
  <wgrant> dpm: Is import_into set?
  <dpm> wgrant, what's import_into? I cannot find it in the api docs, and I did not set it
  <wgrant> dpm: An import queue entry can't be approved until it has somewhere to be imported into. I'm not sure you can set that through the API.
  <dpm> wgrant, ah so perhaps the setStatus call is missing an import_into parameter, you think?
   (I mean in the api)
   or the import queue entry is missing the attribute
  <wgrant> dpm: Well, you'd need to set the target POFile or POTemplate.
  <wgrant> Which means we'd need to export those two onto the API, which isn't done yet.
  <dpm> ok, thanks wgrant, I think I'll file a bug, then
  <henninge> wgrant, dpm: that is correct
  <henninge> dpm: but there may be more to it because POTempalte and POFile entries might need to geet created during approval.

  This would also mean less work for Launchpad Translations developers
  and LOSAs, as maintainers would no longer have to resort to them for
  import queue processing on a great number of entries. This could then
  be done through the API.

  Rationale
  ---------

  Right now, one of the tasks that takes most of the time from the Ubuntu Translations Coordinators team (UTC) is manual work in the imports queue: approving templates, fixing paths, blocking templates, etc. In the case of big source packages (take KDE or OpenOffice.org), manually processing hundreds of packages is a task that can take several hours or
  days, which could be best spent working on community-related aspects -apart from the fact that repetitive manual work is very prone to mistakes, as I've had the pain to experience.

  Often, when there really isn't any other option, we resort to the
  Launchpad Translations developers to fix entries through
  databasesurgery, but that's still not optimal: it takes both developer
  and LOSA time, and it is also not without a risk regarding entry data
  loss or corruption.

  Thanks!

  [1]
  https://launchpad.net/+apidoc/devel.html#translation_import_queue_entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/671329/+subscriptions