aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* various cleanups suggested by golang-ciMichael Muré2020-02-087-49/+29
|
* Merge pull request #314 from ↵Michael Muré2020-02-072-1/+4
|\ | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/text-0.3.2 build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2
| * build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2dependabot-preview[bot]2020-02-072-1/+4
|/ | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.0...v0.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #311 from ↵Michael Muré2020-02-072-1/+3
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/pkg/errors-0.9.1 build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1
| * build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1dependabot-preview[bot]2020-02-072-1/+3
| | | | | | | | | | | | | | Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/pkg/errors/releases) - [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #313 from ↵Michael Muré2020-02-072-1/+5
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/fatih/color-1.9.0 build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0
| * | build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0dependabot-preview[bot]2020-02-072-1/+5
| |/ | | | | | | | | | | | | Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.9.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.7.0...v1.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #312 from ↵Michael Muré2020-02-072-1/+3
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.6 build(deps): bump github.com/MichaelMure/go-term-text from 0.2.4 to 0.2.6
| * | build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-02-072-1/+3
| | | | | | | | | | | | | | | | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.4 to 0.2.6. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.4...v0.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #310 from ↵Michael Muré2020-02-072-1/+3
|\ \ \ | |_|/ |/| | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.24.0 build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0dependabot-preview[bot]2020-02-072-1/+3
| |/ | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.1 to 0.24.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.22.1...v0.24.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #309 from ↵Michael Muré2020-02-072-1/+5
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.12 build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12
| * build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12dependabot-preview[bot]2020-02-072-1/+5
|/ | | | | | | Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.8 to 0.0.12. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.8...v0.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #305 from MichaelMure/gomodMichael Muré2020-02-071015-329025/+2490
|\ | | | | migrate to go modules, update gqlgen
| * build: drop support for go 1.10Michael Muré2020-02-063-5/+3
| |
| * travis, attempt to fix the build by using updated go versionMichael Muré2020-02-061-4/+14
| |
| * upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-057-2659/+2287
| |
| * migrate to go modulesMichael Muré2020-02-051010-326366/+195
|/
* cache: don't store legacy identities IDs in bug excerpt as they are not ↵Michael Muré2020-02-031-6/+10
| | | | reachable. Fix a panic
* Merge pull request #301 from MichaelMure/webui/issue-filteringMichael Muré2020-01-318-95/+684
|\ | | | | Issue list improvements and filtering
| * webui: add open/closed issues countQuentin Gliech2020-01-302-16/+68
| |
| * webui: implement issue list sortQuentin Gliech2020-01-304-22/+97
| |
| * webui: implement filteringQuentin Gliech2020-01-254-37/+298
| |
| * webui: enhance the issue list pageQuentin Gliech2020-01-246-96/+297
|/ | | | | | This starts some ground work for filtering & moves the pagination logic in the query params. Also has a nice loading placeholder.
* Merge pull request #300 from ludovicm67/webui-display-current-identityMichael Muré2020-01-244-4/+263
|\ | | | | Webui: display current identity + improve app bar
| * webui: remove useless conditionsludovicm672020-01-241-14/+8
| |
| * webui: add logoludovicm672020-01-243-7/+203
| |
| * webui: display current identity in the AppBarludovicm672020-01-232-3/+60
| |
| * webui: fix AppBarludovicm672020-01-231-1/+4
| |
| * webui: change primary colorludovicm672020-01-231-2/+11
| |
* | Merge pull request #299 from ludovicm67/fix-webuiMichael Muré2020-01-235-1/+45
|\| | | | | Fix column overflow in webui
| * webui: fix width for pre tags in bug messagesludovicm672020-01-233-0/+19
| |
| * webui: open image in a new tab on clickludovicm672020-01-231-3/+7
| |
| * webui: fix column width on bugludovicm672020-01-231-0/+1
| |
| * webui: custom image tagludovicm672020-01-232-1/+21
|/
* fix version not set properly when built on travisMichael Muré2020-01-222-2/+6
|
* Merge pull request #298 from MichaelMure/webui/gql-fragment-matcherMichael Muré2020-01-217-2515/+5474
|\ | | | | Use the IntrospectionFragmentMatcher & update dependencies
| * webui: use the IntrospectionFragmentMatcher & update dependenciesQuentin Gliech2020-01-217-2515/+5474
|/
* Merge pull request #287 from MichaelMure/github-import-errorMichael Muré2020-01-075-6/+51
|\ | | | | Github import error
| * github: warning when the comment to be edited is missing instead of failingMichael Muré2020-01-041-0/+5
| | | | | | | | fix #286
| * codereview #6: don't fail one warningJosh Bialkowski2020-01-042-3/+12
| | | | | | | | * presence of an error in the import event doesn't indicate failure
| * * Fix git config reader can't read values with spacesJosh Bialkowski2020-01-043-5/+36
|/ | | | | | | * Add NewImportWarning for things that aren't exactly errors. Use this for unhandled changelog events. * Add NewExportWarning for things that aren't exactly errors. Use this for un-exportable status changes.
* Merge pull request #285 from MichaelMure/fix-gitlabMichael Muré2020-01-032-7/+8
|\ | | | | Fix gitlab
| * gitlab: proper token generation URL with custom base URLMichael Muré2020-01-031-6/+7
| |
| * gitlab: fix edit not being pushed with baseUrlMichael Muré2020-01-031-1/+1
|/ | | | fix #284
* termui: fix an excessive assumption about an error0.6.0Michael Muré2019-12-271-1/+3
|
* Merge pull request #280 from MichaelMure/bridge-gitlabMichael Muré2019-12-272-18/+94
|\ | | | | bridge/gitlab: add base url configuration
| * bridge/gitlab/config.go printing typoAmine2019-12-271-1/+1
| | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * bridge/gitlab: add missing baseUrl prompt and optionsamine2019-12-262-18/+94
| | | | | | | | bridge/gitlab: fix api calls with self hosted Gitlab instances
* | Merge pull request #277 from ↵Michael Muré2019-12-268-50/+391
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/MichaelMure/go-term-text-0.2.4 build(deps): bump github.com/MichaelMure/go-term-text from 0.2.1 to 0.2.4