Posts

  • GitBucket 3.6 released!
    Today, we are pleased to announce the availability of new version of Scala based Git platform GitBucket 3.6! User interface improvements Some parts of GitBucket user interface had not been catched up to GitHub. In GitBucket 3.6, we have updated...
    Read more...
  • 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...
  • 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...
  • 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...
  • 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...