aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import_test.go
Commit message (Expand)AuthorAgeFilesLines
* CI: ignore spelling mistake in repo to be imported from githubMichael Muré2023-03-041-1/+1
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-231-2/+2
* cache: fix some bugs after refactorMichael Muré2022-12-231-4/+1
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-3/+6
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-2/+3
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-2/+2
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-9/+10
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-161-2/+1
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-16/+11
* identity: PR fixesMichael Muré2021-02-141-1/+1
* deal with the previous changesMichael Muré2021-02-141-32/+32
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-1/+1
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-1/+1
* 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