RhodeCode

RhodeCode 1.2.4 Released !

Posted on January 19th, 2012 by marcink
Tags: manager , releasehgwebdirmercurial , repo , rhodecode

I'm happy to announce the release of RhodeCode 1.2.4!

Downloads at: http://pypi.python.org/pypi#downloads Demo at: http://demo.rhodecode.org

This version adds one new API method for manipulating groups, and fixes found bugs from previos release. It also by default runs on mercurial 2.0.X series, and supports largefile extension. Enyoy !

Here is the full changelog for this release

news

  • RhodeCode is bundled with mercurial series 2.0.X by default, with full support to largefiles extension. Enabled by default in new installations
  • #329 Ability to Add/Remove Groups to/from a Repository via AP
  • added requires.txt file with requirements

fixes

  • fixes db session issues with celery when emailing admins
  • #331 RhodeCode mangles repository names if the a repository group contains the "full path" to the repositories
  • #298 Conflicting e-mail addresses for LDAP and RhodeCode users
  • DB session cleanup after hg protocol operations, fixes issues with mysql has gone away errors
  • #333 doc fixes for get_repo api function
  • #271 rare JSON serialization problem with statistics enabled
  • #337 Fixes issues with validation of repository name conflicting with a group name. A proper message is now displayed.
  • #292 made ldap_dn in user edit readonly, to get rid of confusion that field doesn't work
  • #316 fixes issues with web description in hgrc files

About RhodeCode

RhodeCode is a Pylons framework based Mercurial repository browser/management tool with a built in push/pull server and full text search. It works on http/https and has a built in permission/authentication system with the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also supports simple API so it's easy integrable with existing systems.

RhodeCode is similar in some respects to github or bitbucket, however RhodeCode can be run as standalone hosted application on your own server. It is open source and donation ware and focuses more on providing a customized, self administered interface for Mercurial(and soon GIT) repositories. RhodeCode is powered by a vcs library that Lukasz Balcerzak and I created to handle multiple different version control systems.