Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bridge: store credentials in the Keyring instead of the git config | Michael Muré | 2020-09-29 | 6 | -160/+140 |
| | |||||
* | github: correct casing for user provided login | Michael Muré | 2020-02-29 | 1 | -11/+11 |
| | |||||
* | use regex.MustCompile instead of dealing with the error | Michael Muré | 2020-02-23 | 2 | -12/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-15 | 2 | -16/+8 |
|\ | |||||
| * | bridges: pass the context to Init for when a client build process needs it | Michael Muré | 2020-02-15 | 2 | -16/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-15 | 3 | -3/+8 |
|\| | |||||
| * | bridges: more refactor and cleanup | Michael Muré | 2020-02-15 | 3 | -3/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-15 | 4 | -15/+66 |
|\| | |||||
| * | bridges: massive refactor | Michael Muré | 2020-02-15 | 4 | -15/+66 |
| | | | | | | | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-14 | 9 | -65/+365 |
|\| | |||||
| * | auth: refactor and introduce Login and LoginPassword, salt IDs | Michael Muré | 2020-02-12 | 9 | -64/+363 |
| | | |||||
| * | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 1 | -1/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-09 | 9 | -85/+197 |
|\| | |||||
| * | bridge: fix 2 uncatched errors | Michael Muré | 2020-02-08 | 1 | -0/+3 |
| | | |||||
| * | bridge: fix wrong error used | Michael Muré | 2020-02-08 | 1 | -1/+1 |
| | | |||||
| * | it compiles \o/ | Michael Muré | 2020-02-08 | 2 | -0/+22 |
| | | |||||
| * | more more wip | Michael Muré | 2020-02-08 | 5 | -3/+62 |
| | | |||||
| * | more wip | Michael Muré | 2020-02-08 | 3 | -26/+20 |
| | | |||||
| * | WIP | Michael Muré | 2020-02-08 | 4 | -70/+51 |
| | | |||||
| * | 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. | ||||
| * | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 3 | -16/+63 |
| | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | codereview #6: don't fail one warning | Josh Bialkowski | 2019-12-18 | 2 | -3/+12 |
| | | | | | | | | * presence of an error in the import event doesn't indicate failure | ||||
* | | codereview #5: reverse-map and ImportWarning | Josh Bialkowski | 2019-12-18 | 2 | -0/+29 |
|/ | | | | | | | | | | | * Fix git config reader can't read values with spaces * Add bug-id-revmap config option for the reverse map, and use this in the importer * 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. * Strip newlines from titles on import | ||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+1 |
| | |||||
* | 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 | 7 | -321/+512 |
| | |||||
* | bridge: move export event handling to the CLI | Michael Muré | 2019-11-26 | 1 | -23/+5 |
| | |||||
* | bridge/gitlab: add gitlab bridge configuration | amine | 2019-11-24 | 1 | -2/+2 |
| | |||||
* | bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions | amine | 2019-11-24 | 1 | -0/+42 |
| | | | | bridge/github: global fixes | ||||
* | bridge/core: load token value in ensureInit | amine | 2019-11-23 | 2 | -4/+87 |
| | | | | bridge/core: add more token functionalities | ||||
* | bridge: use the target as well in the token ID | Michael Muré | 2019-11-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 1 | -3/+3 |
|\ | | | | | bridge: move keyOrigin to core package | ||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 1 | -3/+3 |
| | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | bridge/core: document import/export events | Michael Muré | 2019-11-19 | 2 | -1/+24 |
| | | |||||
* | | 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 | 1 | -44/+31 |
| | | |||||
* | | 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: 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 |
| | |||||
* | bridge: use new repository configuration interface | amine | 2019-11-01 | 1 | -5/+5 |
| | | | | commands/webui: use new repository configuration interface |