aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 ↵Michael Muré2018-08-052-18/+50
| | | | the doc I wrote myself
* travis: now I remember why i removed codegovMichael Muré2018-08-041-2/+0
| | | | | | | | | | | | --> 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
* 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
|
* webui: add the http handlers for read/write git blob for media in commentsMichael Muré2018-08-021-0/+111
|
* termui: show the last edit in a dedicated columnMichael Muré2018-08-024-26/+71
|
* termui: implement addComment and setTitleMichael Muré2018-08-026-85/+187
|
* cache: some refactoringMichael Muré2018-08-024-104/+103
|
* graphql: implement the missing mutationsMichael Muré2018-08-016-4/+634
|
* graphql: simplify the requests with helpersMichael Muré2018-08-0121-2707/+483
|
* replace strings.Builder with a bytes.Buffer to support go 1.9Michael Muré2018-08-011-8/+8
|
* termui: add a view to display a bugMichael Muré2018-08-0122-49/+265
|
* termui: fix a pagination off by oneMichael Muré2018-07-311-4/+4
|
* termui: add a reusable error popup, use it for badly formated bug creationMichael Muré2018-07-313-33/+142
|