aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github
Commit message (Expand)AuthorAgeFilesLines
* bridge/github: add exporter test cases for label change bugAmine Hilaly2019-08-191-1/+7
* bridge/github: fix name case sensitivity in retrieving and creating labels us...Amine Hilaly2019-08-192-14/+58
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-181-2/+1
* 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-185-163/+254
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-123-32/+33
* github: fix bad refactorMichael Muré2019-08-081-1/+1
* fix everything following the hash-->id changeMichael Muré2019-08-083-75/+29
* fix index out of range panic in github configurationAmine Hilaly2019-07-231-1/+1
* bridge/github: fix project visibility promptAmine Hilaly2019-07-221-2/+2
* bridge: use a single KeyTarget constant for all bridgesMichael Muré2019-07-071-4/+3
* [bridge/github] import: avoid retrieving ghost email in userQueryAmine Hilaly2019-07-062-4/+3
* [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-052-99/+67
* [core] Implement ExportResultsAmine Hilaly2019-06-302-85/+124
* [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-303-46/+51
* [bridge/github] Correcte some types and add commentsAmine Hilaly2019-06-242-13/+32
* [bridge/github] exporter tests: Test issues metadataAmine Hilaly2019-06-241-2/+17
* [bridge/github] simplify export operation hashsAmine Hilaly2019-06-243-66/+185
* [bridge/github] exporter: Add test casesAmine Hilaly2019-06-242-23/+168
* [bridge/github] correct label & comment edit mutations bugsAmine Hilaly2019-06-243-42/+58
* [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-243-15/+78
* [bridge/github] exporter: Improve error handlingAmine Hilaly2019-06-243-72/+92
* [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-243-14/+17
* [bridge/github] cache user tokenAmine Hilaly2019-06-243-8/+78
* [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-243-11/+13
* [bridge/github] exporter: add graphql functionalitiesAmine Hilaly2019-06-243-7/+477
* [bridge/github] Add exporter implementationAmine Hilaly2019-06-243-1/+57
* Merge pull request #171 from MichaelMure/graphql-mutation-relayMichael Muré2019-06-231-2/+2
|\
| * cache: expose the operation when creating a new bugMichael Muré2019-06-161-2/+2
* | Naming fixesAmine Hilaly2019-06-161-3/+5
* | Store bridge type alongside the other params in the configAmine Hilaly2019-06-151-0/+6
|/
* rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKENAmine Hilaly2019-06-071-2/+2
* make token visible in configuration processAmine Hilaly2019-06-071-12/+16
* Allow cancelling configurationAmine2019-06-051-2/+2
* Skip test validateUsername in travis environmentAmine Hilaly2019-06-031-0/+4
* add unit tests for launchpad bridge configurationAmine Hilaly2019-05-302-4/+63
* Update configuration process and add unit testsAmine Hilaly2019-05-292-16/+180
* Update documentation and function namingAmine2019-05-291-4/+3
* Change github regex for better matchingAmine Hilaly2019-05-291-7/+17
* Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-291-2/+2
* Change client default timeout value to 60 secondsAmine Hilaly2019-05-292-26/+15
* Update flags descriptions Amine2019-05-291-2/+2
* Add warning messages for launchpad-previewAmine Hilaly2019-05-291-3/+3