Posts
-
Jun 29, 2015
How to create GitBucket plug-in
GitBucket has the plug-in system to extend itself from outside of GitBucket. In this entry, I show how to create a simple GitBucket plug-in. Create project First, create a new sbt project with the following build.sbt and project/plugins.sbt: build.sbt name...
Read more...
-
Jun 27, 2015
GitBucket 3.4 released!
Today, we are pleased to announce the availability of new version of Scala based Git platform GitBucket 3.4! Plug-in API enhancement Declarative style plug-in definition is available. class Plugin extends gitbucket.core.plugin.Plugin { override val pluginId: String = "gist" override val...
Read more...
-
May 31, 2015
GitBucket 3.3 released!
Today, we are pleased to announce the availability of new version of Scala based Git platform GitBucket 3.3! This release contains some great new features. Almost of these features are provided by @nazoking. Thanks for his contribution! Image diff Rich...
Read more...
-
May 3, 2015
GitBucket 3.2 released!
Today, we are pleased to announce the availability of new version of Scala based Git platform GitBucket 3.2! This release contains some improvements of the repository viewer as below: Directory history button GitHub’s “Browse commits for this branch” button has...
Read more...
-
Apr 4, 2015
GitBucket 3.1.1 released!
Today, We released GitBucket 3.1.1. In GitBucket 3.1, included H2 causes version compatibility issue for some environments. Therefore H2 version is rolled back in this release. If you have a trouble in upgrading to GitBucket 3.1, please try this release....
Read more...