Commit Graph

24 Commits

Author SHA1 Message Date
James E. Blair af24488467 Increase width of task number column in story view
The task numbers are bigger now.

Change-Id: I87cf0aeb9bf0dfb931da94f898ae1ad17ef90b50
2019-02-27 12:19:45 -08:00
James E. Blair 076cf3ba4b Fix opening a story by ID
This fixes "ctrl-o" followed by the story ID.

Change-Id: Ica62779c3f70c37d5e7c3791b53d4a24b0d1f3ca
2019-02-27 12:17:21 -08:00
James E. Blair e457ba137b Display story access level
Indicate whether a story is private or public.

Change-Id: I082c80b33eff7df8f1ed208a2bc76468a4c2c8a6
2018-03-13 16:59:00 -07:00
James E. Blair f34a175c34 Remove archived lanes and worklist items
These should appear to us as having been deleted.

Also, set the private flag on stories.

Change-Id: Id111a83f0646a5a6d8d76342aa48ba826f6f454a
2018-03-13 16:51:26 -07:00
James E. Blair 3db84cf215 Fix creating new stories
Look up the story by key, not id.

Pre-fill the project if in the context of a project story list.

Change-Id: I2a8ff647deee84a292d25e358ebf5c948a4374b8
2017-11-27 11:47:04 -08:00
James E. Blair d6def5b802 Fix tag editing
The set conversion wasn't correct -- iterate over the tag names
rather than the dict.

Use the proxy objects rather than creating StoryTag objects directly.
Remove some unecessary db functions.  Add to help text.

Change-Id: I023f3fb7351b3e57f8984adb537b26483f6b7c1f
2017-11-27 11:20:55 -08:00
James E. Blair 09305f8248 Add unique constraint to story_tags table
This is a mapping table, we should not have duplicate entries

Change-Id: I5b4548bdd39b9855919653b701efc5f357233a9f
2017-11-27 11:19:50 -08:00
James E. Blair 9919a62912 Start using alembic
Change-Id: I7c5636155ef68332d6c94b02efed012254e34e39
2017-11-27 11:18:36 -08:00
James E. Blair 49ab7d39e9 Add help text for new story command
Change-Id: I77fc6f9a5b012730ebc274810837e5db80e9036b
2017-11-27 10:43:33 -08:00
Jan Kundrát 34b5d8a5eb Actually allow for overriding the lock file
The documentation says that it should be possible and the code already
consults that config key, so relax the validation a bit so that it could
be overridden.

Change-Id: Ic4e8964e4ad4027168e78aef5daf42788e273fa4
2017-11-27 09:27:05 -08:00
Masayuki Igawa 1c08977787 Fix inconsistency name
This commit fixes inconsistency name from Boardtty to Boartty.

Change-Id: I2a8509dcbab0e7c138f492c8d285af52b363b0e8
2017-11-27 09:27:04 -08:00
Clint Byrum 906afd8508 Add tag editting to story view
Change-Id: I46ca37c281ee56e458cfafbaf486f5864f03aeb3
2017-11-27 09:26:58 -08:00
James E. Blair e3e6290eac Make board view easier to read
And gracefully refresh it.

Change-Id: Ide12ca8f6fe98dceac63ca6522e961743e77b402
2017-11-27 08:58:06 -08:00
James E. Blair 47cf3f610d Fix keypress handling on board view
Change-Id: Ic91bb91871091436e41802cd0a9e606cd8b90969
2017-11-27 08:58:04 -08:00
James E. Blair 1da12089a5 Make hypertext searchable
Change-Id: Ifdfa8dac0f4505e82c346bcbc2f1e392b433a757
2017-02-23 21:58:46 -05:00
James E. Blair e948bfef94 Fix crash on user selection
This isn't remotely usable, but it at least doesn't crash now.

Change-Id: I252432192531699ab321958c506b761a6c8610a0
2017-02-23 21:21:04 -05:00
James E. Blair cee7a584ab Some improvements to board view
* Delete all items before refreshing.  This isn't great because we
  lose the cursor position, but it's better than what's there now
  because it just appends duplicate data.
* Make the title show up whether the worklist item is a story or
  task.
* Make worklist items clickable links which take you to the story.

Change-Id: Iba0071fd70b629ce68ceebb27b5eae8cf06932f1
2017-02-23 21:21:04 -05:00
Clint Byrum 5f78c22ca6 Add interactive search to story view
This allows looking for keywords in the task list while viewing a
story. It does not implement search for every piece however.

Change-Id: I584571fc901a5fe207a45cb5cb2fcfa2c26d6ecb
2017-02-08 11:55:53 -08:00
James E. Blair ba75e20eaf Support search by tag
Change-Id: I2d461a0fa6728577964db18f2a0c65711f7dccc2
2016-11-22 17:40:05 -08:00
James E. Blair 95c0c465ab Support search by story number
Change-Id: I661e3aa1424a42af9fdbe5156c6a0648b4f19cd1
2016-11-22 17:31:20 -08:00
James E. Blair 2acb142109 Fix board sync errors
Change-Id: I8e98bcab1732a7dc9723dcd6c5eb503f80d267ae
2016-11-22 17:17:31 -08:00
James E. Blair ba407b3549 Add beginning of support for boards/worklists
Change-Id: I3bd2a564c84cf999767d6ce185fc1279ab2d2de5
2016-11-22 16:53:20 -08:00
James E. Blair d23955c423 Fix missed gerrit->storyboard substitution
Change-Id: I7793ef1c2e2cf4923e7aa15679209d4b14a11469
2016-10-31 15:51:36 -07:00
James E. Blair e4c972b803 Initial fork from gertty -> boartty
Change-Id: I8c0ce5550f2287f77fb31c790c3923d3d1b80481
2016-10-31 15:33:00 -07:00