Commit log

c1a0811 build: someday travis will stop complaining

Michael Muré created

bb6fad3 prepare a first version

Michael Muré created

83185a8 test: make bug_actions_test race resistant

Michael Muré created

e2f4b02 termui: implement push/pull

Michael Muré created

721ed32 termui: fix scroll bug

Michael Muré created

53a3d5e termui: add and remove labels

Michael Muré created

f51cc4a termui: implement left/right navigation in show bug

Michael Muré created

b96819a termui: properly handle color sequence code even inside a word

Michael Muré created

f7ef5cd termui: fix the instructions being written on in show bug

Michael Muré created

a0d509b termui: display status and label changes in show bug

Michael Muré created

34eea1f termui: reset the scroll between show bug window

Michael Muré created

de76b6f termui: better padding for show bug

Michael Muré created

5675299 termui: commit the bug when quiting the show bug window

Michael Muré created

b6087d7 termui: colors show bug

Michael Muré created

0da2bea TextWrap: add a version with a left padding

Michael Muré created

ca31258 TextWrap: support text with color escape sequence

Michael Muré created

bf0a855 termui: implement scrolling with pageUp / pageDown

Michael Muré created

204ca0a termui: implement scrolling by selecting block in show bug

Michael Muré created

8baa220 readme: add the go report card badge

Michael Muré created

f1fa169 termui: selectable bloc

Michael Muré created

716b859 termui: colors in the bug table

Michael Muré created

ad9e35e termui: add the previous title in the template when editing

Michael Muré created

1017f8c termui: fix an out of bound panic

Michael Muré created

929d709 bash completion: thanks to @tst2005, make the completion works for "git bug <command>"

Michael Muré created

b8e9e58 webui: fix graphql queries

Michael Muré created

ca4c829 readme: cleanup

Michael Muré created

28670ff doc: complete the model doc now that the code is more stable

Michael Muré created

435be2b bug: add a Lamport logical clock to be able to sort bugs by creation time and edit time without having to rely on a timestamp

Michael Muré created

593891b travis: run the cross compile only when deploying

Click to expand commit body
note: travis is dumb here and we have to rewrite the same condition twice.
simply deploy/script would run all the time

Michael Muré created

d2f5e6b webui: pack the files only on demand

Michael Muré created

84131cb manpages: update names following the change of section

Michael Muré created

3edec36 make git-bug go gettable without having to commit the builded webUI

Michael Muré created

7d57ec6 clarify the git internal storage feature

Michael Muré created

26e7ce4 upgrade the readme

Michael Muré created

b2f20c9 util: add a Lamport clock implementation as well as a persistable one

Michael Muré created

90fb85e bug: store the referenced media in their own git tree under /media, as per the doc I wrote myself

Michael Muré created

597b0ea travis: now I remember why i removed codegov

Click to expand commit body
--> it fails on go 1.9:

"cannot use test profile flag with multiple packages"

It would require a script of some sort to compile all package coverage in the same report

--> report are innacurate

test in test/ are not accounted for the coverage

Michael Muré created

90ccc94 travis: configure cross-compile + deploy on github + codecov

Michael Muré created

ba16fc1 termui: more work on the show bug window

Michael Muré created

5c86164 util: add a text wrapping function

Michael Muré created

d88d59e fix test

Michael Muré created

d8f8972 implement media hosting in git for comments + API for the webui

Michael Muré created

ed8f7ec webui: add the http handlers for read/write git blob for media in comments

Michael Muré created

9488467 termui: show the last edit in a dedicated column

Michael Muré created

ae1ed6c termui: implement addComment and setTitle

Michael Muré created

e6a64b4 cache: some refactoring

Michael Muré created

e5a6a71 graphql: implement the missing mutations

Michael Muré created

15f2824 graphql: simplify the requests with helpers

Michael Muré created

5830dd8 replace strings.Builder with a bytes.Buffer to support go 1.9

Michael Muré created

c875d40 termui: add a view to display a bug

Michael Muré created