##// END OF EJS Templates
Show More
Commit message Age Author Refs
r5525:5c137dd8
feat: security-related code removed to be moved to EE
0
r5524:fb58a2b4
fix(backend): fixed broken backends function after python3 migration (grafted from 112c3403e5ce3301bd7e910fb76d49aeaa9d49a4)
0
r5523:112c3403
fix(backend): fixed broken backends function after python3 migration
0
r5522:33fc2e7c
feat(vcs clients filtering): added changes related to vcs client filtering needed for EE. Fixes: RCCE-41
0
r5521:26d7e16d
docs: added 5.1.2 rel notes
0
r5520:dc5e54b5
Bump version: 5.1.1 → 5.1.2
0
r5519:c5786bac
release: Bump version 5.1.1 to 5.1.2
0
r5518:3cd45018
feat: security tab in admin, routes and placeholder view for ee functionality
0
r5517:6d578f95
fix(deps): bring back pyramid-mako removed in debugtoolbar
0
r5516:3496180b
feat(artifacts): new artifact storage engines allowing an s3 based uploads
0
< 1 2 3 4 5 6 7 .. 553 >

RhodeCode

About

RhodeCode is a fast and powerful source code management tool for Mercurial, GIT and Subversion. It's main features are:

  • built in push/pull server
  • SSH with key management support
  • full text search.
  • plugable authentication.
  • pull requests and powerful code-review system.
  • advanced permission system with IP restrictions, permission inheritation, and user-groups.
  • rich set of authentication plugins including LDAP, ActiveDirectory, SAML 2.0, Atlassian Crowd, Http-Headers, Pam, Token-Auth, OAuth.
  • live code-review chat, and reviewer rules.
  • full web based file editing.
  • unified multi vcs support.
  • snippets (gist) system.
  • artfacts store for binaries.
  • integration framework for Slack, CI systems, Webhooks, Jira, Redmine etc.
  • integration with all 3rd party issue trackers.

RhodeCode also provides rich API, and multiple event hooks so it's easy integrable with existing external systems.

RhodeCode is similar in some respects to gitlab, github or bitbucket, however RhodeCode can be run as standalone hosted application on your own server. RhodeCode can be installed on *nix or Windows systems.

RhodeCode uses PEP386 versioning

Installation

Please visit https://docs.rhodecode.com/RhodeCode-Control/tasks/install-cli.html for more details

Source code

The latest sources can be obtained from official RhodeCode instance https://code.rhodecode.com/rhodecode-enterprise-ce https://code.rhodecode.com/rhodecode-vcsserver

Contributions

RhodeCode is open-source; contributions are welcome!

Please see the contribution documentation inside of the docs folder, which is also available at https://docs.rhodecode.com/RhodeCode-Enterprise/contributing/contributing.html

For additional information about collaboration tools, our issue tracker, licensing, and contribution credit, visit https://rhodecode.com/open-source

RhodeCode Features

Check out all features of RhodeCode at https://rhodecode.com/features

License

RhodeCode is dual-licensed with AGPLv3 and commercial license. Please see LICENSE.txt file for details.

Getting help

Listed bellow are various support resources that should help.

Note

Please try to read the documentation before posting any issues, especially the troubleshooting section

Online documentation

Online documentation for the current version of RhodeCode is available at

You may also build the documentation for yourself - go into docs/ and run:

nix-build default.nix -o result && make clean html

(You need to have sphinx installed to build the documentation. If you don't have sphinx installed you can install it via the command: pip install sphinx)