Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 6 | -9/+9 |
| | | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff | ||||
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 1 | -2/+4 |
|\ | |||||
| * | repo: fix various config issues around case insentivity | Michael Muré | 2021-03-28 | 1 | -2/+4 |
| | | |||||
* | | repo: expose all lamport clocks, move clocks in their own folder | Michael Muré | 2021-02-14 | 1 | -2/+2 |
|/ | |||||
* | bridge: store credentials in the Keyring instead of the git config | Michael Muré | 2020-09-29 | 6 | -160/+140 |
| | |||||
* | use regex.MustCompile instead of dealing with the error | Michael Muré | 2020-02-23 | 1 | -4/+1 |
| | |||||
* | bridges: more refactor and cleanup | Michael Muré | 2020-02-15 | 1 | -1/+1 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -3/+8 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | 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 |
| | |||||
* | more more wip | Michael Muré | 2020-02-08 | 4 | -3/+20 |
| | |||||
* | more wip | Michael Muré | 2020-02-08 | 2 | -26/+19 |
| | |||||
* | WIP | Michael Muré | 2020-02-08 | 3 | -64/+44 |
| | |||||
* | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 2 | -3/+33 |
| | | | | | | | | | | - 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 | ||||
* | 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 | 4 | -0/+498 |