Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git-bug
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
MichaelMure
git-bug
Commits
5be164c4
Unverified
Commit
5be164c4
authored
6 years ago
by
Michael Muré
Browse files
Options
Downloads
Patches
Plain Diff
readme: add a feature matrix of the bridges implementation
parent
b76357a5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-0
21 additions, 0 deletions
README.md
with
21 additions
and
0 deletions
README.md
+
21
−
0
View file @
5be164c4
...
@@ -105,6 +105,27 @@ This web UI is entirely packed inside the same go binary and serve static conten
...
@@ -105,6 +105,27 @@ This web UI is entirely packed inside the same go binary and serve static conten
The web UI interact with the backend through a GraphQL API. The schema is available
[
here
](
graphql/
)
.
The web UI interact with the backend through a GraphQL API. The schema is available
[
here
](
graphql/
)
.
## Bridges
### Importer implementations
| | Github | Launchpad |
| ----------------------------------------------- | :-----------: | :-----------: |
|
**incremental**
<br/>
(can import more than once) | :green_apple: | :tomato: |
|
**with resume**
<br/>
(download only new data) | :tomato: | :tomato: |
|
**identities**
| :green_apple: | :green_apple: |
|
**identities update**
| :tomato: | :tomato: |
|
**bug**
| :green_apple: | :green_apple: |
|
**comments**
| :green_apple: | :green_apple: |
|
**comment editions**
| :green_apple: | :tomato: |
|
**labels**
| :green_apple: | :tomato: |
|
**status**
| :green_apple: | :tomato: |
|
**title edition**
| :green_apple: | :tomato: |
### Exporter implementations
Todo !
## Internals
## Internals
Interested by how it works ? Have a look at the
[
data model
](
doc/model.md
)
and the
[
internal bird-view
](
doc/architecture.md
)
.
Interested by how it works ? Have a look at the
[
data model
](
doc/model.md
)
and the
[
internal bird-view
](
doc/architecture.md
)
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment