lp:~chad.smith/lp2kanban/branch-to-card
Created by
Chad Smith
on
2015-12-15
and last modified on
2015-12-17
- Get this branch:
- bzr branch lp:~chad.smith/lp2kanban/branch-to-card
Only
Chad Smith
can upload to this branch. If you are
Chad Smith
please log in for upload directions.
Branch merges
Propose for merging
- Данило Шеган (community): Approve on 2015-12-16
- Landscape: Pending requested 2015-12-16
-
Diff: 554 lines (+213/-46)4 files modifiedsrc/lp2kanban/bugs2cards.py (+70/-13)
src/lp2kanban/kanban.py (+79/-16)
src/lp2kanban/tests/common.py (+5/-2)
src/lp2kanban/tests/test_bugs2cards.py (+59/-15)
- Данило Шеган (community): Resubmit on 2015-12-16
- Landscape: Pending requested 2015-12-16
-
Diff: 964 lines (+460/-83)14 files modified.bzrignore (+1/-0)
Makefile (+2/-2)
README.landscape (+17/-0)
bootstrap.py (+66/-42)
buildout.cfg (+2/-2)
configs/groups.ini (+16/-0)
configs/sync.ini (+106/-0)
create_creds.py (+1/-1)
jenkins.sh (+32/-0)
run.sh (+21/-0)
src/lp2kanban/bugs2cards.py (+57/-10)
src/lp2kanban/kanban.py (+78/-16)
src/lp2kanban/tests/common.py (+5/-2)
src/lp2kanban/tests/test_bugs2cards.py (+56/-8)
Branch information
Recent revisions
- 140. By Chad Smith on 2015-12-16
-
add parent_card param to LeankitTaskBoard so that we have a refernce to the taskboard's card on the parent_board. Use the parent_card for card path printing
- 139. By Chad Smith on 2015-12-16
-
card.save needs to be taskboard aware. When calling UpdateCard the parent_board.id needs to be specified, not the taskboard.id
- 138. By Chad Smith on 2015-12-16
-
fix has_branch conditional to first check if card.external_
system_ url is not None before trying to match BRANCH_REGEX - 137. By Chad Smith on 2015-12-16
-
address review comments: approved branches that have not yet been merged will remain in the status LANDING. update copyright.
- 134. By Chad Smith on 2015-12-16
-
process cards with linked branches in bugs2cards since a lot of the logic is common
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~launchpad/lp2kanban/trunk