aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #174 from ↵Michael Muré2019-07-062-4/+4
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.3 build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3
| * build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3dependabot-preview[bot]2019-07-012-4/+4
| | | | | | | | | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #173 from ↵Michael Muré2019-07-062-4/+5
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.1 build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1
| * | build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1dependabot-preview[bot]2019-06-272-4/+5
| |/ | | | | | | | | | | | | Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Commits](https://github.com/99designs/gqlgen/compare/v0.9.0...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #166 from MichaelMure/github-exporterMichael Muré2019-07-0630-66/+2469
|\ \ | |/ |/| [Bridge] GitHub exporter
| * [bridge/github] import: avoid retrieving ghost email in userQueryAmine Hilaly2019-07-062-4/+3
| | | | | | | | | | | | request rename userQuery to ghostQuery
| * [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/core] rename `EventStatus` to `ExportEvent`
| * [bridge/github] improve comments and documentationAmine2019-07-054-101/+69
| | | | | | | | | | | | [bridge/github] improve error handling and tests Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * Add exporter documentationAmine Hilaly2019-06-301-14/+22
| |
| * [core] Implement ExportResultsAmine Hilaly2019-06-306-92/+241
| | | | | | | | | | Use ExportResult chan to send export events Remove exportedBugs and exportedLabels
| * [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-304-46/+96
| | | | | | | | | | | | | | | | | | | | [bug] add snapshot.HasParticipant(id string) [bug] add snapshot.HasAnyParticipant(ids ...string) [bug] add snapshot.HasActor(id string) [bug] add snapshot.HasAnyActor(ids ...string) [bridge/github] improve comments [bridge/github] exporter tests: register deleteRepository in cleaner [bridge/github] tests rebase
| * [bridge/github] Correcte some types and add commentsAmine Hilaly2019-06-243-14/+34
| | | | | | | | | | | | | | | | | | | | | | | | General improvements Co-Authored-By: Michael Muré <batolettre@gmail.com> empty array check an empty array is not nil Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * [bridge/github] exporter tests: Test issues metadataAmine Hilaly2019-06-241-2/+17
| | | | | | | | [bridge/github] exproter tests: Change env vars
| * 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 tests: add more test cases and global tests [bridge/github] rename export_query to export_mutation [bridge/github] exporter: Log number of exported issues and labels [bridge/github] Improve comments
| * [bridge/github] exporter: Add test casesAmine Hilaly2019-06-242-23/+168
| | | | | | | | | | | | correct delete repo improve tests set user identity
| * [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
| | | | | | | | | | | | [bridge/github] queries: use api v4 for getLabel / createLabel [bridge/github] add comments to getIdentityClient
| * [misc] update man docs and completion scriptsAmine Hilaly2019-06-248-13/+140
| | | | | | | | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects
| * [bridge/github] exporter: Check bug import originAmine Hilaly2019-06-241-3/+33
| | | | | | | | [bridge/github] export only allowed bugs
| * [bridge/github] importer: tag imported issues with origin metadataAmine Hilaly2019-06-243-14/+17
| | | | | | | | [bridge/github] exporter: correct export signature and cache maps
| * [bridge/github] cache user tokenAmine Hilaly2019-06-243-8/+78
| | | | | | | | | | | | | | | | fix import typo init tests verify issue
| * [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
| | | | | | | | BaseOp
| * [bridge/github] update github bug exporterAmine Hilaly2019-06-241-88/+240
| | | | | | | | | | - cache repository ID - cache all comment IDs
| * [cache] BugCache: Add set metadata methodsAmine Hilaly2019-06-244-11/+31
| | | | | | | | | | | | [bridge/github] fix add/remove mutation requests [bridge/github] iterator: fix typo
| * [bridge/github] exporter: add graphql functionalitiesAmine Hilaly2019-06-243-7/+477
| | | | | | | | | | | | | | | | | | [bridge/github] graphql mutation objects [bridge/github] github create and get labels [bridge/github] repository node_id query [bridge/github] exporter: ignore old bugs and old operations [bridge/github] add update labels/status functionalities [bridge/github] exporter: cache labels while exporting
| * [vendor] update dependencies: github.com/shurcooL/githubv4Amine Hilaly2019-06-246-32/+867
| | | | | | | | [bridge/github] graphql: Add more mutations structs
| * [bridge/github] Add exporter implementationAmine Hilaly2019-06-243-1/+57
| |
| * [commands] bridge: add push sub commandAmine Hilaly2019-06-242-1/+56
|/ | | | [commands] bridge: use cobra max args
* 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 mutation relay
| * 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
| | | | | | | | | | | | | | https://facebook.github.io/relay/graphql/mutations.htm This specification also allow to expose a mutationId for fire and forget, as well as the created operation.
| * 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 ↵Michael Muré2019-06-2319-193/+1254
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.5 build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5
| * | 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
|/ / | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #156 from A-Hilaly/bridge-rmMichael Muré2019-06-195-4/+29
|\ \ | | | | | | Fix bridge rm command
| * | Update repository/mock_repo.goAmine2019-06-191-1/+1
| | | | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * | Rebase & Update commands/bridge_rm.goAmine Hilaly2019-06-171-1/+1
| | | | | | | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * | Changes to Repo.RmConfigsAmine Hilaly2019-06-175-4/+29
| | | | | | | | | | | | RmConfigs try to remove key/value or section from keyPrefix
* | | bug: fix Bug's Lamport edit time potentially wrong due to rebaseMichael Muré2019-06-191-2/+6
|/ /