aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gqlgen: add a small program to go:generate the codeMichael Muré2018-08-1462-2/+18800
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-147-30/+110
* webui: don't pack the huge .map file for productionMichael Muré2018-08-145-28/+189
* webui: revamp the bug listMichael Muré2018-08-1410-2497/+2949
* cleanup go importsMichael Muré2018-08-1321-16/+37
* fix some linting troubleMichael Muré2018-08-1322-30/+111
* Update README.mdMichael Muré2018-08-131-2/+2
* Update README.mdMichael Muré2018-08-121-1/+7
* build: someday travis will stop complaining0.1.0Michael Muré2018-08-121-4/+1
* prepare a first versionMichael Muré2018-08-121-0/+2
* test: make bug_actions_test race resistantMichael Muré2018-08-121-22/+20
* termui: implement push/pullMichael Muré2018-08-1211-102/+247
* termui: fix scroll bugMichael Muré2018-08-121-1/+1
* termui: add and remove labelsMichael Muré2018-08-124-6/+186
* termui: implement left/right navigation in show bugMichael Muré2018-08-111-35/+118
* termui: properly handle color sequence code even inside a wordMichael Muré2018-08-113-37/+194
* termui: fix the instructions being written on in show bugMichael Muré2018-08-091-0/+5
* termui: display status and label changes in show bugMichael Muré2018-08-092-0/+79
* termui: reset the scroll between show bug windowMichael Muré2018-08-091-1/+1
* termui: better padding for show bugMichael Muré2018-08-091-6/+12
* termui: commit the bug when quiting the show bug windowMichael Muré2018-08-094-4/+22
* termui: colors show bugMichael Muré2018-08-091-24/+39
* TextWrap: add a version with a left paddingMichael Muré2018-08-091-4/+10
* TextWrap: support text with color escape sequenceMichael Muré2018-08-092-3/+24
* termui: implement scrolling with pageUp / pageDownMichael Muré2018-08-091-1/+37
* termui: implement scrolling by selecting block in show bugMichael Muré2018-08-091-13/+63
* readme: add the go report card badgeMichael Muré2018-08-091-0/+1
* termui: selectable blocMichael Muré2018-08-081-13/+77
* termui: colors in the bug tableMichael Muré2018-08-081-1/+8
* termui: add the previous title in the template when editingMichael Muré2018-08-082-4/+5
* termui: fix an out of bound panicMichael Muré2018-08-081-1/+1
* bash completion: thanks to @tst2005, make the completion works for "git bug <...Michael Muré2018-08-083-16/+11
* webui: fix graphql queriesMichael Muré2018-08-083-25/+25
* readme: cleanupMichael Muré2018-08-081-10/+9
* doc: complete the model doc now that the code is more stableMichael Muré2018-08-072-22/+54
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-0615-49/+345
* travis: run the cross compile only when deployingMichael Muré2018-08-061-1/+4
* webui: pack the files only on demandMichael Muré2018-08-063-2/+1
* manpages: update names following the change of sectionMichael Muré2018-08-0613-26/+26
* make git-bug go gettable without having to commit the builded webUIMichael Muré2018-08-064-5/+250
* clarify the git internal storage featureMichael Muré2018-08-061-1/+3
* upgrade the readmeMichael Muré2018-08-0611-68/+83
* util: add a Lamport clock implementation as well as a persistable oneMichael Muré2018-08-053-0/+232
* bug: store the referenced media in their own git tree under /media, as per th...Michael Muré2018-08-052-18/+50
* travis: now I remember why i removed codegovMichael Muré2018-08-041-2/+0
* travis: configure cross-compile + deploy on github + codecovMichael Muré2018-08-042-1/+23
* termui: more work on the show bug windowMichael Muré2018-08-031-22/+74
* util: add a text wrapping functionMichael Muré2018-08-033-24/+191
* fix testMichael Muré2018-08-022-3/+3
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-0217-45/+265