aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-06-25models: Add a new error type for check-layerHEADmasterThomas Perrot
2021-04-13error-details: pull Bugzilla URL from project settingsKyle Russell
2021-04-13Import parser from the new python3 locationMichael Halstead
2021-04-13Search on contains, enalble admin, and keep more error history.Michael Halstead
2021-04-13Allow alternate settings, avoid out of memory conditionMichael Halstead
2021-04-13Avoid errors caused by attempting to update referrers for objects that don't ...Michael Halstead
2021-04-13purge.py: Create script that will purge databaseAmanda Brindle
2021-03-22Post/parser: Use bleach to sanitse XSS inputmaster-nextRichard Purdie
2021-02-23Update to be compatible with python3.5Yi Fan Yu
2021-02-23parser: make contains_tag ignore non-str fieldsYi Fan Yu
2020-05-12Add SPDX license headers to source filesMilan Shah
2016-06-23latest-errors: Use the key value instead of display value for filterMichael Wood
2016-06-23README: Update instructions to use 'migrate' instead of 'syncdb'Michael Wood
2016-06-23settings: Setup the default configuration so that it works out the boxMichael Wood
2016-06-23views/templates: Add support for display different type of errorsAníbal Limón
2016-06-23parser: Add support for receive/store error_type.Aníbal Limón
2016-06-23models: Build model add support for Error type.Aníbal Limón
2016-06-23migrations: 0003_auto_20150603_0913 Replace tabs for spacesAníbal Limón
2016-06-23models: Increase the TASK field lengthAníbal Limón
2016-06-23urls: RedirectView, fix warnings about change of default value in django 1.9Aníbal Limón
2016-06-23requirements: Update requeriments for use 1.8 LTS Django version.Aníbal Limón
2016-01-05error-details: Add recipe version to Error details side barMichael Wood
2015-09-30parser: Add Unicode support to the error logMariano Lopez
2015-06-23README: Add info on management command for culling database sizeMichael Wood
2015-06-15Add RSS feeds for the latest errorsMichael Wood
2015-06-11README: Update and clarifyMichael Wood
2015-06-11management: Add command to cull the databaseMichael Wood
2015-06-05views: Remove redundant paginator mechanism0.3Michael Wood
2015-06-05views: Use none function rather than an invalid id to get an empty querysetMichael Wood
2015-06-05models: Fail gracefully if we haven't yet generated LEV_DISTANCE dataMichael Wood
2015-06-05migrations: Add a data migration function to generate the LEV_DISTANCEMichael Wood
2015-06-04Add migration for LEV_DISTANCE to support the similar errors featureMichael Wood
2015-06-04latest-errors: Optimise the url resolution for each row's details linkMichael Wood
2015-06-04tests: Move test links to run after each time data is addedMichael Wood
2015-06-04tests: Add check to see if the LEV distance value has been generatedMichael Wood
2015-06-04Add a similar errors matching mechanismMichael Wood
2015-03-31css: Reduce the scope of the wrap behaviour to only data itemsMichael Wood
2015-03-31css: re-indent some of the classes to match the rest of the fileMichael Wood
2015-03-31css: Add a class for the build details to remove word wrapMichael Wood
2015-03-02tests: Add test to compare the payload with the data in the databaseMichael Wood
2015-03-02parser: Add fall back for regex based parsingMichael Wood
2015-03-02parser: Fix rename Machine varMichael Wood
2015-02-27parser: Add back accidentally removed DATE setterMichael Wood
2015-02-27error-details: Display link back field if it existsMichael Wood
2015-02-27views: Add max_log_size response so that the client can avoid thisMichael Wood
2015-02-27test: Make sure we delete the data between testsMichael Wood
2015-02-27parser: Simplify the orm Build object creationMichael Wood
2015-02-24views/tests: Add a user-agent path to switch payload decode pathsMichael Wood
2015-02-24parser: Add optional LINK_BACK fieldMichael Wood
2015-02-24migrations: Add new field for link backMichael Wood