summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Removed trailing whitespaces.Karel Klic2010-03-315-34/+34
|
* Use abrt-backtrace --rate, update pkgdb database path for the new pkgdb versionKarel Klic2010-03-261-2/+2
|
* abrt-rate-backtrace is replaced by abrt-backtrace --rateKarel Klic2010-03-261-183/+0
|
* Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-264-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 outputKarel Klic2010-03-111-28/+43
|
* Added option to close bugs with low rating: --closeKarel Klic2010-02-151-4/+11
|
* display package and its owner in the outputKarel Klic2010-02-151-2/+2
|
* Fixes, displays package ownersKarel Klic2010-02-091-16/+58
|
* Show bugs with more than 2 comments.Karel Klic2010-02-071-2/+6
|
* Script to list abrt bugs with incomplete backtraces in BugzillaKarel Klic2010-02-071-0/+142
|
* abrt-rate-backtrace utilityKarel Klic2010-02-071-0/+183
|
* Some Bugzilla script improvementsKarel Klic2010-02-061-6/+29
|
* Added weekly stats, --reversed, --html to the abrt-bz-stats script.Karel Klic2010-02-011-36/+132
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-01-251-3/+3
|\
| * Added parameter N (count) to top_crashersKarel Klic2010-01-221-3/+3
| |
* | Better stats outputKarel Klic2010-01-251-9/+12
|/
* Fixed creation of top_five listKarel Klic2010-01-211-1/+3
|
* Much improved aabrt-bz-statsKarel Klic2010-01-201-24/+130
|
* Add warning text about script usage to abrt-bz-* scripts. Document the ↵Karel Klic2010-01-191-0/+4
| | | | purpose of the scripts.
* Abrt Bugzilla stats initial scriptKarel Klic2010-01-181-0/+79
|
* rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-031-0/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-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 toolsDenys Vlasenko2009-11-024-0/+69
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>