Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: unify the processing from editor/file/stdin for "add" and "comment ↵ | Michael Muré | 2018-10-17 | 3 | -12/+42 |
| | | | | | | add" fix #68 | ||||
* | commands: check the bug id before the user write the message for "comment add" | Michael Muré | 2018-10-17 | 1 | -5/+5 |
| | |||||
* | commands: fix "comment add" flags set on the wrong command | Michael Muré | 2018-10-17 | 9 | -24/+30 |
| | |||||
* | commands: don't load the repo for commands that don't need it | Michael Muré | 2018-10-17 | 25 | -70/+90 |
| | | | | fix #67 | ||||
* | Merge pull request #69 from eiro/eiro/better-introduction-text | Michael Muré | 2018-10-17 | 1 | -1/+5 |
|\ | | | | | a better introduction message for the help page | ||||
| * | a better introduction message for the help page | Marc Chantreux | 2018-10-17 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'labeledit' | Michael Muré | 2018-10-17 | 3 | -87/+329 |
|\ \ | |/ |/| | |||||
| * | termui: some cleanup in the label edition code | Michael Muré | 2018-10-17 | 1 | -9/+12 |
| | | |||||
| * | Fix label select scrolling | Luke Adams | 2018-10-16 | 1 | -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 labels | Luke Adams | 2018-10-16 | 1 | -20/+25 |
| | | |||||
| * | Fix error when label list is empty | Luke Adams | 2018-10-16 | 1 | -1/+22 |
| | | |||||
| * | Set minimum width for labelSelect | Luke Adams | 2018-10-05 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
* | | fix js formatting with prettier | Michael Muré | 2018-10-13 | 1 | -3/+3 |
| | | |||||
* | | fix build | Michael Muré | 2018-10-07 | 1 | -0/+37 |
| | | |||||
* | | webui: update packed files | Michael Muré | 2018-10-07 | 1 | -20/+20 |
| | | |||||
* | | github: also pull users email | Michael Muré | 2018-10-07 | 20 | -48/+252 |
| | | |||||
* | | graphql: add missing operation | Michael Muré | 2018-10-07 | 4 | -6/+425 |
| | | |||||
* | | github: deal with the deleted user case where github return a null actor | Michael Muré | 2018-10-06 | 7 | -77/+180 |
| | | |||||
* | | github: handle the case where no diff is available for a comment edition | Michael Muré | 2018-10-05 | 1 | -69/+133 |
|/ | |||||
* | 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 |
| |