Commit Graph

467 Commits

Author SHA1 Message Date
Rafael Passos
f72b18496b moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
Rafael Passos
4f4af4584f changing t type where used 2018-10-24 18:27:43 -03:00
Michael Muré
3fa9673360
removed unnecessary empty string from print
Co-Authored-By: auyer <rafael@rcpassos.me>
2018-10-24 18:12:50 -03:00
Michael Muré
a405c33ed6
Renamed struct from t to Cleaner
Co-Authored-By: auyer <rafael@rcpassos.me>
2018-10-24 18:11:36 -03:00
Rafael Passos
c38f8f1c30 Registering lock clearing functions to Cleaner 2018-10-23 18:01:00 -03:00
Rafael Passos
addeb9a0a1 Created Cleaner package 2018-10-23 18:00:55 -03:00
Michael Muré
e79476a962
Merge pull request #70 from auyer/patch-1
[DOC] Updated usage examples in README.md
2018-10-23 00:27:10 +02:00
Rafael Passos
bf34aae6e3 git bug new updated to git bug add
Current README.md docs are missleading. The "new" command has been changed.
2018-10-22 18:34:18 -03:00
Michael Muré
2ab2412771
version 0.4.0 2018-10-21 12:33:08 +02:00
Michael Muré
82701f8ce7
bug: add a new SetMetadataOperation to retroactively tag operations 2018-10-21 00:55:58 +02:00
Michael Muré
d37ffa6bd4
commands: unify the processing from editor/file/stdin for "add" and "comment add"
fix #68
2018-10-17 21:42:13 +02:00
Michael Muré
f67c57c084
commands: check the bug id before the user write the message for "comment add" 2018-10-17 20:59:36 +02:00
Michael Muré
b08e28e67e
commands: fix "comment add" flags set on the wrong command 2018-10-17 20:47:31 +02:00
Michael Muré
7a511f9a13
commands: don't load the repo for commands that don't need it
fix #67
2018-10-17 20:39:35 +02:00
Michael Muré
0e5c5a4db4
Merge pull request #69 from eiro/eiro/better-introduction-text
a better introduction message for the help page
2018-10-17 20:38:31 +02:00
Marc Chantreux
fa23ccc5e5 a better introduction message for the help page 2018-10-17 20:05:46 +02:00
Michael Muré
1b9121def5
Merge branch 'labeledit' 2018-10-17 19:51:39 +02:00
Michael Muré
7275280de3
termui: some cleanup in the label edition code 2018-10-17 19:50:41 +02:00
Luke Adams
4cb43815d0 Fix label select scrolling
This also sort of breaks the focus-on-add mechanism, but I can't think
of a good way to implement it.
2018-10-16 15:27:07 -06:00
Luke Adams
803fc6a8d0 Fix bug in computing added/removed labels 2018-10-16 14:36:57 -06:00
Luke Adams
3eedb6f65a Fix error when label list is empty 2018-10-16 14:13:04 -06:00
Michael Muré
e89375f229
fix js formatting with prettier 2018-10-13 12:29:47 +02:00
Michael Muré
a37a53203d
fix build 2018-10-07 19:03:41 +02:00
Michael Muré
e414a0e3a1
webui: update packed files 2018-10-07 19:03:06 +02:00
Michael Muré
7cb7994cda
github: also pull users email 2018-10-07 18:27:23 +02:00
Michael Muré
03202fed49
graphql: add missing operation 2018-10-07 17:41:47 +02:00
Michael Muré
64133ee5ba
github: deal with the deleted user case where github return a null actor 2018-10-06 11:55:16 +02:00
Luke Adams
788cdb0633 Set minimum width for labelSelect 2018-10-05 13:12:47 -06:00
Luke Adams
b23f539a77 Error checking and cleanup 2018-10-05 12:22:15 -06:00
Luke Adams
b1b310d978 Make labelSelect with adaptive, add title 2018-10-05 12:18:00 -06:00
Luke Adams
3378e6409e Fix bug in labelSelect addItem
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.
2018-10-05 11:52:41 -06:00
Michael Muré
558e149b25
github: handle the case where no diff is available for a comment edition 2018-10-05 17:53:06 +02:00
Luke Adams
f50d65b892 Add scrolling to labelSelect 2018-10-04 16:49:03 -06:00
Luke Adams
98f27e9e7c Make labelSelect update after add 2018-10-04 13:51:00 -06:00
Luke Adams
da1af34584 Remove old label editing code from showBug 2018-10-04 13:51:00 -06:00
Luke Adams
59658bb98e Use labelSelect to edit labels in bugView 2018-10-04 13:51:00 -06:00
Luke Adams
e8173d4663 Add labelSelect view for choosing labels 2018-10-04 13:51:00 -06:00
Michael Muré
43db2c7734
Merge pull request #60 from adamslc/commentedit
termui:  add the ability to edit comments
2018-10-04 21:47:01 +02:00
Luke Adams
97afd6b68a Add edit to instruction view 2018-10-04 13:18:52 -06:00
Luke Adams
c96015e634 Enable editing comments in the term ui 2018-10-04 10:51:19 -06:00
Luke Adams
e47c07681c Use operation hash for view name
This change allows the operation to be found given only the view name.
2018-10-04 10:30:56 -06:00
Luke Adams
bc8e6754a7 Make addCommentWithEditor accept a preMessage 2018-10-04 10:29:19 -06:00
Michael Muré
f464363213
github: explain better what happen with the user credentials 2018-10-03 21:07:58 +02:00
Michael Muré
f37155d00f
commands: better multi choice prompt to select the target for "bridge configure" 2018-10-03 21:05:19 +02:00
Michael Muré
61f16ce15a
Merge pull request #57 from adamslc/openclose
termui: add the ability to open/close in bug view
2018-10-03 12:51:12 +02:00
Luke Adams
6698acd8ce make changes 2018-10-02 16:18:39 -06:00
Luke Adams
f262a01b1f add open/close in bug view 2018-10-02 14:14:06 -06:00
Michael Muré
b5025a51a2
github: incremental import for labels, title edition, status changes 2018-10-02 13:16:07 +02:00
Michael Muré
892c25aa25
github: incremental import of comments + editions 2018-10-02 13:02:16 +02:00
Michael Muré
8ec1dd0926
github: working incremental + comment history for the first comment 2018-10-01 23:34:45 +02:00