aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import_test.go
Commit message (Expand)AuthorAgeFilesLines
* bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-231-2/+3
* bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-151-2/+3
* bridges: massive refactorMichael Muré2020-02-151-2/+2
* auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-121-1/+1
* it compiles \o/Michael Muré2020-02-081-1/+1
* gitlab also compileMichael Muré2020-02-081-0/+5
* more wipMichael Muré2020-02-081-7/+1
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-251-0/+3
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-4/+11
* bridge/launchpad: add missing metadataamine2019-11-191-1/+1
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-1/+7
* [bridge/github] cache user tokenAmine Hilaly2019-06-241-1/+1
* rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKENAmine Hilaly2019-06-071-2/+2
* Change keyUser to keyOwner in Github bridgeAmine Hilaly2019-05-291-3/+3
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-2/+3
* introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty `Di...Amine Hilaly2019-05-231-1/+1
* Add unicode control characters test caseAmine Hilaly2019-05-051-17/+27
* Add old importer comments in the iteratorAmine Hilaly2019-05-051-10/+17
* github: simplify and improve the import testMichael Muré2019-05-051-58/+25
* Improve naming and functions signaturesAmine Hilaly2019-05-051-79/+69
* Add importer testsAmine Hilaly2019-05-051-0/+223