aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/import_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+5
* 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-36/+36
* 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
* gitlab: fix bugs import urlamine2020-03-151-4/+4
* bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-231-0/+1
* 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
* github/gitlab: many fixes and improvments at the config stepMichael Muré2020-02-101-2/+3
* gitlab also compileMichael Muré2020-02-081-6/+5
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-251-0/+3
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-101-1/+2
* 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/gitlab: fix integration testsAmine2019-10-011-1/+1
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-1/+8
* bridge/gitlab: Fix test project pathAmine Hilaly2019-07-231-5/+5
* bridge/gitlab: fix note error handling bugAmine Hilaly2019-07-231-3/+3
* bridge/gitlab: add import unit testsAmine Hilaly2019-07-231-0/+151