aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/export_test.go
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #938 from MichaelMure/cache-reorgMichael Muré2022-12-231-11/+11
|\
| * cache: fix some bugs after refactorMichael Muré2022-12-231-8/+2
| * cache: tie up the refactor up to compilingMichael Muré2022-12-211-11/+17
* | github: cleanup test token when test is doneMichael Muré2022-12-221-0/+7
|/
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-4/+3
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-221-2/+5
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-2/+2
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-161-4/+2
* github: attempt to fix a CI issueMichael Muré2021-04-231-0/+4
* github: minor cleanupsMichael Muré2021-04-091-1/+1
* identity: PR fixesMichael Muré2021-02-141-1/+1
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-2/+2
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-2/+2
* bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-231-4/+6
* 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
* auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-121-1/+1
* bridge: hopefully fix testsMichael Muré2020-02-081-0/+2
* fix tests ?Michael Muré2020-02-081-6/+6
* it compiles \o/Michael Muré2020-02-081-1/+1
* gitlab also compileMichael Muré2020-02-081-0/+3
* more more wipMichael Muré2020-02-081-1/+1
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-20/+23
* bridge/launchpad: add missing metadataamine2019-11-191-5/+5
* bridge/github: add exporter test cases for label change bugAmine Hilaly2019-08-191-1/+7
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-3/+9
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-2/+2
* fix everything following the hash-->id changeMichael Muré2019-08-081-8/+2
* [bridge/github] improve comments and documentationAmine2019-07-051-62/+27
* [core] Implement ExportResultsAmine Hilaly2019-06-301-14/+10
* [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-301-11/+15
* [bridge/github] Correcte some types and add commentsAmine Hilaly2019-06-241-6/+19
* [bridge/github] exporter tests: Test issues metadataAmine Hilaly2019-06-241-2/+17
* [bridge/github] simplify export operation hashsAmine Hilaly2019-06-241-40/+173
* [bridge/github] exporter: Add test casesAmine Hilaly2019-06-241-22/+164
* [bridge/github] cache user tokenAmine Hilaly2019-06-241-1/+66
* [bridge/github] exporter: add graphql functionalitiesAmine Hilaly2019-06-241-1/+1
* [bridge/github] Add exporter implementationAmine Hilaly2019-06-241-0/+7