Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #202 from MichaelMure/fix-git-version | Amine | 2019-08-24 | 1 | -2/+11 | |
|\ \ | | | | | | | repo: fix git version parsing with broken version | |||||
| * | | repo: fix git version parsing with broken version | Michael Muré | 2019-08-24 | 1 | -2/+11 | |
|/ / | ||||||
* | | Merge pull request #201 from MichaelMure/bridge-docs | Michael Muré | 2019-08-24 | 2 | -9/+52 | |
|\ \ | | | | | | | bridge: add documentation | |||||
| * | | readme: tweaking | Michael Muré | 2019-08-24 | 2 | -8/+18 | |
| | | | ||||||
| * | | docs: update implementation table | Amine Hilaly | 2019-08-24 | 2 | -9/+42 | |
|/ / | | | | | | | docs: add bridge usage examples | |||||
* | | Merge pull request #187 from A-Hilaly/gitlab-support | Amine | 2019-08-24 | 6 | -8/+782 | |
|\ \ | |/ |/| | Gitlab bridge exporter | |||||
| * | bridge/gitlab: remove gitlab url checking before export | Amine Hilaly | 2019-08-24 | 1 | -8/+0 | |
| | | ||||||
| * | bridge/gitlab: exporter ignore issues imported from or exported to different ↵ | Amine Hilaly | 2019-08-23 | 1 | -4/+24 | |
| | | | | | | | | projects | |||||
| * | bridge/gitlab: improve exporter error handling and label change operations | Amine Hilaly | 2019-08-23 | 1 | -33/+23 | |
| | | ||||||
| * | bridge/gitlab: fix edit comment request and remove label functionalities | Amine Hilaly | 2019-08-19 | 5 | -114/+70 | |
| | | ||||||
| * | bridge/gitlab: rebase and correct exporter | Amine Hilaly | 2019-08-19 | 2 | -71/+135 | |
| | | ||||||
| * | bridge/gitlab: add exporter e2e tests | Amine Hilaly | 2019-08-19 | 2 | -79/+315 | |
| | | | | | | | | bridge/gitlab: fix export bugs and rebase | |||||
| * | bridge/gitlab: add exporter implementation | Amine Hilaly | 2019-08-19 | 2 | -3/+519 | |
|/ | ||||||
* | Merge pull request #192 from MichaelMure/github-exporter-label | Amine | 2019-08-19 | 3 | -15/+65 | |
|\ | | | | | bridge: Github exporter support case sensitive labels | |||||
| * | bridge/github: add exporter test cases for label change bug | Amine Hilaly | 2019-08-19 | 1 | -1/+7 | |
| | | ||||||
| * | bridge/github: fix name case sensitivity in retrieving and creating labels ↵ | Amine Hilaly | 2019-08-19 | 2 | -14/+58 | |
|/ | | | | using github graphql api | |||||
* | Merge pull request #190 from MichaelMure/bridge-ctx | Amine | 2019-08-19 | 26 | -418/+951 | |
|\ | | | | | Bridge: pull/push enhancements | |||||
| * | commands: silence export and import nothing events | Amine Hilaly | 2019-08-19 | 2 | -2/+6 | |
| | | ||||||
| * | bridge/github: improve error handling and Nothing events | Amine Hilaly | 2019-08-18 | 11 | -8/+140 | |
| | | | | | | | | vendor: add package golang.org/x/sync/errgroup | |||||
| * | bridge/gthub: use errgroup.Group instead of sync.WaitGroup | Amine Hilaly | 2019-08-18 | 1 | -28/+13 | |
| | | ||||||
| * | bridge/core: add context.Context to ImportAll and ExportAll signatures | Amine Hilaly | 2019-08-18 | 19 | -390/+802 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bridge/core: add ImportResult objects to stream import events bridge/core: launchpad support asynchronous import bridge/github: cancellable export and import functions bridge/gitlab: cancellable export and import functions commands: bridge pull/push gracefull kill bridge/github: fix github import bridge/github: use simple context for imports bridge/core: name parameters in interfaces github/core: Add EventError to export and import events types bridge/gitlab: add context support in gitlab requests functions bridge/gitlab: remove imported events count from importer logic bridge/github: remove imported events count from importer logic bridge/github: add context support in query and muration requets bridge/github: fix bug duplicate editions after multiple calls bridge/core: import import and export events String methods bridge/gitlab: fix error handling in note import events commands/bridge: Add statistics about imports and exports bridge/gitlab: properly handle context cancellation bridge/github: improve error handling bridge: break iterators on context cancel or timeout bridge: add context timeout support bridge: improve event formating and error handling commands: handle interrupt and switch cases bridge/github: add export mutation timeouts bridge: fix race condition bug in the github and gitlab importers bridge/github: improve context error handling | |||||
* | Merge pull request #194 from ↵ | Amine | 2019-08-17 | 18 | -69/+80 | |
|\ | | | | | | | | | MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.2 build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2 | |||||
| * | vendor: upgrade github.com/99designs/gqlgen to v0.9.2 | Amine Hilaly | 2019-08-17 | 16 | -65/+76 | |
| | | ||||||
| * | build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2 | dependabot-preview[bot] | 2019-08-08 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Commits](https://github.com/99designs/gqlgen/compare/v0.9.1...v0.9.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||||
* | | 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 | |
| | |