Mercurial
Mercurial
>
CrashTest
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Allow matching filelink on partial url paths
default
tip
2023-07-17, by Vincent Tondellier
Cleanup
2023-07-17, by Vincent Tondellier
Bump dependencies versions to something sensible
2023-07-17, by Vincent Tondellier
Allow atom and html format for compat with Mojolicious >= 9.11
2023-07-17, by Vincent Tondellier
Remove usage of Mojo::JSON::MaybeXS
2023-07-17, by Vincent Tondellier
Improve update, remove unused groups
2017-06-21, by Vincent Tondellier
The "stretch" commit. Fix deprecation warnings with Mojolicious 7.21
2017-06-21, by Vincent Tondellier
Fix Mojo::Pg / database handle confusion.
2017-04-02, by Vincent Tondellier
Added tag 0.2.0 for changeset c019ceb604a4
2016-12-31, by Vincent Tondellier
Refresh install intructions
0.2.0
2016-12-31, by Vincent Tondellier
Add a footer with the version number
2016-12-18, by Vincent Tondellier
Also display search box on the index page
2016-12-18, by Vincent Tondellier
Use Dzil PkgVersion
2016-12-18, by Vincent Tondellier
Display an error message instead of a 500 page when the search string is invalid
2016-12-18, by Vincent Tondellier
Add Bug status table in the detailed report.
2016-12-04, by Vincent Tondellier
Use Mojo::Pg automatic json decoding instead of doing it manually
2016-11-27, by Vincent Tondellier
Let PostgreSQL remove unneeded join on crash_group if possible, join bug_link on crash_report.crash_group_id
2016-11-26, by Vincent Tondellier
Fix fuzzy search (by function), broken by the last commit
2016-11-26, by Vincent Tondellier
Adding bug links (column and search), enabled by default
2016-11-20, by Vincent Tondellier
Don't define the variables, that's the job of vars(1)
2016-10-29, by Vincent Tondellier
Fixes for Mojolicious 7
2016-10-29, by Vincent Tondellier
Make SQL mandatory (cpanm does not install recommends by default)
2016-02-22, by Vincent Tondellier
Add changes for version 0.2.0
2016-02-21, by Vincent Tondellier
Add examples (config, systemd and uploader)
2016-02-21, by Vincent Tondellier
Remove unused files, we use minion now
2016-02-20, by Vincent Tondellier
Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
2016-02-20, by Vincent Tondellier
Move files around to package the app properly
2016-02-20, by Vincent Tondellier
Fix syntax in the example config
2016-02-20, by Vincent Tondellier
Fix error when a crash is not in a group (invalid crashs mostly)
2016-02-16, by Vincent Tondellier
Invert list and stats to avoid bug with pagination
2016-02-15, by Vincent Tondellier
Display dates in human format
2016-02-14, by Vincent Tondellier
Add product, version and group at the top of the crash report page
2016-02-14, by Vincent Tondellier
Allow showing a group by the uuid of any of it's individual crash
2016-02-14, by Vincent Tondellier
Cleanup, don't capture group in regex
2016-02-14, by Vincent Tondellier
Allow extra columns in group index, and split search columns
2016-02-14, by Vincent Tondellier
Rename sample config and add more examples
2016-02-14, by Vincent Tondellier
Store client_info in database
2016-02-14, by Vincent Tondellier
Fix race condition in CrashGroup::find_or_create by using constraint and upsert (for pg > 9.5) or table lock
2016-02-14, by Vincent Tondellier
Also update group in CrashReport::update
2016-02-14, by Vincent Tondellier
Use start time when crash time is not defined (fix warnings)
2016-02-14, by Vincent Tondellier
Use LEFT JOIN to use PostgreSQL join removal when possible
2016-02-14, by Vincent Tondellier
Factorize search between reports and groups
2016-02-14, by Vincent Tondellier
Fix config key when inserting
2016-02-14, by Vincent Tondellier
Fix missing argument to create
2016-02-14, by Vincent Tondellier
Fix function shortening for complex cases, like:
2015-12-30, by Vincent Tondellier
Restore searching on extra columns
2015-12-29, by Vincent Tondellier
Add first cut of the crash grouping feature
2015-12-28, by Vincent Tondellier
Small refactoring
2015-12-28, by Vincent Tondellier
Add application css
2015-12-28, by Vincent Tondellier
Move report templates
2015-12-28, by Vincent Tondellier
Display crashing thread number
2015-12-28, by Vincent Tondellier
Request a specific model to use in the storage helper
2015-12-28, by Vincent Tondellier
Split main layout
2015-12-28, by Vincent Tondellier
Remove unused includes
2015-12-12, by Vincent Tondellier
Display exceptions when loading Mojo DB drivers
2015-12-12, by Vincent Tondellier
Small config reorganization
2015-12-12, by Vincent Tondellier
Refactor everything
2015-11-04, by Vincent Tondellier
Enlarge version, 16 characters is too short for some versionning schemes
2015-09-27, by Vincent Tondellier
Rename table crash_datas to crash_report_datas
2015-09-27, by Vincent Tondellier
Overhaul the repository link functionality
2015-09-24, by Vincent Tondellier
Require Mojolicious >= 5.81 for Mojo::Loader functional interface
2015-09-12, by Vincent Tondellier
Add index on crash_time (it is used to sort the index page)
2015-09-12, by Vincent Tondellier
Fix path of prettify.js (may need change on != debian)
2015-09-12, by Vincent Tondellier
Merge with other head
2015-09-11, by Vincent Tondellier
Fix compatibility with Mojolicious > 6
2015-09-11, by Vincent Tondellier
Fix DB relations (even if they are not used)
2015-05-09, by Vincent Tondellier
Avoid creating a new class for each stack frame: use helpers and state variables
2015-05-09, by Vincent Tondellier
Make the index columns configurable
2015-05-09, by Vincent Tondellier
Remove extra submit button (error in one of the last commits)
2015-05-08, by Vincent Tondellier
Fix function shortening with complex templates (boost::asio) by using Text::Balanced instead of broken regex
2015-05-08, by Vincent Tondellier
Prettyprint function names using prettify.js
2015-05-08, by Vincent Tondellier
Embiggen search box
2015-05-08, by Vincent Tondellier
Fix default search
2015-02-09, by Vincent Tondellier
Add crash_data table to store the json
2015-02-09, by Vincent Tondellier
Don't abort when a file is not loadable
2015-02-08, by Vincent Tondellier
Add database v1 schema files
2015-02-08, by Vincent Tondellier
Fix frame trust warnings with the latest Mojolicious
2015-02-08, by Vincent Tondellier
Add search box, using perl Search::Query syntax
2015-01-26, by Vincent Tondellier
Require Mojolicious > 5.48 for security issues and API change
2015-01-25, by Vincent Tondellier
Mojo::JSON OO api is deprecated
2015-01-25, by Vincent Tondellier
Fix deprecated warnings for Mojo::JSON OO syntax with Mojolicious >= 5.54
2014-11-11, by Vincent Tondellier
Added tag 0.1.0 for changeset 099dd15af6fd
2014-09-21, by Vincent Tondellier
Update Changes for 0.1.0 release
0.1.0
2014-09-21, by Vincent Tondellier
Update install instructions
2014-09-21, by Vincent Tondellier
List dependencies.
2014-08-28, by Vincent Tondellier
Drop dependency on aliased (only used in 1 file)
2014-08-28, by Vincent Tondellier
Use a recommended version number to avoid the strange eval dance when using '1' only
2014-08-28, by Vincent Tondellier
Replace the modified pagination plugin with a cleaner one that supports bootstrap natively
2014-08-27, by Vincent Tondellier
Add changelog
2014-08-20, by Vincent Tondellier
Add Dist::Zilla and its plugins config
2014-08-20, by Vincent Tondellier
Fix perl critic warning, use an anonymous sub
2014-08-19, by Vincent Tondellier
Use the mojolicious plugin instead of rolling our own config loader.
2014-08-19, by Vincent Tondellier
Fix warnings with perl 5.20
2014-08-18, by Vincent Tondellier
Display more crashs in the Atom feed than on the webpage
2014-08-08, by Vincent Tondellier
Set columns size
2014-08-08, by Vincent Tondellier
Remove debug code
2014-08-08, by Vincent Tondellier
Add a filter to display warnings when the backtrace has bad frames
2014-08-08, by Vincent Tondellier
Add a new backtrace-processing filter stack
2014-08-08, by Vincent Tondellier
Add highlight on mouse hover to tables
2014-08-07, by Vincent Tondellier
Add bootstrap glyphicons / fonts (will be used soon)
2014-08-07, by Vincent Tondellier
Cleanup: Mojo-ize old code, simplifying perl OO code
2014-08-07, by Vincent Tondellier
Fix sort order for Sql storage
2014-08-04, by Vincent Tondellier
Fix and improve atom/rss feed
2014-08-04, by Vincent Tondellier
Add migration script
2014-08-04, by Vincent Tondellier
Rename setup command to db
2014-08-04, by Vincent Tondellier
Add pagination
2014-08-03, by Vincent Tondellier
Update Twitter bootstrap to 3.2.0
2014-08-03, by Vincent Tondellier
Revert to the non-async gearman client.
2014-08-03, by Vincent Tondellier
Merge SQL module
2014-08-02, by Vincent Tondellier
Collapsable thread backtrace
2014-07-31, by Vincent Tondellier
Add basic SQL Storage
2014-08-02, by Vincent Tondellier
Async submit.
2014-07-30, by Vincent Tondellier
Added tag 0.0.2 for changeset fab315d8c7a8
2014-06-25, by Vincent Tondellier
Added tag 0.0.1 for changeset e9c1591a4f54
0.0.2
2014-06-25, by Vincent Tondellier
Store file content, not temporary file name
2013-06-08, by Vincent Tondellier
Reorganize config
2013-04-07, by Vincent Tondellier
Add Gearman decode worker
2013-04-06, by Vincent Tondellier
Move the decoding to a module, and had config to choose which module
2013-04-06, by Vincent Tondellier
Use helper instead of using the full class name
2012-11-24, by Vincent Tondellier
jquery from wheezy is required
2012-11-24, by Vincent Tondellier
less
more
|
(0)
-120
tip