7/05/2014

GitBucket News launched

A new blog GitBucket News which provides information about GitBucket is launched on Github Pages.


Information about GitBucket such as release announcement and development status will be provided on this blog from now on.

Please check it!

5/31/2014

GitBucket 2.0 released!

Today, we are pleased to announce the availability of  new version of Scala based Github clone GitBucket 2.0.


This is a first major version up includes modern Github UI and following new features:

Preview in AceEditor
You can preview Markdown in direct file editing in the repository viewer. And you can also confirm diff for files other than Markdown.

Select lines by clicking line number
GitBucket has been supported selecting lines by URL hash like #L10 or #L10-L12. In this version, it's possible by clicking in the source viewer.

This release contains some improvements and bug fix. See all closed issues in this release to know details. Upgrade your GitBucket and try new UI and these excellent features.

Enjoy!

4/29/2014

GitBucket 1.13 released!

Today, we are pleased to announce the availability of  new version of Scala based Github clone GitBucket 1.13.

I introduce new features in GitBucket 1.13 in this entry.

Online file editing
Online file editing using AceEditor is available. Commiters can create, edit and remove files in repository on the browser.

File attachment to issues
Now, we can attach image to issue and its comment. Drop image file into the area under textarea, or click this area and choose image file.

Atom feed of user activity
Atom feed is available in the dashboard and user activity page.


And also this release contains some improvements and many bug fix. See all closed issues in this release to know details. We highly recommend upgrading your GitBucket.

Enjoy!

3/29/2014

GitBucket 1.12 released!

Today, we are pleased to announce the availability of  new version of Scala based Github clone GitBucket 1.12.

This release contains some new features as below:

SSH repository access is available
SSH repository access can be enabled in system settings:
Users can register public keys in account settings:
And ssh repository url can be checked in the repository viewer:
Group management enhancement
All users can create new group. User can manage their groups and group repositories.
It's possible to configure permission in the group in group settings:
Git submodule support
Display the link to the repository for submodules.
In addition, in the previous version of GitBucket, downloading as the zip file had not been worked if the repository contains submodule. This issue is fixed in this release.
Close issues via commit messages
Issue can be closed by commit message like "Fix #123" or "Close #123".

Show repository description below the name on repository page
Fix presentation of the source viewer
before:
after:

And also this release contains some improvements and bug fix so we recommend upgrading your GitBucket.

Enjoy!

3/01/2014

GitBucket 1.11 released!

Today, we released a new version of Scala based Github clone GitBucket 1.11.

This release contains some new features as below:
  • Base URL for redirection, notification and repository URL box is configurable
  • Remove --https option because it's possible to substitute in the base url
  • Headline anchor is available for Markdown contents such as Wiki page
  • Label is available for pull requests not only issues
  • Delete branch button is added

  • Repository icons are updated
  • Select lines of source code by URL hash like #L10 or #L10-L15 in repository viewer
  • Display reference to issue from others in comment list
And also this release contains some improvements and bug fix so we recommend upgrading your GitBucket.

Enjoy!

2/01/2014

GitBucket 1.10 released!

Today, we released a new version of Scala based Github clone GitBucket 1.10.

This release contains some new features as below:
  • Rename repository
  • Transfer repository owner
  • Change default data directory to HOME/.gitbucket from HOME/gitbucket, but if data directory already exist at HOME/gitbucket, it continues being used.
  • Add LDAP display name attribute
  • Response performance improvement
Running GitBucket is very easy:
  1. Download gitbucket.war from here and hit java -jar gitbucket.war in console
  2. Access http://localhost:8080/ by your browser
And also some bugs are fixed in this release. Please upgrade your GitBucket, it's also very easy. You have to only replace gitbucket.war.

Enjoy!

9/08/2013

GitBucket 1.5 released!

We've released GitBucket 1.5 several days before.

GitBucket is a Github clone written with Scala. It's based on Scalatra, Slick and JGit.

This release contains many important new features such as:

  • Fork and pull request
  • LDAP authentication
  • Mail notification

See here to know how to setup GitBucket. It's very easy. Please try GitBucket and any feedback is welcome!