Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | cleanup: get rid of GetPluginsInfo dbus call | Nikola Pajkovsky | 2011-04-06 | 4 | -76/+2 | |
| | |/ | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * / | make rhtsupport use /tmp for tmp files | Jiri Moskovcak | 2011-04-07 | 3 | -7/+15 | |
| |/ | | | | | | | | | - also added default event configuration for rhtsupport - and tweaked a spec file a little | |||||
* / | Better duplicate hash | Karel Klic | 2011-04-07 | 1 | -13/+14 | |
|/ | | | | | | | | | | | | | | | Currently the duplicate hash of a crash for Bugzilla is computed from the package NVR (name, version, release), path of the executable, and the backtrace hash. This is very unfortunate because the package NVR is changed frequently (it contains Fedora OS version), and path of the executable is not a good differentiator. When multiple executables from a single component crash with similar backtrace, it is better to assume that they share code and have single Bugzilla bug report. This commit changes the code to compute the duplicate hash from the component name and the backtrace hash. | |||||
* | Merge branch 'cli' | Nikola Pajkovsky | 2011-04-06 | 2 | -55/+60 | |
|\ | | | | | | | | | | | | | * cli: cli: show screen_name when abrt asks for reporters cli: report.cpp -> report.c cli: remove last c++ism | |||||
| * | cli: show screen_name when abrt asks for reporters | Nikola Pajkovsky | 2011-04-06 | 1 | -21/+27 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | cli: report.cpp -> report.c | Nikola Pajkovsky | 2011-04-06 | 2 | -1/+1 | |
| | | | | | | | | | | | | no code changed Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | cli: remove last c++ism | Nikola Pajkovsky | 2011-04-06 | 1 | -50/+49 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-04-06 | 1 | -2/+1 | |
|\ \ | ||||||
| * | | retrace server: create chroots under /var/lib/mock | Michal Toman | 2011-04-06 | 1 | -2/+1 | |
| |/ | ||||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-04-06 | 7 | -44/+68 | |
|\| | ||||||
| * | abrt-dump-oops: make -d option take a parameter: directory where to create dumps | Denys Vlasenko | 2011-04-05 | 2 | -17/+23 | |
| | | | | | | | | | | | | | | Closes #188 "-d should be documented as a root-only, or made to work for user". Also might make testing easier. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | Merge branch 'daemon/blacklist' | Nikola Pajkovsky | 2011-04-05 | 4 | -27/+35 | |
| |\ | | | | | | | | | | | | | * daemon/blacklist: rhbz#692465 - Blacklist doesn't work | |||||
| | * | rhbz#692465 - Blacklist doesn't work | Nikola Pajkovsky | 2011-04-04 | 4 | -27/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | parse_value() doesn't trim the string. Lest say BlackList = coreutils, mono the parsed list looks like -> 'coreutils', ' mono' Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | | dump dir stealing: try to preserve atime/mtime. closes bz#692688 | Denys Vlasenko | 2011-04-04 | 1 | -0/+10 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | | | make event xml description translatable | Jiri Moskovcak | 2011-04-05 | 53 | -3587/+10914 | |
|/ / | ||||||
* | | abrt-cli: don't require write permissions on dumpdir to print info | Miroslav Lichvar | 2011-04-04 | 1 | -2/+2 | |
| | | ||||||
* | | abrt-cli: analyze on info command only when backtrace was requested | Miroslav Lichvar | 2011-04-04 | 1 | -8/+10 | |
|/ | ||||||
* | Ticket #187 exit code == 0 when error shows | Nikola Pajkovsky | 2011-04-04 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | $ abrt-dump-oops -d -o Downloads/examples_oops1.test abrt-dump-oops: Found oopses: 1 [...] abrt-dump-oops: Creating dump directories abrt-dump-oops: Can't create directory '/var/spool/abrt/oops-...': Permission denied abrt-dump-oops: 1 errors while dumping oopses [newman@dhcp-24-178 ~]$ echo $? 0 Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-04-03 | 5 | -2/+28 | |
|\ | ||||||
| * | retrace server: add /settings action | Michal Toman | 2011-04-01 | 3 | -1/+23 | |
| | | ||||||
| * | hide new pc file | Nikola Pajkovsky | 2011-04-01 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | GList was not set to NULL, possibly sigsegv on f15 | Nikola Pajkovsky | 2011-04-01 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | | wizard: fixed prgname related#trac#180 rhzb#692444 rhbz#692442 | Jiri Moskovcak | 2011-03-31 | 1 | -0/+1 | |
|/ | ||||||
* | -devel package contains btparser headers; -devel package does not include ↵ | Karel Klic | 2011-03-31 | 4 | -1/+26 | |
| | | | | libreportgtk.so versioned libraries | |||||
* | retrace server: make every coredump accessible for GDB | Michal Toman | 2011-03-30 | 1 | -0/+1 | |
| | ||||||
* | retrace server: install rpm package into chroot | Michal Toman | 2011-03-30 | 1 | -1/+1 | |
| | ||||||
* | applet: postpone the applet initialization as much as possible related#trac#127 | Jiri Moskovcak | 2011-03-30 | 1 | -6/+10 | |
| | | | | | | | - seems like server_has_persistence() returns false when it's called at the time of applet start, my guess is that the notifyd service setup is not finished at this time, so I moved applet init to the time of the first crash, where all the desktop/notifyd thing should be ready | |||||
* | Merge branch 'validation-fix' | Nikola Pajkovsky | 2011-03-30 | 3 | -35/+40 | |
|\ | | | | | | | | | | | | | | | * validation-fix: better validation for numbers make validate_event_option static fix memory leak rename misleading variable | |||||
| * | better validation for numbers | Nikola Pajkovsky | 2011-03-30 | 1 | -2/+5 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | make validate_event_option static | Nikola Pajkovsky | 2011-03-30 | 2 | -28/+27 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | fix memory leak | Nikola Pajkovsky | 2011-03-30 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | rename misleading variable | Nikola Pajkovsky | 2011-03-30 | 1 | -5/+5 | |
|/ | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | remove misleading error message | Nikola Pajkovsky | 2011-03-30 | 1 | -3/+1 | |
| | | | | | | | | | | | | solution isn't good enough, but truly remove misleading message. Imagine the situation when user manually set environment Bugzilla_Password and manually run command a-a-b -c /path/to/config1 -c /path/config2 -c /path/config3. Now a-a-b smash all configs into one giant hash table. Just stir the pot. Environment can be set by cli and gui. We have a lot of input how to set config and question is how to determinate which config is wrong and blame someone/something. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | Ticket #178 abrt-cli should provide an option to select analyzer | Nikola Pajkovsky | 2011-03-30 | 4 | -26/+148 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | retrace server: do not create abrt-specific files inside chroot | Michal Toman | 2011-03-30 | 1 | -15/+0 | |
| | ||||||
* | retrace server: fix malformed error message | Michal Toman | 2011-03-30 | 1 | -1/+1 | |
| | ||||||
* | all: don't declare variables inside for loops | Cosimo Cecchi | 2011-03-29 | 8 | -18/+38 | |
| | ||||||
* | Revert "Ticket #178 abrt-cli should provide an option to select analyzer" | Jiri Moskovcak | 2011-03-29 | 4 | -148/+26 | |
| | | | | This reverts commit e2b73a97a213d6b317e5410b0dc9d931686442d2. | |||||
* | gui: fixed the prgname trac#180 | Jiri Moskovcak | 2011-03-29 | 1 | -0/+5 | |
| | ||||||
* | Ticket #178 abrt-cli should provide an option to select analyzer | Nikola Pajkovsky | 2011-03-29 | 4 | -26/+148 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | updated translation | Jiri Moskovcak | 2011-03-29 | 45 | -2443/+4062 | |
| | ||||||
* | use %ghost on files in /var/run and /var/lock rhbz#656542 | Jiri Moskovcak | 2011-03-29 | 1 | -0/+2 | |
| | | | | | | - this files are created in runtime and using %ghost will make them owned by rpm and thus removed during uninstall, but %ghost files are not required during the build. | |||||
* | abrt-action-analyze-backtrace: report failure when run on a dump_dir without ↵ | Karel Klic | 2011-03-28 | 1 | -1/+7 | |
| | | | | backtrace | |||||
* | abrt-action-analyze-backtrace: log backtrace parser failure every time; ↵ | Karel Klic | 2011-03-28 | 1 | -8/+2 | |
| | | | | remove dead code | |||||
* | applet: fixed the notification program name | Jiri Moskovcak | 2011-03-28 | 1 | -1/+1 | |
| | ||||||
* | applet: really fixed: don't show status icon when server support persistence ↵ | Jiri Moskovcak | 2011-03-28 | 1 | -20/+20 | |
| | | | | trac#127 | |||||
* | Ticket #160 Hash is not present in Bugzilla | Nikola Pajkovsky | 2011-03-28 | 1 | -1/+10 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | hide new binaries | Nikola Pajkovsky | 2011-03-28 | 1 | -0/+2 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | make abrt-retrace-server RPM work properly | Michal Toman | 2011-03-28 | 6 | -4/+30 | |
| | ||||||
* | gui-wizard-gtk: don't allow user to continue if analyzer fails | Jiri Moskovcak | 2011-03-27 | 1 | -2/+6 | |
| |