Codebase is Git, Mercurial & Subversion code hosting with built‑in project management tools.

Backstage

Tips and tricks about the various things that go on behind the scenes at a UK software development company.

Displaying all 3 posts

Building Commit Graphs

Posted in April 2017 on the Codebase blog

Git and Mercurial both come packaged with handy utilities to visualise the commits in your repository as a graph. We include this functionality in the Codebase interface as well. A...

Data Protection at Codebase

Posted in February 2017 on the Codebase blog

In light of recent events, we wanted to write a quick post to outline the measures we take to ensure that the data you entrust to us is safe and how we monitor the techniques used to ensure they will be ready for use when we need them.

Managing your threads with Queue

Posted in April 2015 on the Codebase blog

One of my favourite utilities in the Ruby standard library is the Queue class. Queue provides you with a delightfully simple way to synchronise communication between threads. Typically, Queue is...