Posts
-
Aug 1, 2015
GitBucket 3.5 released!
Today, we are pleased to announce the availability of new version of Scala based Git platform GitBucket 3.5 with Gist plug-in update! Octicons Octicons is an open-source web font contains GitHub like icons provided by GitHub. GitBucket and Gist plug-in...
Read more...
-
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...