aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Launchpad bridge configuration from `BridgeParams` Project and URLAmine Hilaly2019-05-291-3/+5
* Update Github bridge configurationAmine Hilaly2019-05-291-86/+200
* Change keyUser to keyOwner in Github bridgeAmine Hilaly2019-05-294-13/+15
* Github bridge updatesAmine Hilaly2019-05-291-67/+189
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-2/+3
* improve github importer and iteratorAmine Hilaly2019-05-232-24/+34
* fix imported bugs countAmine Hilaly2019-05-231-2/+4
* introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty `Di...Amine Hilaly2019-05-232-20/+22
* call NextIssueEdit from ensureIssueAmine Hilaly2019-05-231-10/+9
* Fix importer/exporter design errorsAmine Hilaly2019-05-232-51/+66
* Add unicode control characters test caseAmine Hilaly2019-05-052-32/+58
* Fix import bugAmine Hilaly2019-05-051-1/+1
* Add old importer comments in the iteratorAmine Hilaly2019-05-053-11/+33
* github: simplify and improve the import testMichael Muré2019-05-051-58/+25
* Improve naming and functions signaturesAmine Hilaly2019-05-054-171/+169
* Add ForceLabelChange functionalitiesAmine Hilaly2019-05-051-5/+6
* Add importer testsAmine Hilaly2019-05-054-252/+420
* Integrate iterator with importerAmine Hilaly2019-05-054-421/+222
* Add github iteratorAmine Hilaly2019-05-053-3/+453
* github: fix potential bug due to var aliasingMichael Muré2019-03-011-1/+2
* github: simplify some codeMichael Muré2019-03-011-12/+3
* github: fix 3 edge-case failuresMichael Muré2019-03-011-39/+56
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-2/+2
* identity: more progress and fixesMichael Muré2019-03-011-40/+98
* identity: more progress and fixesMichael Muré2019-03-011-9/+14
* github: also pull users emailMichael Muré2018-10-073-5/+51
* github: deal with the deleted user case where github return a null actorMichael Muré2018-10-063-39/+75