branchjob repeatedly queries for author display information
Bug #930166 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
the "revisions added" branch job repeatedly queries the database for author display information. Instead, it should just cache the information per bzr author string.
Related branches
lp://staging/~jelmer/launchpad/branchjob-cache-authors
- Abel Deuring (community): Approve (code)
-
Diff: 116 lines (+47/-12)2 files modifiedlib/lp/code/model/branchjob.py (+26/-11)
lib/lp/code/model/tests/test_branchjob.py (+21/-1)
tags: |
added: bad-commit-14786 qa-bad removed: qa-needstesting |
tags: |
added: qa-untestable removed: bad-commit-14786 qa-bad |
Changed in launchpad: | |
status: | Fix Committed → In Progress |
Changed in launchpad: | |
status: | In Progress → Triaged |
assignee: | Jelmer Vernooij (jelmer) → nobody |
importance: | Medium → Low |
To post a comment you must log in.
Fixed in stable r14786 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 14786>.