Difference between revisions of "GitInfrastructureComparison"
Jump to navigation
Jump to search
Wiki-Mloskot (talk | contribs) (Add Trac to the comparison) |
(add Kallithea) |
||
Line 10: | Line 10: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! Feature !! Gogs !! GitLab-CE !! Trac | + | ! Feature !! Gogs !! GitLab-CE !! Trac !! Kallithea |
|- | |- | ||
− | | '''deployed in staging''' || [https://wiki.osgeo.org/wiki/SAC:Gogs YES] || [https://trac.osgeo.org/osgeo/ticket/1651 NO] || YES (in use) | + | | '''deployed in staging''' || [https://wiki.osgeo.org/wiki/SAC:Gogs YES] || [https://trac.osgeo.org/osgeo/ticket/1651 NO] || YES (in use) || NO |
|- | |- | ||
− | | login via LDAP || YES || YES || YES | + | | login via LDAP || YES || YES || YES || tbd |
|- | |- | ||
− | | LDAP groups sync || NO || || | + | | LDAP groups sync || NO || || || |
|- | |- | ||
− | | autonomous creation of repositories || YES || YES || NO | + | | autonomous creation of repositories || YES || YES || NO || YES |
|- | |- | ||
− | | autonomous creation of organizations || YES || || NO | + | | autonomous creation of organizations || YES || || NO || YES |
|- | |- | ||
− | | organization management || YES ([https://discuss.gogs.io/t/how-to-manage-collaborators/87 poor]) || YES || NO | + | | organization management || YES ([https://discuss.gogs.io/t/how-to-manage-collaborators/87 poor]) || YES || NO || tbd |
|- | |- | ||
− | | private repositories || YES ([https://github.com/gogits/gogs/issues/2950 no filesystem permission handling]) || YES || | + | | private repositories || YES ([https://github.com/gogits/gogs/issues/2950 no filesystem permission handling]) || YES || || YES |
|- | |- | ||
− | | external issue tracker || YES ([https://git.osgeo.org/_gogs_/qgis/qgis/commits/25ad0af86cb465a44214944b7a5169d8e55d94eb example]) || [https://github.com/gitlabhq/gitlabhq/blob/master/doc/integration/external-issue-tracker.md YES] || NO | + | | external issue tracker || YES ([https://git.osgeo.org/_gogs_/qgis/qgis/commits/25ad0af86cb465a44214944b7a5169d8e55d94eb example]) || [https://github.com/gitlabhq/gitlabhq/blob/master/doc/integration/external-issue-tracker.md YES] || NO || tbd |
|- | |- | ||
− | | internal issue tracker || YES || YES || YES | + | | internal issue tracker || YES || YES || YES || tbd |
|- | |- | ||
− | | tool to migrate from trac || NO || [http://eric.van-der-vlist.com/blog/2013/11/06/from-trac-to-gitlab/ YES] || n/a | + | | tool to migrate from trac || NO || [http://eric.van-der-vlist.com/blog/2013/11/06/from-trac-to-gitlab/ YES] || n/a || tbd |
|- | |- | ||
− | | external wiki || YES || || | + | | external wiki || YES || || || tbd |
|- | |- | ||
− | | internal wiki || YES ([https://github.com/gogits/gogs/issues/2978 edit permissions match code repo ones]) || YES (1) || YES | + | | internal wiki || YES ([https://github.com/gogits/gogs/issues/2978 edit permissions match code repo ones]) || YES (1) || YES || NO |
|- | |- | ||
− | | comment issues via mail || NO || [http://doc.gitlab.com/ce/incoming_email/README.html YES] || YES | + | | comment issues via mail || NO || [http://doc.gitlab.com/ce/incoming_email/README.html YES] || YES || tbd |
|- | |- | ||
− | | PostgreSQL backend || YES || YES || YES | + | | PostgreSQL backend || YES || YES || YES || YES |
|- | |- | ||
− | | Multilanguage || 15 languages || || | + | | Multilanguage || 15 languages || || || YES |
|- | |- | ||
− | | Comments on diff lines || NO || YES|| YES (via [https://trac.edgewall.org/wiki/CodeReview plugins]) | + | | Comments on diff lines || NO || YES|| YES (via [https://trac.edgewall.org/wiki/CodeReview plugins]) || tbd |
|- | |- | ||
− | | Pull requests || YES || YES || NO (?) | + | | Pull requests || YES || YES || NO (?) || YES |
|- | |- | ||
− | | Webhooks || [https://gogs.io/docs/features/webhook YES] || YES || | + | | Webhooks || [https://gogs.io/docs/features/webhook YES] || YES || || tbd |
|- | |- | ||
− | | Edit GIT hooks || YES || || | + | | Edit GIT hooks || YES || || || tbd |
|- | |- | ||
| CI || external (like [https://github.com/drone/drone/blob/master/remote/gogs/gogs.go drone]) || integrated || | | CI || external (like [https://github.com/drone/drone/blob/master/remote/gogs/gogs.go drone]) || integrated || | ||
|- | |- | ||
− | | tracking of forks || YES ([https://git.osgeo.org/_gogs_/postgis/postgis/forks example]) || YES || NO | + | | tracking of forks || YES ([https://git.osgeo.org/_gogs_/postgis/postgis/forks example]) || YES || NO || YES |
|} | |} | ||
Revision as of 09:34, 14 April 2016
Comparison Table
Moved from https://git.osgeo.org/_gogs_/sac/gogs-service/wiki/Git-services-comparison
This table is aimed at helping to decide which service to install on OSGeo machines to provide hosting for OSGeo projects.
The priority of each parameter is not currently defined.
Feature | Gogs | GitLab-CE | Trac | Kallithea |
---|---|---|---|---|
deployed in staging | YES | NO | YES (in use) | NO |
login via LDAP | YES | YES | YES | tbd |
LDAP groups sync | NO | |||
autonomous creation of repositories | YES | YES | NO | YES |
autonomous creation of organizations | YES | NO | YES | |
organization management | YES (poor) | YES | NO | tbd |
private repositories | YES (no filesystem permission handling) | YES | YES | |
external issue tracker | YES (example) | YES | NO | tbd |
internal issue tracker | YES | YES | YES | tbd |
tool to migrate from trac | NO | YES | n/a | tbd |
external wiki | YES | tbd | ||
internal wiki | YES (edit permissions match code repo ones) | YES (1) | YES | NO |
comment issues via mail | NO | YES | YES | tbd |
PostgreSQL backend | YES | YES | YES | YES |
Multilanguage | 15 languages | YES | ||
Comments on diff lines | NO | YES | YES (via plugins) | tbd |
Pull requests | YES | YES | NO (?) | YES |
Webhooks | YES | YES | tbd | |
Edit GIT hooks | YES | tbd | ||
CI | external (like drone) | integrated | ||
tracking of forks | YES (example) | YES | NO | YES |
- (1) : GitLab wiki permissions match repo ones. GitLab wikis can be accessed through a git repo.