Gitblit 1.7.1 发布,Java 的 Git 管理工具
欢迎加入运维网交流群:263444886Gitblit 1.7.1 发布,此版本主要是修复了 WAR 文件部署失败的问题,其他修复:
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)
[*] 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>
[*] 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 管理工具。
页:
[1]