Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github: tighten the import matching | Michael Muré | 2020-03-28 | 1 | -1/+4 |
| | |||||
* | Merge pull request #344 from MichaelMure/github-lowercase-login | Michael Muré | 2020-02-29 | 2 | -45/+93 |
|\ | | | | | github: fix matching cred/identity with badly cased login | ||||
| * | github: fix tests | Michael Muré | 2020-02-29 | 1 | -23/+32 |
| | | |||||
| * | github: correct casing for user provided login | Michael Muré | 2020-02-29 | 1 | -22/+61 |
| | | |||||
* | | identity: bring back the login to hold that info from bridges (purely ↵ | Michael Muré | 2020-02-25 | 1 | -0/+2 |
|/ | | | | informational) | ||||
* | Merge pull request #341 from MichaelMure/bridges-default-login | Michael Muré | 2020-02-23 | 6 | -40/+43 |
|\ | | | | | bridge: record the login used during the configure and use it as default credential | ||||
| * | bridge: record the login used during the configure and use it as default ↵ | Michael Muré | 2020-02-23 | 6 | -40/+43 |
| | | | | | | | | | | | | credential fix #338 | ||||
* | | Merge pull request #331 from MichaelMure/webui/mutations | Michael Muré | 2020-02-23 | 1 | -1/+1 |
|\ \ | | | | | | | Webui: add comments | ||||
| * | | webui: style SetStatus | Michael Muré | 2020-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | use regex.MustCompile instead of dealing with the error | Michael Muré | 2020-02-23 | 1 | -4/+1 |
| |/ |/| | |||||
* | | bridges: pass the context to Init for when a client build process needs it | Michael Muré | 2020-02-15 | 4 | -7/+9 |
| | | |||||
* | | bridges: more refactor and cleanup | Michael Muré | 2020-02-15 | 2 | -24/+17 |
| | | |||||
* | | bridges: massive refactor | Michael Muré | 2020-02-15 | 6 | -159/+79 |
| | | | | | | | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | | auth: refactor and introduce Login and LoginPassword, salt IDs | Michael Muré | 2020-02-12 | 4 | -8/+8 |
|/ | |||||
* | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 2 | -42/+82 |
| | |||||
* | bridge: hopefully fix tests | Michael Muré | 2020-02-08 | 1 | -0/+2 |
| | |||||
* | github: make sure to have a name | Michael Muré | 2020-02-08 | 1 | -0/+5 |
| | |||||
* | fix tests ? | Michael Muré | 2020-02-08 | 1 | -6/+6 |
| | |||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 6 | -18/+24 |
| | |||||
* | gitlab also compile | Michael Muré | 2020-02-08 | 4 | -2/+13 |
| | |||||
* | more more wip | Michael Muré | 2020-02-08 | 4 | -42/+40 |
| | |||||
* | 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 | 5 | -57/+25 |
| | |||||
* | WIP | Michael Muré | 2020-02-08 | 1 | -39/+26 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -0/+4 |
| | |||||
* | Merge pull request #271 from MichaelMure/bridge-credentials | Michael Muré | 2019-12-10 | 8 | -158/+214 |
|\ | | | | | bridge: huge refactor to accept multiple kind of credentials | ||||
| * | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 8 | -158/+214 |
| | | |||||
* | | bridge: fix incorrect last import time on context cancel | Michael Muré | 2019-12-09 | 1 | -1/+1 |
|/ | |||||
* | gitlab: configurator cleanup | Michael Muré | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 1 | -12/+24 |
| | |||||
* | bridge: trim inputs during bridge configuration | amine | 2019-11-25 | 1 | -7/+7 |
| | |||||
* | bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions | amine | 2019-11-24 | 1 | -38/+16 |
| | | | | 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 |
| | |||||
* | Merge pull request #258 from MichaelMure/fixes | Michael Muré | 2019-11-19 | 1 | -0/+3 |
|\ | | | | | Bridges fixes | ||||
| * | 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 | 1 | -1/+1 |
| | | |||||
* | | 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 | 5 | -48/+47 |
|\ | | | | | bridge: move keyOrigin to core package | ||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 5 | -48/+47 |
| | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | bridge/github: fix iterator regression | amine | 2019-11-11 | 1 | -2/+4 |
| | | |||||
* | | github: follow API changes | Michael Muré | 2019-11-11 | 2 | -21/+21 |
| | | | | | | | | https://developer.github.com/v4/changelog/2019-06-04-schema-changes/ | ||||
* | | bridge: various cleanups | Michael Muré | 2019-11-09 | 1 | -4/+0 |
| | | |||||
* | | bridge/github: improve iterator readability | amine | 2019-11-05 | 1 | -34/+49 |
| | |