Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  api
  concerns
.gitkeep 0 Bytes
abrt_reports_controller.rb 1.52 KB

Latest revisions

# Date Author Comment
fe0003ee 01/15/2015 11:27 AM Martin Milata

Fixes #8646 - port to new smart-proxy auth

Receive reports only from the proxies that have the Abrt feature, as
introduced in #8484 (foreman commit d0290c6).

b8d29217 01/08/2015 11:40 AM Martin Milata

Implement HTTP basic auth for forwarding reports

76080b3d 12/17/2014 10:04 AM Martin Milata

UX: Replace "bug report" with "problem report"

Thanks to Allan Day and Bastien Nocera for the suggestion.

de821312 12/17/2014 09:45 AM Martin Milata

UX: Replace "forward" with "send for analysis"

Thanks to Allan Day and Bastien Nocera for the suggestion.

413c8b28 11/13/2014 12:36 PM Martin Milata

Fallback methods for host lookup

If subscription management certificates are used for ABRT, their CN
contains UUID instead of FQDN. If no host with the name is not found,
two other methods are tried:

- We ask Katello if it knows a host with the UUID supplied as hostname....

8dfd97d5 11/13/2014 08:28 AM Ohad Levy

minor changes:

- change all "str" to 'str'
- adds parenthesis to methods
- whitespace alignments
- changed or to ||
- changes for x in loop to loop.each do |x|
- minor change to view style

c33a3664 09/23/2014 10:32 AM Martin Milata

Dashboard graph uses 1 db query, resolution 1 day

1c4849b6 09/22/2014 08:06 AM Martin Milata

Allow partial import of reports

Before: if some of the reports sent in a request failed to import for
some reason, none were imported (and proxy deleted them all).

Now: all reports that can be imported can be imported, errors are
logged. If at least one report is imported successfully, proxy deletes...

698bd5bc 09/19/2014 09:47 AM Martin Milata

Remove the json action

Raw report json can now be obtained from the show action using
Accept: application/json header.

75b106ee 09/10/2014 11:01 AM Martin Milata

Move network communication out of AbrtReport model

View revisions

Also available in: Atom