Commit log

08f9baf Add blang/semver vendors

Amine Hilaly created

e381d55 Update gqlgen vendors

Amine Hilaly created

cb7fefd Update gorilla/mux vendors

Amine Hilaly created

7a336e9 Update Gopkg.lock and Gopkg.tml

Amine Hilaly created

eef7333 commands: fix a missing line break

Michael Muré created

7988c67 Update README.md

Michael Muré created

ac24ca5 Update README.md

Michael Muré created

dc28987 bridge: detect when trying to configure a bridge with a name already taken

Michael Muré created

5b1a8cd bridge: use a single KeyTarget constant for all bridges

Michael Muré created

41a5a7f readme: github exporter is no longer a planned feature

Michael Muré created

0903d16 Merge pull request #174 from MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.3

Click to expand commit body
build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3

Michael Muré created

c0ad450 Merge pull request #173 from MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.1

Click to expand commit body
build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1

Michael Muré created

f4d4b2f Merge pull request #166 from MichaelMure/github-exporter

Click to expand commit body
[Bridge] GitHub exporter

Michael Muré created

9e611ee [bridge/github] import: avoid retrieving ghost email in userQuery

Click to expand commit body
request

rename userQuery to ghostQuery

Amine Hilaly created

6323c7b [bridge/github] ignore imported bugs from other repositories

Amine Hilaly created

3e18116 [bridge/github] improve export label change function

Click to expand commit body
[bridge/core] rename `EventStatus` to `ExportEvent`

Amine Hilaly created

93e731f [bridge/github] improve comments and documentation

Click to expand commit body
[bridge/github] improve error handling and tests

Co-Authored-By: Michael Muré <batolettre@gmail.com>

Amine and Michael Muré created

f9d7d6b build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3

Click to expand commit body
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>

dependabot-preview[bot] created

4b6949f Add exporter documentation

Amine Hilaly created

1f365b2 [core] Implement ExportResults

Click to expand commit body
Use ExportResult chan to send export events
Remove exportedBugs and exportedLabels

Amine Hilaly created

570ae5f [bug] add snapshot.GetCreateMetadata method

Click to expand commit body
[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

Amine Hilaly created

b67acd5 build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1

Click to expand commit body
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>

dependabot-preview[bot] created

31eebdf [bridge/github] Correcte some types and add comments

Click to expand commit body
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>

Amine Hilaly and Michael Muré created

87cdf03 [bridge/github] exporter tests: Test issues metadata

Click to expand commit body
[bridge/github] exproter tests: Change env vars

Amine Hilaly created

9b4b1fc Rebase and add bridge push zsh & powershell completion

Amine Hilaly created

0dea0f6 [bridge/github] simplify export operation hashs

Click to expand commit body
[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

Amine Hilaly created

fc09f2a [bridge/github] exporter: Add test cases

Click to expand commit body
correct delete repo
improve tests
set user identity

Amine Hilaly created

12cc74e [bridge/github] correct label & comment edit mutations bugs

Amine Hilaly created

23f2c58 [bridge/github] create label: Generate hexColor from label rgba

Amine Hilaly created

4ad3d33 [bridge/github] use context.WithTimeout on all graphql queries

Amine Hilaly created

f70c279 [bridge/github] exporter: Improve error handling

Click to expand commit body
[bridge/github] queries: use api v4 for getLabel / createLabel

[bridge/github] add comments to getIdentityClient

Amine Hilaly created

e511f3d [misc] update man docs and completion scripts

Click to expand commit body
[cache] BugCache: Fix set metadata raw

[bridge/github] Fix graphql input objects

Amine Hilaly created

a58ac69 [bridge/github] exporter: Check bug import origin

Click to expand commit body
[bridge/github] export only allowed bugs

Amine Hilaly created

07492fb [bridge/github] importer: tag imported issues with origin metadata

Click to expand commit body
[bridge/github] exporter: correct export signature and cache maps

Amine Hilaly created

1d42814 [bridge/github] cache user token

Click to expand commit body
fix import typo

init tests

verify issue

Amine Hilaly created

a121991 [bridge/github] exporter: support multiple tokens/clients

Amine Hilaly created

6d9ba4a rebase & fix push command

Amine Hilaly created

e649a50 [bug] Operations: add GetAuthor method for operation interface and

Click to expand commit body
BaseOp

Amine Hilaly created

cbac482 [bridge/github] update github bug exporter

Click to expand commit body
- cache repository ID
- cache all comment IDs

Amine Hilaly created

6451dd2 [cache] BugCache: Add set metadata methods

Click to expand commit body
[bridge/github] fix add/remove mutation requests

[bridge/github] iterator: fix typo

Amine Hilaly created

2f620e6 [bridge/github] exporter: add graphql functionalities

Click to expand commit body
[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

Amine Hilaly created

946c936 [vendor] update dependencies: github.com/shurcooL/githubv4

Click to expand commit body
[bridge/github] graphql: Add more mutations structs

Amine Hilaly created

fbb0e83 [bridge/github] Add exporter implementation

Amine Hilaly created

0424a0f [commands] bridge: add push sub command

Click to expand commit body
[commands] bridge: use cobra max args

Amine Hilaly created

aa4464d readme: document the PowerShell completion

Michael Muré created

54e95cf Merge pull request #171 from MichaelMure/graphql-mutation-relay

Click to expand commit body
Graphql mutation relay

Michael Muré created

17cbe45 graphql: fix typo

Michael Muré created

9f4da4c cache: consistently use "ref" to fetch a repository

Michael Muré created

5bae915 minor cleanup

Michael Muré created

fb964bd Merge pull request #168 from MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.5

Click to expand commit body
build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5

Michael Muré created