Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7fc65e1f 11/18/2015 09:33 AM Lukas Zapletal

Search hosts by IPs

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).

83b2f425 01/09/2015 08:42 AM Martin Milata

Debug parameter for showing bthash

e13eaa36 01/09/2015 08:30 AM Martin Milata

Inline javascript

2e95d543 01/08/2015 03:43 PM Martin Milata

Basic auth: use Red Hat Access plugin credentials

f6cbdcf0 01/08/2015 11:41 AM Martin Milata

Allow storing basic auth credential in settings

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

Implement HTTP basic auth for forwarding reports

302f2403 01/06/2015 10:52 AM Martin Milata

Remove default faf ssl settings

Why did we even have them in the first place?

21b7185c 12/17/2014 10:08 AM Martin Milata

UX: tweak report response display

Thanks to Allan Day and Bastien Nocera for suggestions.

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

0f7bc97e 10/29/2014 12:01 PM Martin Milata

Hide duphashes/bthashes

They're mostly useless outside debugging and make the interface more
confusing.

7eda43c2 10/29/2014 11:59 AM Martin Milata

Search in hosts based on their uReports properties

8eb1a81f 10/20/2014 07:23 AM Martin Milata

Fix rendering of responses with empty message

2a8f15fa 10/20/2014 07:21 AM Martin Milata

Fix forwarding to ABRT server

The request was formed in a way the ABRT server did not uderstood. Now
the JSON is sent as a file attachment which is what the server expects.

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.

166412af 09/16/2014 12:49 PM Martin Milata

Use Provisioning SSL settings for plugin defaults

4950b556 09/10/2014 01:25 PM Martin Milata

Limit the number of recent reports in host view

a45a7086 09/10/2014 11:01 AM Martin Milata

Show "Unknown" reason if no reason available

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

Move network communication out of AbrtReport model

8c84d2c5 09/10/2014 11:01 AM Martin Milata

Use only reported_at, make it mandatory

Other timestamps (created_at, updated_at) are dropped.

1a1b476a 09/09/2014 11:38 AM Martin Milata

Remove leftover from template

ecee9209 09/09/2014 11:37 AM Martin Milata

Use before_filter to find reports by id

fc8e6dcf 08/26/2014 10:58 AM Martin Milata

Show bug report distribution chart on dashboard

1bb04241 08/26/2014 10:56 AM Martin Milata

Unbreak dashboard search

795f3387 08/22/2014 10:40 AM Martin Milata

Fix host link on bug report index

ea6f551d 07/23/2014 08:27 AM Martin Milata

Clean up permissions

c3f93fb6 07/23/2014 08:08 AM Martin Milata

Auditable ABRT reports

95ca3dbf 07/23/2014 06:00 AM Martin Milata

Make client auth optional

da42c847 07/22/2014 12:35 PM Martin Milata

Enable search

Closes #1, closes #3.

b30cac43 05/26/2014 12:35 PM Martin Milata

Report forwarding

5efa7113 05/20/2014 05:08 AM Martin Milata

Add settings

ea4d6988 04/29/2014 09:53 AM Martin Milata

Use separate controller for API call

73829f26 04/29/2014 07:49 AM Martin Milata

Cleanup example plugin leftovers

97ffeed8 04/29/2014 07:39 AM Martin Milata

Basic functionality

82378d9d 04/29/2014 07:38 AM Martin Milata

Add abrt_report resource

1c6be0d7 04/08/2014 11:48 AM Martin Milata

Rename to foreman_abrt

d4f9f789 02/13/2014 12:26 PM Greg Sutcliffe

Add deface example

2877bdf6 01/23/2014 06:06 AM Greg Sutcliffe

Update to latest plugin styling

Creates a function plugin with:
  • A model and helper concern
  • An inherited controller
  • A route/view which displays the plugin name
  • A plugin registration block adding permissions/roles/menu entry
  • A functioning example rake task...
785075db 04/11/2013 10:12 AM Joseph Magen

upgrade template to Rails 3.2 --full engine