Find a file
Marcin Kuzminski fa8c11213d dependencies: bumped / freeze some libraries to make rhodecode-tools/vcsserver in sync
- pyparsing-2.4.5
- pyasn1-0.4.8
- pluggy-0.13.1
- contextlib2-0.6.0.post1
- attrs-19.3.0
2019-12-02 23:12:25 +01:00
.tx project: added all source files and assets 2016-05-24 15:56:53 +02:00
configs app-setup: allow skip of legacy plugin discovery. 2019-11-29 11:15:13 +01:00
docs issue-tracker: moved example to the input box 2019-12-02 15:12:39 +01:00
docs-internal/vcs core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00
licenses nix: add pygments-markdown-lexer for highglighting markdown files 2016-10-20 02:46:43 +03:00
pkgs dependencies: bumped / freeze some libraries to make rhodecode-tools/vcsserver in sync 2019-12-02 23:12:25 +01:00
rhodecode exception-tracker: send exc id headers on failed API calls for tracking errors that server generated. 2019-12-02 15:56:54 +01:00
.babelrc js: use ES6 classes for polymer 2.x 2018-10-30 15:24:48 +01:00
.bumpversion.cfg release: Start preparation for 4.17.4 2019-10-28 13:30:37 +00:00
.coveragerc coverage: update config 2019-10-08 22:49:26 +02:00
.hgignore ignore: skip minimized scripts 2019-10-31 10:22:54 +01:00
.jshintrc project: added all source files and assets 2016-05-24 15:56:53 +02:00
.release.cfg release: Finish preparation for 4.17.4 2019-10-28 13:37:09 +00:00
CHANGES.rst project: added all source files and assets 2016-05-24 15:56:53 +02:00
default.nix js: fixed usage of minimized JS 2019-10-31 15:13:08 +01:00
grunt_config.json js: produce minimized JS file as well as bundle 2019-10-30 14:13:49 +01:00
Gruntfile.js js: produce minimized JS file as well as bundle 2019-10-30 14:13:49 +01:00
LICENSE.txt dependencies: dropped pygments-markdown-lexer as it's natively supported by pygments now. 2018-12-11 19:02:43 +01:00
Makefile makefile: use utf8 for mysql tests 2019-10-08 13:30:46 +02:00
MANIFEST.in ui: dropped the custom font in favor of builtin ones. 2018-10-26 12:31:21 +02:00
package.json js: produce minimized JS file as well as bundle 2019-10-30 14:13:49 +01:00
pip2nix.ini packaging: moved some not required dependencies to pinned requirements file 2019-02-25 16:40:40 +01:00
pytest.ini dependencies: bumped test libraries. 2019-09-30 13:26:57 +02:00
README.rst docs: update readme 2019-10-09 12:43:05 +02:00
release.nix build: fix 32bit builds 2019-02-04 17:17:56 +01:00
requirements.txt dependencies: bumped / freeze some libraries to make rhodecode-tools/vcsserver in sync 2019-12-02 23:12:25 +01:00
requirements_debug.txt packaging: extracted some optional debug libraries into a separate file so we don't build always those 2018-10-24 11:20:38 +02:00
requirements_pinned.txt dependencies: bumped / freeze some libraries to make rhodecode-tools/vcsserver in sync 2019-12-02 23:12:25 +01:00
requirements_test.txt dependencies: bumped test libraries. 2019-09-30 13:26:57 +02:00
setup.cfg i18n: expose custom name to catch the translation strings. 2016-11-07 17:44:01 +01:00
setup.py artifacts: added CLI script for adding really big artifacts. 2019-10-23 00:30:34 +02:00
shell.nix packaging: dropped bower, it's now replaced by npm and webcomponents from polymer. 2018-10-29 15:30:10 +01:00
webpack.config.js js: move raw loader definition. Fixes odd bug in CE/EE injection. 2018-10-30 15:25:38 +01:00

=========
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 <http://www.python.org/dev/peps/pep-0386/>`_

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**

- Official issue tracker `RhodeCode Issue tracker <https://issues.rhodecode.com>`_

- Official Slack Community Channel `RhodeCode Slack <https://rhodecode.com/join>`_

- Search our community portal `Community portal <https://community.rhodecode.com>`_

- You can also follow RhodeCode on twitter **@RhodeCode** where we often post
  news and other interesting stuff about RhodeCode.


Online documentation
--------------------

Online documentation for the current version of RhodeCode is available at
 - http://rhodecode.com/docs

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``)

.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _python: http://www.python.org/
.. _sphinx: http://sphinx.pocoo.org/
.. _mercurial: http://mercurial.selenic.com/
.. _bitbucket: http://bitbucket.org/
.. _github: http://github.com/
.. _gitlab: http://gitlab.com/
.. _subversion: http://subversion.tigris.org/
.. _git: http://git-scm.com/
.. _celery: http://celeryproject.org/
.. _vcs: http://pypi.python.org/pypi/vcs