diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-07-17 23:54:17 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-07-23 17:18:04 +0200 |
commit | 3256b44b1bced56fba551a6d02042e109fe1e4b4 (patch) | |
tree | 3d14483c8787c8ee580e1847b551599375347b4d /README.md | |
parent | ce3a2788ab3bc9f205bcc27b03355155d641c2f4 (diff) | |
download | git-bug-3256b44b1bced56fba551a6d02042e109fe1e4b4.tar.gz |
Update README exporter and importer implementations tables
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -116,32 +116,32 @@ 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: | -| **media/files** | :x: | :x: | -| **automated test suite** | :heavy_check_mark: | :x: | +| | Github | Gitlab | Launchpad | +| --- | --- | --- | --- | +| **incremental**<br/>(can import more than once) | :heavy_check_mark: | :heavy_check_mark: | :x: | +| **with resume**<br/>(download only new data) | :x: | :x: | :x: | +| **identities** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| identities update | :x: | :x: | :x: | +| **bug** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| comments | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| comment editions | :heavy_check_mark: | :x: | :x: | +| labels | :heavy_check_mark: | :heavy_check_mark: | :x: | +| status | :heavy_check_mark: | :heavy_check_mark: | :x: | +| title edition | :heavy_check_mark: | :heavy_check_mark: | :x: | +| **media/files** | :x: | :x: | :x: | +| **automated test suite** | :heavy_check_mark: | :heavy_check_mark: | :x: | ### Exporter implementations -| | 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: | +| | Github | Gitlab | Launchpad | +| --- | --- | --- | --- | +| **bug** | :heavy_check_mark: | :x: | :x: | +| comments | :heavy_check_mark: | :x: | :x: | +| comment editions | :heavy_check_mark: | :x: | :x: | +| labels | :heavy_check_mark: | :x: | :x: | +| status | :heavy_check_mark: | :x: | :x: | +| title edition | :heavy_check_mark: | :x: | :x: | +| **automated test suite** | :heavy_check_mark: | :x: | :x: | ## Internals |