oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
155 stars 67 forks source link

Status of Bug #81

Open marbetschar opened 10 years ago

marbetschar commented 10 years ago

It would be cool to provide different statuses (customizable would be great) to make bug handling easier.

A default "open" for example and a "resolved". This way I'll able to get rid of all bugs already resolved in the search without deleting them; as I'd like to keep the reported bugs for statistic purposes.

Also I've seen it is possible to define a purge delay of N days. But I've not seen that it is possible to not purge the data at all?

michael-zock commented 10 years ago

+1 This would be a useful 2.x feature.

oarevalo commented 10 years ago

agreed, a status field would be nice.

Regarding the purge, you can disable it completely by clearing the checkbox, that way it won't delete anything at all. Is that what you are asking?

On Wed, Jan 8, 2014 at 1:10 AM, Michael Zock notifications@github.comwrote:

+1 This would be a useful 2.x feature.

— Reply to this email directly or view it on GitHubhttps://github.com/oarevalo/BugLogHQ/issues/81#issuecomment-31815349 .

Oscar Arevalo http://about.me/oarevalo http://www.coldbricks.com - Content Management System http://www.oscararevalo.com - My Blog

marbetschar commented 10 years ago

Not sure if it's what I'm looking for. Please see the following screenshot of how I've configured the Purge History right now:

bildschirmfoto 2014-01-17 um 03 23 47

If I'm on the right track here, all bugs which are older than 360 days will be automatically deleted from the database. What I'm trying to achieve is to not delete any bug at all. Is this possible?

oarevalo commented 10 years ago

With those settings nothing will be deleted from the DB ever. In order to activate the automatic purging you would need to check the box next to "Purge history automatically..."

On Thu, Jan 16, 2014 at 6:25 PM, marbetschar notifications@github.comwrote:

Not sure if it's what I'm looking for. Please see the following screenshot of how I've configured the Purge History right now:

[image: bildschirmfoto 2014-01-17 um 03 23 47]https://f.cloud.github.com/assets/392542/1937245/7beb7ad2-7f1e-11e3-9f8b-dbefb9bae536.png

If I'm on the right track here, all bugs which are older than 360 days will be automatically deleted from the database. What I'm trying to achieve is to not delete any bug at all. Is this possible?

— Reply to this email directly or view it on GitHubhttps://github.com/oarevalo/BugLogHQ/issues/81#issuecomment-32574961 .

Oscar Arevalo http://about.me/oarevalo http://www.coldbricks.com - Content Management System http://www.oscararevalo.com - My Blog

marbetschar commented 10 years ago

Ok, cool! Thanks for your feedback.