Expose merge proposal ID on the API and provide contextless URL
Bug #563843 reported by
Robert Collins
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned | ||
pad.lv |
Confirmed
|
Medium
|
Unassigned |
Bug Description
affects launchpad-code
done
I'd like to be able to make a log file name based on a merge proposal.
URL's are a poor fit for this because they are a) long and b) contain /
characters which are filesystem delimiters.
-Rob
Changed in launchpad-code: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in launchpad: | |
importance: | Wishlist → Low |
summary: |
- please supply db id or other unique simple-string for merge proposals + Expose merge proposal ID on the API and provide contextless URL |
tags: | added: api code-review |
To post a comment you must log in.
jml noted that the self_link url contains the db id - indeed, I'm using that merge_proposal
as a workaround. However, the doc in the API doc for branch_
does not advertise this as an ongoing feature it would be safe to depend on.