24d862a
webUI: implement pagination on the bug list
Michael Muré created
24d862a
webUI: implement pagination on the bug list
Michael Muré created
bc1fb34
graphql: fix two bugs in the connection code
1) totalCount was incorrect when not in the first page
2) pageInfo.Has{Previous,Next}Page was incorrect when using before or after
Michael Muré created
5c568a3
gqlgen: add a small program to go:generate the code
Michael Muré created
ef0d8fa
graphql: expose startCursor and endCursor as well for a connection
Michael Muré created
43f808a
webui: don't pack the huge .map file for production
Michael Muré created
5edcb6c
webui: revamp the bug list
Michael Muré created
4c850b5
cleanup go imports
Michael Muré created
df144e7
fix some linting trouble
Michael Muré created
f2f779c
Update README.md
Michael Muré created
3fe65c0
Update README.md
Michael Muré created
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
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
--> 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