summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* dumpoops/KerneloopsScanner: add pid to crashdump nameDenys Vlasenko2010-07-151-2/+3
| | | | | | | Otherwise dumpoops -d cut_here.test; dumpoops -d cut_here.test; dumpoops -d cut_here.test aborts Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* The Logger plugin returns a message as the result of Report() call instead ↵Karel Klic2010-07-141-3/+4
| | | | of a file URL.
* s^http://api.access.redhat.com/rs^https://api.access.redhat.com/rsDenys Vlasenko2010-07-142-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix my C++ error (need to cast result of malloc)Denys Vlasenko2010-07-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp: abrt-debuginfo-install output lines can be long, accomodate themDenys Vlasenko2010-07-141-2/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* changing NoSSLVerify to SSLVerify in bugzilla pluginMichal Toman2010-07-134-16/+16
|
* RHTSupport: set default URL to api.access.redhat.com/rsDenys Vlasenko2010-07-132-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Make an error message translatable.Karel Klic2010-07-121-1/+1
| | | | Can't -> Cannot.
* CCpp: give zero rating to an empty backtraceKarel Klic2010-07-121-1/+7
| | | | From: Jiri Moskovcak <jmoskovc@redhat.com>
* remove rating for python crashesKarel Klic2010-07-122-9/+1
| | | | From: Jiri Moskovcak <jmoskovc@redhat.com>
* List allowed items in RHTSupport.confKarel Klic2010-07-121-0/+8
|
* String updatesKarel Klic2010-07-124-7/+7
|
* lower-case devel headersNikola Pajkovsky2010-07-0928-67/+67
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fedora bugs should not depend on rhel bugsNikola Pajkovsky2010-07-081-4/+10
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* add rating to python crashesJiri Moskovcak2010-06-302-1/+9
|
* renamed TicketUploader to ReportUploaderJiri Moskovcak2010-06-306-32/+32
|
* Denys's verbose comment on BacktraceRemotesKarel Klic2010-06-301-1/+5
|
* Merge branch 'remote2'Karel Klic2010-06-303-0/+20
|\
| * Added BacktraceRemotes option.Karel Klic2010-06-303-0/+20
| |
* | English and message format fixesDenys Vlasenko2010-06-304-12/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | abrt_rh_support: improve error messages a bit more.Denys Vlasenko2010-06-301-2/+2
|/ | | | | | Also, allow " in saved messages. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove obsolete Catcut and rhfastcheck reportersDenys Vlasenko2010-06-297-1008/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make rhel bug point to correct placeNikola Pajkovsky2010-06-251-31/+138
| | | | | | | rhbz578397 - abrt should not point to Fedora bugs but create new RHEL bug instead Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Revert "rhel bug points to correct place"Nikola Pajkovsky2010-06-231-135/+32
| | | | This reverts commit c3660d4092f337a12cd32c95aae94f8b2db0200e.
* Revert "remove extra assignement"Nikola Pajkovsky2010-06-231-2/+2
| | | | This reverts commit 553fe6a2b575ec5556c0c0c32410ac9a6562eb8a.
* remove extra assignementNikola Pajkovsky2010-06-211-2/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rhel bug points to correct placeNikola Pajkovsky2010-06-211-32/+135
| | | | | | | rhbz578397 - abrt should not point to Fedora bugs but create new RHEL bug instead. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* TicketUploader: do not add '\n' to text files in crashdumpDenys Vlasenko2010-06-171-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt_rh_support: handle 404 errors betterDenys Vlasenko2010-06-172-9/+8
| | | | | | Also remove unused class memeber in CCpp analyser Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: don't require the rating for all reportersJiri Moskovcak2010-06-162-1/+4
| | | | | | - some reporters (logger, RHTSupport) doesn't require a good backtrace (so far only bz does) so gui shouldn't force user to have a good backtrace everytime
* RHTSupport: actually use settings; report curl errors betterDenys Vlasenko2010-06-156-8/+22
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* revert accidental changes to Bugzilla.GTKBuilderDenys Vlasenko2010-06-151-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Add a GUI config dialog for RHTSupport pluginDenys Vlasenko2010-06-154-3/+217
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* sosreport: save the dump directly to crashdump directoryDenys Vlasenko2010-06-141-10/+26
| | | | | | | Old code was using intermediate file in /tmp. selinux was unhappy. Run-tested. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* plugin rename: rhticket -> RHTSupportDenys Vlasenko2010-06-143-8/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixDenys Vlasenko2010-06-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp hook: add SaveBinaryImage option which saves of the crashed binaryDenys Vlasenko2010-06-071-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp analyzer: add 60 sec cap on gdb run time.Denys Vlasenko2010-06-031-3/+28
| | | | | | | I tested gdb on LARGE coredump (openoffice) and it takes about 5 seconds to process it. 60 seconds should be more than plenty. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix whitespaceDenys Vlasenko2010-05-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: upload real tarball, not a bogus fileDenys Vlasenko2010-05-283-32/+125
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: actually do create ticket, using Gavin's lib codeDenys Vlasenko2010-05-281-37/+47
| | | | | | Still uploads bogus file, but at lease it's closer to what we need Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* take file upload POST code from gavin's lib. Adapt rhfastcheck to use ↵Denys Vlasenko2010-05-281-7/+7
| | | | | | changed API Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rename a few remaining /var/cache/abrt -> /var/spool/abrtDenys Vlasenko2010-05-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: mailx uses settings from guiNikola Pajkovsky2010-05-261-0/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* sosreport: do not assume .bz2 suffix, it can be .gz, .xz etcDenys Vlasenko2010-05-251-33/+39
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* KerneloopsSysLog.cpp: do not stop on "--- [ cut here ] ---" lineDenys Vlasenko2010-05-251-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-211-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixDenys Vlasenko2010-05-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* putenv("TERM=dumb") was causing a SEGV for Nikola, removing itDenys Vlasenko2010-05-191-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fix 582378: Report "INFO: possible recursive locking detectedDenys Vlasenko2010-05-171-4/+3
| | | | | | | | | | While at it, remove special-cased "appears to be on the same physical disk": it won't be selected anymore since now we search for "WARNING: at", not "Warning", and: WARNING: %s appears to be on the same physical disk as %s will not be erroneously caught. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>