Sysadmin/FutureInfrastructure: Difference between revisions
< Sysadmin
mNo edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
|- | |- | ||
! Anongit | ! Anongit | ||
{{ | {{GreenCell}} Built-in replication, configurable per-repo. | ||
{{GreenCell}} Built-in replication | {{GreenCell}} Built-in replication | ||
|- | |- | ||
Line 40: | Line 40: | ||
|- | |- | ||
! Scratch Repository | ! Scratch Repository | ||
{{OrangeCell}} | {{OrangeCell}} Supported with minor modification, Proper support to be added later. | ||
{{OrangeCell}} A simple script for forwarding one API call | {{OrangeCell}} A simple script for forwarding one API call | ||
|- | |- | ||
Line 48: | Line 48: | ||
|- | |- | ||
! Uploading changes via command line | ! Uploading changes via command line | ||
{{GreenCell}} Yes, via | {{GreenCell}} Yes, via Arcanist | ||
{{GreenCell}} Yes, via Git | {{GreenCell}} Yes, via Git | ||
|- | |- | ||
Line 60: | Line 60: | ||
|- | |- | ||
! Downloading changes via Command line | ! Downloading changes via Command line | ||
{{GreenCell}} Yes, via | {{GreenCell}} Yes, via Arcanist | ||
{{GreenCell}} Yes, via Git | {{GreenCell}} Yes, via Git | ||
|- | |- | ||
! Downloading changes via Web | ! Downloading changes via Web | ||
| | | {{GreenCell}} Yes (patch file - see https://secure.phabricator.com/D234) | ||
{{GreenCell}} Yes (base64, zip - See KDE gerrit demo) | {{GreenCell}} Yes (base64, zip - See KDE gerrit demo) | ||
|- | |- | ||
! Ability to merge patch directly from Web UI | ! Ability to merge patch directly from Web UI | ||
| | | {{OrangeCell}} Disabled due to limitations in how it works, pending rewrite. | ||
{{GreenCell}} Yes | {{GreenCell}} Yes | ||
|- | |- | ||
Line 76: | Line 76: | ||
|- | |- | ||
! Closing Bugs on Bugzilla | ! Closing Bugs on Bugzilla | ||
{{GreenCell}} | {{GreenCell}} Existing git hooks | ||
{{GreenCell}} Native support via [http://lists.kde.org/?l=kde-core-devel&m=142190547129176&w=2 its-bugzilla gerrit plugin] | {{GreenCell}} Native support via [http://lists.kde.org/?l=kde-core-devel&m=142190547129176&w=2 its-bugzilla gerrit plugin] | ||
|- | |- |
Revision as of 19:38, 23 January 2015
This page aims to give an overview over the infrastructure that KDE relies on. It tries to give an overview in a feature matrix such that we, the community, can make an informed decision about the merits of each contestant.
Feature | Phabricator | Gerrit |
---|---|---|
Git Repository Hosting | Yes | Yes |
Git Repository Browsing | Diffusion | Integration with external viewer (see our instance) |
Git Commit Browsing | Diffusion | Integration with external viewer (see our instance) |
Anongit | Built-in replication, configurable per-repo. | Built-in replication |
Project Tree Structure | No | No |
Pre Commit Review | Differential | Yes |
Fine-grained review (separate labels, +1/+2,...) | No | Yes |
Bypass Reviews | Yes | Yes |
Scratch Repository | Supported with minor modification, Proper support to be added later. | A simple script for forwarding one API call |
Uploading changes via Git | Not yet | Yes |
Uploading changes via command line | Yes, via Arcanist | Yes, via Git |
Uploading changes via Web | Yes | https://tools.wmflabs.org/gerrit-patch-uploader/ |
Downloading changes via Git | No | Yes |
Downloading changes via Command line | Yes, via Arcanist | Yes, via Git |
Downloading changes via Web | style="vertical-align:middle;background-color:#80ff80;" | Yes (patch file - see https://secure.phabricator.com/D234) | Yes (base64, zip - See KDE gerrit demo) |
Ability to merge patch directly from Web UI | style="vertical-align:middle;background-color:#ffbf00;" | Disabled due to limitations in how it works, pending rewrite. | Yes |
CI Integration | http://www.guywarner.com/2014/06/part-2-integrating-phabricator-and.html or http://www.dctrwatson.com/2013/01/jenkins-and-phabricator/ | Native, see KDE gerrit demo |
Closing Bugs on Bugzilla | Existing git hooks | Native support via its-bugzilla gerrit plugin |
Post Commit Review | Audit | Commenting on closed reviews |
Clustering for scalability | No (?) | Yes |
Allows to replace svn web services (reviewboard, websvn), with same system | Yes (?) | No (?) |
Optional integrated task/todo management | Yes | No (?) |
Optional integrated issue tracking | Yes | No (?) |
Please extend the list, and correct anything thats wrong. Please add links wherever appropriate.