637dfad
remove more windows errors
vince created
637dfad
remove more windows errors
vince created
e05573e
ci: disable a test on github-action
It seems that the CI environment kill non authenticated requests
Michael Muré created
dd31ae8
fix tests failing on windows
vince created
153d170
attempt to fix tests on windows
Michael Muré created
f6209e6
Update go.yml
Michael Muré created
fc1de24
Update go.yml
Michael Muré created
8686315
Update go.yml
Michael Muré created
cccd3b8
Update go.yml
Michael Muré created
6ff23c1
Update go.yml
Michael Muré created
23aab40
Update node.js.yml
Michael Muré created
2fc28c2
Update node.js.yml
Michael Muré created
59d3c7a
node.js workflow
Michael Muré created
90cd48d
github actions
Michael Muré created
c03b2d9
Merge pull request #498 from MichaelMure/dependabot/go_modules/github.com/blevesearch/bleve-1.0.12
build(deps): bump github.com/blevesearch/bleve from 1.0.10 to 1.0.12
Michael Muré created
9daa8ad
github: minor cleanups
Michael Muré created
8d5c470
Merge pull request #496 from rng-dynamics/master
Replace Github authorization endpoint by device authorization grant
Michael Muré created
eded1f1
Change return type from map to struct
Alexander Scharinger created
09a8458
Apply suggestions from code review
Co-authored-by: Michael Muré <batolettre@gmail.com>
rng-dynamics and Michael Muré created
1b889a9
Revision of Github bridge device authorization grant
Alexander Scharinger created
dfa3a6d
Replace Github authorization endpoint by device authorization grant
Fix issue #484
Alexander Scharinger created
fdbddb2
build(deps): bump github.com/blevesearch/bleve from 1.0.10 to 1.0.12
Bumps [github.com/blevesearch/bleve](https://github.com/blevesearch/bleve) from 1.0.10 to 1.0.12. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v1.0.10...v1.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
466b518
Merge pull request #446 from MichaelMure/bug-fts
bug full text search
Vincent Tiu created
ee38411
Update docs for full text search
Mike Goldin created
b494e06
query: english specialized indexing
Michael Muré created
9bea84e
ls: fix query quotation
Michael Muré created
ef07278
Add full-text search support in the ls command
Mike Goldin created
0a827af
Create a search cache index when git-bug starts up if none exists
Mike Goldin created
b285c57
query: expand the tokenizer/parser to parse arbitrary search terms
Michael Muré created
902997f
Merge pull request #485 from MichaelMure/gitlab-title-fix
cleanup title on gitlab import
Michael Muré created
5f2801b
revert go sum changes
vince created
25b0c71
build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#494)
* build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.9.0...v1.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * tidy Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
dependabot-preview[bot] , dependabot-preview[bot] , and 6543 created
dda9f15
Merge pull request #490 from xloem/name
read name from both global and local config
Michael Muré created
9f1d0e6
read name from both global and local config
Karl Semich created
64efbf7
Merge pull request #482 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.39.0
build(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0
Michael Muré created
c40293a
Merge pull request #483 from MichaelMure/dependabot/go_modules/golang.org/x/text-0.3.4
build(deps): bump golang.org/x/text from 0.3.3 to 0.3.4
Michael Muré created
c4872e5
build(deps): bump golang.org/x/text from 0.3.3 to 0.3.4
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
d7a77b4
build(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.38.2 to 0.39.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.38.2...v0.39.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
4f31e24
cleanup title on gitlab import
vince created
86faedc
Vendor: upgrade spf13/cobra to v1.1.1 (#479)
* build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion
6543 created
ce41f96
Merge pull request #476 from MichaelMure/fix-config-read
repository: fix edge case in git config read, affecting bridges
Michael Muré created
8a158d1
repository: fix edge case in git config read, affecting bridges
Michael Muré created
4143c3d
Vendor: updage xanzy/go-gitlab to v0.38.2 (#473)
* build(deps): bump github.com/xanzy/go-gitlab from 0.33.0 to 0.38.2 * migrate * refactor
6543 created
ab7eca4
Merge pull request #474 from MichaelMure/gogit-sorted-tree
repository: workaround a go-git bug and ensure sorted tree object
Michael Muré created
ca4020f
repository: workaround a go-git bug and ensure sorted tree object
Michael Muré created
064a96f
repository: fix incorrect git dir on the git CLI implementation
Michael Muré created
88126f9
Merge pull request #471 from 6543-forks/vendor_go-git
Vendor: updage go-git to v5.2.0
Michael Muré created
afdbd65
Vendor: updage go-git to v5.2.0
6543 created
c738852
Merge pull request #417 from MichaelMure/remove-legacy-identity
identity: remove support for legacy identity
Michael Muré created
499dbc0
identity: remove support for legacy identity
Michael Muré created
5d1fc3f
repo: minor cleanup
Michael Muré created