lp:~gmb/lp2kanban/interactive-mode

Created by Graham Binns and last modified
Get this branch:
bzr branch lp:~gmb/lp2kanban/interactive-mode
Only Graham Binns can upload to this branch. If you are Graham Binns please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Graham Binns
Project:
LP2Kanban
Status:
Development

Recent revisions

86. By Graham Binns

Tweaked cards2workitems output.

85. By Graham Binns

Added an interactive.py script for interacting with the board programmatically.

84. By Graham Binns

[r=jam] Added a workitems-to-cards script.

83. By Björn Tillenius

[trivial] Fix test failures after a bad merge.

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.

80. By Björn Tillenius

[r=bac] Make it possible to specify which launchpadlib dir to use.

This is needed if multiple copies of lp2kanban is running,
since the launchpadlib cache tends to get corrupted after
a while, if multiple process are using the same cache.

79. By Björn Tillenius

[r=bac] Provide an option for not syncing cards at all.

This is useful if want to process new bugs only, and not have to
fetch all the bug data from Launchpad.

I would have made it 'on' by default, but I thought it would
be better to make it consistent with move_cards.

78. By Björn Tillenius

[trivial] Make the new description a unicode string.

If not, format() will convert the old unicode description to a byte
string, which will fail if the description contains non-ascii
characters.

77. By Björn Tillenius

[r=benji] Support boards taht don't use "swim lanes".

Support moving cards automatically for boards that don't have "swim
lanes" for the whole workflow. I.e., where a card can't just move in the
same horizontal lane, but can move horizontally and backwards as well.

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
This branch contains Public information 
Everyone can see this information.

Subscribers