Java 的 Git 管理工具,Gitblit 1.7.0 发布
Gitblit 是一个纯 Java 库用来管理、查看和处理 Git 资料库。相当于 Git 的 Java 管理工具。
Gitblit 1.7.0 发布,此版本是最新稳定版本,更新内容如下:
Bug 修复
-
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)
-
修复项目排序问题 (pull request #287)
-
修复 Lucene 对标签的索引问题 (pull request #291)
-
Prevent session fixation for external authentication (pull request #908)
-
使用 UTF8 对 Email 标题进行编码 (pull request #929)
-
不自动的删除密码中的空格 (pull request #932)
-
Fix nested repository detection in raw servlet (pull request #950)
改进
-
使用 Guice 替换 Dagger (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.0.zip。