This plugin provides an explorer like file tree for GIT repositories with GitBucket.
Plugin version | GitBucket version |
---|---|
9.0.x | 4.35+ |
8.0.x | 4.34+ |
7.0.x | 4.32+ |
6.1.x | 4.26+ |
6.0.x | 4.23+ |
5.0.x | 4.21+ |
4.0.x | 4.16+ |
3.0.x | 4.11+ |
2.0.0 | 4.10+ |
1.0.x | 4.9.x |
You can download the JAR file from the Release page.
Copy the downloaded plug-in JAR file to your GITBUCKET_HOME/plugins
directory, and then restart the GitBucket instance.
Pre-requisites are Node, NPM, SBT, and Java 8.
- Run
npm install
to install all node dependencies. - Run
npm run-script release
to create a complete release (this will call SBT too).
See package.json
for more details.
- Bump to GitBucket 4.35.0
- Bump to GitBucket 4.34.0
- Bump to GitBucket 4.32.0 and Scala 2.13.0
- Bump sbt-gitbucket-plugin to 1.3.0 to be hosted by the plugin registry
- Bump to GitBucket 4.23.1
- Bump to GitBucket 4.21.2
- Bump to GitBucket 4.16
- Bump to GitBucket 4.11
- Bump to GitBucket 4.10
- (bugfix) No redirect to css on deny anonymous access
- Fixed some bugs
- Display tree of selected branch
- first release
This plug-in was developed by @tomoki1207.