aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/export_mutation.go
Commit message (Collapse)AuthorAgeFilesLines
* [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-301-2/+2
| | | | | | | | | | [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] simplify export operation hashsAmine Hilaly2019-06-241-0/+74
[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