Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 5 | -28/+56 |
| | |||||
* | bridge: fix 2 uncatched errors | Michael Muré | 2020-02-08 | 1 | -0/+3 |
| | |||||
* | bridge: hopefully fix tests | Michael Muré | 2020-02-08 | 1 | -0/+2 |
| | |||||
* | fix tests ? | Michael Muré | 2020-02-08 | 1 | -4/+4 |
| | |||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 1 | -0/+6 |
| | |||||
* | gitlab also compile | Michael Muré | 2020-02-08 | 5 | -118/+98 |
| | |||||
* | WIP | Michael Muré | 2020-02-08 | 1 | -1/+1 |
| | |||||
* | gitlab: proper token generation URL with custom base URL | Michael Muré | 2020-01-03 | 1 | -6/+7 |
| | |||||
* | gitlab: fix edit not being pushed with baseUrl | Michael Muré | 2020-01-03 | 1 | -1/+1 |
| | | | | fix #284 | ||||
* | Merge pull request #280 from MichaelMure/bridge-gitlab | Michael Muré | 2019-12-27 | 2 | -18/+94 |
|\ | | | | | bridge/gitlab: add base url configuration | ||||
| * | bridge/gitlab/config.go printing typo | Amine | 2019-12-27 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
| * | bridge/gitlab: add missing baseUrl prompt and options | amine | 2019-12-26 | 2 | -18/+94 |
| | | | | | | | | bridge/gitlab: fix api calls with self hosted Gitlab instances | ||||
* | | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 3 | -5/+19 |
|/ | | | | | | | | | | - init() only the importer or exporter as required - assign a "default user" user Id to credentials at creation if no user has been set - "bridge auth": also display the user - "bridge auth show": adapt to a potential "default user" user Id - "bridge configure": allow to run without a user set - "bridge pull": allow to run without a user set - "user adopt": replace "default user" by the actual user id when run | ||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 6 | -15/+63 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 7 | -130/+164 |
| | |||||
* | gitlab: configurator cleanup | Michael Muré | 2019-11-26 | 1 | -9/+26 |
| | |||||
* | bridge: trim inputs during bridge configuration | amine | 2019-11-25 | 1 | -5/+5 |
| | |||||
* | bridge/gitlab: add gitlab bridge configuration | amine | 2019-11-24 | 3 | -5/+73 |
| | |||||
* | bridge/gitlab: importer and exporter correctly emit NothingEvents | amine | 2019-11-19 | 2 | -11/+11 |
| | |||||
* | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 6 | -39/+39 |
|\ | | | | | bridge: move keyOrigin to core package | ||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 6 | -39/+39 |
| | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | bridge: various cleanups | Michael Muré | 2019-11-09 | 1 | -4/+0 |
| | | |||||
* | | bridge/gitlab: add missing error check in export tests | amine | 2019-11-05 | 1 | -1/+4 |
|/ | |||||
* | bridge/gitlab: use gitlab.Labels pointer instead of string slice | amine | 2019-10-24 | 1 | -1/+2 |
| | |||||
* | bridge/gitlab: iterator use simple swap | Amine | 2019-10-13 | 1 | -8/+9 |
| | | | | bridge/gitlab: add documentation explaining why we are doing this | ||||
* | bridge/gitlab: iterator now query all label events when NextLabelEvent() i ↵ | Amine | 2019-10-02 | 1 | -28/+27 |
| | | | | called, and sort them by ID | ||||
* | bridge/gitlab: fix integration tests | Amine | 2019-10-01 | 2 | -1/+18 |
| | |||||
* | bridge/core: add tokenStdin field to bridgeParams | Amine Hilaly | 2019-09-02 | 1 | -1/+8 |
| | | | | commands: move tokenStdin handling logic to bridge.Configure | ||||
* | commands: read token from stdin in bridge configuration | Amine Hilaly | 2019-08-31 | 1 | -2/+11 |
| | | | | bridge: improve bridge config validation | ||||
* | 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 | 3 | -111/+67 |
| | |||||
* | 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 |
| | |||||
* | bridge/github: improve error handling and Nothing events | Amine Hilaly | 2019-08-18 | 1 | -2/+1 |
| | | | | vendor: add package golang.org/x/sync/errgroup | ||||
* | bridge/core: add context.Context to ImportAll and ExportAll signatures | Amine Hilaly | 2019-08-18 | 4 | -63/+174 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #193 from MichaelMure/immutableID | Amine | 2019-08-13 | 1 | -13/+12 |
|\ | | | | | Future proof the operation's ID | ||||
| * | more hash-->id fixes | Michael Muré | 2019-08-13 | 1 | -1/+1 |
| | | |||||
| * | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -2/+2 |
| | | |||||
| * | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 1 | -12/+11 |
| | | |||||
* | | bridge/gitlab: importer handle mentions in other issue and merge requests | Amine Hilaly | 2019-08-11 | 2 | -1/+13 |
|/ | |||||
* | bridge/gitlab: fix bug when running import multiple times | Amine Hilaly | 2019-07-31 | 1 | -7/+18 |
| | |||||
* | bridge/gitlab: handle other notes cases | Amine Hilaly | 2019-07-26 | 1 | -1/+9 |
| | |||||
* | 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 | 5 | -34/+21 |
| | | | | 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 |