diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-27 00:42:44 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-30 15:43:16 +0200 |
commit | 4b6949fcce9ea5caf8c62274c4441f41827dc854 (patch) | |
tree | 8215ccc2cfdb7e320916732f3c10777a855860f2 | |
parent | 1f365b236900d429cbfdaa1807163a110e6e4624 (diff) | |
download | git-bug-4b6949fcce9ea5caf8c62274c4441f41827dc854.tar.gz |
Add exporter documentation
-rw-r--r-- | README.md | 36 |
1 files changed, 22 insertions, 14 deletions
@@ -116,23 +116,31 @@ The web UI interact with the backend through a GraphQL API. The schema is availa ### Importer implementations -| | Github | Launchpad | -| ----------------------------------------------- | :----------------: | :----------------: | -| **incremental**<br/>(can import more than once) | :heavy_check_mark: | :x: | -| **with resume**<br/>(download only new data) | :x: | :x: | -| **identities** | :heavy_check_mark: | :heavy_check_mark: | -| identities update | :x: | :x: | -| **bug** | :heavy_check_mark: | :heavy_check_mark: | -| comments | :heavy_check_mark: | :heavy_check_mark: | -| comment editions | :heavy_check_mark: | :x: | -| labels | :heavy_check_mark: | :x: | -| status | :heavy_check_mark: | :x: | -| title edition | :heavy_check_mark: | :x: | -| **automated test suite** | :x: | :x: | +| | Github | Launchpad | +| --- | --- | --- | +| **incremental**<br/>(can import more than once) | :heavy_check_mark: | :x: | +| **with resume**<br/>(download only new data) | :x: | :x: | +| **identities** | :heavy_check_mark: | :heavy_check_mark: | +| identities update | :x: | :x: | +| **bug** | :heavy_check_mark: | :heavy_check_mark: | +| comments | :heavy_check_mark: | :heavy_check_mark: | +| comment editions | :heavy_check_mark: | :x: | +| labels | :heavy_check_mark: | :x: | +| status | :heavy_check_mark: | :x: | +| title edition | :heavy_check_mark: | :x: | +| **automated test suite** | :heavy_check_mark: | :x: | ### Exporter implementations -Todo ! +| | Github | Launchpad | +| --- | --- | --- | +| **bug** | :heavy_check_mark: | :x: | +| comments | :heavy_check_mark: | :x: | +| comment editions | :heavy_check_mark: | :x: | +| labels | :heavy_check_mark: | :x: | +| status | :heavy_check_mark: | :x: | +| title edition | :heavy_check_mark: | :x: | +| **automated test suite** | :heavy_check_mark: | :x: | ## Internals |