Software:RhodeCode

From HandWiki
Short description: German software company

RhodeCode is an open source self-hosted platform for behind-the-firewall source code management. It provides centralized control over Git, Mercurial, and Subversion repositories within an organization, with common authentication and permission management. RhodeCode allows forking, pull requests, and code reviews via a web interface.

RhodeCode
Rhodecode-logo.png
RhodeCode UI.png
Type of site
Git, Mercurial, SVN
source code management
Websiterhodecode.com
CommercialYes
RegistrationOptional (required for RhodeCode EE)
Launched2010; 14 years ago (2010)
Current statusOnline
RhodeCode CE (Community Edition)
Original author(s)Marcin Kuźmiński
Developer(s)RhodeCode Inc.
Stable release
4.17 [1] / October 10, 2019; 4 years ago (2019-10-10)
Written inPython
Operating systemWindows, Linux, Unix
Available inEnglish
TypeSource Code Management
LicenseOpen Source (AGPLv3)
Websiterhodecode.com
RhodeCode EE (Enterprise Edition)
Stable release
4.17 / October 10, 2019; 4 years ago (2019-10-10)
LicenseProprietary
Websiterhodecode.com
RhodeCode Inc.
Type of site
Private
Founded2010
HeadquartersBerlin, Germany
Founder(s)Marcin Kuźmiński
Key peopleMarcin Kuźmiński (CTO)
IndustrySoftware
Websiterhodecode.com

Software

RhodeCode is an enterprise source code management platform for Mercurial, Git, and SVN repositories. It also provides a web interface and APIs to control source code access, manage users, and conduct code reviews. The platform applies existing tools and integrations across the whole code base in a unified way.

RhodeCode is written in Python using the Pylons Framework. It is run as a standalone hosted application on a dedicated server (or in a private cloud) to manage multiple repositories within an organization. RhodeCode CE is free, with an unlimited number of users and repositories. RhodeCode EE is for-fee and builds enterprise integrations on top of CE.[citation needed]

Features

Team collaboration:

  • Advanced code reviews.
  • Side-by-side diffs.
  • Pull requests.
  • Inline source code chat.
  • Full-text code search and source code indexing.
  • Web-based file adding, editing, deletion.
  • Code snippets system (pastebin).

Repository management:

  • Unified support for Mercurial, Git, and Subversion.
  • Fine-grained user management and tools for the access control.
  • Advanced permission system with IP restrictions.

Code security and authentication:

  • Pluggable authentication system with tokens and LDAP support, Atlassian Crowd, Http-Headers, Pam.
  • Enterprise authentication options: Active Directory, GitHub/Google/Bitbucket authentication, 2-factor authentication.
  • Integration with 3rd party issue trackers and CI tools (Jira, Redmine, Jenkins, etc.)

Editions

RhodeCode platform comes in two editions:[2]

  • RhodeCode CE (Community Edition) is free and open source. It is licensed under the terms of AGPLv3 license, with the source code openly available.
  • RhodeCode EE (Enterprise Edition) is licensed per user, adds technical support and enterprise authentication on top of RhodeCode CE.

Contributions

RhodeCode CE licensed under the AGPLv3 license. Developers willing to contribute need to sign the Contributor License Agreement (CLA), before their changes are merged into RhodeCode's main codebase.[3] RhodeCode has an active community of open source contributors and a developer program.[4]

History

RhodeCode was created in 2010 by Marcin Kuźmiński[5] to satisfy his need for a more efficient and secure way to manage source code across Mercurial, Git and SVN repositories behind a firewall in large organisations. RhodeCode was released as open-source software.

At the beginning of 2013, RhodeCode Enterprise was created to implement features that enterprise users were requesting. The new version was released in August 2013,[6][7] which also made parts of the software no longer open source.

Move to open source

Earlier versions of RhodeCode Enterprise were licensed entirely under the GNU General Public License version 3, but in August 2013, RhodeCode 2.0, introduced exceptions for parts of the software distribution. Because RhodeCode had accepted patches from independent developers, contributed under the GPL license, there was a dispute about whether the company had the legal rights to make such change.[8] According to Bradley M. Kuhn of Software Freedom Conservancy, the exception statement is ambiguous and "leaves the redistributor feeling unclear about their rights".[9] Furthermore, he insists, GPLv3 §7¶4 forbids behaviour of that sort.[10] Instead of pursuing litigation, which might take years, SFC decided to fork the project under the name Kallithea, replacing the non-free files with free ones.[8]

Starting 2016, RhodeCode is open source,[11] with source code for RhodeCode CE (Community Edition) openly available under the AGPLv3 license. As the company explains in their blog, with this move they intend "to accelerate the pace and scope of innovation on [RhodeCode] platform" (rhodecode.com, 2016). RhodeCode EE (Enterprise Edition) has a proprietary business license.

Company

RhodeCode Inc. is a software company that creates products for enterprise software development. Its source code management and Application performance management products aim at software developers, project managers and DevOps engineers.[12]

RhodeCode as a company was founded and incorporated in July 2013 by Marcin Kuzminski and Sebastian Kreutzberger. It achieved its Series A funding of $3.5M in October 2014, and is currently funded by Earlybird Venture Capital and DFJ Esprit.[13]

RhodeCode is headquartered in Berlin,[14] it also has offices in Palo Alto, California.[15]

References

  1. RhodeCode Download page
  2. "RhodeCode Editions Comparison". https://rhodecode.com/features/community-vs-enterprise. Retrieved 21 July 2016. 
  3. "Contributions to RhodeCode Community Edition". https://rhodecode.com/open-source. Retrieved 21 July 2016. 
  4. "RhodeCode Launches the Developer Program for Open Source Contributors". https://rhodecode.com/blog/115/launching-the-developer-program-for-open-source-contributors. Retrieved 21 July 2016. 
  5. "RhodeCode - 120.000 Unternehmen nutzten SCM Tool" (in German). Berliner Morgenpost. 25 April 2014. http://gruenderzeit.morgenpost.de/2014/04/25/rhodecode-wie-ein-hobby-zum-welt-erfolg-wird/. Retrieved 25 June 2014. 
  6. "RhodeCode Follows Trail Blazed by MySQL with Release of Open Source Enterprise Solution" (Press release). 7 August 2013. Retrieved 25 June 2014.
  7. Meyer, David (7 August 2013). "Boasting big-name users, Github rival RhodeCode hits version 2.0 and starts making money". GigaOM. http://gigaom.com/2013/08/07/boasting-big-name-users-github-rival-rhodecode-hits-version-2-0-and-starts-making-money/. Retrieved 25 June 2014. 
  8. 8.0 8.1 Jake Edge (27 August 2014). "Forking instead of fighting". LWN.net. https://lwn.net/Articles/609709/. 
  9. Bradley M. Kuhn (15 July 2014). "Why Conservancy's Kallithea Project Exists". Software Freedom Conservancy. https://sfconservancy.org/blog/2014/jul/15/why-kallithea/. 
  10. Ben Cotton (14 July 2015). "How to win the copyleft fight—without litigation. Interview with Bradley Kuhn, Software Freedom Conservancy". Opensource.com. http://opensource.com/life/15/7/interview-bradley-kuhn-software-freedom-conservancy. 
  11. "RhodeCode Goes Open Source". https://rhodecode.com/blog/113/rhodecode-goes-open-source-unified-security-for-git-svn-mercurial. Retrieved 21 July 2016. 
  12. "Python Package Manager RhodeCode 2.2.5". https://pypi.python.org/pypi/RhodeCode/. Retrieved 16 July 2014. 
  13. David Meyer. "Enterprise code management specialists RhodeCode get $3.5M in funding". https://gigaom.com/2014/10/28/enterprise-code-management-specialists-rhodecode-get-3-5m-in-funding/. Retrieved 28 October 2014. 
  14. "RhodeCode Company Details". https://rhodecode.com/imprint. Retrieved 16 July 2016. 
  15. "RhodeCode Opens Their Global Headquarters in the Heart of Silicon Valley". PRNewswire. 12 March 2015. http://www.prnewswire.com/news-releases/rhodecode-opens-their-global-headquarters-in-the-heart-of-silicon-valley-296030951.html. 

External links