aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | fix js formatting with prettierMichael Muré2018-10-131-3/+3
| |
* | fix buildMichael Muré2018-10-071-0/+37
| |
* | webui: update packed filesMichael Muré2018-10-071-20/+20
| |
* | github: also pull users emailMichael Muré2018-10-0720-48/+252
| |
* | graphql: add missing operationMichael Muré2018-10-074-6/+425
| |
* | github: deal with the deleted user case where github return a null actorMichael Muré2018-10-067-77/+180
| |
* | github: handle the case where no diff is available for a comment editionMichael Muré2018-10-051-69/+133
|/
* Merge pull request #60 from adamslc/commenteditMichael Muré2018-10-044-8/+78
|\ | | | | termui: add the ability to edit comments
| * 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-043-5/+6
|/
* github: explain better what happen with the user credentialsMichael Muré2018-10-031-1/+1
|
* commands: better multi choice prompt to select the target for "bridge configure"Michael Muré2018-10-031-6/+10
|
* Merge pull request #57 from adamslc/opencloseMichael Muré2018-10-031-1/+18
|\ | | | | termui: add the ability to open/close in bug view
| * make changesLuke Adams2018-10-021-5/+8
| |
| * add open/close in bug viewLuke Adams2018-10-021-1/+15
|/
* github: incremental import for labels, title edition, status changesMichael Muré2018-10-021-8/+36
|
* github: incremental import of comments + editionsMichael Muré2018-10-022-51/+196
|
* github: working incremental + comment history for the first commentMichael Muré2018-10-017-116/+416
|
* bug: make sure to invalidate the hash when changing an op's metadataMichael Muré2018-10-011-0/+1
|
* bug: message can be empty on edit commentMichael Muré2018-10-011-4/+0
|
* bug: in op convenience function, return the new op to be able to set ↵Michael Muré2018-10-0110-81/+123
| | | | metadata later
* bug: custom error for the different error case when loading a bugMichael Muré2018-10-011-2/+10
|
* makefile: also clear the cache after deleting the bugsMichael Muré2018-10-011-0/+1
|
* bug: add a new no-op operation to store arbitrary metadata on a bugMichael Muré2018-10-011-0/+49
|
* cache: also index the first op metadataMichael Muré2018-10-011-0/+3
|
* docs: update manpages due to change of monthMichael Muré2018-10-0126-26/+26
|
* commands: "bridge" don't take argumentsMichael Muré2018-10-011-0/+1
|
* add documentationMichael Muré2018-10-015-0/+27
|
* bug: add a test for operations hashMichael Muré2018-10-011-0/+36
|
* bug: add a test for OpBase metadataMichael Muré2018-10-011-8/+11
|
* bug: use a value embedding for OpBaseMichael Muré2018-10-0118-87/+2314
|
* bug: use deditated type for all TimelineItemMichael Muré2018-09-3016-456/+1239
|
* Merge pull request #54 from MichaelMure/editablecommentMichael Muré2018-09-3096-988/+13878
|\ | | | | Core support for editable comments
| * termui: advertise edited commentsMichael Muré2018-09-301-8/+22
| |
| * timeline: various minor improvementsMichael Muré2018-09-3012-79/+695
| |