Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a few rows to Gitea feature comparison #23637

Closed
Timmmm opened this issue Mar 22, 2023 · 1 comment · Fixed by #23638
Closed

Add a few rows to Gitea feature comparison #23637

Timmmm opened this issue Mar 22, 2023 · 1 comment · Fixed by #23638
Labels
type/docs This PR mainly updates/creates documentation type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@Timmmm
Copy link
Contributor

Timmmm commented Mar 22, 2023

Feature Description

This page is really great but it is missing a few rows that I would have found useful:

  1. "Multiple reviewers" - can you set multiple reviewers for a MR/PR?
  2. "Require review" - can you have MR/PRs require review?
  3. "Merge queue" - (AKA "merge trains" in Gitlab).

All three features are not in Gitlab CE but they are in Gitlab Premium. I believe Github supports all three. Here is how I think it should be:

| Feature                                         | Gitea                                              | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
| ----------------------------------------------- | -------------------------------------------------- | ---- | --------- | --------- | --------- | --------- | ------------ |
| Pull/Merge require approval                     | ✘                                                  | ✘    | ✓         | ✘        | ✓         | ✓         | ✓            |
| Pull/Merge multiple reviewers                   | ✓                                                  | ✓    | ✓         | ✘        | ✓         | ✓         | ✓            |
| Merge queues                                    | ✘                                                  | ✘    | ✓         | ✘        | ✓         | ✘         | ✘            |

Not 100% sure about the RhodeCode one.

Screenshots

No response

@Timmmm Timmmm added type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first. labels Mar 22, 2023
@jolheiser
Copy link
Member

Feel free to open a PR if you're comfortable with it, the page in question is https://github.com/go-gitea/gitea/blob/main/docs/content/doc/features/comparison.en-us.md

One nit, you can require PR approval in Gitea via protected branches.

Timmmm added a commit to Timmmm/gitea that referenced this issue Mar 22, 2023
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.

Fixes go-gitea#23637
@yardenshoham yardenshoham added type/docs This PR mainly updates/creates documentation and removed type/feature Completely new functionality. Can only be merged if feature freeze is not active. labels Mar 22, 2023
@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/docs This PR mainly updates/creates documentation type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants