Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | TextWrap: add a version with a left padding | Michael Muré | 2018-08-09 | 1 | -4/+10 | |
| | ||||||
* | TextWrap: support text with color escape sequence | Michael Muré | 2018-08-09 | 2 | -3/+24 | |
| | ||||||
* | termui: implement scrolling with pageUp / pageDown | Michael Muré | 2018-08-09 | 1 | -1/+37 | |
| | ||||||
* | termui: implement scrolling by selecting block in show bug | Michael Muré | 2018-08-09 | 1 | -13/+63 | |
| | ||||||
* | readme: add the go report card badge | Michael Muré | 2018-08-09 | 1 | -0/+1 | |
| | ||||||
* | termui: selectable bloc | Michael Muré | 2018-08-08 | 1 | -13/+77 | |
| | ||||||
* | termui: colors in the bug table | Michael Muré | 2018-08-08 | 1 | -1/+8 | |
| | ||||||
* | termui: add the previous title in the template when editing | Michael Muré | 2018-08-08 | 2 | -4/+5 | |
| | ||||||
* | termui: fix an out of bound panic | Michael Muré | 2018-08-08 | 1 | -1/+1 | |
| | ||||||
* | bash completion: thanks to @tst2005, make the completion works for "git bug ↵ | Michael Muré | 2018-08-08 | 3 | -16/+11 | |
| | | | | <command>" | |||||
* | webui: fix graphql queries | Michael Muré | 2018-08-08 | 3 | -25/+25 | |
| | ||||||
* | readme: cleanup | Michael Muré | 2018-08-08 | 1 | -10/+9 | |
| | ||||||
* | doc: complete the model doc now that the code is more stable | Michael Muré | 2018-08-07 | 2 | -22/+54 | |
| | ||||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 15 | -49/+345 | |
| | | | | and edit time without having to rely on a timestamp | |||||
* | travis: run the cross compile only when deploying | Michael Muré | 2018-08-06 | 1 | -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 demand | Michael Muré | 2018-08-06 | 3 | -2/+1 | |
| | ||||||
* | manpages: update names following the change of section | Michael Muré | 2018-08-06 | 13 | -26/+26 | |
| | ||||||
* | make git-bug go gettable without having to commit the builded webUI | Michael Muré | 2018-08-06 | 4 | -5/+250 | |
| | ||||||
* | 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 |