aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | | a nice templace is now provided with explanations new: title and message can now be provided from the editor. Title will be the first non-empty line
* 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 ↵Michael Muré2018-07-304-50/+6
| | | | query
* 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
|
* cleaningMichael Muré2018-07-273-56/+1
|
* allow to run commands from lower than the root of a git repoMichael Muré2018-07-261-6/+8
|
* cleaningMichael Muré2018-07-262-5/+1
|
* travis: add codegov hookMichael Muré2018-07-251-0/+4
|
* cache: add shortcut functionsMichael Muré2018-07-251-0/+25
|
* add a cache to support the graphql API and the future interactive CLI UIMichael Muré2018-07-252-11/+177
|
* some cleaningMichael Muré2018-07-255-35/+41
|