aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* Add option to specify host addressSascha2021-02-281-0/+1
| | | | | | | | | | | | | | | | | | | '--host'-cmdline-option is added to the webui command. Previously, the WebUI couldn't be hosted inside of a container. As the WebUI-server only listend per default to localhost and there was no option to change the address, the server should listend to. This means, that the WebUI was only reachable from localhost. So only from inside of the container but never from outside. The '--host'-option allows to set the IP address or a hostname which the WebUI-server should listen to. E.g. by setting 0.0.0.0 or :: as address. Update documentation for new option. Update shell completion for new option. Compilation seems to add another go-gitlab version.
* Merge pull request #563 from ↵Michael Muré2021-02-271-0/+4
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/spf13/cobra-1.1.3 build(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3
| * cmd: better powershell completion, thanks to cobra upgradeMichael Muré2021-02-271-0/+2
| |
| * build(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3dependabot-preview[bot]2021-02-271-0/+2
| | | | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | build(deps): bump github.com/xanzy/go-gitlab from 0.40.1 to 0.44.0dependabot-preview[bot]2021-02-271-0/+1
|/ | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.40.1 to 0.44.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.40.1...v0.44.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #568 from vmiklos/search-metadataMichael Muré2021-02-271-43/+20
|\ | | | | Add ability to search by arbitrary metadata
| * query: refactor to reuse the split function for both query and tokenMichael Muré2021-02-271-43/+20
| |
* | Commit for #554Cláudio2021-02-151-0/+2
|/
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2021-01-251-0/+3
| | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.9...v0.2.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #524 from ↵Michael Muré2021-01-241-0/+1
|\ | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/text-0.3.5 build(deps): bump golang.org/x/text from 0.3.4 to 0.3.5
| * build(deps): bump golang.org/x/text from 0.3.4 to 0.3.5dependabot-preview[bot]2021-01-111-0/+1
| | | | | | | | | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.4...v0.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0dependabot-preview[bot]2021-01-141-0/+1
|/ | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* expose format versionvince2020-12-151-0/+7
| | | | this commit exposes the format version of the operation pack and identity to reduce the changes needed in vendored code when migrating. This also creates error variables that can be propagated and tested against for migrations.
* build(deps): bump github.com/blevesearch/bleve from 1.0.13 to 1.0.14dependabot-preview[bot]2020-12-091-0/+10
| | | | | | | Bumps [github.com/blevesearch/bleve](https://github.com/blevesearch/bleve) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v1.0.13...v1.0.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #510 from MichaelMure/repo-reworkMichael Muré2020-12-081-17/+2
|\ | | | | Repo rework
| * repo: finish RepoStorage moveMichael Muré2020-12-081-0/+1
| |
| * Add RepoStorage interface (for draft PR)Mark2020-12-051-18/+2
| |
* | build(deps): bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.1dependabot-preview[bot]2020-12-031-0/+1
|/ | | | | | | | 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>
* go.sumMichael Muré2020-11-291-0/+6
|
* build(deps): bump github.com/blevesearch/bleve from 1.0.12 to 1.0.13dependabot-preview[bot]2020-11-231-0/+6
| | | | | | | 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>
* build(deps): bump github.com/blevesearch/bleve from 1.0.10 to 1.0.12dependabot-preview[bot]2020-11-181-0/+6
| | | | | | | 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>
* Create a search cache index when git-bug starts up if none existsMike Goldin2020-11-171-54/+109
|
* build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#494)dependabot-preview[bot]2020-11-021-6/+6
| | | | | | | | | | | | | | * 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 #482 from ↵Michael Muré2020-10-291-0/+1
|\ | | | | | | | | 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.0dependabot-preview[bot]2020-10-281-0/+1
| | | | | | | | | | | | | | | | 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>
* | build(deps): bump golang.org/x/text from 0.3.3 to 0.3.4dependabot-preview[bot]2020-10-281-0/+1
|/ | | | | | | 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)65432020-10-271-14/+61
| | | | | | | * build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion
* repository: fix edge case in git config read, affecting bridgesMichael Muré2020-10-251-0/+4
|
* Vendor: updage xanzy/go-gitlab to v0.38.2 (#473)65432020-10-251-4/+308
| | | | | * build(deps): bump github.com/xanzy/go-gitlab from 0.33.0 to 0.38.2 * migrate * refactor
* repository: fix incorrect git dir on the git CLI implementationMichael Muré2020-10-241-0/+2
|
* Vendor: updage go-git to v5.2.065432020-10-221-16/+18
|
* build(deps): bump github.com/99designs/keyring from 1.1.5 to 1.1.6dependabot-preview[bot]2020-09-301-0/+4
| | | | | | | Bumps [github.com/99designs/keyring](https://github.com/99designs/keyring) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/99designs/keyring/releases) - [Commits](https://github.com/99designs/keyring/compare/v1.1.5...v1.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* fix go sum rebase artifactsvince2020-09-291-3/+0
|
* repository: fix a todo in the gogit repoMichael Muré2020-09-291-2/+14
|
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-291-0/+17
|
* repository: partial impl of a go-git backed RepoMichael Muré2020-09-291-59/+54
|
* build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0dependabot-preview[bot]2020-08-271-0/+2
| | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Implement the LRU Cachevince2020-08-201-0/+1
|
* update go-gitlabMichael Muré2020-07-261-0/+13
|
* update go-term-textMichael Muré2020-07-201-0/+2
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-0/+10
|
* build(deps): bump golang.org/x/text from 0.3.2 to 0.3.3dependabot-preview[bot]2020-06-171-0/+2
| | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* update cobraMichael Muré2020-06-141-0/+2
|
* build(deps): bump github.com/go-errors/errors from 1.0.2 to 1.1.1dependabot-preview[bot]2020-06-141-0/+2
| | | | | | | 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>
* build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1dependabot-preview[bot]2020-06-081-0/+5
| | | | | | | 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>
* build(deps): bump github.com/go-errors/errors from 1.0.1 to 1.0.2dependabot-preview[bot]2020-04-141-0/+2
| | | | | | | 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>
* build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7dependabot-preview[bot]2020-03-301-0/+2
| | | | | | | 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>
* build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0dependabot-preview[bot]2020-03-281-0/+9
| | | | | | | | 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>
* build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9dependabot-preview[bot]2020-03-231-0/+2
| | | | | | | 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>
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-03-161-0/+2
| | | | | | | 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>