Commit log
bc1fb34
graphql: fix two bugs in the connection code
Click to expand commit body
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
7 years ago
5c568a3
gqlgen: add a small program to go:generate the code
Michael Muré
created
7 years ago
ef0d8fa
graphql: expose startCursor and endCursor as well for a connection
Michael Muré
created
7 years ago
43f808a
webui: don't pack the huge .map file for production
Michael Muré
created
7 years ago
5edcb6c
webui: revamp the bug list
Michael Muré
created
7 years ago
4c850b5
cleanup go imports
Michael Muré
created
7 years ago
df144e7
fix some linting trouble
Michael Muré
created
7 years ago
f2f779c
Update README.md
Michael Muré
created
7 years ago
3fe65c0
Update README.md
Michael Muré
created
7 years ago
c1a0811
build: someday travis will stop complaining
Michael Muré
created
7 years ago
bb6fad3
prepare a first version
Michael Muré
created
7 years ago
83185a8
test: make bug_actions_test race resistant
Michael Muré
created
7 years ago
e2f4b02
termui: implement push/pull
Michael Muré
created
7 years ago
721ed32
termui: fix scroll bug
Michael Muré
created
7 years ago
53a3d5e
termui: add and remove labels
Michael Muré
created
7 years ago
f51cc4a
termui: implement left/right navigation in show bug
Michael Muré
created
7 years ago
b96819a
termui: properly handle color sequence code even inside a word
Michael Muré
created
7 years ago
f7ef5cd
termui: fix the instructions being written on in show bug
Michael Muré
created
7 years ago
a0d509b
termui: display status and label changes in show bug
Michael Muré
created
7 years ago
34eea1f
termui: reset the scroll between show bug window
Michael Muré
created
7 years ago
de76b6f
termui: better padding for show bug
Michael Muré
created
7 years ago
5675299
termui: commit the bug when quiting the show bug window
Michael Muré
created
7 years ago
b6087d7
termui: colors show bug
Michael Muré
created
7 years ago
0da2bea
TextWrap: add a version with a left padding
Michael Muré
created
7 years ago
ca31258
TextWrap: support text with color escape sequence
Michael Muré
created
7 years ago
bf0a855
termui: implement scrolling with pageUp / pageDown
Michael Muré
created
7 years ago
204ca0a
termui: implement scrolling by selecting block in show bug
Michael Muré
created
7 years ago
8baa220
readme: add the go report card badge
Michael Muré
created
7 years ago
f1fa169
termui: selectable bloc
Michael Muré
created
7 years ago
716b859
termui: colors in the bug table
Michael Muré
created
7 years ago
ad9e35e
termui: add the previous title in the template when editing
Michael Muré
created
7 years ago
1017f8c
termui: fix an out of bound panic
Michael Muré
created
7 years ago
929d709
bash completion: thanks to @tst2005, make the completion works for "git bug <command>"
Michael Muré
created
7 years ago
b8e9e58
webui: fix graphql queries
Michael Muré
created
7 years ago
ca4c829
readme: cleanup
Michael Muré
created
7 years ago
28670ff
doc: complete the model doc now that the code is more stable
Michael Muré
created
7 years ago
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
7 years ago
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
7 years ago
d2f5e6b
webui: pack the files only on demand
Michael Muré
created
7 years ago
84131cb
manpages: update names following the change of section
Michael Muré
created
7 years ago
3edec36
make git-bug go gettable without having to commit the builded webUI
Michael Muré
created
7 years ago
7d57ec6
clarify the git internal storage feature
Michael Muré
created
7 years ago
26e7ce4
upgrade the readme
Michael Muré
created
7 years ago
b2f20c9
util: add a Lamport clock implementation as well as a persistable one
Michael Muré
created
7 years ago
90fb85e
bug: store the referenced media in their own git tree under /media, as per the doc I wrote myself
Michael Muré
created
7 years ago
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
7 years ago
90ccc94
travis: configure cross-compile + deploy on github + codecov
Michael Muré
created
7 years ago
ba16fc1
termui: more work on the show bug window
Michael Muré
created
7 years ago
5c86164
util: add a text wrapping function
Michael Muré
created
7 years ago
Michael Muré
created
7 years ago
Page 22 of 25