Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #196 from ↵ | Amine | 2019-08-17 | 14 | -258/+155 |
|\ | | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.20.0 build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0 | ||||
| * | vendor: upgrade github/xanzy/go-gitlab version to 0.20.0 | Amine Hilaly | 2019-08-17 | 12 | -254/+151 |
| | | |||||
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0 | dependabot-preview[bot] | 2019-08-16 | 2 | -4/+4 |
|/ | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.19.0 to 0.20.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.19.0...v0.20.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Merge pull request #193 from MichaelMure/immutableID | Amine | 2019-08-13 | 81 | -1028/+1134 |
|\ | | | | | Future proof the operation's ID | ||||
| * | more hash-->id fixes | Michael Muré | 2019-08-13 | 3 | -2/+4 |
| | | |||||
| * | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 46 | -300/+552 |
| | | |||||
| * | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 40 | -464/+375 |
| | | |||||
| * | github: fix bad refactor | Michael Muré | 2019-08-08 | 1 | -1/+1 |
| | | |||||
| * | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 11 | -283/+230 |
| | | |||||
| * | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 24 | -164/+158 |
| | | |||||
* | | Merge pull request #195 from A-Hilaly/gitlab-import-fix | Amine | 2019-08-11 | 2 | -1/+13 |
|\ \ | |/ |/| | bridge/gitlab: importer handle mentions in other issue and merge requets | ||||
| * | bridge/gitlab: importer handle mentions in other issue and merge requests | Amine Hilaly | 2019-08-11 | 2 | -1/+13 |
|/ | |||||
* | Merge pull request #189 from A-Hilaly/bridge-gitlab-fix | Michael Muré | 2019-08-05 | 1 | -7/+18 |
|\ | | | | | bridge: fix gitlab bridge when running multiple imports. | ||||
| * | bridge/gitlab: fix bug when running import multiple times | Amine Hilaly | 2019-07-31 | 1 | -7/+18 |
|/ | |||||
* | Merge pull request #186 from A-Hilaly/gitlab-import-fix | Michael Muré | 2019-07-26 | 1 | -1/+9 |
|\ | | | | | bridge/gitlab: handle all known notes types | ||||
| * | bridge/gitlab: handle other notes cases | Amine Hilaly | 2019-07-26 | 1 | -1/+9 |
|/ | |||||
* | Merge pull request #179 from MichaelMure/gitlab-support | Michael Muré | 2019-07-23 | 103 | -29/+23564 |
|\ | | | | | Add gitlab bridge configuration and importer | ||||
| * | bridge/github: add getNewTitle tests | Amine Hilaly | 2019-07-23 | 5 | -6/+66 |
| | | |||||
| * | bridge/gitlab: fix comment edition target hash in the import | Amine Hilaly | 2019-07-23 | 4 | -75/+61 |
| | | | | | | | | bridge/gitlab: global changes, typo fixes, comments addition | ||||
| * | bridge/gitlab: change validateProjectURL signature | Amine Hilaly | 2019-07-23 | 6 | -35/+24 |
| | | | | | | | | bridge/gitlab: code cleanup | ||||
| * | bridge/gitlab: global code and comment updates | Amine | 2019-07-23 | 2 | -7/+7 |
| | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | bridge/gitlab: improve tests and errors | Amine Hilaly | 2019-07-23 | 3 | -16/+26 |
| | | | | | | | | bridge/gitlab: global fixes | ||||
| * | 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 |
| | |