From our Community

Blog


RhodeCode 4.6.0 Release: new approach to code-review.

The newest release of RhodeCode 4.6 is here, this release includes several new and exciting features including:

  • New versioning of pull requests with updated merge checks.
  • New TODO review notes.
  • Updated comment forms with slash command helpers.
  • Ability to load changelog in chunks.

Take a few minutes to update your RhodeCode instance:
rccontrol self-update && rccontrol upgrade '*'

New to RhodeCode? Download the latest RhodeCode 4.6 Series from our website.
Keep reading for full release details.

Read more…


Using RhodeCode Auth Tokens to replace SSH Keys

Published on January 03, 2017

SSH keys are handy when it comes to using them in Version Control Systems, in particular, they allow:

  • Passwordless operations when pushing or pulling (checkout in svn)
  • Easy integrations with scripts without storing credentials inside them
  • Stored keys limits usage to only VCS operations.

Read more…


RhodeCode 4.5.0 Release: enhanced diffs, smart code reviewers

The newest release of RhodeCode 4.5 is here

It's our biggest release so far, and we're very proud of it.

This release includes several new features including, new enhanced diffs, code annotations, smart reviewers and live notifications. We improved our pull requests for usage in CI/CD systems, and also enabled our new high-performance HTTP backend for VCSServer and this is now the default mode for all installations and upgrades.

We also improved integrations for Jira and Webhooks which allows greater flexibility. There are few small security improvements as well as many bug fixes.

Take a few minutes to update your RhodeCode instance:
rccontrol self-update && rccontrol upgrade '*'

New to RhodeCode? Download the latest RhodeCode 4.5.0 from our website.
Keep reading for full release details.

Read more…


Mercurial Workflow Using Bookmarks: How To Setup and Use

Mercurial is a distributed version control system which allows for very different workflows for your day to day work. In this post I will describe how to setup and use bookmark-based workflow in Mercurial. This is my current favorite workflow based on bookmarks which evolved while I was working on projects which used Mercurial as their primary version control system.

Read more…


New Release RhodeCode 4.4: Improved Integrations, UX, and Performance

The newest release of RhodeCode 4.4 is here!

We evolve quickly, as more and more people start using RhodeCode (spread the word to help others to get onboard). That also means we need to iterate faster to keep up with the industry needs. As with other major releases, RhodeCode 4.4 has additional performance optimizations, speeding up operations and better handling large repositories.

We’ve made a significant effort towards improving the UI. The built-in source code chat now has a “summon users” functionality to organize live, on-the-spot code reviews. We also improved live notifications, which are especially useful when conducting code reviews.

Many of our users asked for more flexibility when using RhodeCode Integrations. These can now be configured at the Global, Repository Group or Repository level. We have also significantly improved SVN support.

Take a few minutes to update your RhodeCode instance:
rccontrol self-update && rccontrol upgrade '*'

New to RhodeCode? Download the latest RhodeCode 4.4 from our website.
Keep reading for release details.

Read more…



Twitter Feed