发布于 2015-11-23 23:50:14 | 335 次阅读 | 评论: 0 | 来源: 网友投递
Gitblit Java的Git管理工具
Gitblit 是一个纯 Java 库用来管理、查看和处理 Git 资料库。相当于 Git 的 Java 管理工具。
Gitblit 1.7.1 发布,此版本主要是修复了 WAR 文件部署失败的问题,其他修复:
Fix exception when viewing a ticket with a patchset where the integration branch does not exist (issue 521, ticket 212)
Fix exception when deleting a repository using the FileTicketService (issue 522, ticket 213)
Do not inject team repository permissions as explicit user permissions when editing a user (issue 462, ticket 214)
Whitelist the target link attribute in the XSS filter (ticket 216)
Strip line breaks from pasted SSH keys (ticket 245)
Fix project sorting (pull request #287)
Fix Lucene indexing of tags (pull request #291)
Prevent session fixation for external authentication (pull request #908)
Encode email subject as UTF-8 (pull request #929)
Do not automatically trim passwords (pull request #932)
Fix nested repository detection in raw servlet (pull request #950)
Replaced Dagger with Guice (ticket 80)
Use release name as root directory in Gitblit GO artifacts (ticket 109)
Split gitblit.properties into gitblit.properties & defaults.properties (ticket 110)
Show team type in teams page (pull request #217, ticket 168)
Relocate the repository Delete button (ticket 225)
Improve diff performance by gracefully limiting large diffs (pull request #226)
Add granular settings to disable display of git transport urls (pull request #274)
Use author date to be consistent with other tools (pull request #919)
Add GitHub Octicons (ticket 106)
Support for chain-loading properties files (ticket 110)
Add Priority & Severity fields for tickets (pull request #220, ticket 157)
Add Maintenance ticket type (pull request #223, ticket 206)
Add commitdiff option to ignore whitespace (ticket 233)
Add configurable tab length for blob views (ticket 253)
Implement image diffs (pull request #229)
Add support for configurable HTTP proxy host/port in PluginManager (pull request #235)
Implement collapsed empty folder navigation (pull request #241)
Implement hashing to detect usermodel changes and reduce users.conf file I/O (pull request #246)
Add support for Kerberos5/GSS authentication to SSH (pull request #254)
Allow extraction of additional user metadata in request headers when using external or container authentication (pull request #255)
Allow custom host & port specification for advertised SSH urls (pull request #268)
Improve logging for fail2ban usage (pull request #296)
Initial implementation of Git-LFS (pull request #921)
Add "all" repositories parameter to Search page (pull request #935)
下载:https://github.com/gitblit/gitblit/archive/v1.7.1.zip。
Gitblit 是一个纯 Java 库用来管理、查看和处理 Git 资料库。相当于 Git 的 Java 管理工具。