trailing whitespace on git url can cause import failures
Bug #416127 reported by
Tim Penhey
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
We should trim the entered string before saving.
tags: | added: code-import |
tags: | removed: trivial |
Changed in launchpad: | |
importance: | Medium → Low |
tags: | added: easy |
tags: | added: git |
To post a comment you must log in.
This is due to the way code imports have updateFromData.
Solution:
* Make code imports use the normal view update from data
* Listen to the object modified event to record the code import events
* Listen to the object modified event to send the email
* Have the calling code update the branch whiteboard, and extract the checking for a code import job to a different function