Active merges should appear on the git repository pages
Bug #1789847 reported by
Tom Wardill
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Undecided
|
Tom Wardill |
Bug Description
Git repositories do not have active/target merges listed on them, this makes it harder to see activity for the repository.
Consider porting the portlet from the bzr pages to the git relevant ones.
Related branches
lp:~twom/launchpad/git-active-review-on-more-git-repo
- Colin Watson: Approve
-
Diff: 301 lines (+165/-4)8 files modifiedlib/lp/_schema_circular_imports.py (+2/-0)
lib/lp/code/browser/configure.zcml (+10/-0)
lib/lp/code/browser/gitrepository.py (+29/-0)
lib/lp/code/browser/tests/test_gitrepository.py (+49/-2)
lib/lp/code/interfaces/gitrepository.py (+16/-0)
lib/lp/code/model/gitrepository.py (+17/-2)
lib/lp/code/templates/gitrepository-index.pt (+7/-0)
lib/lp/code/templates/gitrepository-pending-merges.pt (+35/-0)
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r18763 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 18763>.