aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Update gqlgen vendorsAmine Hilaly2019-07-0719-143/+632
| * Update gorilla/mux vendorsAmine Hilaly2019-07-075-63/+104
| * Update Gopkg.lock and Gopkg.tmlAmine Hilaly2019-07-072-1/+14
|/
* commands: fix a missing line breakMichael Muré2019-07-071-1/+1
* Update README.mdMichael Muré2019-07-071-1/+1
* Update README.mdMichael Muré2019-07-071-0/+1
* bridge: detect when trying to configure a bridge with a name already takenMichael Muré2019-07-073-13/+33
* bridge: use a single KeyTarget constant for all bridgesMichael Muré2019-07-073-10/+8
* readme: github exporter is no longer a planned featureMichael Muré2019-07-061-1/+1
* Merge pull request #174 from MichaelMure/dependabot/dep/github.com/gorilla/mu...Michael Muré2019-07-062-4/+4
|\
| * build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3dependabot-preview[bot]2019-07-012-4/+4
* | Merge pull request #173 from MichaelMure/dependabot/dep/github.com/99designs/...Michael Muré2019-07-062-4/+5
|\ \
| * | build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1dependabot-preview[bot]2019-06-272-4/+5
| |/
* | Merge pull request #166 from MichaelMure/github-exporterMichael Muré2019-07-0630-66/+2469
|\ \ | |/ |/|
| * [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-052-58/+81
| * [bridge/github] improve comments and documentationAmine2019-07-054-101/+69
| * Add exporter documentationAmine Hilaly2019-06-301-14/+22
| * [core] Implement ExportResultsAmine Hilaly2019-06-306-92/+241
| * [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-304-46/+96
| * [bridge/github] Correcte some types and add commentsAmine Hilaly2019-06-243-14/+34
| * [bridge/github] exporter tests: Test issues metadataAmine Hilaly2019-06-241-2/+17
| * Rebase and add bridge push zsh & powershell completionAmine Hilaly2019-06-242-49/+12
| * [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-248-13/+140
| * [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
| * rebase & fix push commandAmine Hilaly2019-06-241-1/+1
| * [bug] Operations: add GetAuthor method for operation interface andAmine Hilaly2019-06-241-0/+6
| * [bridge/github] update github bug exporterAmine Hilaly2019-06-241-88/+240
| * [cache] BugCache: Add set metadata methodsAmine Hilaly2019-06-244-11/+31
| * [bridge/github] exporter: add graphql functionalitiesAmine Hilaly2019-06-243-7/+477
| * [vendor] update dependencies: github.com/shurcooL/githubv4Amine Hilaly2019-06-246-32/+867
| * [bridge/github] Add exporter implementationAmine Hilaly2019-06-243-1/+57
| * [commands] bridge: add push sub commandAmine Hilaly2019-06-242-1/+56
|/
* readme: document the PowerShell completionMichael Muré2019-06-241-0/+1
* Merge pull request #171 from MichaelMure/graphql-mutation-relayMichael Muré2019-06-2318-287/+2640
|\
| * graphql: fix typoMichael Muré2019-06-231-1/+1
| * cache: consistently use "ref" to fetch a repositoryMichael Muré2019-06-233-6/+6
| * fix testsMichael Muré2019-06-164-9/+9
| * graphql: change mutations to respect the Relay specificationMichael Muré2019-06-1610-261/+2614
| * cache: expose the operation when creating a new bugMichael Muré2019-06-165-14/+14