Expose ReceivePack to Groovy hooks (issue-125)
| | |
| | |
|
| | | #### changes
|
| | |
|
| | | - Expose ReceivePack to Groovy push hooks (issue 125)
|
| | | - Redirect to summary page when refreshing the empty repository page on a repository that is not empty (issue 129)
|
| | | - Emit a warning in the log file if running on a Tomcat-based servlet container which is unfriendly to %2F forward-slash url encoding AND Gitblit is configured to mount parameters with %2F forward-slash url encoding (Github/jpyeron, issue 126)
|
| | | - LDAP admin attribute setting is now consistent with LDAP teams setting and admin teams list.
|
| | |
| | | * Bound Variables:
|
| | | * gitblit Gitblit Server com.gitblit.GitBlit
|
| | | * repository Gitblit Repository com.gitblit.models.RepositoryModel
|
| | | * receivePack JGit Receive Pack org.eclipse.jgit.transport.ReceivePack
|
| | | * user Gitblit User com.gitblit.models.UserModel
|
| | | * commands JGit commands Collection<org.eclipse.jgit.transport.ReceiveCommand>
|
| | | * url Base url for Gitblit String
|
| | |
| | | * Bound Variables:
|
| | | * gitblit Gitblit Server com.gitblit.GitBlit
|
| | | * repository Gitblit Repository com.gitblit.models.RepositoryModel
|
| | | * receivePack JGit Receive Pack org.eclipse.jgit.transport.ReceivePack
|
| | | * user Gitblit User com.gitblit.models.UserModel
|
| | | * commands JGit commands Collection<org.eclipse.jgit.transport.ReceiveCommand>
|
| | | * url Base url for Gitblit String
|
| | |
| | | * Bound Variables:
|
| | | * gitblit Gitblit Server com.gitblit.GitBlit
|
| | | * repository Gitblit Repository com.gitblit.models.RepositoryModel
|
| | | * receivePack JGit Receive Pack org.eclipse.jgit.transport.ReceivePack
|
| | | * user Gitblit User com.gitblit.models.UserModel
|
| | | * commands JGit commands Collection<org.eclipse.jgit.transport.ReceiveCommand>
|
| | | * url Base url for Gitblit String
|
| | |
| | | * Bound Variables:
|
| | | * gitblit Gitblit Server com.gitblit.GitBlit
|
| | | * repository Gitblit Repository com.gitblit.models.RepositoryModel
|
| | | * receivePack JGit Receive Pack org.eclipse.jgit.transport.ReceivePack
|
| | | * user Gitblit User com.gitblit.models.UserModel
|
| | | * commands JGit commands Collection<org.eclipse.jgit.transport.ReceiveCommand>
|
| | | * url Base url for Gitblit String
|
| | |
| | | * Bound Variables:
|
| | | * gitblit Gitblit Server com.gitblit.GitBlit
|
| | | * repository Gitblit Repository com.gitblit.models.RepositoryModel
|
| | | * receivePack JGit Receive Pack org.eclipse.jgit.transport.ReceivePack
|
| | | * user Gitblit User com.gitblit.models.UserModel
|
| | | * commands JGit commands Collection<org.eclipse.jgit.transport.ReceiveCommand>
|
| | | * url Base url for Gitblit String
|
| | |
| | | Binding binding = new Binding();
|
| | | binding.setVariable("gitblit", GitBlit.self());
|
| | | binding.setVariable("repository", repository);
|
| | | binding.setVariable("receivePack", rp);
|
| | | binding.setVariable("user", user);
|
| | | binding.setVariable("commands", commands);
|
| | | binding.setVariable("url", gitblitUrl);
|