##// END OF EJS Templates
caches: use individual namespaces per user to prevent beaker caching problems....
caches: use individual namespaces per user to prevent beaker caching problems. - especially for mysql in case large number of data in caches there could be critical errors storing cache, and thus preventing users from authentication. This is caused by the fact that we used single namespace for ALL users. It means it grew as number of users grew reaching mysql single column limit. This changes the behaviour and now we use namespace per-user it means that each user-id will have it's own cache namespace fragmenting maximum column data to a single user cache. Which we should never reach.

File last commit:

r1837:a499b95c default
r2591:36829a17 stable
Show More
index.rst
87 lines | 2.2 KiB | text/x-rst | RstLexer

|RCM|

|RCM| is a high-performance source code management and collaboration system. It enables you to develop projects securely behind the firewall while providing collaboration tools that work with |git|, |hg|, and |svn| |repos|. The user interface allows you to create, edit, and commit files and |repos| while managing their security permissions.

|RCM| provides the following features:

  • Source code management.
  • Extended permissions management.
  • Integrated code collaboration tools.
  • Integrated code review and notifications.
  • Scalability provided by multi-node setup.
  • Fully programmable automation API.
  • Web-based hook management.
  • Native |svn| support.
  • Migration from existing databases.
  • |RCM| SDK.
  • Built-in analytics
  • Built in integrations including: Slack, Webhooks (used for Jenkins/TeamCity and other CIs), Jira, Redmine, Hipchat
  • Pluggable authentication system.
  • Support for AD, |LDAP|, Crowd, CAS, PAM.
  • Support for external authentication via Oauth Google, Github, Bitbucket, Twitter.
  • Debug modes of operation.
  • Private and public gists.
  • Gists with limited lifetimes and within instance only sharing.
  • Fully integrated code search function.
  • Always on SSL connectivity.