Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | repo: simpler clock mutex locking | Michael Muré | 2020-12-08 | 3 | -12/+11 | |
| | | | ||||||
| * | | repo: remove the memory-only repo for now | Michael Muré | 2020-12-08 | 1 | -32/+3 | |
| | | | ||||||
| * | | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 21 | -192/+191 | |
| | | | ||||||
| * | | repo: more work towards RepoStorage | Michael Muré | 2020-12-05 | 9 | -51/+97 | |
| | | | ||||||
| * | | Move new RepoStorage interface to GoGitRepo, revert repoTest | Mark | 2020-12-05 | 2 | -13/+7 | |
| | | | ||||||
| * | | Add RepoStorage interface (for draft PR) | Mark | 2020-12-05 | 3 | -18/+17 | |
| |/ | ||||||
* | | Merge pull request #508 from ↵ | Michael Muré | 2020-12-05 | 2 | -1/+2 | |
|\ \ | |/ |/| | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.40.1 build(deps): bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.1 | |||||
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.1 | dependabot-preview[bot] | 2020-12-03 | 2 | -1/+2 | |
|/ | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.39.0 to 0.40.1. - [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.39.0...v0.40.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||||
* | Update README.md | Michael Muré | 2020-11-29 | 1 | -2/+2 | |
| | ||||||
* | go.sum | Michael Muré | 2020-11-29 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #503 from ↵ | Michael Muré | 2020-11-23 | 2 | -1/+7 | |
|\ | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/blevesearch/bleve-1.0.13 build(deps): bump github.com/blevesearch/bleve from 1.0.12 to 1.0.13 | |||||
| * | build(deps): bump github.com/blevesearch/bleve from 1.0.12 to 1.0.13 | dependabot-preview[bot] | 2020-11-23 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | Bumps [github.com/blevesearch/bleve](https://github.com/blevesearch/bleve) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v1.0.12...v1.0.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||||
* | | Merge pull request #502 from kenrestivo/patch-1 | Michael Muré | 2020-11-23 | 1 | -1/+1 | |
|\ \ | |/ |/| | Spelling | |||||
| * | Update README.md | ken restivo | 2020-11-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #499 from MichaelMure/remove-identity | Michael Muré | 2020-11-22 | 4 | -56/+170 | |
|\ | | | | | add remove identity feature | |||||
| * | add remove identity feature | vince | 2020-11-22 | 5 | -56/+173 | |
| | | | | | | | | | | | | also adds: - listlocalidentities - refactors refstoids into entity package | |||||
* | | Merge pull request #498 from ↵ | Michael Muré | 2020-11-22 | 2 | -1/+7 | |
|\ \ | | | | | | | | | | | | | 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 | |||||
| * | | build(deps): bump github.com/blevesearch/bleve from 1.0.10 to 1.0.12 | dependabot-preview[bot] | 2020-11-18 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | github: minor cleanups | Michael Muré | 2020-11-22 | 1 | -12/+26 | |
| | | | ||||||
* | | | Merge pull request #496 from rng-dynamics/master | Michael Muré | 2020-11-22 | 1 | -97/+109 | |
|\ \ \ | |/ / |/| | | Replace Github authorization endpoint by device authorization grant | |||||
| * | | Change return type from map to struct | Alexander Scharinger | 2020-11-18 | 1 | -13/+18 | |
| | | | ||||||
| * | | Apply suggestions from code review | rng-dynamics | 2020-11-18 | 1 | -2/+2 | |
| | | | | | | | | | Co-authored-by: Michael Muré <batolettre@gmail.com> | |||||
| * | | Revision of Github bridge device authorization grant | Alexander Scharinger | 2020-11-18 | 1 | -59/+72 | |
| | | | ||||||
| * | | Replace Github authorization endpoint by device authorization grant | Alexander Scharinger | 2020-11-18 | 1 | -100/+94 | |
|/ / | | | | | | | Fix issue #484 | |||||
* | | Merge pull request #446 from MichaelMure/bug-fts | Vincent Tiu | 2020-11-17 | 13 | -136/+419 | |
|\ \ | | | | | | | bug full text search | |||||
| * | | Update docs for full text search | Mike Goldin | 2020-11-17 | 4 | -3/+26 | |
| | | | ||||||
| * | | query: english specialized indexing | Michael Muré | 2020-11-17 | 1 | -0/+2 | |
| | | | ||||||
| * | | ls: fix query quotation | Michael Muré | 2020-11-17 | 2 | -30/+53 | |
| | | | ||||||
| * | | Add full-text search support in the ls command | Mike Goldin | 2020-11-17 | 2 | -51/+54 | |
| | | | ||||||
| * | | Create a search cache index when git-bug starts up if none exists | Mike Goldin | 2020-11-17 | 4 | -55/+221 | |
| | | | ||||||
| * | | query: expand the tokenizer/parser to parse arbitrary search terms | Michael Muré | 2020-11-17 | 5 | -50/+116 | |
|/ / | ||||||
* | | Merge pull request #485 from MichaelMure/gitlab-title-fix | Michael Muré | 2020-11-17 | 1 | -3/+7 | |
|\ \ | |/ |/| | cleanup title on gitlab import | |||||
| * | revert go sum changes | vince | 2020-11-17 | 1 | -7/+0 | |
| | | ||||||
| * | cleanup title on gitlab import | vince | 2020-10-28 | 2 | -3/+14 | |
| | | ||||||
* | | build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#494) | dependabot-preview[bot] | 2020-11-02 | 2 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
* | | Merge pull request #490 from xloem/name | Michael Muré | 2020-10-31 | 1 | -12/+2 | |
|\ \ | | | | | | | read name from both global and local config | |||||
| * | | read name from both global and local config | Karl Semich | 2020-10-30 | 1 | -12/+2 | |
|/ / | ||||||
* | | Merge pull request #482 from ↵ | Michael Muré | 2020-10-29 | 2 | -1/+2 | |
|\ \ | | | | | | | | | | | | | 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 | |||||
| * | | build(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0 | dependabot-preview[bot] | 2020-10-28 | 2 | -1/+2 | |
| |/ | | | | | | | | | | | | | | | 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> | |||||
* | | Merge pull request #483 from ↵ | Michael Muré | 2020-10-29 | 2 | -1/+2 | |
|\ \ | |/ |/| | | | | | 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 | |||||
| * | build(deps): bump golang.org/x/text from 0.3.3 to 0.3.4 | dependabot-preview[bot] | 2020-10-28 | 2 | -1/+2 | |
|/ | | | | | | | 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> | |||||
* | Vendor: upgrade spf13/cobra to v1.1.1 (#479) | 6543 | 2020-10-27 | 74 | -742/+442 | |
| | | | | | | | * build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion | |||||
* | Merge pull request #476 from MichaelMure/fix-config-read | Michael Muré | 2020-10-25 | 2 | -0/+5 | |
|\ | | | | | repository: fix edge case in git config read, affecting bridges | |||||
| * | repository: fix edge case in git config read, affecting bridges | Michael Muré | 2020-10-25 | 2 | -0/+5 | |
|/ | ||||||
* | Vendor: updage xanzy/go-gitlab to v0.38.2 (#473) | 6543 | 2020-10-25 | 3 | -10/+317 | |
| | | | | | * build(deps): bump github.com/xanzy/go-gitlab from 0.33.0 to 0.38.2 * migrate * refactor | |||||
* | Merge pull request #474 from MichaelMure/gogit-sorted-tree | Michael Muré | 2020-10-25 | 1 | -1/+17 | |
|\ | | | | | repository: workaround a go-git bug and ensure sorted tree object | |||||
| * | repository: workaround a go-git bug and ensure sorted tree object | Michael Muré | 2020-10-25 | 1 | -1/+17 | |
|/ | ||||||
* | repository: fix incorrect git dir on the git CLI implementation | Michael Muré | 2020-10-24 | 2 | -1/+3 | |
| | ||||||
* | Merge pull request #471 from 6543-forks/vendor_go-git | Michael Muré | 2020-10-24 | 2 | -22/+24 | |
|\ | | | | | Vendor: updage go-git to v5.2.0 | |||||
| * | Vendor: updage go-git to v5.2.0 | 6543 | 2020-10-22 | 2 | -22/+24 | |
|/ |