Commit log

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

c96015e Enable editing comments in the term ui

Luke Adams created

e47c076 Use operation hash for view name

Click to expand commit body
This change allows the operation to be found given only the view name.

Luke Adams created

bc8e675 Make addCommentWithEditor accept a preMessage

Luke Adams created

f464363 github: explain better what happen with the user credentials

Michael Muré created

f37155d commands: better multi choice prompt to select the target for "bridge configure"

Michael Muré created

61f16ce Merge pull request #57 from adamslc/openclose

Click to expand commit body
termui: add the ability to open/close in bug view

Michael Muré created

6698acd make changes

Luke Adams created

f262a01 add open/close in bug view

Luke Adams created

b5025a5 github: incremental import for labels, title edition, status changes

Michael Muré created

892c25a github: incremental import of comments + editions

Michael Muré created

8ec1dd0 github: working incremental + comment history for the first comment

Michael Muré created

f18c2d2 bug: make sure to invalidate the hash when changing an op's metadata

Michael Muré created

0fe7958 bug: message can be empty on edit comment

Michael Muré created

6ea6f36 bug: in op convenience function, return the new op to be able to set metadata later

Michael Muré created

f026f61 bug: custom error for the different error case when loading a bug

Michael Muré created

aea85f0 makefile: also clear the cache after deleting the bugs

Michael Muré created

de81ed4 bug: add a new no-op operation to store arbitrary metadata on a bug

Michael Muré created

be59fe0 cache: also index the first op metadata

Michael Muré created

95021a0 docs: update manpages due to change of month

Michael Muré created