aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/export.go
Commit message (Expand)AuthorAgeFilesLines
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-1/+1
* bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-231-27/+20
* bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-151-1/+1
* bridges: massive refactorMichael Muré2020-02-151-8/+8
* it compiles \o/Michael Muré2020-02-081-1/+1
* gitlab also compileMichael Muré2020-02-081-1/+4
* more more wipMichael Muré2020-02-081-6/+35
* more wipMichael Muré2020-02-081-30/+15
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-42/+66
* bridge/github: use core.ConfigKeyToken instead of keyTokenamine2019-11-231-3/+3
* bridge/github: export correctly emit nothing eventsamine2019-11-191-23/+17
* bridge/launchpad: add missing metadataamine2019-11-191-6/+6
* bug: rename RGBA to Colorludovicm672019-10-151-1/+1
* bridge/github: fix name case sensitivity in retrieving and creating labels us...Amine Hilaly2019-08-191-14/+44
* bridge/gthub: use errgroup.Group instead of sync.WaitGroupAmine Hilaly2019-08-181-28/+13
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-69/+71
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-25/+26
* github: fix bad refactorMichael Muré2019-08-081-1/+1
* fix everything following the hash-->id changeMichael Muré2019-08-081-43/+16
* [bridge/github] ignore imported bugs from other repositoriesAmine Hilaly2019-07-061-24/+18
* [bridge/github] improve export label change functionAmine Hilaly2019-07-051-34/+57
* [bridge/github] improve comments and documentationAmine2019-07-051-37/+40
* [core] Implement ExportResultsAmine Hilaly2019-06-301-71/+114
* [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-301-33/+34
* [bridge/github] Correcte some types and add commentsAmine Hilaly2019-06-241-7/+13
* [bridge/github] simplify export operation hashsAmine Hilaly2019-06-241-26/+12
* [bridge/github] exporter: Add test casesAmine Hilaly2019-06-241-1/+4
* [bridge/github] correct label & comment edit mutations bugsAmine Hilaly2019-06-241-28/+32
* [bridge/github] create label: Generate hexColor from label rgbaAmine Hilaly2019-06-241-26/+32
* [bridge/github] use context.WithTimeout on all graphql queriesAmine Hilaly2019-06-241-10/+52
* [bridge/github] exporter: Improve error handlingAmine Hilaly2019-06-241-72/+67
* [misc] update man docs and completion scriptsAmine Hilaly2019-06-241-11/+16
* [bridge/github] exporter: Check bug import originAmine Hilaly2019-06-241-3/+33
* [bridge/github] importer: tag imported issues with origin metadataAmine Hilaly2019-06-241-13/+13
* [bridge/github] cache user tokenAmine Hilaly2019-06-241-6/+11
* [bridge/github] exporter: support multiple tokens/clientsAmine Hilaly2019-06-241-62/+83
* [bridge/github] update github bug exporterAmine Hilaly2019-06-241-88/+240
* [cache] BugCache: Add set metadata methodsAmine Hilaly2019-06-241-8/+5
* [bridge/github] exporter: add graphql functionalitiesAmine Hilaly2019-06-241-6/+436
* [bridge/github] Add exporter implementationAmine Hilaly2019-06-241-0/+49