Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

BugLogHQ (Active)
Project Home Blog Forums Known Issues Screenshots External Project Link Contact Project

Author: Oscar Arevalo (All RIAForge projects by this author)
Last Updated: April 25, 2012 2:38 PM
Version: 1.5.204
Views: 82,353
Downloads: 1,505
License: Apache License, Version 2

Description:

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.

All bug reports received by BugLogHQ are stored on a normalized database, thus providing the option to the developers to further extend the application to leverage this information.

***
BUGLOGHQ SOURCE CODE NOW AT GITHUB
https://github.com/oarevalo/BugLogHQ
***

***
NEW GOOGLE GROUPS MAILING LIST:
http://groups.google.com/group/bugloghq
***


-----------------------
New in 1.5.204
-----------------------
* Added two new rule types: "Discard" and "HeartbeatMonitor". Discard is used to tell buglog to discard and not process bug reports that match a given criteria. HeartbeatMonitor can be configured to send an email alert if a message matching a given criteria has not been received in the last X minutes.
* Added two more lifecycle execution points for rules: "processQueueStart" and "processQueueEnd"; these methods execute before the queue processing begins and when it ends respectively and regardless of if there are items on the queue or not.
* Rule processor now also reports errors to the current buglog instance instead of only writing to a log file.
* BugLog now uses BugLog to track itself (duh, finally!)

-----------------------
New in 1.5
-----------------------
* Extensions are now stored on a database instead of an XML file
* Creating a rule instance is now much more user friendly because application, host and severity
codes can be selected via dropdowns; or can also be prepopulated from an existing bug report.
* Added support for defining settings for multiple environments (dev,qa,prod1,prod2,etc). Once
the environment is detected buglog can override any setting with custom values.
* Added option to disable editing settings through the UI (useful if you have your config file versioned
   and only want to configure buglog that way)
* Added the "BugLog Digest" which is a configurable and periodic email summary of all reports received
in the last X hours.
* Rewrote the "iphone" UI to be for mobiles in general (now its accessible at /bugLog/mobile), also there
is an improved platform detection when going to /bugLog. If you go with any mobile browser you should get
redirected to the new UI, otherwise you go to the regular desktop UI
* Multiple bug fixes

-----------------------
New in 1.4
-----------------------
* Asynchronous processing of BugReports and Rules (Increases application response and scalability)

* Simplified application configuration via a new Settings screen

* User management. Users can be divided now in two roles: regular users (with limited control) and administrators

* Optional JIRA integration. Create JIRA issues directly from BugLogHQ

* Change password screen (no more editing table directly to do this)

* Optionally require an API Key from applications to submit bug reports to BugLog

* Enable/Disable rules as you need them

* New rule type FirstMessageAlert. Be alerted via email only the first time each distinct message arrives.

* Ability to purge history and delete all bug reports older than X number of days.

-------------
Update 1.4.97
-------------
Added custom web interface for iPhone/iPod Touch

-------------
Update 1.4.106
-------------
- Added check for using the client cfc when no Application scope is defined (contributed by Morgan Dennithorne)
- Added 'listeners' panel to Settings section to view and test the supported listener endpoints
- Changed default charset and collation for MySQL install script to be UTF8
- Misc Bug fixes

-------------
Update 1.4.108
-------------
- Fixed tiny little bug in the Admin that caused CF (Adobe) to break, but not Railo (where I tested buglog). Thanks Jim Priest!

Recent Blog Entries:

Last Update:

* Added two new rule types: "Discard" and "HeartbeatMonitor". Discard is used to tell buglog to discard and not process bug reports that match a given criteria. HeartbeatMonitor can be configured to send an email alert if a message matching a given criteria has not been received in the last X minutes.

* Added two more lifecycle execution points for rules: "processQueueStart" and "processQueueEnd"; these methods execute before the queue processing begins and when it ends respectively and regardless of if there are items on the queue or not.

* Rule processor now also reports errors to the current buglog instance instead of only writing to a log file.

Requirements:

Any CFML engine (ColdFusion, Railo, OpenBD, etc) compatible with Adobe ColdFusion 9 or higher. On the database side, supported databases are MySQL 5, MS SQL Server 2000 and up. However other DBs can be added very easily. Post to the forums if you need help here.

Issue Tracker:

ID ISSUE STATUS UPDATED
15 purgeHistory Fixed 03/30/12 2:44 PM
16 JIRA connector Fixed 03/30/12 2:43 PM
14 Non-admin users cannot access the settings section to get to the change password screen Fixed 05/04/11 11:16 AM
7 ColdFusion 7 compatibility Closed 04/28/11 12:58 PM
6 Extra info doesn't display Closed 04/28/11 12:57 PM

View All Issues

To enter issues for this (or any other) project, you must be logged in.

Source Control Access:

This project hosts its source control at an external location:
https://github.com/oarevalo/BugLogHQ