lp://staging/~jseutter/lp2kanban/description-too-long
- Get this branch:
- bzr branch lp://staging/~jseutter/lp2kanban/description-too-long
Branch merges
- Chad Smith (community): Disapprove
- Canonical Launchpad Engineering: Pending requested
-
Diff: 53 lines (+20/-2)3 files modifiedsrc/lp2kanban/bugs2cards.py (+2/-1)
src/lp2kanban/kanban.py (+0/-1)
src/lp2kanban/tests/test_bugs2cards.py (+18/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 87. By Brad Crittenden
-
[r=bac] Use the correct request object. Corrects an error from misapplying Bjorn's patch from the previous review.
- 86. By Brad Crittenden
-
[r=sinzui, benji, bjornt] Use python-requests instead of httplib2 for proper handling of certs. Must currently use v 0.7.6 as later versions don't handle HTTPS_PROXY properly, which is needed by Landscape.
- 82. By Björn Tillenius
-
Add a config option for specifying where new cards should be added.
When a card is added from a bug, the first lane was chosen. This
isn't always what you want, so with this change it's possible to
choose a specific lane.I also took the opportunity to add tests for create_new_cards.
- 81. By Björn Tillenius
-
[r=bac] Add a no_sync_lanes config option for not syncing certain lanes.
It's similar to manual_lanes, which I renamed to no_move_lanes,
to make it more consistent.Cards in those lanes won't get synced at all. This is useful
to avoid having it process the Archive, which can take quite
a while.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~launchpad/lp2kanban/trunk