aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a new main to generate random bugsMichael Muré2018-08-1635-0/+2834
|
* makefile: add a target to remove all local bugsMichael Muré2018-08-161-1/+5
|
* webui: minor css improvementsMichael Muré2018-08-162-10/+15
|
* fix testsMichael Muré2018-08-151-1/+1
|
* webui: pack itMichael Muré2018-08-151-17/+17
|
* webui: display status change in the timelineMichael Muré2018-08-153-0/+43
|
* webui: display title changes in the timelineMichael Muré2018-08-153-0/+49
|
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-155-7/+41
|
* webui: display label changes in the timeline + cleaning evrywhereMichael Muré2018-08-159-37/+122
|
* webui: rework of the bug page with a timelineMichael Muré2018-08-158-68/+231
|
* webui: reorganize the codeMichael Muré2018-08-157-76/+85
|
* webUI: implement pagination on the bug listMichael Muré2018-08-151-15/+133
|
* graphql: fix two bugs in the connection codeMichael Muré2018-08-154-4/+16
| | | | | 1) totalCount was incorrect when not in the first page 2) pageInfo.Has{Previous,Next}Page was incorrect when using before or after
* 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
| | | | <command>"
* 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 ↵Michael Muré2018-08-0615-49/+345
| | | | and edit time without having to rely on a timestamp
* travis: run the cross compile only when deployingMichael Muré2018-08-061-1/+4
| | | | | note: travis is dumb here and we have to rewrite the same condition twice. simply deploy/script would run all the time