Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bridge/gitlab: fix iterator out of index bug | Amine Hilaly | 2019-07-23 | 1 | -2/+9 |
| | |||||
* | bridge/gitlab: prompt only for user provided token | Amine Hilaly | 2019-07-23 | 1 | -29/+1 |
| | |||||
* | bridge/gitlab: add method to query all project labels | Amine Hilaly | 2019-07-23 | 1 | -31/+51 |
| | |||||
* | bridge/gitlab: remove request token methodes | Amine Hilaly | 2019-07-23 | 1 | -89/+9 |
| | |||||
* | bridge/gitlab: add issue iterator | Amine Hilaly | 2019-07-23 | 1 | -0/+212 |
| | |||||
* | bridge/gitlab: bridge project validation | Amine Hilaly | 2019-07-23 | 3 | -185/+61 |
| | | | | bridge/gitlab: token generation | ||||
* | bridge/gitlab: add bridge configure | Amine Hilaly | 2019-07-23 | 1 | -0/+518 |
| | |||||
* | bridge/gitlab: init exporter | Amine Hilaly | 2019-07-23 | 1 | -0/+466 |
| | |||||
* | bridge/gitlab: init new bridge | Amine Hilaly | 2019-07-23 | 3 | -0/+59 |
| | |||||
* | vendors: add github.com/xanzy/go-gitlab vendors | Amine Hilaly | 2019-07-23 | 82 | -0/+21884 |
| | |||||
* | deps: Add github.com/xanzy/go-gitlab to dependencies | Amine Hilaly | 2019-07-23 | 2 | -0/+21 |
| | |||||
* | Merge pull request #183 from A-Hilaly/bridge-github-fix | Michael Muré | 2019-07-22 | 1 | -2/+2 |
|\ | | | | | fix project visibility prompt in Github bridge configuration | ||||
| * | bridge/github: fix project visibility prompt | Amine Hilaly | 2019-07-22 | 1 | -2/+2 |
|/ | |||||
* | Update README.md | Michael Muré | 2019-07-13 | 1 | -1/+1 |
| | |||||
* | graphql: don't use the gqlgen command to generate to avoid pulling urfave/cli | Michael Muré | 2019-07-09 | 30 | -6398/+2683 |
| | |||||
* | Merge pull request #177 from A-Hilaly/git-version | Michael Muré | 2019-07-09 | 38 | -216/+2045 |
|\ | | | | | Check git version in repo RmConfigs | ||||
| * | repository: RmConfigs usage of git version lt 2.18 | Amine Hilaly | 2019-07-08 | 1 | -10/+48 |
| | | |||||
| * | repository: rework how RmConfigs works with git | Michael Muré | 2019-07-08 | 2 | -16/+19 |
| | | |||||
| * | Check git version before removing config section | Amine Hilaly | 2019-07-07 | 1 | -2/+36 |
| | | | | | | | | update git config tests | ||||
| * | Add blang/semver vendors | Amine Hilaly | 2019-07-07 | 10 | -0/+1211 |
| | | |||||
| * | Update gqlgen vendors | Amine Hilaly | 2019-07-07 | 19 | -143/+632 |
| | | |||||
| * | Update gorilla/mux vendors | Amine Hilaly | 2019-07-07 | 5 | -63/+104 |
| | | |||||
| * | Update Gopkg.lock and Gopkg.tml | Amine Hilaly | 2019-07-07 | 2 | -1/+14 |
|/ | |||||
* | commands: fix a missing line break | Michael Muré | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | Update README.md | Michael Muré | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | Update README.md | Michael Muré | 2019-07-07 | 1 | -0/+1 |
| | |||||
* | bridge: detect when trying to configure a bridge with a name already taken | Michael Muré | 2019-07-07 | 3 | -13/+33 |
| | |||||
* | bridge: use a single KeyTarget constant for all bridges | Michael Muré | 2019-07-07 | 3 | -10/+8 |
| | |||||
* | readme: github exporter is no longer a planned feature | Michael Muré | 2019-07-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #174 from ↵ | Michael Muré | 2019-07-06 | 2 | -4/+4 |
|\ | | | | | | | | | MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.3 build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3 | ||||
| * | build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3 | dependabot-preview[bot] | 2019-07-01 | 2 | -4/+4 |
| | | | | | | | | | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #173 from ↵ | Michael Muré | 2019-07-06 | 2 | -4/+5 |
|\ \ | | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.1 build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1 | ||||
| * | | build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1 | dependabot-preview[bot] | 2019-06-27 | 2 | -4/+5 |
| |/ | | | | | | | | | | | | | Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Commits](https://github.com/99designs/gqlgen/compare/v0.9.0...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #166 from MichaelMure/github-exporter | Michael Muré | 2019-07-06 | 30 | -66/+2469 |
|\ \ | |/ |/| | [Bridge] GitHub exporter | ||||
| * | [bridge/github] import: avoid retrieving ghost email in userQuery | Amine Hilaly | 2019-07-06 | 2 | -4/+3 |
| | | | | | | | | | | | | request rename userQuery to ghostQuery | ||||
| * | [bridge/github] ignore imported bugs from other repositories | Amine Hilaly | 2019-07-06 | 1 | -24/+18 |
| | | |||||
| * | [bridge/github] improve export label change function | Amine Hilaly | 2019-07-05 | 2 | -58/+81 |
| | | | | | | | | [bridge/core] rename `EventStatus` to `ExportEvent` | ||||
| * | [bridge/github] improve comments and documentation | Amine | 2019-07-05 | 4 | -101/+69 |
| | | | | | | | | | | | | [bridge/github] improve error handling and tests Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | Add exporter documentation | Amine Hilaly | 2019-06-30 | 1 | -14/+22 |
| | | |||||
| * | [core] Implement ExportResults | Amine Hilaly | 2019-06-30 | 6 | -92/+241 |
| | | | | | | | | | | Use ExportResult chan to send export events Remove exportedBugs and exportedLabels | ||||
| * | [bug] add snapshot.GetCreateMetadata method | Amine Hilaly | 2019-06-30 | 4 | -46/+96 |
| | | | | | | | | | | | | | | | | | | | | [bug] add snapshot.HasParticipant(id string) [bug] add snapshot.HasAnyParticipant(ids ...string) [bug] add snapshot.HasActor(id string) [bug] add snapshot.HasAnyActor(ids ...string) [bridge/github] improve comments [bridge/github] exporter tests: register deleteRepository in cleaner [bridge/github] tests rebase | ||||
| * | [bridge/github] Correcte some types and add comments | Amine Hilaly | 2019-06-24 | 3 | -14/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | General improvements Co-Authored-By: Michael Muré <batolettre@gmail.com> empty array check an empty array is not nil Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | [bridge/github] exporter tests: Test issues metadata | Amine Hilaly | 2019-06-24 | 1 | -2/+17 |
| | | | | | | | | [bridge/github] exproter tests: Change env vars | ||||
| * | Rebase and add bridge push zsh & powershell completion | Amine Hilaly | 2019-06-24 | 2 | -49/+12 |
| | | |||||
| * | [bridge/github] simplify export operation hashs | Amine Hilaly | 2019-06-24 | 3 | -66/+185 |
| | | | | | | | | | | | | | | | | | | | | [bridge/github] exporter tests: add more test cases and global tests [bridge/github] rename export_query to export_mutation [bridge/github] exporter: Log number of exported issues and labels [bridge/github] Improve comments | ||||
| * | [bridge/github] exporter: Add test cases | Amine Hilaly | 2019-06-24 | 2 | -23/+168 |
| | | | | | | | | | | | | correct delete repo improve tests set user identity | ||||
| * | [bridge/github] correct label & comment edit mutations bugs | Amine Hilaly | 2019-06-24 | 3 | -42/+58 |
| | | |||||
| * | [bridge/github] create label: Generate hexColor from label rgba | Amine Hilaly | 2019-06-24 | 1 | -26/+32 |
| | | |||||
| * | [bridge/github] use context.WithTimeout on all graphql queries | Amine Hilaly | 2019-06-24 | 3 | -15/+78 |
| | | |||||
| * | [bridge/github] exporter: Improve error handling | Amine Hilaly | 2019-06-24 | 3 | -72/+92 |
| | | | | | | | | | | | | [bridge/github] queries: use api v4 for getLabel / createLabel [bridge/github] add comments to getIdentityClient |