Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error checking and cleanup | Luke Adams | 2018-10-05 | 1 | -7/+13 |
| | |||||
* | Make labelSelect with adaptive, add title | Luke Adams | 2018-10-05 | 1 | -25/+29 |
| | |||||
* | Fix bug in labelSelect addItem | Luke Adams | 2018-10-05 | 1 | -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 labelSelect | Luke Adams | 2018-10-04 | 1 | -14/+57 |
| | |||||
* | Make labelSelect update after add | Luke Adams | 2018-10-04 | 1 | -9/+9 |
| | |||||
* | Remove old label editing code from showBug | Luke Adams | 2018-10-04 | 1 | -75/+1 |
| | |||||
* | Use labelSelect to edit labels in bugView | Luke Adams | 2018-10-04 | 1 | -4/+10 |
| | |||||
* | Add labelSelect view for choosing labels | Luke Adams | 2018-10-04 | 2 | -10/+261 |
| | |||||
* | Merge pull request #60 from adamslc/commentedit | Michael Muré | 2018-10-04 | 4 | -8/+78 |
|\ | | | | | termui: add the ability to edit comments | ||||
| * | Add edit to instruction view | Luke Adams | 2018-10-04 | 1 | -1/+1 |
| | | |||||
| * | Enable editing comments in the term ui | Luke Adams | 2018-10-04 | 2 | -0/+68 |
| | | |||||
| * | Use operation hash for view name | Luke Adams | 2018-10-04 | 1 | -2/+3 |
| | | | | | | | | This change allows the operation to be found given only the view name. | ||||
| * | Make addCommentWithEditor accept a preMessage | Luke Adams | 2018-10-04 | 3 | -5/+6 |
|/ | |||||
* | github: explain better what happen with the user credentials | Michael Muré | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | commands: better multi choice prompt to select the target for "bridge configure" | Michael Muré | 2018-10-03 | 1 | -6/+10 |
| | |||||
* | Merge pull request #57 from adamslc/openclose | Michael Muré | 2018-10-03 | 1 | -1/+18 |
|\ | | | | | termui: add the ability to open/close in bug view | ||||
| * | make changes | Luke Adams | 2018-10-02 | 1 | -5/+8 |
| | | |||||
| * | add open/close in bug view | Luke Adams | 2018-10-02 | 1 | -1/+15 |
|/ | |||||
* | github: incremental import for labels, title edition, status changes | Michael Muré | 2018-10-02 | 1 | -8/+36 |
| | |||||
* | github: incremental import of comments + editions | Michael Muré | 2018-10-02 | 2 | -51/+196 |
| | |||||
* | github: working incremental + comment history for the first comment | Michael Muré | 2018-10-01 | 7 | -116/+416 |
| | |||||
* | bug: make sure to invalidate the hash when changing an op's metadata | Michael Muré | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | bug: message can be empty on edit comment | Michael Muré | 2018-10-01 | 1 | -4/+0 |
| | |||||
* | bug: in op convenience function, return the new op to be able to set ↵ | Michael Muré | 2018-10-01 | 10 | -81/+123 |
| | | | | metadata later | ||||
* | bug: custom error for the different error case when loading a bug | Michael Muré | 2018-10-01 | 1 | -2/+10 |
| | |||||
* | makefile: also clear the cache after deleting the bugs | Michael Muré | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | bug: add a new no-op operation to store arbitrary metadata on a bug | Michael Muré | 2018-10-01 | 1 | -0/+49 |
| | |||||
* | cache: also index the first op metadata | Michael Muré | 2018-10-01 | 1 | -0/+3 |
| | |||||
* | docs: update manpages due to change of month | Michael Muré | 2018-10-01 | 26 | -26/+26 |
| | |||||
* | commands: "bridge" don't take arguments | Michael Muré | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | add documentation | Michael Muré | 2018-10-01 | 5 | -0/+27 |
| | |||||
* | bug: add a test for operations hash | Michael Muré | 2018-10-01 | 1 | -0/+36 |
| | |||||
* | bug: add a test for OpBase metadata | Michael Muré | 2018-10-01 | 1 | -8/+11 |
| | |||||
* | bug: use a value embedding for OpBase | Michael Muré | 2018-10-01 | 18 | -87/+2314 |
| | |||||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 16 | -456/+1239 |
| | |||||
* | Merge pull request #54 from MichaelMure/editablecomment | Michael Muré | 2018-09-30 | 96 | -988/+13878 |
|\ | | | | | Core support for editable comments | ||||
| * | termui: advertise edited comments | Michael Muré | 2018-09-30 | 1 | -8/+22 |
| | | |||||
| * | timeline: various minor improvements | Michael Muré | 2018-09-30 | 12 | -79/+695 |
| | | |||||
| * | use more testify, fix unchecked errors | Michael Muré | 2018-09-29 | 25 | -91/+6156 |
| | | |||||
| * | termui: fix compilation | Michael Muré | 2018-09-29 | 1 | -10/+10 |
| | | |||||
| * | graphql: expose the new Timeline | Michael Muré | 2018-09-29 | 8 | -19/+1173 |
| | | |||||
| * | bug: implement comment edition | Michael Muré | 2018-09-29 | 38 | -70/+4602 |
| | | | | | | | | | | - add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations | ||||
| * | bug: apply an operation with a pointer to the snapshot | Michael Muré | 2018-09-29 | 9 | -21/+10 |
| | | |||||
| * | bug: define a hash-based identifier for an operation | Michael Muré | 2018-09-29 | 9 | -7/+64 |
| | | |||||
| * | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 31 | -418/+881 |
| | | |||||
* | | readme: fix a link | Michael Muré | 2018-09-29 | 1 | -1/+1 |
|/ | |||||
* | graphql: manually fix the generated code, gix the graphql handler | Michael Muré | 2018-09-29 | 1 | -10/+10 |
| | |||||
* | util: handle both sha1 and sha256 git hashes | Michael Muré | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | termui: better responsive columns in the bug table | Michael Muré | 2018-09-26 | 1 | -4/+3 |
| | |||||
* | select: clear the selected bug when invalid | Michael Muré | 2018-09-26 | 1 | -1/+16 |
| |