Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #144 from ↵ | Michael Muré | 2019-05-21 | 1 | -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-golang | dependabot[bot] | 2019-05-21 | 1 | -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-21 | 2 | -12/+4 |
|\ \ | | | | | | | | | | | | | 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.2 | dependabot[bot] | 2019-05-21 | 2 | -12/+4 |
| |/ | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #136 from ↵ | Michael Muré | 2019-05-21 | 1 | -2/+2 |
|\ \ | |/ |/| | | | | | MichaelMure/dependabot/dep/github.com/shurcooL/vfsgen-6a9ea43 build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43` | ||||
| * | build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43` | dependabot[bot] | 2019-05-21 | 1 | -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> | ||||
* | Merge pull request #134 from A-Hilaly/gqlgen | Michael Muré | 2019-05-15 | 32 | -644/+1197 |
|\ | | | | | Upgrade gqlgen version to v0.9.0 | ||||
| * | Update graphql package to support gqlgen 0.9.0 | Amine Hilaly | 2019-05-15 | 11 | -523/+642 |
| | | |||||
| * | Upgrade gqlgen version to v0.9.0 | Amine Hilaly | 2019-05-15 | 21 | -121/+555 |
|/ | |||||
* | Merge pull request #133 from zYeoman/patch-1 | Michael Muré | 2019-05-14 | 1 | -2/+3 |
|\ | | | | | commands: ls fix CJK characters out of alignment | ||||
| * | commands: ls fix CJK characters out of alignment | Yongwen Zhuang | 2019-05-14 | 1 | -2/+3 |
|/ | | | #85 | ||||
* | text: fix escape sequence disapearing at the end of a line | Michael Muré | 2019-05-10 | 2 | -1/+12 |
| | |||||
* | readme: polishing | Michael Muré | 2019-05-07 | 1 | -14/+21 |
| | |||||
* | Merge pull request #131 from A-Hilaly/github-import | Michael Muré | 2019-05-06 | 21 | -389/+2183 |
|\ | | | | | github: support for partial import and refactor into iterator/importer | ||||
| * | Add unicode control characters test case | Amine Hilaly | 2019-05-05 | 11 | -32/+1404 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Fix import bug | Amine Hilaly | 2019-05-05 | 1 | -1/+1 |
| | | |||||
| * | Add old importer comments in the iterator | Amine Hilaly | 2019-05-05 | 3 | -11/+33 |
| | | | | | | | | | | Test operation authors Fix typo in test repo url | ||||
| * | github: simplify and improve the import test | Michael Muré | 2019-05-05 | 1 | -58/+25 |
| | | |||||
| * | Improve naming and functions signatures | Amine Hilaly | 2019-05-05 | 4 | -171/+169 |
| | | | | | | | | | | | | expose `NewIterator` in `github` package remove `exist` in tests cases skip tests when env var GITHUB_TOKEN is not given | ||||
| * | Add ForceLabelChange functionalities | Amine Hilaly | 2019-05-05 | 3 | -5/+60 |
| | | |||||
| * | Add importer tests | Amine Hilaly | 2019-05-05 | 8 | -305/+434 |
| | | | | | | | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
| * | Integrate iterator with importer | Amine Hilaly | 2019-05-05 | 4 | -421/+222 |
| | | |||||
| * | Add github iterator | Amine Hilaly | 2019-05-05 | 3 | -3/+453 |
|/ | | | | | use `goto` in .Next* functions Update iterator.go | ||||
* | commands: fix ls-id description | Michael Muré | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | readme: improve the bridge feature matrix | Michael Muré | 2019-04-29 | 1 | -9/+7 |
| | |||||
* | readme: use check marks instead of confusing fruits | Michael Muré | 2019-04-24 | 1 | -14/+14 |
| | |||||
* | readme: add a apple/tomato caption | Michael Muré | 2019-04-23 | 1 | -0/+3 |
| | |||||
* | travis: enable go 1.12, build release with go 1.110.5.0 | Michael Muré | 2019-04-22 | 1 | -1/+3 |
| | |||||
* | readme: add a feature matrix of the bridges implementation | Michael Muré | 2019-04-21 | 1 | -0/+21 |
| | |||||
* | termui: make bugTable only use the cache Easy pick | Michael Muré | 2019-04-21 | 1 | -20/+35 |
| | | | | fix #127 | ||||
* | Update architecture.md | Michael Muré | 2019-04-18 | 1 | -3/+2 |
| | |||||
* | doc: add an architecture overview | Michael Muré | 2019-04-18 | 5 | -5/+108 |
| | |||||
* | readme: update the documentation with the new identity workflow | Michael Muré | 2019-04-18 | 1 | -0/+6 |
| | |||||
* | move media in /misc | Michael Muré | 2019-04-17 | 5 | -3/+3 |
| | |||||
* | bug: fix a potential crash with malformed data in EditCommentOperation | Michael Muré | 2019-04-17 | 1 | -9/+9 |
| | | | | | crashed with indexOutOfRange when the target of the op existed but wasn't a CreateOperation or a AddCommentOperation | ||||
* | bug: fix EditCommentOperation targeting the wrong comment | Michael Muré | 2019-04-14 | 2 | -10/+36 |
| | | | | fix #126 | ||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 7 | -11/+53 |
| | |||||
* | Merge pull request #125 from ludovicm67/patch-edit-no-selection | Michael Muré | 2019-04-11 | 1 | -0/+4 |
|\ | | | | | termui: fix bug when trying to edit without selection | ||||
| * | termui: fix bug when trying to edit without selection | ludovicm67 | 2019-04-10 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #124 from ludovicm67/feat-valid-labels | Michael Muré | 2019-04-10 | 3 | -45/+105 |
|\ \ | |/ |/| | graphql: expose valid labels | ||||
| * | graphql: expose valid labels | ludovicm67 | 2019-04-10 | 3 | -45/+105 |
|/ | |||||
* | force a version of golang.org/x/tools due to an incompatibility with gqlgen | Michael Muré | 2019-04-10 | 38 | -11453/+14950 |
| | |||||
* | Merge pull request #123 from A-Hilaly/graphql | Michael Muré | 2019-04-10 | 125 | -10465/+15684 |
|\ | | | | | Upgrade gqlgen version to 0.8.3 | ||||
| * | drop go 1.8 support | Amine Hilaly | 2019-04-09 | 7 | -22/+20 |
| | | |||||
| * | Update Gopkg.* | Amine Hilaly | 2019-04-09 | 105 | -4996/+10079 |
| | | |||||
| * | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 | 14 | -5447/+5585 |
|/ | |||||
* | Merge pull request #122 from A-Hilaly/command-ls-show | Michael Muré | 2019-04-05 | 2 | -14/+57 |
|\ | | | | | integrate actors and participant filters into ls and show commands | ||||
| * | integrate actors and participant filters into ls and show commands | Amine Hilaly | 2019-04-05 | 2 | -14/+57 |
|/ | |||||
* | Merge pull request #121 from A-Hilaly/query-humanid | Michael Muré | 2019-04-05 | 3 | -8/+12 |
|\ | | | | | Support matching identities with ID and truncated ID | ||||
| * | implement identityExcerpt match method and integrate it into filters | Amine Hilaly | 2019-04-05 | 3 | -12/+12 |
| | | | | | | | | Update docs |