390b13c
identity: rework mutation
Michael Muré created
390b13c
identity: rework mutation
Michael Muré created
ae2f942
more wip
Michael Muré created
26f0152
WIP
Michael Muré created
db89349
input: better reusable prompt functions
Michael Muré created
97bc5cc
various cleanups suggested by golang-ci
Michael Muré created
77dc783
Merge pull request #314 from 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
Michael Muré created
4932439
build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2
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>
dependabot-preview[bot] created
c351e73
Merge pull request #311 from 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
Michael Muré created
a482857
Merge pull request #313 from 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
Michael Muré created
e672515
Merge pull request #312 from 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
Michael Muré created
0edba7d
build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0
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>
dependabot-preview[bot] created
e4a3974
build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1
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>
dependabot-preview[bot] created
53e3a57
Merge pull request #310 from 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
Michael Muré created
e384e35
Merge pull request #309 from 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
Michael Muré created
7e0ee95
build(deps): bump github.com/MichaelMure/go-term-text
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>
dependabot-preview[bot] created
acf3da4
build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0
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>
dependabot-preview[bot] created
be332ee
build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12
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>
dependabot-preview[bot] created
1a3cbdc
Merge pull request #305 from MichaelMure/gomod
migrate to go modules, update gqlgen
Michael Muré created
2ebf43c
build: drop support for go 1.10
Michael Muré created
3932f74
travis, attempt to fix the build by using updated go version
Michael Muré created
7e48e0a
upgrade to gqlgen master, waiting for a release
Michael Muré created
1d4bb7c
migrate to go modules
Michael Muré created
f093be9
cache: don't store legacy identities IDs in bug excerpt as they are not reachable. Fix a panic
Michael Muré created
6343c8e
Merge pull request #301 from MichaelMure/webui/issue-filtering
Issue list improvements and filtering
Michael Muré created
adb2888
webui: add open/closed issues count
Quentin Gliech created
ead5bad
webui: implement issue list sort
Quentin Gliech created
4d97e3a
webui: implement filtering
Quentin Gliech created
fa13550
webui: enhance the issue list page
This starts some ground work for filtering & moves the pagination logic in the query params. Also has a nice loading placeholder.
Quentin Gliech created
9f79531
Merge pull request #300 from ludovicm67/webui-display-current-identity
Webui: display current identity + improve app bar
Michael Muré created
7035416
webui: remove useless conditions
ludovicm67 created
7de5a25
webui: add logo
ludovicm67 created
def48e5
webui: display current identity in the AppBar
ludovicm67 created
8f6bc24
webui: fix AppBar
ludovicm67 created
ff33e62
Merge pull request #299 from ludovicm67/fix-webui
Fix column overflow in webui
Michael Muré created
f716bc1
webui: change primary color
ludovicm67 created
e364674
webui: fix width for pre tags in bug messages
ludovicm67 created
3413ee4
webui: open image in a new tab on click
ludovicm67 created
e08ecf1
webui: fix column width on bug
ludovicm67 created
42219ab
webui: custom image tag
ludovicm67 created
20080aa
fix version not set properly when built on travis
Michael Muré created
00b1bd0
Merge pull request #298 from MichaelMure/webui/gql-fragment-matcher
Use the IntrospectionFragmentMatcher & update dependencies
Michael Muré created
5374a74
webui: use the IntrospectionFragmentMatcher & update dependencies
Quentin Gliech created
ead3fdd
Merge pull request #287 from MichaelMure/github-import-error
Github import error
Michael Muré created
ee48aef
github: warning when the comment to be edited is missing instead of failing
fix #286
Michael Muré created
a785bcd
codereview #6: don't fail one warning
* presence of an error in the import event doesn't indicate failure
Josh Bialkowski created
f15206e
* Fix git config reader can't read values with spaces
* 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.
Josh Bialkowski created
ca1d305
Merge pull request #285 from MichaelMure/fix-gitlab
Fix gitlab
Michael Muré created
86b114a
gitlab: proper token generation URL with custom base URL
Michael Muré created
d2ed674
gitlab: fix edit not being pushed with baseUrl
fix #284
Michael Muré created
fc56820
termui: fix an excessive assumption about an error
Michael Muré created