diff options
author | Josh Bialkowski <josh.bialkowski@gmail.com> | 2020-02-19 09:39:02 -0800 |
---|---|---|
committer | Josh Bialkowski <josh.bialkowski@gmail.com> | 2020-02-19 09:39:02 -0800 |
commit | be763b4c4c7c5fd9e33bd53175364b3f9e781af7 (patch) | |
tree | e8e05cafb9cf67402aa154081ec9c9341e2dab4c /README.md | |
parent | 4827d3f9ab77b01de7e34a9c7b4878fc94b942e5 (diff) | |
download | git-bug-be763b4c4c7c5fd9e33bd53175364b3f9e781af7.tar.gz |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -122,32 +122,32 @@ The web UI interact with the backend through a GraphQL API. The schema is availa ### Importer implementations -| | Github | Gitlab | Launchpad | -| --- | --- | --- | --- | -| **incremental**<br/>(can import more than once) | :heavy_check_mark: | :heavy_check_mark: | :x: | -| **with resume**<br/>(download only new data) | :heavy_check_mark: | :heavy_check_mark: | :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: | +| | Github | Gitlab | Launchpad | Jira | +| --- | --- | --- | --- | --- | +| **incremental**<br/>(can import more than once) | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| **with resume**<br/>(download only new data) | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| **identities** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| identities update | :x: | :x: | :x: | :heavy_check_mark: | +| **bug** | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| comments | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| comment editions | :heavy_check_mark: | :x: | :x: | :heavy_check_mark: | +| labels | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| status | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| title edition | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| **media/files** | :x: | :x: | :x: | :x: | +| **automated test suite** | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | ### Exporter implementations -| | Github | Gitlab | Launchpad | -| --- | --- | --- | --- | -| **bug** | :heavy_check_mark: | :heavy_check_mark: | :x: | -| comments | :heavy_check_mark: | :heavy_check_mark: | :x: | -| comment editions | :heavy_check_mark: | :heavy_check_mark: | :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: | -| **automated test suite** | :heavy_check_mark: | :heavy_check_mark: | :x: | +| | Github | Gitlab | Launchpad | Jira | +| --- | --- | --- | --- | --- | +| **bug** | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| comments | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| comment editions | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| labels | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| status | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| title edition | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| **automated test suite** | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | #### Bridge usage |