API for creating and managing code imports
Bug #366102 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
James Westby |
Bug Description
It should be possible to create and edit code imports via the Launchpad API. This is particularly important for package branches.
Related branches
lp://staging/~james-w/launchpad/export-code-import
- Gary Poster (community): Approve
-
Diff: 76 lines (+44/-0)3 files modifiedlib/canonical/launchpad/doc/webservice-marshallers.txt (+16/-0)
lib/canonical/launchpad/webapp/marshallers.py (+21/-0)
lib/canonical/launchpad/zcml/webservice.zcml (+7/-0)
Changed in launchpad-bazaar: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in launchpad-code: | |
importance: | High → Medium |
tags: | added: udd |
tags: |
added: qa-ok removed: qa-needstesting |
To post a comment you must log in.
Hi,
We are going to want to use this soon to import Debian packaging
branches on a large scale. Doing it by hand is not an option, so an
API would be preferred to scraping.
Thanks,
James