aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/export_test.go
Commit message (Collapse)AuthorAgeFilesLines
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-2/+2
|
* gitlab: skip the broken test as "known broken" :(Michael Muré2020-07-261-0/+7
|
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-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-231-0/+2
| | | | | | credential fix #338
* bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-151-3/+4
|
* bridges: massive refactorMichael Muré2020-02-151-4/+4
| | | | | | - automatic flag validation and warning - generalized prompt - cleanups
* auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-121-1/+1
|
* github/gitlab: many fixes and improvments at the config stepMichael Muré2020-02-101-4/+5
|
* bridge: hopefully fix testsMichael Muré2020-02-081-0/+2
|
* fix tests ?Michael Muré2020-02-081-4/+4
|
* gitlab also compileMichael Muré2020-02-081-1/+4
|
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-101-5/+15
|
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-10/+13
|
* Merge pull request #247 from MichaelMure/bridge-originMichael Muré2019-11-191-5/+5
|\ | | | | bridge: move keyOrigin to core package
| * bridge/launchpad: add missing metadataamine2019-11-191-5/+5
| | | | | | | | bridge: use a specific key for origin metadata
* | bridge/gitlab: add missing error check in export testsamine2019-11-051-1/+4
|/
* bridge/gitlab: fix edit comment request and remove label functionalitiesAmine Hilaly2019-08-191-23/+37
|
* bridge/gitlab: rebase and correct exporterAmine Hilaly2019-08-191-3/+8
|
* bridge/gitlab: add exporter e2e testsAmine Hilaly2019-08-191-0/+276
| | | | bridge/gitlab: fix export bugs and rebase
* bridge/github: add getNewTitle testsAmine Hilaly2019-07-231-0/+1