aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bridge/gitlab: fix edit comment request and remove label functionalitiesAmine Hilaly2019-08-195-114/+70
|
* bridge/gitlab: rebase and correct exporterAmine Hilaly2019-08-192-71/+135
|
* bridge/gitlab: add exporter e2e testsAmine Hilaly2019-08-192-79/+315
| | | | bridge/gitlab: fix export bugs and rebase
* bridge/gitlab: add exporter implementationAmine Hilaly2019-08-192-3/+519
|
* Merge pull request #192 from MichaelMure/github-exporter-labelAmine2019-08-193-15/+65
|\ | | | | bridge: Github exporter support case sensitive labels
| * bridge/github: add exporter test cases for label change bugAmine Hilaly2019-08-191-1/+7
| |
| * bridge/github: fix name case sensitivity in retrieving and creating labels ↵Amine Hilaly2019-08-192-14/+58
|/ | | | using github graphql api
* Merge pull request #190 from MichaelMure/bridge-ctxAmine2019-08-1926-418/+951
|\ | | | | Bridge: pull/push enhancements
| * commands: silence export and import nothing eventsAmine Hilaly2019-08-192-2/+6
| |
| * bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-1811-8/+140
| | | | | | | | vendor: add package golang.org/x/sync/errgroup
| * bridge/gthub: use errgroup.Group instead of sync.WaitGroupAmine Hilaly2019-08-181-28/+13
| |
| * bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-1819-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 ↵Amine2019-08-1718-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.2Amine Hilaly2019-08-1716-65/+76
| |
| * build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2dependabot-preview[bot]2019-08-082-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 ↵Amine2019-08-1714-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.0Amine Hilaly2019-08-1712-254/+151
| | |
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0dependabot-preview[bot]2019-08-162-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/immutableIDAmine2019-08-1381-1028/+1134
|\ \ | | | | | | Future proof the operation's ID
| * | more hash-->id fixesMichael Muré2019-08-133-2/+4
| | |
| * | finish the refactoring for the dedicated identifier typeMichael Muré2019-08-1246-300/+552
| | |
| * | bug,entity: use a dedicated type to store IDsMichael Muré2019-08-1140-464/+375
| | |
| * | github: fix bad refactorMichael Muré2019-08-081-1/+1
| | |
| * | fix everything following the hash-->id changeMichael Muré2019-08-0811-283/+230
| | |
| * | bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-0824-164/+158
| |/
* | Merge pull request #195 from A-Hilaly/gitlab-import-fixAmine2019-08-112-1/+13
|\ \ | |/ |/| bridge/gitlab: importer handle mentions in other issue and merge requets
| * bridge/gitlab: importer handle mentions in other issue and merge requestsAmine Hilaly2019-08-112-1/+13
|/
* Merge pull request #189 from A-Hilaly/bridge-gitlab-fixMichael Muré2019-08-051-7/+18
|\ | | | | bridge: fix gitlab bridge when running multiple imports.
| * bridge/gitlab: fix bug when running import multiple timesAmine Hilaly2019-07-311-7/+18
|/
* Merge pull request #186 from A-Hilaly/gitlab-import-fixMichael Muré2019-07-261-1/+9
|\ | | | | bridge/gitlab: handle all known notes types
| * bridge/gitlab: handle other notes casesAmine Hilaly2019-07-261-1/+9
|/
* Merge pull request #179 from MichaelMure/gitlab-supportMichael Muré2019-07-23103-29/+23564
|\ | | | | Add gitlab bridge configuration and importer
| * bridge/github: add getNewTitle testsAmine Hilaly2019-07-235-6/+66
| |
| * bridge/gitlab: fix comment edition target hash in the importAmine Hilaly2019-07-234-75/+61
| | | | | | | | bridge/gitlab: global changes, typo fixes, comments addition
| * bridge/gitlab: change validateProjectURL signatureAmine Hilaly2019-07-236-35/+24
| | | | | | | | bridge/gitlab: code cleanup
| * bridge/gitlab: global code and comment updatesAmine2019-07-232-7/+7
| | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * bridge/gitlab: improve tests and errorsAmine Hilaly2019-07-233-16/+26
| | | | | | | | bridge/gitlab: global fixes
| * bridge: update generated docsAmine Hilaly2019-07-234-5/+5
| |
| * bridge/gitlab: Fix test project pathAmine Hilaly2019-07-234-9/+11
| | | | | | | | bridge/gitlab: update comments
| * bridge/gitlab: add gitlab client default timeoutAmine Hilaly2019-07-232-9/+7
| | | | | | | | bridge/gitlab: fix import bug
| * bridge/gitlab: remove exporterAmine Hilaly2019-07-231-495/+1
| |
| * bridge/gitlab: move constants to gitlab.goAmine Hilaly2019-07-233-21/+59
| |
| * bridge/gitlab: add bridge config testsAmine Hilaly2019-07-232-16/+87
| |
| * Update README exporter and importer implementations tablesAmine Hilaly2019-07-231-23/+23
| |
| * bridge/gitlab: fix note error handling bugAmine Hilaly2019-07-234-42/+6
| | | | | | | | bridge/gitlab: remove unused functions
| * bridge/gitlab: add import unit testsAmine Hilaly2019-07-231-0/+151
| |
| * bridge/gitlab: make resolve error unique within the importerAmine Hilaly2019-07-231-19/+16
| |
| * bug: add snapshot.SearchComment methodAmine Hilaly2019-07-231-0/+11
| |
| * bridge/gitlab: check notes system fieldAmine Hilaly2019-07-231-2/+5
| |
| * bridge/gitlab: check identity cache in ensurePersonAmine Hilaly2019-07-231-0/+15
| |