Commit log
882f689
build(deps): [security] bump minimist from 1.2.0 to 1.2.5 in /webui
Click to expand commit body
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. **This update includes security fixes.**
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
c9e4a35
webui: update some deps
Michael Muré
created
5 years ago
bdab0d6
Merge pull request #398 from MichaelMure/dependabot/go_modules/github.com/go-errors/errors-1.1.1
Click to expand commit body
build(deps): bump github.com/go-errors/errors from 1.0.2 to 1.1.1
Michael Muré
created
5 years ago
522503c
build(deps): bump github.com/go-errors/errors from 1.0.2 to 1.1.1
Click to expand commit body
Bumps [github.com/go-errors/errors](https://github.com/go-errors/errors) from 1.0.2 to 1.1.1.
- [Release notes](https://github.com/go-errors/errors/releases)
- [Commits](https://github.com/go-errors/errors/compare/v1.0.2...v1.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
76189f0
Merge pull request #400 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.6.1
Click to expand commit body
build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1
Michael Muré
created
5 years ago
9a00ffb
bug: make sure to disable label color escape when not on a terminal
Michael Muré
created
5 years ago
1f66bb6
build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1
Click to expand commit body
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
5029cc1
Merge pull request #388 from bsdlcook/freebsd-port
Click to expand commit body
Include FreeBSD package section.
Michael Muré
created
5 years ago
2926310
Fix intendation for FreeBSD package/port section.
Lewis Cook
created
5 years ago
76b55c6
Add FreeBSD package/port section.
Lewis Cook
created
5 years ago
966edfc
Merge pull request #382 from westurner/patch-2
Click to expand commit body
DOC: README.md: is/are
Michael Muré
created
5 years ago
f9452e3
Merge pull request #375 from MichaelMure/dependabot/go_modules/github.com/go-errors/errors-1.0.2
Click to expand commit body
build(deps): bump github.com/go-errors/errors from 1.0.1 to 1.0.2
Michael Muré
created
5 years ago
e49b15d
Merge branch 'patch-1'
Michael Muré
created
5 years ago
25d633d
DOC: commands/root.go: syntax
Wes Turner
created
5 years ago
fb31f80
identity: actually test the mutator
Michael Muré
created
5 years ago
fe6e3ef
DOC: README.md: is/are
Wes Turner
created
5 years ago
0434d92
Merge pull request #380 from ogirginc/master
Click to expand commit body
Update README.md
Michael Muré
created
5 years ago
ce8802b
Update README.md
Click to expand commit body
Display Homebrew option to install git-bug on macOS.
Ogulcan Girginc
created
5 years ago
4242150
Merge pull request #378 from vojta001/master
Click to expand commit body
termui: fix a crash when trying to open a bug when there are none
Michael Muré
created
5 years ago
8a81b9f
termui: fix a crash when trying to open a bug when there are none
Click to expand commit body
Nothing prevented you from pressing Enter in bug listing even when there
were no open bugs. Doing so resulted in:
panic: runtime error: index out of range [0] with length 0
goroutine 1 [running]:
github.com/MichaelMure/git-bug/termui.(*bugTable).openBug(0xc00007aa80, 0xc000354000, 0xc00036c120, 0x2, 0x2)
/build/source/termui/bug_table.go:440 +0x17f
github.com/awesome-gocui/gocui.(*Gui).execKeybinding(0xc000354000, 0xc00036c120, 0xc0003102a0, 0xc00007a001, 0xc000225b2c, 0xc000000180)
/build/go/pkg/mod/github.com/awesome-gocui/gocui@v0.6.1-0.20191115151952-a34ffb055986/gui.go:808 +0x65
github.com/awesome-gocui/gocui.(*Gui).execKeybindings(0xc000354000, 0xc00036c120, 0xc000225b38, 0x3, 0x4, 0x3)
/build/go/pkg/mod/github.com/awesome-gocui/gocui@v0.6.1-0.20191115151952-a34ffb055986/gui.go:787 +0xed
github.com/awesome-gocui/gocui.(*Gui).onKey(0xc000354000, 0xc000225b38, 0x2, 0x0)
/build/go/pkg/mod/github.com/awesome-gocui/gocui@v0.6.1-0.20191115151952-a34ffb055986/gui.go:745 +0x164
github.com/awesome-gocui/gocui.(*Gui).handleEvent(...)
/build/go/pkg/mod/github.com/awesome-gocui/gocui@v0.6.1-0.20191115151952-a34ffb055986/gui.go:506
github.com/awesome-gocui/gocui.(*Gui).MainLoop(0xc000354000, 0x0, 0x0)
/build/go/pkg/mod/github.com/awesome-gocui/gocui@v0.6.1-0.20191115151952-a34ffb055986/gui.go:466 +0x202
github.com/MichaelMure/git-bug/termui.initGui(0x0)
/build/source/termui/termui.go:113 +0x12c
github.com/MichaelMure/git-bug/termui.Run(0xc000228000, 0xc000078b30, 0x0)
/build/source/termui/termui.go:66 +0x185
github.com/MichaelMure/git-bug/commands.runTermUI(0x1211bc0, 0x12478e0, 0x0, 0x0, 0x0, 0x0)
/build/source/commands/termui.go:18 +0xd5
github.com/spf13/cobra.(*Command).execute(0x1211bc0, 0x12478e0, 0x0, 0x0, 0x1211bc0, 0x12478e0)
/build/go/pkg/mod/github.com/spf13/cobra@v0.0.6/command.go:840 +0x453
github.com/spf13/cobra.(*Command).ExecuteC(0x1210960, 0x0, 0x0, 0x0)
/build/go/pkg/mod/github.com/spf13/cobra@v0.0.6/command.go:945 +0x317
github.com/spf13/cobra.(*Command).Execute(...)
/build/go/pkg/mod/github.com/spf13/cobra@v0.0.6/command.go:885
github.com/MichaelMure/git-bug/commands.Execute()
/build/source/commands/root.go:54 +0x2d
main.main()
/build/source/git-bug.go:14 +0x20
Vojtěch Káně
created
5 years ago
308810c
build(deps): bump github.com/go-errors/errors from 1.0.1 to 1.0.2
Click to expand commit body
Bumps [github.com/go-errors/errors](https://github.com/go-errors/errors) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/go-errors/errors/releases)
- [Commits](https://github.com/go-errors/errors/compare/v1.0.1...v1.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
d3fc94a
Merge pull request #371 from mindriot101/config-reads-includes
Click to expand commit body
Supports git config includes
Michael Muré
created
5 years ago
e062d9a
Supports git config includes
Click to expand commit body
I like to have "private" settings in a git include file, and store the
main .gitconfig under version control. I do not want any authentication
keys or tokens (even if encrypted) in version control, so I have by main
.gitconfig include another file which is local and not tracked.
The current implementation calls `git config --global --get-regexp
<keyPrefix>` and for some reason, this command does not follow git
include files.
The changes suggested in this PR add the `--includes` flag to the
command, which then reads any included files.
Simon Walker
created
5 years ago
28c3ee3
Merge pull request #364 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-0.0.7
Click to expand commit body
build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7
Michael Muré
created
5 years ago
a8aecec
readme: better phrasing
Michael Muré
created
5 years ago
e43920b
readme: fix image links
Michael Muré
created
5 years ago
685a4fd
readme: document workflows
Michael Muré
created
5 years ago
2d64b85
Merge pull request #363 from MichaelMure/gitlab-iterator
Click to expand commit body
gitlab: refactor the iterator, fix bug
Michael Muré
created
5 years ago
903549c
gitlab: fix iterator (paginate with first index 1) and avoid the trailing API call
Michael Muré
created
5 years ago
5303864
build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7
Click to expand commit body
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v0.0.6...0.0.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
f4ca533
gitlab: refactor the iterator, fix bugs
Click to expand commit body
Notably, properly reset sub iterators when changing to the next issue
Michael Muré
created
5 years ago
38b42bc
jira/gitlab: fix a bad login handling in the configurator
Michael Muré
created
5 years ago
fec9ea0
drop support of go 1.11 due to bad dep handling without mod support
Michael Muré
created
5 years ago
ecde909
query: more robust tokenizer
Michael Muré
created
5 years ago
aec81b7
launchpad: fix a nil value access
Michael Muré
created
5 years ago
7c04f7f
Merge pull request #354 from MichaelMure/dependabot/npm_and_yarn/webui/acorn-5.7.4
Click to expand commit body
build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webui
Michael Muré
created
5 years ago
93f44cb
Merge pull request #362 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.29.0
Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0
Michael Muré
created
5 years ago
390e66e
Merge pull request #355 from MichaelMure/query-parser-ast
Click to expand commit body
replace the all-in-one query parser by a complete one with AST/lexer/parser
Michael Muré
created
5 years ago
3e4b184
build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0
Click to expand commit body
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.27.0 to 0.29.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.27.0...v0.29.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
314fcbb
query: no need for an ast package
Michael Muré
created
5 years ago
5e4dc87
cache: replace the all-in-one query parser by a complete one with AST/lexer/parser
Michael Muré
created
5 years ago
58abc6b
Merge pull request #358 from MichaelMure/gitlab-tests
Click to expand commit body
gitlab: fix issues import url
Michael Muré
created
5 years ago
a8666bf
launchpad: tighten the bug matching
Michael Muré
created
5 years ago
fae3b2e
github: tighten the import matching
Michael Muré
created
5 years ago
4397766
jira: tag bugs with the base URL, tighten the matching
Michael Muré
created
5 years ago
8389df0
gitlab: match bugs on IDs + baseURL because the URL is not stable
Michael Muré
created
5 years ago
5491d12
Merge pull request #361 from MichaelMure/dependabot/go_modules/github.com/mattn/go-runewidth-0.0.9
Click to expand commit body
build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9
Michael Muré
created
5 years ago
82e2f2d
build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9
Click to expand commit body
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.8 to 0.0.9.
- [Release notes](https://github.com/mattn/go-runewidth/releases)
- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.8...v0.0.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
61e6b36
Merge pull request #359 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.8
Click to expand commit body
build(deps): bump github.com/MichaelMure/go-term-text from 0.2.7 to 0.2.8
Michael Muré
created
5 years ago
9dd7bb5
build(deps): bump github.com/MichaelMure/go-term-text
Click to expand commit body
Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/MichaelMure/go-term-text/releases)
- [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.7...v0.2.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot]
created
5 years ago
Page 24 of 48