Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
25a78f53 04/26/2018 10:10 AM murmur

Update Fix Rails versioned migrations for Rails 5

5cdedae3 11/07/2017 12:27 PM Marek Hulán

Fixes #21531 - start using factory bot

a918bc1c 04/22/2016 08:26 AM Martin Milata

Add Jakub as a maintainer

b9653758 04/21/2016 09:23 AM Martin Milata

Release 0.0.7

d3ca0e63 04/21/2016 09:05 AM Martin Milata

Merge pull request #9 from lzap/rails42

Rails 4.2 compatibility changes

cf998638 04/21/2016 08:32 AM Lukas Zapletal

Rails 4.2 compatibility changes

6b3660bc 11/25/2015 10:00 AM Martin Milata

Merge pull request #8 from lzap/accept-ip

Search hosts by IPs

e09d067d 11/25/2015 09:59 AM Martin Milata

Merge pull request #7 from unorthodoxgeek/rails4

refs #3157 - rails 4 changes

7fc65e1f 11/18/2015 09:33 AM Lukas Zapletal

Search hosts by IPs

4e6c42cd 11/04/2015 04:07 AM Tom Caspy

refs #3157 - rails 4 changes

d9f2814d 03/17/2015 12:18 PM Martin Milata

README: remove workarounds - not needed anymore

cccf2865 02/02/2015 08:34 AM Martin Milata

Merge README with the one in katello-docs branch

231a2963 02/02/2015 05:56 AM Martin Milata

README: epel

4395c689 01/16/2015 06:27 AM Martin Milata

Update required foreman version to 1.8

8e312347 01/15/2015 02:30 PM Martin Milata

README: network ports

f5d3d8b4 01/15/2015 11:31 AM Martin Milata

Release 0.0.6

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

4dd8c1da 01/09/2015 08:52 AM Martin Milata

Release 0.0.5

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.

bdeea62b 12/16/2014 05:30 AM Martin Milata

service foreman restart does not work on rhel7

service foreman restart -> systemctl restart foreman ->
/etc/init.d/foreman stop && /etc/init.d/foreman start

!= /etc/init.d/foreman restart

ce0fb7e5 11/20/2014 09:41 AM Martin Milata

README: update - restart

64d980dd 11/14/2014 11:12 AM Martin Milata

README: update

00841755 11/14/2014 11:06 AM Martin Milata

Add release instructions

d706ca09 11/14/2014 06:43 AM Martin Milata

Release 0.0.4

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

df6a989f 11/13/2014 12:25 PM Martin Milata

Fix gem build

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

f4a6c3cb 10/29/2014 09:58 AM Martin Milata

README: plugin package names

Closes #2.

627894f8 10/22/2014 07:38 AM Martin Milata

README: image

d71fdd41 10/22/2014 07:35 AM Martin Milata

README: image

710dd319 10/22/2014 07:32 AM Martin Milata

README: image

53be670b 10/22/2014 07:31 AM Martin Milata

README: typos, image

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.

8aa06851 10/07/2014 08:57 AM Martin Milata

README: will-crash alternative

af44674f 10/07/2014 08:49 AM Martin Milata

Update README

a9096126 10/07/2014 08:49 AM Martin Milata

gemspec: add license

eb84e099 09/30/2014 07:46 AM Martin Milata

Release 0.0.3

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

278583b6 09/11/2014 10:27 AM Martin Milata

Add route for auto_complete_search

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

5493d905 08/26/2014 12:17 PM Martin Milata

Release 0.0.2

b2de597f 08/26/2014 12:12 PM Martin Milata

Update README

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

1d9f0973 08/22/2014 10:00 AM Martin Milata

Remove specfile

It has been moved to the foreman-packaging repository

920d5528 08/15/2014 09:07 AM Martin Milata

README: rename foreman_proxy_abrt to smart_proxy_abrt

2ed1ef0e 08/11/2014 12:34 PM Martin Milata

Add specfile

8defd55c 08/11/2014 11:43 AM Martin Milata

README: custom smart-proxy branch no longer needed

497c02aa 07/24/2014 06:39 AM Martin Milata

Update README

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.

e0ab4316 07/22/2014 09:21 AM Martin Milata

README: typo

9667807b 07/15/2014 12:01 PM Martin Milata

Update README w.r.t. smart-proxy plugin

afffcbb0 06/30/2014 09:34 AM Martin Milata

Remove junk from lib/foreman_abrt.rb

c386a92e 05/27/2014 10:16 AM Martin Milata

README

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

Report forwarding

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

Add settings

407cd342 05/20/2014 05:07 AM Martin Milata

Foreman 1.5 fixes

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

3fdc7ecf 04/29/2014 07:38 AM Martin Milata

Add script/rails

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

Add abrt_report resource

2273a75c 04/29/2014 07:38 AM Martin Milata

gemspec

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

8486ccde 02/07/2014 10:58 AM Dominic Cleal

Only enhance Jenkins task if loaded

08242a3c 01/23/2014 05:32 PM Dominic Cleal

Fix formatting

082a60b0 01/23/2014 08:21 AM Greg Sutcliffe

Add rename script, and update READMEs

5d6e5263 01/23/2014 06:19 AM Greg Sutcliffe

Switch to GPL3 license

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