spbug.com Help

spbug.com is a URL shortening service for the various sites that make up the Sequel Pro project.

The aim of this service is to provide a means of easily referring to issues, crash/exception logs and source revisions, all of which are hosted on different sites. It also provides some form of insurance to links posted on other sites or in emails that they'll still work in the event that the various sites or software they use are changed in the future.

Using spbug.com

The following table lists the redirects that are available along with the short URL and the URL they are redirect to.

Redirect URL Redirects To
Source Revision (GitHub) http://spbug.com/r/<revision_hash> https://github.com/sequelpro/sequelpro/commit/<id>
Issues List http://spbug.com/ https://github.com/sequelpro/sequelpro/issues
Crash/Exception Logs List http://spbug.com/l http://log.sequelpro.com/
Issue http://spbug.com/<issue_id> https://github.com/sequelpro/sequelpro/issues/<id>
Source Revisions List http://spbug.com/r https://github.com/sequelpro/sequelpro/commits/master
Source Revision (Google) http://spbug.com/r/<revision_num> http://code.google.com/p/sequel-pro/source/detail?r=<id>
Crash/Exception Log http://spbug.com/l/<log_id> http://log.sequelpro.com/view/<id>
Crash/Exception Log Reports http://spbug.com/lr/<log_id> http://log.sequelpro.com/viewreports/<id>
Crash/Exception Log Report http://spbug.com/lr/<log_id>/<report_id> http://log.sequelpro.com/viewreports/<id>/<id>

To prevent the redirection being performed append nr (for 'no redirect') to the URL. For example:

http://spbug.com/r/2000/nr

Instead of performing the redirect, a page is displayed showing the redirect rule that matched the requested URL and the URL it would have been redirected to.

spbug.com Stats

The following page displays various statistics relating to the number of redirects performed within different periods of time:

spbug.com/s

spbug.com Source

The source code of spbug.com is made freely available under version 3 of the GNU General Public License.