Sat, 31 Dec 2016 20:34:01 +0100 Vincent Tondellier Added tag 0.2.0 for changeset c019ceb604a4
Sat, 31 Dec 2016 20:33:24 +0100 Vincent Tondellier Refresh install intructions 0.2.0
Sun, 18 Dec 2016 22:17:10 +0100 Vincent Tondellier Add a footer with the version number
Sun, 18 Dec 2016 21:53:46 +0100 Vincent Tondellier Also display search box on the index page
Sun, 18 Dec 2016 21:11:27 +0100 Vincent Tondellier Use Dzil PkgVersion
Sun, 18 Dec 2016 20:14:31 +0100 Vincent Tondellier Display an error message instead of a 500 page when the search string is invalid
Sun, 04 Dec 2016 01:16:39 +0100 Vincent Tondellier Add Bug status table in the detailed report.
Sun, 27 Nov 2016 17:17:43 +0100 Vincent Tondellier Use Mojo::Pg automatic json decoding instead of doing it manually
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
Sat, 26 Nov 2016 15:48:43 +0100 Vincent Tondellier Fix fuzzy search (by function), broken by the last commit
Sun, 20 Nov 2016 20:57:40 +0100 Vincent Tondellier Adding bug links (column and search), enabled by default
Sat, 29 Oct 2016 18:29:44 +0200 Vincent Tondellier Don't define the variables, that's the job of vars(1)
Sat, 29 Oct 2016 13:20:07 +0200 Vincent Tondellier Fixes for Mojolicious 7
Mon, 22 Feb 2016 22:58:40 +0100 Vincent Tondellier Make SQL mandatory (cpanm does not install recommends by default)
Sun, 21 Feb 2016 22:33:09 +0100 Vincent Tondellier Add changes for version 0.2.0
Sun, 21 Feb 2016 22:32:27 +0100 Vincent Tondellier Add examples (config, systemd and uploader)
Sat, 20 Feb 2016 18:56:11 +0100 Vincent Tondellier Remove unused files, we use minion now
Sat, 20 Feb 2016 18:54:57 +0100 Vincent Tondellier Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Sat, 20 Feb 2016 18:52:45 +0100 Vincent Tondellier Move files around to package the app properly
Sat, 20 Feb 2016 18:36:00 +0100 Vincent Tondellier Fix syntax in the example config
Tue, 16 Feb 2016 23:17:21 +0100 Vincent Tondellier Fix error when a crash is not in a group (invalid crashs mostly)
Mon, 15 Feb 2016 00:04:51 +0100 Vincent Tondellier Invert list and stats to avoid bug with pagination
Sun, 14 Feb 2016 23:56:24 +0100 Vincent Tondellier Display dates in human format
Sun, 14 Feb 2016 23:47:24 +0100 Vincent Tondellier Add product, version and group at the top of the crash report page
Sun, 14 Feb 2016 23:20:44 +0100 Vincent Tondellier Allow showing a group by the uuid of any of it's individual crash
Sun, 14 Feb 2016 23:15:36 +0100 Vincent Tondellier Cleanup, don't capture group in regex
Sun, 14 Feb 2016 22:42:29 +0100 Vincent Tondellier Allow extra columns in group index, and split search columns
Sun, 14 Feb 2016 22:39:01 +0100 Vincent Tondellier Rename sample config and add more examples
Sun, 14 Feb 2016 20:25:24 +0100 Vincent Tondellier Store client_info in database
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
Sun, 14 Feb 2016 20:18:39 +0100 Vincent Tondellier Also update group in CrashReport::update
Sun, 14 Feb 2016 20:17:15 +0100 Vincent Tondellier Use start time when crash time is not defined (fix warnings)
Sun, 14 Feb 2016 20:15:25 +0100 Vincent Tondellier Use LEFT JOIN to use PostgreSQL join removal when possible
Sun, 14 Feb 2016 20:12:49 +0100 Vincent Tondellier Factorize search between reports and groups
Sun, 14 Feb 2016 19:58:33 +0100 Vincent Tondellier Fix config key when inserting
Sun, 14 Feb 2016 19:35:51 +0100 Vincent Tondellier Fix missing argument to create
Wed, 30 Dec 2015 19:57:32 +0100 Vincent Tondellier Fix function shortening for complex cases, like:
Tue, 29 Dec 2015 00:15:38 +0100 Vincent Tondellier Restore searching on extra columns
Mon, 28 Dec 2015 23:08:23 +0100 Vincent Tondellier Add first cut of the crash grouping feature
Mon, 28 Dec 2015 23:07:16 +0100 Vincent Tondellier Small refactoring
Mon, 28 Dec 2015 23:00:47 +0100 Vincent Tondellier Add application css
Mon, 28 Dec 2015 23:00:18 +0100 Vincent Tondellier Move report templates
Mon, 28 Dec 2015 21:42:10 +0100 Vincent Tondellier Display crashing thread number
Mon, 28 Dec 2015 21:36:14 +0100 Vincent Tondellier Request a specific model to use in the storage helper
Mon, 28 Dec 2015 21:34:08 +0100 Vincent Tondellier Split main layout
Sat, 12 Dec 2015 15:58:05 +0100 Vincent Tondellier Remove unused includes
Sat, 12 Dec 2015 15:56:51 +0100 Vincent Tondellier Display exceptions when loading Mojo DB drivers
Sat, 12 Dec 2015 15:55:55 +0100 Vincent Tondellier Small config reorganization
Wed, 04 Nov 2015 17:43:00 +0100 Vincent Tondellier Refactor everything
Sun, 27 Sep 2015 22:45:40 +0200 Vincent Tondellier Enlarge version, 16 characters is too short for some versionning schemes
Sun, 27 Sep 2015 22:44:26 +0200 Vincent Tondellier Rename table crash_datas to crash_report_datas
Thu, 24 Sep 2015 01:49:55 +0200 Vincent Tondellier Overhaul the repository link functionality
Sat, 12 Sep 2015 01:21:06 +0200 Vincent Tondellier Require Mojolicious >= 5.81 for Mojo::Loader functional interface
Sat, 12 Sep 2015 01:12:44 +0200 Vincent Tondellier Add index on crash_time (it is used to sort the index page)
Sat, 12 Sep 2015 00:00:43 +0200 Vincent Tondellier Fix path of prettify.js (may need change on != debian)
Fri, 11 Sep 2015 23:56:35 +0200 Vincent Tondellier Merge with other head
Fri, 11 Sep 2015 23:52:21 +0200 Vincent Tondellier Fix compatibility with Mojolicious > 6
Sat, 09 May 2015 23:28:45 +0200 Vincent Tondellier Fix DB relations (even if they are not used)
Sat, 09 May 2015 23:24:13 +0200 Vincent Tondellier Avoid creating a new class for each stack frame: use helpers and state variables
Sat, 09 May 2015 23:17:47 +0200 Vincent Tondellier Make the index columns configurable
Fri, 08 May 2015 22:29:20 +0200 Vincent Tondellier Remove extra submit button (error in one of the last commits)
Fri, 08 May 2015 22:25:51 +0200 Vincent Tondellier Fix function shortening with complex templates (boost::asio) by using Text::Balanced instead of broken regex
Fri, 08 May 2015 20:46:42 +0200 Vincent Tondellier Prettyprint function names using prettify.js
Fri, 08 May 2015 19:41:08 +0200 Vincent Tondellier Embiggen search box
Mon, 09 Feb 2015 00:18:12 +0100 Vincent Tondellier Fix default search
Mon, 09 Feb 2015 00:06:34 +0100 Vincent Tondellier Add crash_data table to store the json
Sun, 08 Feb 2015 23:59:59 +0100 Vincent Tondellier Don't abort when a file is not loadable
Sun, 08 Feb 2015 22:36:04 +0100 Vincent Tondellier Add database v1 schema files
Sun, 08 Feb 2015 14:14:15 +0100 Vincent Tondellier Fix frame trust warnings with the latest Mojolicious
Mon, 26 Jan 2015 00:48:15 +0100 Vincent Tondellier Add search box, using perl Search::Query syntax
Sun, 25 Jan 2015 22:48:47 +0100 Vincent Tondellier Require Mojolicious > 5.48 for security issues and API change
Sun, 25 Jan 2015 22:45:57 +0100 Vincent Tondellier Mojo::JSON OO api is deprecated
Tue, 11 Nov 2014 21:35:24 +0100 Vincent Tondellier Fix deprecated warnings for Mojo::JSON OO syntax with Mojolicious >= 5.54
Sun, 21 Sep 2014 17:30:24 +0200 Vincent Tondellier Added tag 0.1.0 for changeset 099dd15af6fd
Sun, 21 Sep 2014 17:30:15 +0200 Vincent Tondellier Update Changes for 0.1.0 release 0.1.0
Sun, 21 Sep 2014 16:50:16 +0200 Vincent Tondellier Update install instructions
Thu, 28 Aug 2014 00:55:29 +0200 Vincent Tondellier List dependencies.
Thu, 28 Aug 2014 00:54:41 +0200 Vincent Tondellier Drop dependency on aliased (only used in 1 file)
Thu, 28 Aug 2014 00:06:24 +0200 Vincent Tondellier Use a recommended version number to avoid the strange eval dance when using '1' only
Wed, 27 Aug 2014 23:51:42 +0200 Vincent Tondellier Replace the modified pagination plugin with a cleaner one that supports bootstrap natively
Wed, 20 Aug 2014 00:07:32 +0200 Vincent Tondellier Add changelog
Wed, 20 Aug 2014 00:07:16 +0200 Vincent Tondellier Add Dist::Zilla and its plugins config
Tue, 19 Aug 2014 23:58:29 +0200 Vincent Tondellier Fix perl critic warning, use an anonymous sub
Tue, 19 Aug 2014 23:51:31 +0200 Vincent Tondellier Use the mojolicious plugin instead of rolling our own config loader.
Mon, 18 Aug 2014 23:01:26 +0200 Vincent Tondellier Fix warnings with perl 5.20
Fri, 08 Aug 2014 23:05:03 +0200 Vincent Tondellier Display more crashs in the Atom feed than on the webpage
Fri, 08 Aug 2014 23:02:44 +0200 Vincent Tondellier Set columns size
Fri, 08 Aug 2014 00:05:39 +0200 Vincent Tondellier Remove debug code
Fri, 08 Aug 2014 00:02:55 +0200 Vincent Tondellier Add a filter to display warnings when the backtrace has bad frames
Fri, 08 Aug 2014 00:00:49 +0200 Vincent Tondellier Add a new backtrace-processing filter stack
Thu, 07 Aug 2014 23:56:47 +0200 Vincent Tondellier Add highlight on mouse hover to tables
Thu, 07 Aug 2014 23:51:40 +0200 Vincent Tondellier Add bootstrap glyphicons / fonts (will be used soon)
Thu, 07 Aug 2014 23:50:08 +0200 Vincent Tondellier Cleanup: Mojo-ize old code, simplifying perl OO code
Mon, 04 Aug 2014 15:45:02 +0200 Vincent Tondellier Fix sort order for Sql storage
Mon, 04 Aug 2014 14:52:24 +0200 Vincent Tondellier Fix and improve atom/rss feed
Mon, 04 Aug 2014 14:51:37 +0200 Vincent Tondellier Add migration script
Mon, 04 Aug 2014 14:51:09 +0200 Vincent Tondellier Rename setup command to db
Sun, 03 Aug 2014 17:40:13 +0200 Vincent Tondellier Add pagination
Sun, 03 Aug 2014 17:35:01 +0200 Vincent Tondellier Update Twitter bootstrap to 3.2.0
Sun, 03 Aug 2014 16:45:34 +0200 Vincent Tondellier Revert to the non-async gearman client.
Sat, 02 Aug 2014 23:48:50 +0200 Vincent Tondellier Merge SQL module
Thu, 31 Jul 2014 00:05:00 +0200 Vincent Tondellier Collapsable thread backtrace
Sat, 02 Aug 2014 23:46:30 +0200 Vincent Tondellier Add basic SQL Storage
Wed, 30 Jul 2014 23:49:59 +0200 Vincent Tondellier Async submit.
Wed, 25 Jun 2014 00:16:17 +0200 Vincent Tondellier Added tag 0.0.2 for changeset fab315d8c7a8
Wed, 25 Jun 2014 00:16:09 +0200 Vincent Tondellier Added tag 0.0.1 for changeset e9c1591a4f54 0.0.2
Sat, 08 Jun 2013 17:07:07 +0200 Vincent Tondellier Store file content, not temporary file name
Sun, 07 Apr 2013 00:02:00 +0200 Vincent Tondellier Reorganize config
Sat, 06 Apr 2013 22:50:55 +0200 Vincent Tondellier Add Gearman decode worker
Sat, 06 Apr 2013 21:08:10 +0200 Vincent Tondellier Move the decoding to a module, and had config to choose which module
Sat, 24 Nov 2012 23:16:50 +0100 Vincent Tondellier Use helper instead of using the full class name
Sat, 24 Nov 2012 23:15:47 +0100 Vincent Tondellier jquery from wheezy is required
Tue, 20 Nov 2012 15:11:52 +0100 Vincent Tondellier Add jquery too 0.0.1
Tue, 20 Nov 2012 15:06:13 +0100 Vincent Tondellier Add install instruction
Tue, 20 Nov 2012 14:31:34 +0100 Vincent Tondellier Add licence
Mon, 28 May 2012 00:24:07 +0200 Vincent Tondellier Move filesystem access to lib/
Mon, 28 May 2012 00:23:21 +0200 Vincent Tondellier Ignore vim swap files
Sun, 27 May 2012 19:31:35 +0200 Vincent Tondellier Use fluid layout
Thu, 03 May 2012 23:24:02 +0200 Vincent Tondellier Merge
Thu, 03 May 2012 23:23:08 +0200 Vincent Tondellier Re-add link to the minified jquery
(0) -120 tip