diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-14 20:28:53 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-24 21:24:04 +0200 |
commit | 2f620e65b8edeb761a161cea0dda11eb1cdf8fec (patch) | |
tree | 44690bd8a3e156c5ddba48528e4f52a732adcc05 /bridge/github/export_test.go | |
parent | 946c936c5c447fd1ef36fca0a17c6e6ec40c8054 (diff) | |
download | git-bug-2f620e65b8edeb761a161cea0dda11eb1cdf8fec.tar.gz git-bug-2f620e65b8edeb761a161cea0dda11eb1cdf8fec.zip |
[bridge/github] exporter: add graphql functionalities
[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
Diffstat (limited to 'bridge/github/export_test.go')
-rw-r--r-- | bridge/github/export_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/export_test.go b/bridge/github/export_test.go index 74e8a656d..710b798c4 100644 --- a/bridge/github/export_test.go +++ b/bridge/github/export_test.go @@ -3,5 +3,5 @@ package github import "testing" func TestExporter(t *testing.T) { - + //TODO test strategy } |