aboutsummaryrefslogtreecommitdiffstats
path: root/termui
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'labeledit'Michael Muré2018-10-173-87/+329
|\
| * termui: some cleanup in the label edition codeMichael Muré2018-10-171-9/+12
| |
| * Fix label select scrollingLuke Adams2018-10-161-31/+6
| | | | | | | | | | This also sort of breaks the focus-on-add mechanism, but I can't think of a good way to implement it.
| * Fix bug in computing added/removed labelsLuke Adams2018-10-161-20/+25
| |
| * Fix error when label list is emptyLuke Adams2018-10-161-1/+22
| |
| * Set minimum width for labelSelectLuke Adams2018-10-051-1/+1
| |
| * Error checking and cleanupLuke Adams2018-10-051-7/+13
| |
| * Make labelSelect with adaptive, add titleLuke Adams2018-10-051-25/+29
| |
| * Fix bug in labelSelect addItemLuke Adams2018-10-051-1/+3
| | | | | | | | | | | | Adding a new item would cause a panic because focusView attempted to access a view that did not yet exist. Fixed by calling layout before calling focusView.
| * Add scrolling to labelSelectLuke Adams2018-10-041-14/+57
| |
| * Make labelSelect update after addLuke Adams2018-10-041-9/+9
| |
| * Remove old label editing code from showBugLuke Adams2018-10-041-75/+1
| |
| * Use labelSelect to edit labels in bugViewLuke Adams2018-10-041-4/+10
| |
| * Add labelSelect view for choosing labelsLuke Adams2018-10-042-10/+261
| |
* | github: also pull users emailMichael Muré2018-10-072-7/+7
|/
* Add edit to instruction viewLuke Adams2018-10-041-1/+1
|
* Enable editing comments in the term uiLuke Adams2018-10-042-0/+68
|
* Use operation hash for view nameLuke Adams2018-10-041-2/+3
| | | | This change allows the operation to be found given only the view name.
* Make addCommentWithEditor accept a preMessageLuke Adams2018-10-041-1/+1
|
* make changesLuke Adams2018-10-021-5/+8
|
* add open/close in bug viewLuke Adams2018-10-021-1/+15
|
* bug: use deditated type for all TimelineItemMichael Muré2018-09-301-11/+11
|
* termui: advertise edited commentsMichael Muré2018-09-301-8/+22
|
* termui: fix compilationMichael Muré2018-09-291-10/+10
|
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-11/+11
|
* termui: better responsive columns in the bug tableMichael Muré2018-09-261-4/+3
|
* termui: detect when the title is not changed and abort the operationMichael Muré2018-09-261-1/+5
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-4/+4
|
* termui: use q as keybinding to quit the show bug viewMichael Muré2018-09-191-2/+2
|
* docs & cleaningMichael Muré2018-09-161-0/+1
|
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-151-12/+12
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-1/+1
|
* termui: use 'q' for quit and 's' for searchMichael Muré2018-09-131-3/+3
|
* catch a lot of error not being checkedMichael Muré2018-09-132-10/+12
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-2/+2
|
* termui: add missing query help textMichael Muré2018-09-131-1/+1
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-131-1/+1
|
* reorganize package for a more idomatic goMichael Muré2018-09-113-42/+44
|
* termui: allow to change the bug queryMichael Muré2018-09-113-14/+71
|
* termui: use Esc key to quit instead of 'q' to free it for a "query" featureMichael Muré2018-09-113-4/+6
|
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-091-3/+8
|
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-1/+1
|
* cache: provide a generic bug sorting functionMichael Muré2018-09-021-5/+1
|
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-25/+11
|
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-312-14/+7
|
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-233-16/+20
|
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-231-1/+1
| | | | sorting and retrieval
* termui: fix a crash when a bug is created with an empty messageMichael Muré2018-08-171-6/+9
|
* termui: fix left/right unnecessarely moving up/downMichael Muré2018-08-171-2/+12
|
* termiu: show the bug after creationMichael Muré2018-08-173-11/+25
|