diff options
author | Tim <tdhutt@gmail.com> | 2023-03-22 16:43:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 11:43:08 -0500 |
commit | 662fbe0ce0ef221280496b07c51f7866b36d3efb (patch) | |
tree | 794fb9cfd5d07ad376f4c98c8cdc9e3c1beacdc4 | |
parent | d4f35bd681af0632da988e15306f330e020422b2 (diff) | |
download | gitea-662fbe0ce0ef221280496b07c51f7866b36d3efb.tar.gz gitea-662fbe0ce0ef221280496b07c51f7866b36d3efb.zip |
Add extra features to product comparison (#23638)
Add some review features that are notably missing from Gitlab CE but not
Gitea.
Also add Merge Queues which is not supported by Gitea but is quite an
important feature.
-rw-r--r-- | docs/content/doc/features/comparison.en-us.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/doc/features/comparison.en-us.md b/docs/content/doc/features/comparison.en-us.md index 9eaae36a69..5b68aed9b6 100644 --- a/docs/content/doc/features/comparison.en-us.md +++ b/docs/content/doc/features/comparison.en-us.md @@ -118,12 +118,15 @@ _Symbols used in table:_ | Rebase merging | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | Pull/Merge request inline comments | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | | Pull/Merge request approval | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | +| Pull/Merge require approval | ✓ | ✘ | ✓ | ✘ | ✓ | ✓ | ✓ | +| Pull/Merge multiple reviewers | ✓ | ✓ | ✓ | ✘ | ✓ | ✓ | ✓ | | Merge conflict resolution | [✘](https://github.com/go-gitea/gitea/issues/9014) | ✘ | ✓ | ✓ | ✓ | ✓ | ✘ | | Restrict push and merge access to certain users | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | | Revert specific commits | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✘ | | Pull/Merge requests templates | ✓ | ✓ | ✓ | ✓ | ✓ | ✘ | ✘ | | Cherry-picking changes | ✓ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ | | Download Patch | ✓ | ✘ | ✓ | ✓ | ✓ | / | ✘ | +| Merge queues | ✘ | ✘ | ✓ | ✘ | ✓ | ✘ | ✘ | ## 3rd-party integrations |