aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* | minor cleanupMichael Muré2019-06-235-15/+15
* | Merge pull request #168 from MichaelMure/dependabot/dep/github.com/spf13/cobr...Michael Muré2019-06-2319-193/+1254
|\ \
| * | misc: generate PowerShell command completionMichael Muré2019-06-2317-189/+1250
| * | build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5dependabot-preview[bot]2019-06-232-4/+4
|/ /
* | Merge pull request #156 from A-Hilaly/bridge-rmMichael Muré2019-06-195-4/+29
|\ \
| * | Update repository/mock_repo.goAmine2019-06-191-1/+1
| * | Rebase & Update commands/bridge_rm.goAmine Hilaly2019-06-171-1/+1
| * | Changes to Repo.RmConfigsAmine Hilaly2019-06-175-4/+29
* | | bug: fix Bug's Lamport edit time potentially wrong due to rebaseMichael Muré2019-06-191-2/+6
|/ /
* | Merge pull request #170 from A-Hilaly/config-fileMichael Muré2019-06-176-49/+63
|\ \ | |/ |/|
| * LoadBridge create a bridge using loadConfigAmine Hilaly2019-06-171-18/+12
| * add target to launchpad configurationAmine Hilaly2019-06-171-0/+7
| * Naming fixesAmine Hilaly2019-06-164-6/+7
| * Store bridge type alongside the other params in the configAmine Hilaly2019-06-154-44/+56
|/
* Merge pull request #153 from A-Hilaly/bridge-configurationMichael Muré2019-06-0720-111/+1034
|\