Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | bridge: fix wrong error used | Michael Muré | 2020-02-08 | 1 | -1/+1 | |
| | * | github: make sure to have a name | Michael Muré | 2020-02-08 | 1 | -0/+5 | |
| | * | fix tests ? | Michael Muré | 2020-02-08 | 2 | -10/+10 | |
| | * | fix merge | Michael Muré | 2020-02-08 | 4 | -157/+9 | |
| | * | it compiles \o/ | Michael Muré | 2020-02-08 | 24 | -94/+175 | |
| | * | gitlab also compile | Michael Muré | 2020-02-08 | 10 | -144/+113 | |
| | * | more more wip | Michael Muré | 2020-02-08 | 30 | -155/+313 | |
| | * | wip | Michael Muré | 2020-02-08 | 8 | -84/+49 | |
| | * | more wip | Michael Muré | 2020-02-08 | 1 | -1/+35 | |
| | * | cache: rework resolving of bugs, identity | Michael Muré | 2020-02-08 | 1 | -42/+30 | |
| | * | identity: rework mutation | Michael Muré | 2020-02-08 | 3 | -6/+33 | |
| | * | more wip | Michael Muré | 2020-02-08 | 9 | -83/+47 | |
| | * | WIP | Michael Muré | 2020-02-08 | 6 | -110/+78 | |
| | * | input: better reusable prompt functions | Michael Muré | 2020-02-08 | 3 | -141/+110 | |
| |/ | ||||||
| * | various cleanups suggested by golang-ci | Michael Muré | 2020-02-08 | 7 | -49/+29 | |
| * | Merge pull request #314 from MichaelMure/dependabot/go_modules/golang.org/x/t... | Michael Muré | 2020-02-07 | 2 | -1/+4 | |
| |\ | ||||||
| | * | build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2 | dependabot-preview[bot] | 2020-02-07 | 2 | -1/+4 | |
| |/ | ||||||
| * | Merge pull request #311 from MichaelMure/dependabot/go_modules/github.com/pkg... | Michael Muré | 2020-02-07 | 2 | -1/+3 | |
| |\ | ||||||
| | * | build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 | dependabot-preview[bot] | 2020-02-07 | 2 | -1/+3 | |
| * | | Merge pull request #313 from MichaelMure/dependabot/go_modules/github.com/fat... | Michael Muré | 2020-02-07 | 2 | -1/+5 | |
| |\ \ | ||||||
| | * | | build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0 | dependabot-preview[bot] | 2020-02-07 | 2 | -1/+5 | |
| | |/ | ||||||
| * | | Merge pull request #312 from MichaelMure/dependabot/go_modules/github.com/Mic... | Michael Muré | 2020-02-07 | 2 | -1/+3 | |
| |\ \ | ||||||
| | * | | build(deps): bump github.com/MichaelMure/go-term-text | dependabot-preview[bot] | 2020-02-07 | 2 | -1/+3 | |
| * | | | Merge pull request #310 from MichaelMure/dependabot/go_modules/github.com/xan... | Michael Muré | 2020-02-07 | 2 | -1/+3 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0 | dependabot-preview[bot] | 2020-02-07 | 2 | -1/+3 | |
| | |/ | ||||||
| * | | Merge pull request #309 from MichaelMure/dependabot/go_modules/github.com/mat... | Michael Muré | 2020-02-07 | 2 | -1/+5 | |
| |\ \ | | |/ | |/| | ||||||
| | * | build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12 | dependabot-preview[bot] | 2020-02-07 | 2 | -1/+5 | |
| |/ | ||||||
| * | Merge pull request #305 from MichaelMure/gomod | Michael Muré | 2020-02-07 | 1015 | -329025/+2490 | |
| |\ | ||||||
| | * | build: drop support for go 1.10 | Michael Muré | 2020-02-06 | 3 | -5/+3 | |
| | * | travis, attempt to fix the build by using updated go version | Michael Muré | 2020-02-06 | 1 | -4/+14 | |
| | * | upgrade to gqlgen master, waiting for a release | Michael Muré | 2020-02-05 | 7 | -2659/+2287 | |
| | * | migrate to go modules | Michael Muré | 2020-02-05 | 1010 | -326366/+195 | |
| |/ | ||||||
| * | cache: don't store legacy identities IDs in bug excerpt as they are not reach... | Michael Muré | 2020-02-03 | 1 | -6/+10 | |
| * | Merge pull request #301 from MichaelMure/webui/issue-filtering | Michael Muré | 2020-01-31 | 8 | -95/+684 | |
| |\ | ||||||
| | * | webui: add open/closed issues count | Quentin Gliech | 2020-01-30 | 2 | -16/+68 | |
| | * | webui: implement issue list sort | Quentin Gliech | 2020-01-30 | 4 | -22/+97 | |
| | * | webui: implement filtering | Quentin Gliech | 2020-01-25 | 4 | -37/+298 | |
| | * | webui: enhance the issue list page | Quentin Gliech | 2020-01-24 | 6 | -96/+297 | |
| |/ | ||||||
| * | Merge pull request #300 from ludovicm67/webui-display-current-identity | Michael Muré | 2020-01-24 | 4 | -4/+263 | |
| |\ | ||||||
| | * | webui: remove useless conditions | ludovicm67 | 2020-01-24 | 1 | -14/+8 | |
| | * | webui: add logo | ludovicm67 | 2020-01-24 | 3 | -7/+203 | |
| | * | webui: display current identity in the AppBar | ludovicm67 | 2020-01-23 | 2 | -3/+60 | |
| | * | webui: fix AppBar | ludovicm67 | 2020-01-23 | 1 | -1/+4 | |
| | * | webui: change primary color | ludovicm67 | 2020-01-23 | 1 | -2/+11 | |
| * | | Merge pull request #299 from ludovicm67/fix-webui | Michael Muré | 2020-01-23 | 5 | -1/+45 | |
| |\| | ||||||
| | * | webui: fix width for pre tags in bug messages | ludovicm67 | 2020-01-23 | 3 | -0/+19 | |
| | * | webui: open image in a new tab on click | ludovicm67 | 2020-01-23 | 1 | -3/+7 | |
| | * | webui: fix column width on bug | ludovicm67 | 2020-01-23 | 1 | -0/+1 | |
| | * | webui: custom image tag | ludovicm67 | 2020-01-23 | 2 | -1/+21 | |
| |/ | ||||||
| * | fix version not set properly when built on travis | Michael Muré | 2020-01-22 | 2 | -2/+6 |