Commit log

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

a4be82c commands: "bridge" don't take arguments

Michael Muré created

a4b218a add documentation

Michael Muré created

97d9494 bug: add a test for operations hash

Michael Muré created

bda9b01 bug: add a test for OpBase metadata

Michael Muré created

3402230 bug: use a value embedding for OpBase

Michael Muré created

7f86898 bug: use deditated type for all TimelineItem

Michael Muré created

d71bb7d Merge pull request #54 from MichaelMure/editablecomment

Click to expand commit body
Core support for editable comments

Michael Muré created

bad9cda termui: advertise edited comments

Michael Muré created

037f5bf timeline: various minor improvements

Michael Muré created

d450c7a use more testify, fix unchecked errors

Michael Muré created

75c921c termui: fix compilation

Michael Muré created

36ebbe0 graphql: expose the new Timeline

Michael Muré created

c46d01f bug: implement comment edition

Click to expand commit body
- add a new operation
- add a new "timeline" in the snapshot that hold a processed version of the operations

Michael Muré created

8fdd6bf readme: fix a link

Michael Muré created

41e61a6 bug: apply an operation with a pointer to the snapshot

Michael Muré created