Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clarify the git internal storage feature | Michael Muré | 2018-08-06 | 1 | -1/+3 |
| | |||||
* | upgrade the readme | Michael Muré | 2018-08-06 | 11 | -68/+83 |
| | |||||
* | util: add a Lamport clock implementation as well as a persistable one | Michael Muré | 2018-08-05 | 3 | -0/+232 |
| | |||||
* | bug: store the referenced media in their own git tree under /media, as per ↵ | Michael Muré | 2018-08-05 | 2 | -18/+50 |
| | | | | the doc I wrote myself | ||||
* | travis: now I remember why i removed codegov | Michael Muré | 2018-08-04 | 1 | -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 + codecov | Michael Muré | 2018-08-04 | 2 | -1/+23 |
| | |||||
* | termui: more work on the show bug window | Michael Muré | 2018-08-03 | 1 | -22/+74 |
| | |||||
* | util: add a text wrapping function | Michael Muré | 2018-08-03 | 3 | -24/+191 |
| | |||||
* | fix test | Michael Muré | 2018-08-02 | 2 | -3/+3 |
| | |||||
* | implement media hosting in git for comments + API for the webui | Michael Muré | 2018-08-02 | 17 | -45/+265 |
| | |||||
* | webui: add the http handlers for read/write git blob for media in comments | Michael Muré | 2018-08-02 | 1 | -0/+111 |
| | |||||
* | termui: show the last edit in a dedicated column | Michael Muré | 2018-08-02 | 4 | -26/+71 |
| | |||||
* | termui: implement addComment and setTitle | Michael Muré | 2018-08-02 | 6 | -85/+187 |
| | |||||
* | cache: some refactoring | Michael Muré | 2018-08-02 | 4 | -104/+103 |
| | |||||
* | graphql: implement the missing mutations | Michael Muré | 2018-08-01 | 6 | -4/+634 |
| | |||||
* | graphql: simplify the requests with helpers | Michael Muré | 2018-08-01 | 21 | -2707/+483 |
| | |||||
* | replace strings.Builder with a bytes.Buffer to support go 1.9 | Michael Muré | 2018-08-01 | 1 | -8/+8 |
| | |||||
* | termui: add a view to display a bug | Michael Muré | 2018-08-01 | 22 | -49/+265 |
| | |||||
* | termui: fix a pagination off by one | Michael Muré | 2018-07-31 | 1 | -4/+4 |
| | |||||
* | termui: add a reusable error popup, use it for badly formated bug creation | Michael Muré | 2018-07-31 | 3 | -33/+142 |
| | |||||
* | vendor deps | Michael Muré | 2018-07-31 | 8 | -1/+596 |
| | |||||
* | termui: use the editor to create a new bug | Michael Muré | 2018-07-31 | 7 | -173/+271 |
| | |||||
* | cli: rework new and comment command to better use the editor | Michael Muré | 2018-07-31 | 7 | -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 schema | Quentin Gliech | 2018-07-31 | 3 | -13/+27 |
| | |||||
* | termui: PgUp & PgDown to pagine the bug list as well | Michael Muré | 2018-07-30 | 2 | -2/+1 |
| | |||||
* | vendor gocui on the master branch because of no release in a while | Michael Muré | 2018-07-30 | 11 | -368/+484 |
| | |||||
* | vendor gocui | Michael Muré | 2018-07-30 | 42 | -1/+6745 |
| | |||||
* | termui: interactive and responsible list of bugs | Michael Muré | 2018-07-30 | 3 | -21/+107 |
| | |||||
* | wip terminal ui | Michael Muré | 2018-07-30 | 9 | -2/+414 |
| | |||||
* | graphql: move the mutations to a root Mutation type | Michael Muré | 2018-07-30 | 5 | -157/+154 |
| | |||||
* | graphql: implement a first mutation | Michael Muré | 2018-07-30 | 8 | -2/+203 |
| | |||||
* | graphql: use an interface instead of an union for the operations for easier ↵ | Michael Muré | 2018-07-30 | 4 | -50/+6 |
| | | | | query | ||||
* | graphql: fix knot in the graphql/gqlgen usage | Michael Muré | 2018-07-29 | 9 | -65/+62 |
| | |||||
* | webui: show graphql urls | Michael Muré | 2018-07-29 | 1 | -1/+3 |
| | |||||
* | graphql: document hack | Michael Muré | 2018-07-29 | 1 | -0/+4 |
| | |||||
* | graphql: lazy loading for the bug relay connection | Michael Muré | 2018-07-29 | 7 | -19/+77 |
| | |||||
* | graphql: fix marshaling of label | Michael Muré | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | graphql: directly return a connection, cleaning | Michael Muré | 2018-07-29 | 18 | -1053/+480 |
| | |||||
* | cleaning | Michael Muré | 2018-07-29 | 74 | -15056/+16 |
| | |||||
* | relay connection working with gqlgen | Michael Muré | 2018-07-29 | 78 | -829/+8738 |
| | |||||
* | wip gqlgen | Michael Muré | 2018-07-27 | 6 | -0/+3366 |
| | |||||
* | follow go naming convention | Michael Muré | 2018-07-27 | 2 | -41/+41 |
| | |||||
* | cleaning | Michael Muré | 2018-07-27 | 3 | -56/+1 |
| | |||||
* | allow to run commands from lower than the root of a git repo | Michael Muré | 2018-07-26 | 1 | -6/+8 |
| | |||||
* | cleaning | Michael Muré | 2018-07-26 | 2 | -5/+1 |
| | |||||
* | travis: add codegov hook | Michael Muré | 2018-07-25 | 1 | -0/+4 |
| | |||||
* | cache: add shortcut functions | Michael Muré | 2018-07-25 | 1 | -0/+25 |
| | |||||
* | add a cache to support the graphql API and the future interactive CLI UI | Michael Muré | 2018-07-25 | 2 | -11/+177 |
| | |||||
* | some cleaning | Michael Muré | 2018-07-25 | 5 | -35/+41 |
| | |||||
* | Remove webui/build/ from git tree | Quentin Gliech | 2018-07-25 | 9 | -26/+1 |
| |