Commit log

3cb74c7 update readme with new demo gif

Michael Muré created

cdc80c9 Add a gif file generated with ScreenToGif from the svg file

Michael Muré created

23a9aa9 update the termui screencast

Michael Muré created

9c89cf5 termui: tighter column in the bug table

Michael Muré created

ab970da termui: use the '↵' symbol to save screen space

Michael Muré created

5e74489 text: fix broken truncate with unicode and use the ellipsis character in LeftPadMaxLine

Michael Muré created

5653ae9 interrupt: minor cleaning

Michael Muré created

8be1078 Merge pull request #71 from auyer/master

Click to expand commit body
Cleaning lock files on Interruption

Michael Muré created

31cbddd Iverted order, moved print, and new tests

Rafael Passos created

8f012e2 RegisterCleaner now uses Variadic input + tests

Rafael Passos created

85032d4 Inverted boolean check

Rafael Passos created

f72b184 moved cleaner function to util/interrupt

Rafael Passos created

4f4af45 changing t type where used

Rafael Passos created

3fa9673 removed unnecessary empty string from print

Click to expand commit body
Co-Authored-By: auyer <rafael@rcpassos.me>

Michael Muré and auyer created

a405c33 Renamed struct from t to Cleaner

Click to expand commit body
Co-Authored-By: auyer <rafael@rcpassos.me>

Michael Muré and auyer created

c38f8f1 Registering lock clearing functions to Cleaner

Rafael Passos created

addeb9a Created Cleaner package

Rafael Passos created

e79476a Merge pull request #70 from auyer/patch-1

Click to expand commit body
[DOC] Updated usage examples in README.md

Michael Muré created

bf34aae git bug new updated to git bug add

Click to expand commit body
Current README.md docs are missleading. The "new" command has been changed.

Rafael Passos created

2ab2412 version 0.4.0

Michael Muré created

82701f8 bug: add a new SetMetadataOperation to retroactively tag operations

Michael Muré created

d37ffa6 commands: unify the processing from editor/file/stdin for "add" and "comment add"

Click to expand commit body
fix #68

Michael Muré created

f67c57c commands: check the bug id before the user write the message for "comment add"

Michael Muré created

b08e28e commands: fix "comment add" flags set on the wrong command

Michael Muré created

7a511f9 commands: don't load the repo for commands that don't need it

Click to expand commit body
fix #67

Michael Muré created

0e5c5a4 Merge pull request #69 from eiro/eiro/better-introduction-text

Click to expand commit body
a better introduction message for the help page

Michael Muré created

fa23ccc a better introduction message for the help page

Marc Chantreux created

1b9121d Merge branch 'labeledit'

Michael Muré created

7275280 termui: some cleanup in the label edition code

Michael Muré created

4cb4381 Fix label select scrolling

Click to expand commit body
This also sort of breaks the focus-on-add mechanism, but I can't think
of a good way to implement it.

Luke Adams created

803fc6a Fix bug in computing added/removed labels

Luke Adams created

3eedb6f Fix error when label list is empty

Luke Adams created

e89375f fix js formatting with prettier

Michael Muré created

a37a532 fix build

Michael Muré created

e414a0e webui: update packed files

Michael Muré created

7cb7994 github: also pull users email

Michael Muré created

03202fe graphql: add missing operation

Michael Muré created

64133ee github: deal with the deleted user case where github return a null actor

Michael Muré created

788cdb0 Set minimum width for labelSelect

Luke Adams created

b23f539 Error checking and cleanup

Luke Adams created

b1b310d Make labelSelect with adaptive, add title

Luke Adams created

3378e64 Fix bug in labelSelect addItem

Click to expand commit body
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.

Luke Adams created

558e149 github: handle the case where no diff is available for a comment edition

Michael Muré created

f50d65b Add scrolling to labelSelect

Luke Adams created

98f27e9 Make labelSelect update after add

Luke Adams created

da1af34 Remove old label editing code from showBug

Luke Adams created

59658bb Use labelSelect to edit labels in bugView

Luke Adams created

e8173d4 Add labelSelect view for choosing labels

Luke Adams created

43db2c7 Merge pull request #60 from adamslc/commentedit

Click to expand commit body
termui:  add the ability to edit comments

Michael Muré created

97afd6b Add edit to instruction view

Luke Adams created