Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | bridge: update generated docs | Amine Hilaly | 2019-07-23 | 4 | -5/+5 | |
| | | ||||||
| * | bridge/gitlab: Fix test project path | Amine Hilaly | 2019-07-23 | 4 | -9/+11 | |
| | | | | | | | | bridge/gitlab: update comments | |||||
| * | bridge/gitlab: add gitlab client default timeout | Amine Hilaly | 2019-07-23 | 2 | -9/+7 | |
| | | | | | | | | bridge/gitlab: fix import bug | |||||
| * | bridge/gitlab: remove exporter | Amine Hilaly | 2019-07-23 | 1 | -495/+1 | |
| | | ||||||
| * | bridge/gitlab: move constants to gitlab.go | Amine Hilaly | 2019-07-23 | 3 | -21/+59 | |
| | | ||||||
| * | bridge/gitlab: add bridge config tests | Amine Hilaly | 2019-07-23 | 2 | -16/+87 | |
| | | ||||||
| * | Update README exporter and importer implementations tables | Amine Hilaly | 2019-07-23 | 1 | -23/+23 | |
| | | ||||||
| * | bridge/gitlab: fix note error handling bug | Amine Hilaly | 2019-07-23 | 4 | -42/+6 | |
| | | | | | | | | bridge/gitlab: remove unused functions | |||||
| * | bridge/gitlab: add import unit tests | Amine Hilaly | 2019-07-23 | 1 | -0/+151 | |
| | | ||||||
| * | bridge/gitlab: make resolve error unique within the importer | Amine Hilaly | 2019-07-23 | 1 | -19/+16 | |
| | | ||||||
| * | bug: add snapshot.SearchComment method | Amine Hilaly | 2019-07-23 | 1 | -0/+11 | |
| | | ||||||
| * | bridge/gitlab: check notes system field | Amine Hilaly | 2019-07-23 | 1 | -2/+5 | |
| | | ||||||
| * | bridge/gitlab: check identity cache in ensurePerson | Amine Hilaly | 2019-07-23 | 1 | -0/+15 | |
| | | ||||||
| * | bridge/gitlab: complete importer | Amine Hilaly | 2019-07-23 | 1 | -2/+309 | |
| | | ||||||
| * | bridge/gitlab: add import note utilities | Amine Hilaly | 2019-07-23 | 2 | -2/+96 | |
| | | | | | | | | bridge/gitlab: set default capacity to 20 | |||||
| * | bridge/gitlab: add iterator LabelEvents | Amine Hilaly | 2019-07-23 | 1 | -0/+52 | |
| | | ||||||
| * | bridge/gitlab: fix iterator bugs and enhacements | Amine Hilaly | 2019-07-23 | 1 | -86/+67 | |
| | | ||||||
| * | vendor: update github.com/xanzy/go-gitlab to version 0.19.0 | Amine Hilaly | 2019-07-23 | 15 | -40/+385 | |
| | | ||||||
| * | 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 #184 from A-Hilaly/bridge-github-fix | Michael Muré | 2019-07-23 | 1 | -1/+1 | |
|\ \ | |/ |/| | fix index out of range panic in github configuration | |||||
| * | fix index out of range panic in github configuration | Amine Hilaly | 2019-07-23 | 1 | -1/+1 | |
|/ | ||||||
* | 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 |