Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abrt-bz-dupchecker: check status of master bug befor marking duplicates | Karel Klic | 2010-06-09 | 1 | -2/+11 |
| | |||||
* | abrt-bz-dupchecker: limit search to Fedora OS only, update the URL of pkgdb | Karel Klic | 2010-06-09 | 1 | -4/+4 |
| | |||||
* | update some utility devel scripts, no impact on users | Denys Vlasenko | 2010-05-25 | 2 | -0/+10 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | whitespace cleanup, no code changes | Denys Vlasenko | 2010-04-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Removed trailing whitespaces. | Karel Klic | 2010-03-31 | 5 | -34/+34 |
| | |||||
* | Use abrt-backtrace --rate, update pkgdb database path for the new pkgdb version | Karel Klic | 2010-03-26 | 1 | -2/+2 |
| | |||||
* | abrt-rate-backtrace is replaced by abrt-backtrace --rate | Karel Klic | 2010-03-26 | 1 | -183/+0 |
| | |||||
* | Move backtrace parser from src/Backtrace to lib/Utils. | Karel Klic | 2010-03-26 | 4 | -0/+433 |
| | | | | | | | | | | | | | | | Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts. | ||||
* | List component owners in abrt-bz-ratingfixer output | Karel Klic | 2010-03-11 | 1 | -28/+43 |
| | |||||
* | Added option to close bugs with low rating: --close | Karel Klic | 2010-02-15 | 1 | -4/+11 |
| | |||||
* | display package and its owner in the output | Karel Klic | 2010-02-15 | 1 | -2/+2 |
| | |||||
* | Fixes, displays package owners | Karel Klic | 2010-02-09 | 1 | -16/+58 |
| | |||||
* | Show bugs with more than 2 comments. | Karel Klic | 2010-02-07 | 1 | -2/+6 |
| | |||||
* | Script to list abrt bugs with incomplete backtraces in Bugzilla | Karel Klic | 2010-02-07 | 1 | -0/+142 |
| | |||||
* | abrt-rate-backtrace utility | Karel Klic | 2010-02-07 | 1 | -0/+183 |
| | |||||
* | Some Bugzilla script improvements | Karel Klic | 2010-02-06 | 1 | -6/+29 |
| | |||||
* | Added weekly stats, --reversed, --html to the abrt-bz-stats script. | Karel Klic | 2010-02-01 | 1 | -36/+132 |
| | |||||
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2010-01-25 | 1 | -3/+3 |
|\ | |||||
| * | Added parameter N (count) to top_crashers | Karel Klic | 2010-01-22 | 1 | -3/+3 |
| | | |||||
* | | Better stats output | Karel Klic | 2010-01-25 | 1 | -9/+12 |
|/ | |||||
* | Fixed creation of top_five list | Karel Klic | 2010-01-21 | 1 | -1/+3 |
| | |||||
* | Much improved aabrt-bz-stats | Karel Klic | 2010-01-20 | 1 | -24/+130 |
| | |||||
* | Add warning text about script usage to abrt-bz-* scripts. Document the ↵ | Karel Klic | 2010-01-19 | 1 | -0/+4 |
| | | | | purpose of the scripts. | ||||
* | Abrt Bugzilla stats initial script | Karel Klic | 2010-01-18 | 1 | -0/+79 |
| | |||||
* | rename CreateReport -> StartJob, GetJobResult -> CreateReport | Denys Vlasenko | 2009-12-03 | 1 | -0/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -2/+5 |
| | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | adding scripts/* - haphazard collection of debug tools | Denys Vlasenko | 2009-11-02 | 4 | -0/+69 |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |