aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #619 from ↵Michael Muré2021-04-051-1/+2
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.1.0 Bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.1.0
| * Bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.1.0dependabot[bot]2021-04-051-12/+2
| | | | | | | | | | | | | | Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](https://github.com/go-git/go-billy/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot[bot] <support@github.com>
* | Bump golang.org/x/text from 0.3.5 to 0.3.6dependabot[bot]2021-04-051-13/+2
|/ | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.5...v0.3.6) Signed-off-by: dependabot[bot] <support@github.com>
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-291-3/+12
|\
| * Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issuesMichael Muré2021-03-241-0/+2
| |\ | | | | | | WebUI: Edit comments and inspect edit history
| | * GrapQL: Regenerate the GraphQL-ServerSascha2021-03-191-0/+2
| | |
| * | repo: fix security issue that could lead to arbitrary code executionMichael Muré2021-03-211-0/+2
| |/ | | | | | | see https://blog.golang.org/path-security for details
| * commands: minor fixes for the webui open with queryMichael Muré2021-03-071-5/+0
| | | | | | | | | | | | - go fmt - add a shorthand - fix displayed webUI URL in the terminal
| * 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
| |/
* | fix mergeMichael Muré2021-02-141-41/+3
| |
* | bug: migrate to the DAG entity structure!Michael Muré2021-02-141-0/+1
| |
* | deal with the previous changesMichael Muré2021-02-141-0/+1
| |
* | identity: Id from data, not git + hold multiple lamport clocksMichael Muré2021-02-141-8/+10
| |
* | repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-141-4/+23
|/
* 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>