Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 8 | -71/+140 |
| | |||||
* | bridge: fix 2 uncatched errors | Michael Muré | 2020-02-08 | 2 | -0/+6 |
| | |||||
* | bridge: hopefully fix tests | Michael Muré | 2020-02-08 | 2 | -0/+4 |
| | |||||
* | bridge: fix wrong error used | Michael Muré | 2020-02-08 | 1 | -1/+1 |
| | |||||
* | github: make sure to have a name | Michael Muré | 2020-02-08 | 1 | -0/+5 |
| | |||||
* | fix tests ? | Michael Muré | 2020-02-08 | 2 | -10/+10 |
| | |||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 13 | -30/+78 |
| | |||||
* | gitlab also compile | Michael Muré | 2020-02-08 | 10 | -144/+113 |
| | |||||
* | more more wip | Michael Muré | 2020-02-08 | 10 | -46/+102 |
| | |||||
* | wip | Michael Muré | 2020-02-08 | 1 | -2/+4 |
| | |||||
* | more wip | Michael Muré | 2020-02-08 | 1 | -1/+35 |
| | |||||
* | more wip | Michael Muré | 2020-02-08 | 8 | -83/+45 |
| | |||||
* | WIP | Michael Muré | 2020-02-08 | 6 | -110/+78 |
| | |||||
* | input: better reusable prompt functions | Michael Muré | 2020-02-08 | 1 | -127/+12 |
| | |||||
* | github: warning when the comment to be edited is missing instead of failing | Michael Muré | 2020-01-04 | 1 | -0/+5 |
| | | | | fix #286 | ||||
* | codereview #6: don't fail one warning | Josh Bialkowski | 2020-01-04 | 2 | -3/+12 |
| | | | | * presence of an error in the import event doesn't indicate failure | ||||
* | * Fix git config reader can't read values with spaces | Josh Bialkowski | 2020-01-04 | 2 | -0/+35 |
| | | | | | | | * Add NewImportWarning for things that aren't exactly errors. Use this for unhandled changelog events. * Add NewExportWarning for things that aren't exactly errors. Use this for un-exportable status changes. | ||||
* | 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 | 9 | -26/+101 |
|/ | | | | | | | | | | - 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 | 9 | -15/+71 |
| | |||||
* | Merge pull request #271 from MichaelMure/bridge-credentials | Michael Muré | 2019-12-10 | 25 | -633/+913 |
|\ | | | | | bridge: huge refactor to accept multiple kind of credentials | ||||
| * | auth: Correctly cast configs[configKeyKind] | amine | 2019-12-09 | 1 | -1/+1 |
| | | |||||
| * | type the CredentialKind values | Michael Muré | 2019-12-09 | 1 | -2/+2 |
| | | | | | | Co-Authored-By: Amine <hilalyamine@gmail.com> | ||||
| * | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 25 | -633/+913 |
| | | |||||
* | | bridge: fix incorrect last import time on context cancel | Michael Muré | 2019-12-09 | 1 | -1/+1 |
|/ | |||||
* | bridge: move export event handling to the CLI | Michael Muré | 2019-11-26 | 1 | -23/+5 |
| | |||||
* | gitlab: configurator cleanup | Michael Muré | 2019-11-26 | 2 | -10/+27 |
| | |||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 1 | -12/+24 |
| | |||||
* | bridge: trim inputs during bridge configuration | amine | 2019-11-25 | 2 | -12/+12 |
| | |||||
* | bridge/gitlab: add gitlab bridge configuration | amine | 2019-11-24 | 4 | -7/+75 |
| | |||||
* | bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions | amine | 2019-11-24 | 2 | -38/+58 |
| | | | | bridge/github: global fixes | ||||
* | commands: add bridge configure --token-id flag | amine | 2019-11-23 | 1 | -15/+0 |
| | |||||
* | bridge/github: use core.ConfigKeyToken instead of keyToken | amine | 2019-11-23 | 2 | -5/+5 |
| | |||||
* | bridge/github: configuration with global configs | amine | 2019-11-23 | 1 | -14/+98 |
| | |||||
* | bridge/core: load token value in ensureInit | amine | 2019-11-23 | 2 | -4/+87 |
| | | | | bridge/core: add more token functionalities | ||||
* | Merge pull request #258 from MichaelMure/fixes | Michael Muré | 2019-11-19 | 2 | -1/+4 |
|\ | | | | | Bridges fixes | ||||
| * | bridge: use the target as well in the token ID | Michael Muré | 2019-11-19 | 1 | -1/+1 |
| | | |||||
| * | github: sort project candidate in the interactive wizard | Michael Muré | 2019-11-19 | 1 | -0/+3 |
| | | |||||
* | | bridge/launchpad: importer correctly emit NothingEvent | amine | 2019-11-19 | 2 | -5/+4 |
| | | |||||
* | | bridge/gitlab: importer and exporter correctly emit NothingEvents | amine | 2019-11-19 | 2 | -11/+11 |
| | | |||||
* | | bridge/github: export correctly emit nothing events | amine | 2019-11-19 | 2 | -24/+18 |
| | | |||||
* | | bridge/github: importer corectly emit events | amine | 2019-11-19 | 1 | -29/+12 |
|/ | |||||
* | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 14 | -101/+103 |
|\ | | | | | bridge: move keyOrigin to core package | ||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 14 | -101/+103 |
| | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | bridge/core: document import/export events | Michael Muré | 2019-11-19 | 2 | -1/+24 |
| | | |||||
* | | bridge/github: fix iterator regression | amine | 2019-11-11 | 1 | -2/+4 |
| | |