aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #145 from ↵Michael Muré2019-05-211-3/+3
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.4 build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
| * build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4dependabot[bot]2019-05-211-3/+3
| | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.3...v0.0.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #144 from ↵Michael Muré2019-05-211-2/+2
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/skratchdot/open-golang-79abb63 build(deps): bump github.com/skratchdot/open-golang from `75fb7ed` to `79abb63`
| * | build(deps): bump github.com/skratchdot/open-golangdependabot[bot]2019-05-211-2/+2
| |/ | | | | | | | | | | | | Bumps [github.com/skratchdot/open-golang](https://github.com/skratchdot/open-golang) from `75fb7ed` to `79abb63`. - [Release notes](https://github.com/skratchdot/open-golang/releases) - [Commits](https://github.com/skratchdot/open-golang/compare/75fb7ed4208cf72d323d7d02fd1a5964a7a9073c...79abb63cd66e41cb1473e26d11ebdcd68b04c8e5) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #139 from ↵Michael Muré2019-05-211-11/+3
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.2 build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2
| * | build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2dependabot[bot]2019-05-211-11/+3
| |/ | | | | | | | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.6.2 to 1.7.2. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.6.2...v1.7.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`dependabot[bot]2019-05-211-2/+2
|/ | | | | | | Bumps [github.com/shurcooL/vfsgen](https://github.com/shurcooL/vfsgen) from `62bca83` to `6a9ea43`. - [Release notes](https://github.com/shurcooL/vfsgen/releases) - [Commits](https://github.com/shurcooL/vfsgen/compare/62bca832be04bd2bcaabd3b68a6b19a7ec044411...6a9ea43bcacdf716a5c1b38efff722c07adf0069) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Upgrade gqlgen version to v0.9.0Amine Hilaly2019-05-151-3/+3
|
* Add unicode control characters test caseAmine Hilaly2019-05-051-0/+13
| | | | | | | | | | | Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic
* force a version of golang.org/x/tools due to an incompatibility with gqlgenMichael Muré2019-04-101-4/+6
|
* drop go 1.8 supportAmine Hilaly2019-04-091-3/+3
|
* Update Gopkg.*Amine Hilaly2019-04-091-7/+15
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-3/+3
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-011-37/+0
|
* WIP identity in gitMichael Muré2019-03-011-0/+1
|
* termui: use a forked gocui to fix large character handlingMichael Muré2018-12-251-9/+9
|
* add a check for the minimal go version (1.8)Michael Muré2018-12-231-0/+9
|
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-7/+17
|
* bug: use a value embedding for OpBaseMichael Muré2018-10-011-2/+6
|
* use more testify, fix unchecked errorsMichael Muré2018-09-291-0/+25
|
* bug: implement comment editionMichael Muré2018-09-291-0/+28
| | | | | - add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-0/+9
|
* graphql: add a general test for the handler/resolversMichael Muré2018-09-261-0/+17
|
* github: query most of the dataMichael Muré2018-09-241-0/+76
|
* bridge: add the beginning of a github importerMichael Muré2018-09-211-2/+14
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-20/+52
| | | | fix #6
* add a new main to generate random bugsMichael Muré2018-08-161-0/+17
|
* gqlgen: add a small program to go:generate the codeMichael Muré2018-08-141-1/+19
|
* webui: don't pack the huge .map file for productionMichael Muré2018-08-141-2/+6
|
* graphql: simplify the requests with helpersMichael Muré2018-08-011-3/+68
|
* vendor depsMichael Muré2018-07-311-1/+7
|
* vendor gocui on the master branch because of no release in a whileMichael Muré2018-07-301-3/+3
|
* vendor gocuiMichael Muré2018-07-301-1/+19
|
* cleaningMichael Muré2018-07-291-25/+1
|
* relay connection working with gqlgenMichael Muré2018-07-291-1/+28
|
* generate markdown documentationMichael Muré2018-07-201-2/+23
|
* humanize timeMichael Muré2018-07-191-1/+7
|
* bug: replace the uuid based id with the hash of the first commitMichael Muré2018-07-191-7/+1
|
* remove tests with go 1.8 due to conflict with cobra/vipeMichael Muré2018-07-191-1/+1
|
* webui: add a primitive graphql handlerMichael Muré2018-07-191-1/+25
|
* fix dependenciesMichael Muré2018-07-191-7/+1
|
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-1/+19
|
* ls: add some colorsMichael Muré2018-07-171-1/+25
|
* vendor dependencies with depMichael Muré2018-07-161-0/+57