Gitblit 1.3.0 发布,基于Java的Git Web管理工具

jopen 11年前

Gitblit 是一个纯Java堆栈用于管理,查看和服务Git仓库。它的设计主要是作为一种工具,为小型工作组要提供集中存储库。
功能特性:

  • JGit SmartHTTP servlet
  • Browser and git client authentication
  • Four per-repository access control configurations with a Read-Only control flag
  • Ability to federate with one or more other Gitblit instances
  • RSS/JSON RPC interface
  • Java/Swing Gitblit Manager tool
  • Gitweb inspired web UI
  • Responsive web UI that subtracts elements to be usable on phones, tablets, and desktop browsers
  • Groovy pre- and post- push hook scripts, per-repository or globally for all repositories
  • Email push notifications (via sendmail.groovy push script)
  • Lucene indexing of specified repository branches
  • Administrators may create, edit, rename, or delete repositories through the web UI or RPC interface
  • Administrators may create, edit, rename, or delete users through the web UI or RPC interface
  • Administrators may create, edit, rename, or delete teams through the web UI or RPC interface
  • Repository Owners may edit repositories through the web UI
  • Administrators and Repository Owners may set the default branch through the web UI or RPC interface
  • LDAP authentication and optional LDAP-controlled Team memberships
  • Gravatar integration
  • Git-notes display support
  • gh-pages display support (Jekyll is not supported)
  • Branch metrics (uses Google Charts)
  • HEAD and Branch RSS feeds
  • Blame annotations view
  • Dates can optionally be displayed using the browser's reported timezone
  • Display of Author and Committer email addresses can be disabled
  • Case-insensitive searching of commit messages, authors, or committers
  • Dynamic zip downloads feature
  • Markdown file view support
  • Syntax highlighting for popular source code types
  • Customizable regular expression substitution for commit messages (i.e. bug or code review link integration)
  • Single text file for users configuration
  • Optional utility pages

基于Java的Git Web管理工具 Gitblit


发布说明:An integrated git daemon. Comparison of refs or commits page. Completion of the Gitblit reflog (formerly pushlog) introduced in 1.2.1. New dashboard pages. A stars feature. Improves the repository URL panel to show your access permission and to offer native app clone links. Improved navigation and theme. Customizable page header colors and logo. Recent activity commit caching to improve the performance of dashboard and activity pages. Windows authentication. Salesforce.com authentication. Many bugfixe