Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | github: follow API changes | Michael Muré | 2019-11-11 | 2 | -21/+21 | |
| | | | | | | | | https://developer.github.com/v4/changelog/2019-06-04-schema-changes/ | |||||
* | | cli: add bridge token show | Michael Muré | 2019-11-10 | 1 | -1/+1 | |
| | | ||||||
* | | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 2 | -47/+67 | |
| | | ||||||
* | | token: regenerate documentation and fix imports | amine | 2019-11-09 | 1 | -1/+1 | |
| | | ||||||
* | | bridge/core: store token in the global config and replace scopes with create ↵ | amine | 2019-11-09 | 1 | -123/+45 | |
| | | | | | | | | date | |||||
* | | tokens: use entity.Id as id type | amine | 2019-11-09 | 1 | -8/+9 | |
| | | ||||||
* | | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 1 | -32/+97 | |
| | | ||||||
* | | bridge: various cleanups | Michael Muré | 2019-11-09 | 5 | -59/+40 | |
| | | ||||||
* | | commands: use token value as identifier | Amine | 2019-11-09 | 1 | -31/+14 | |
| | | ||||||
* | | bridge/core: use token id instead of name | Amine | 2019-11-09 | 1 | -40/+25 | |
| | | | | | | | | | | commands: add bridge token rm/add commands: improve bridge token printing | |||||
* | | bridge/core: comment token functionalities | Amine | 2019-11-09 | 1 | -18/+32 | |
| | | ||||||
* | | bridge/core: Implement token functionalities | Amine | 2019-11-09 | 1 | -0/+211 | |
| | | ||||||
* | | bridge/github: improve iterator readability | amine | 2019-11-05 | 1 | -34/+49 | |
| | | ||||||
* | | bridge/gitlab: add missing error check in export tests | amine | 2019-11-05 | 1 | -1/+4 | |
| | | ||||||
* | | bridge/github: improve iterator NextTimelineItem function | amine | 2019-11-05 | 1 | -0/+6 | |
|/ | ||||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 1 | -29/+20 | |
| | ||||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 1 | -7/+72 | |
| | ||||||
* | Merge pull request #234 from ↵ | Michael Muré | 2019-11-03 | 1 | -1/+2 | |
|\ | | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.21.0 build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0 | |||||
| * | bridge/gitlab: use gitlab.Labels pointer instead of string slice | amine | 2019-10-24 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #228 from ludovicm67/patch-cli-label-colors | Michael Muré | 2019-11-03 | 1 | -1/+1 | |
|\ \ | | | | | | | Display label colors in termui | |||||
| * | | bug: rename RGBA to Color | ludovicm67 | 2019-10-15 | 1 | -1/+1 | |
| |/ | ||||||
* / | bridge: use new repository configuration interface | amine | 2019-11-01 | 1 | -5/+5 | |
|/ | | | | commands/webui: use new repository configuration interface | |||||
* | 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 | 3 | -6/+21 | |
| | | | | commands: move tokenStdin handling logic to bridge.Configure | |||||
* | bridge/github: move cleaners to where is called | Amine Hilaly | 2019-09-01 | 1 | -10/+20 | |
| | ||||||
* | bridge/github: recover terminal state in password prompts | Amine Hilaly | 2019-08-31 | 1 | -0/+11 | |
| | | | | commands: error if a token is provide but not the bridge name and target | |||||
* | commands: enhance flag description | Amine | 2019-08-31 | 1 | -1/+1 | |
| | | | | | bridge/github: improve configuration logic Co-Authored-By: Michael Muré <batolettre@gmail.com> | |||||
* | commands: read token from stdin in bridge configuration | Amine Hilaly | 2019-08-31 | 3 | -4/+29 | |
| | | | | 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 | 4 | -113/+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 | |
| | ||||||
* | 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 | |||||
* | bridge/github: improve error handling and Nothing events | Amine Hilaly | 2019-08-18 | 4 | -8/+6 | |
| | | | | 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 | 15 | -369/+696 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 6 | -116/+75 | |
|\ | | | | | 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 | 6 | -49/+55 | |
| | | ||||||
| * | github: fix bad refactor | Michael Muré | 2019-08-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 4 | -87/+40 | |
| | | ||||||
* | | 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 | |
| |