Git веб-интерфейсы — различия между версиями

Материал из YourcmcWiki
Перейти к: навигация, поиск
м
м
Строка 1: Строка 1:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Название !! Сайт !! Язык !! <abbr title="Полнотекстовый поиск по содержимому">FTS</abbr> !! Баги !! Wiki !! Review !! <abbr title="Запросы на слияние (push/pull requests в разной терминологии)">PullReq</abbr>
+
! Название
 +
! Сайт
 +
! Язык
 +
! Поиск
 +
! <abbr title="Создание/удаление репозиториев, управление правами доступами">Управление</abbr>
 +
! Баги
 +
! Wiki
 +
! Review
 +
! <abbr title="Запросы на слияние (push/pull requests в разной терминологии)">PullReq</abbr>
 +
! Примечания
 
|-
 
|-
| cgit || http://hjemli.net/git/cgit/ || C || || || || ||
+
| gitweb
 +
| https://git.wiki.kernel.org/index.php/Gitweb
 +
| Perl
 +
| commit, grep
 +
|
 +
|
 +
|
 +
|
 +
|
 +
| Поиск по комменту/автору/дате, а также содержимому файлов, но без полнотекстового движка, то есть grep’ом (медленно).
 
|-
 
|-
| Gitweb || https://git.wiki.kernel.org/index.php/Gitweb || Perl || || || || ||
+
| cgit
 +
| http://hjemli.net/git/cgit/
 +
| C
 +
| commit
 +
|
 +
|
 +
|
 +
|
 +
|
 +
| Клон gitweb.
 
|-
 
|-
| Gitblit || http://gitblit.com || Java || || || || ||
+
| Gitblit
 +
| http://gitblit.com
 +
| Java
 +
|style="color: white; background: green"| fulltext (Lucene)
 +
|style="color: white; background: green"| да
 +
|
 +
|
 +
|
 +
|
 
|-
 
|-
| ViewGit || http://viewgit.fealdia.org/ || PHP || || || || ||
+
| ViewGit
 +
| http://viewgit.fealdia.org/
 +
| PHP
 +
| commit
 +
|
 +
|  
 +
|
 +
|
 +
|
 +
| Клон gitweb.
 
|-
 
|-
| Gitalist || http://www.gitalist.com/ || Perl || || || || ||
+
| Gitalist
 +
| http://www.gitalist.com/
 +
| Perl
 +
| ???
 +
|
 +
|
 +
|
 +
|
 +
|
 +
| Скорее мёртв, чем жив.
 
|-
 
|-
| GitList || http://gitlist.org/ || PHP || || || || ||
+
| GitList
 +
| http://gitlist.org/
 +
| PHP
 +
| отсутствует
 +
|  
 +
|
 +
|
 +
|
 +
|
 +
| Очень слабый клон gitweb, но стили на twitter bootstrap.
 
|-
 
|-
| GitPHP || http://www.gitphp.org/ || PHP || || || || ||
+
| GitPHP
 +
| http://www.gitphp.org/
 +
| PHP
 +
| commit
 +
|
 +
|
 +
|
 +
|
 +
|
 +
| Клон gitweb.
 
|-
 
|-
| GitLab || http://gitlab.org/ || Ruby || ||style="color: white; background: green"| да ||style="color: white; background: green"| да ||style="color: white; background: green"| да ||style="color: white; background: green"| да
+
| GitLab
 +
| http://gitlab.org/
 +
| Ruby
 +
| commit
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
| Клон GitHub.
 
|-
 
|-
| Gitorious || http://gitorious.org/ || Ruby || || ||style="color: white; background: green"| да || ||style="color: white; background: green"| да
+
| Gitorious
 +
| http://gitorious.org/
 +
| Ruby
 +
| commit
 +
|style="color: white; background: green"| да
 +
|
 +
|style="color: white; background: green"| да
 +
|
 +
|style="color: white; background: green"| да
 +
| Открытый код сервиса Gitorious. Review плюс-минус, в виде merge request’ов.
 
|-
 
|-
| RhodeCode || http://rhodecode.org/ || Python ||style="color: white; background: green"| да ||style="color: white; background: green"| да ||style="color: white; background: green"| да ||style="color: white; background: green"| да ||style="color: white; background: green"| да
+
| RhodeCode
 +
| http://rhodecode.org/
 +
| Python
 +
|style="color: white; background: green"| fulltext (Whoosh)
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
| Также умеет Mercurial.
 +
|-
 +
| Indefero
 +
| http://www.indefero.net/
 +
| PHP
 +
| ???
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|style="color: white; background: green"| да
 +
|
 +
| Также умеет Mercurial, SVN и monotone O_o
 
|}
 
|}
 +
 +
RSS умеют все.

Версия 17:35, 22 июля 2013

Название Сайт Язык Поиск Управление Баги Wiki Review PullReq Примечания
gitweb https://git.wiki.kernel.org/index.php/Gitweb Perl commit, grep Поиск по комменту/автору/дате, а также содержимому файлов, но без полнотекстового движка, то есть grep’ом (медленно).
cgit http://hjemli.net/git/cgit/ C commit Клон gitweb.
Gitblit http://gitblit.com Java fulltext (Lucene) да
ViewGit http://viewgit.fealdia.org/ PHP commit Клон gitweb.
Gitalist http://www.gitalist.com/ Perl  ??? Скорее мёртв, чем жив.
GitList http://gitlist.org/ PHP отсутствует Очень слабый клон gitweb, но стили на twitter bootstrap.
GitPHP http://www.gitphp.org/ PHP commit Клон gitweb.
GitLab http://gitlab.org/ Ruby commit да да да да да Клон GitHub.
Gitorious http://gitorious.org/ Ruby commit да да да Открытый код сервиса Gitorious. Review плюс-минус, в виде merge request’ов.
RhodeCode http://rhodecode.org/ Python fulltext (Whoosh) да да да да да Также умеет Mercurial.
Indefero http://www.indefero.net/ PHP  ??? да да да да Также умеет Mercurial, SVN и monotone O_o

RSS умеют все.