Changes
author Vincent Tondellier <tonton+hg@team1664.org>
Sat, 26 Nov 2016 18:33:57 +0100
changeset 118 a8ff5a8a4fe8
parent 116 39449f7dab99
permissions -rw-r--r--
Let PostgreSQL remove unneeded join on crash_group if possible, join bug_link on crash_report.crash_group_id

{{$NEXT}}
  - NEW: Crash groups
  - NEW: Search (for SQL)
  - NEW: Bug links
  - Rewrite the SQL backend with Mojo::Pg (drop many dependencies)
  - Rewrite the job queue using Minion
  - Many things rewritten

0.1.0     2014-09-21
  - Improved index page
  - Added a SQL backend
  - Split SCM link and function shortener helpers in modules
  - Added a trace quality plugin

0.0.2     2013-06-08
  - Added a Gearman queue for decoding (optional)

0.0.1     2012-10-20
  - First version with basic features