Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | identity: PR fixes | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | repo: use go-git in more places, fix push | Michael Muré | 2020-10-04 | 1 | -2/+2 |
| | |||||
* | gitlab: skip the broken test as "known broken" :( | Michael Muré | 2020-07-26 | 1 | -0/+7 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -2/+2 |
| | | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen. | ||||
* | bridge: record the login used during the configure and use it as default ↵ | Michael Muré | 2020-02-23 | 1 | -0/+2 |
| | | | | | | credential fix #338 | ||||
* | bridges: pass the context to Init for when a client build process needs it | Michael Muré | 2020-02-15 | 1 | -3/+4 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -4/+4 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | auth: refactor and introduce Login and LoginPassword, salt IDs | Michael Muré | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 1 | -4/+5 |
| | |||||
* | bridge: hopefully fix tests | Michael Muré | 2020-02-08 | 1 | -0/+2 |
| | |||||
* | fix tests ? | Michael Muré | 2020-02-08 | 1 | -4/+4 |
| | |||||
* | gitlab also compile | Michael Muré | 2020-02-08 | 1 | -1/+4 |
| | |||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -5/+15 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -10/+13 |
| | |||||
* | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 1 | -5/+5 |
|\ | | | | | bridge: move keyOrigin to core package | ||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 1 | -5/+5 |
| | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | bridge/gitlab: add missing error check in export tests | amine | 2019-11-05 | 1 | -1/+4 |
|/ | |||||
* | bridge/gitlab: fix edit comment request and remove label functionalities | Amine Hilaly | 2019-08-19 | 1 | -23/+37 |
| | |||||
* | bridge/gitlab: rebase and correct exporter | Amine Hilaly | 2019-08-19 | 1 | -3/+8 |
| | |||||
* | bridge/gitlab: add exporter e2e tests | Amine Hilaly | 2019-08-19 | 1 | -0/+276 |
| | | | | bridge/gitlab: fix export bugs and rebase | ||||
* | bridge/github: add getNewTitle tests | Amine Hilaly | 2019-07-23 | 1 | -0/+1 |