All articles

Displaying posts 445 - 456 of 559 in total

Syntax Highlighted Diffs

Posted in May 2015 on the Codebase blog

Hot on the heels of our Side-by-Side Diff Views update comes syntax highlighting in diffs. This should make reading diffs much easier than before.

A new website

Posted in May 2015 on the aTech Media blog

We're currently working on making our branding more consistent. This started when we launched the new aTech Identity interface and then started our new suggestions site.

Side-by‑side Diff Views

Posted in May 2015 on the Codebase blog

Sometimes the traditional diff view can be hard to read, particularly in busy changesets where you have a lot of deletions and additions.

Improvements to Exceptions

Posted in May 2015 on the Codebase blog

You can now mark exceptions that you store in Codebase as Resolved. This allows you to hide exceptions which have been fixed without deleting them from your account.

SSL for Custom Domains

Posted in May 2015 on the Codebase blog

If you've configured a custom domain for your Codebase account, you won't been able to benefit from any SSL on your connections to Codebase. This isn't ideal at all and...

PDF Viewer

Posted in May 2015 on the Codebase blog

For those of you that like to store PDFs in your repositories, you can now view your documents in the repository browser - just like you would with the rest...

Introducing Deploy v2

Posted in April 2015 on the DeployHQ blog

After 6 months work, we're really pleased to announce the launch of Deploy v2. This new version includes a completely re-written UI which has been optimized to make things as...

Accessing your console over SSH

Posted in April 2015 on the Viaduct blog

The Viaduct application console allows you to easily access your live environment from your web browser or your terminal. You may have used this from the web console or Viaduct...

FTPS Support

Posted in April 2015 on the DeployHQ blog

Good news if you need to use FTP to upload your files to your server, but you'd like a little extra security. Today we're introducing support with for FTPS (SSL/TLS).

New Relic & Viaduct

Posted in April 2015 on the Viaduct blog

New Relic provides a platform to help you monitor and improve the speed of your applications. It also works well with any Viaduct application.

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