| Sun, 27 Nov 2016 17:17:43 +0100 |
Vincent Tondellier |
Use Mojo::Pg automatic json decoding instead of doing it manually
|
changeset |
files
|
| Sat, 26 Nov 2016 18:33:57 +0100 |
Vincent Tondellier |
Let PostgreSQL remove unneeded join on crash_group if possible, join bug_link on crash_report.crash_group_id
|
changeset |
files
|
| Sat, 26 Nov 2016 15:48:43 +0100 |
Vincent Tondellier |
Fix fuzzy search (by function), broken by the last commit
|
changeset |
files
|
| Sun, 20 Nov 2016 20:57:40 +0100 |
Vincent Tondellier |
Adding bug links (column and search), enabled by default
|
changeset |
files
|
| Sat, 29 Oct 2016 18:29:44 +0200 |
Vincent Tondellier |
Don't define the variables, that's the job of vars(1)
|
changeset |
files
|
| Sat, 29 Oct 2016 13:20:07 +0200 |
Vincent Tondellier |
Fixes for Mojolicious 7
|
changeset |
files
|
| Mon, 22 Feb 2016 22:58:40 +0100 |
Vincent Tondellier |
Make SQL mandatory (cpanm does not install recommends by default)
|
changeset |
files
|
| Sun, 21 Feb 2016 22:33:09 +0100 |
Vincent Tondellier |
Add changes for version 0.2.0
|
changeset |
files
|
| Sun, 21 Feb 2016 22:32:27 +0100 |
Vincent Tondellier |
Add examples (config, systemd and uploader)
|
changeset |
files
|
| Sat, 20 Feb 2016 18:56:11 +0100 |
Vincent Tondellier |
Remove unused files, we use minion now
|
changeset |
files
|
| Sat, 20 Feb 2016 18:54:57 +0100 |
Vincent Tondellier |
Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
|
changeset |
files
|
| Sat, 20 Feb 2016 18:52:45 +0100 |
Vincent Tondellier |
Move files around to package the app properly
|
changeset |
files
|
| Sat, 20 Feb 2016 18:36:00 +0100 |
Vincent Tondellier |
Fix syntax in the example config
|
changeset |
files
|
| Tue, 16 Feb 2016 23:17:21 +0100 |
Vincent Tondellier |
Fix error when a crash is not in a group (invalid crashs mostly)
|
changeset |
files
|
| Mon, 15 Feb 2016 00:04:51 +0100 |
Vincent Tondellier |
Invert list and stats to avoid bug with pagination
|
changeset |
files
|
| Sun, 14 Feb 2016 23:56:24 +0100 |
Vincent Tondellier |
Display dates in human format
|
changeset |
files
|
| Sun, 14 Feb 2016 23:47:24 +0100 |
Vincent Tondellier |
Add product, version and group at the top of the crash report page
|
changeset |
files
|
| Sun, 14 Feb 2016 23:20:44 +0100 |
Vincent Tondellier |
Allow showing a group by the uuid of any of it's individual crash
|
changeset |
files
|
| Sun, 14 Feb 2016 23:15:36 +0100 |
Vincent Tondellier |
Cleanup, don't capture group in regex
|
changeset |
files
|
| Sun, 14 Feb 2016 22:42:29 +0100 |
Vincent Tondellier |
Allow extra columns in group index, and split search columns
|
changeset |
files
|
| Sun, 14 Feb 2016 22:39:01 +0100 |
Vincent Tondellier |
Rename sample config and add more examples
|
changeset |
files
|
| Sun, 14 Feb 2016 20:25:24 +0100 |
Vincent Tondellier |
Store client_info in database
|
changeset |
files
|
| Sun, 14 Feb 2016 20:24:11 +0100 |
Vincent Tondellier |
Fix race condition in CrashGroup::find_or_create by using constraint and upsert (for pg > 9.5) or table lock
|
changeset |
files
|
| Sun, 14 Feb 2016 20:18:39 +0100 |
Vincent Tondellier |
Also update group in CrashReport::update
|
changeset |
files
|
| Sun, 14 Feb 2016 20:17:15 +0100 |
Vincent Tondellier |
Use start time when crash time is not defined (fix warnings)
|
changeset |
files
|
| Sun, 14 Feb 2016 20:15:25 +0100 |
Vincent Tondellier |
Use LEFT JOIN to use PostgreSQL join removal when possible
|
changeset |
files
|
| Sun, 14 Feb 2016 20:12:49 +0100 |
Vincent Tondellier |
Factorize search between reports and groups
|
changeset |
files
|
| Sun, 14 Feb 2016 19:58:33 +0100 |
Vincent Tondellier |
Fix config key when inserting
|
changeset |
files
|
| Sun, 14 Feb 2016 19:35:51 +0100 |
Vincent Tondellier |
Fix missing argument to create
|
changeset |
files
|
| Wed, 30 Dec 2015 19:57:32 +0100 |
Vincent Tondellier |
Fix function shortening for complex cases, like:
|
changeset |
files
|