aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* vendor depsMichael Muré2018-07-318-1/+596
* termui: use the editor to create a new bugMichael Muré2018-07-317-173/+271
* cli: rework new and comment command to better use the editorMichael Muré2018-07-317-28/+146
* webui: Use the new schemaQuentin Gliech2018-07-313-13/+27
* termui: PgUp & PgDown to pagine the bug list as wellMichael Muré2018-07-302-2/+1
* vendor gocui on the master branch because of no release in a whileMichael Muré2018-07-3011-368/+484
* vendor gocuiMichael Muré2018-07-3042-1/+6745
* termui: interactive and responsible list of bugsMichael Muré2018-07-303-21/+107
* wip terminal uiMichael Muré2018-07-309-2/+414
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-305-157/+154
* graphql: implement a first mutationMichael Muré2018-07-308-2/+203
* graphql: use an interface instead of an union for the operations for easier q...Michael Muré2018-07-304-50/+6
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-299-65/+62
* webui: show graphql urlsMichael Muré2018-07-291-1/+3
* graphql: document hackMichael Muré2018-07-291-0/+4
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-297-19/+77
* graphql: fix marshaling of labelMichael Muré2018-07-291-1/+1
* graphql: directly return a connection, cleaningMichael Muré2018-07-2918-1053/+480
* cleaningMichael Muré2018-07-2974-15056/+16
* relay connection working with gqlgenMichael Muré2018-07-2978-829/+8738
* wip gqlgenMichael Muré2018-07-276-0/+3366
* follow go naming conventionMichael Muré2018-07-272-41/+41