aboutsummaryrefslogtreecommitdiffstats
path: root/Post/views.py
AgeCommit message (Expand)Author
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-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-02-23Update to be compatible with python3.5Yi Fan Yu
2020-05-12Add SPDX license headers to source filesMilan Shah
2016-06-23views/templates: Add support for display different type of errorsAníbal Limón
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-04Add a similar errors matching mechanismMichael Wood
2015-02-27views: Add max_log_size response so that the client can avoid thisMichael Wood
2015-02-24views/tests: Add a user-agent path to switch payload decode pathsMichael Wood
2015-02-11views: Fix typo in Query to make sure it's contains rather than equalMichael Wood
2015-02-10views: Fix the exception handling for parametersMichael Wood
2015-02-09views: Use the get method on the request objectMichael Wood
2015-01-29base: Show nav pills on the statistics pageMichael Wood
2015-01-27views: Deliberately return a 500 on no data/invalid method on addDataMichael Wood
2015-01-26views: Add more fields to the general searchMichael Wood
2015-01-26latest-errors: Pass the results_mode value to the templateMichael Wood
2015-01-26views: Add additional validation to incorrect parametersMichael Wood
2015-01-26urls: Remove redundant url parameters and add index url for convenienceMichael Wood
2015-01-23Parser: Add basic catching of exceptions from invalid dataMichael Wood
2015-01-23Parser: Make sure we respond in JSON format with errors if there are anyMichael Wood
2015-01-23Remove unused templates and importsMichael Wood
2015-01-23settings: Add "special submitter" featureMichael Wood
2015-01-23Remove unused code paths and importsMichael Wood
2015-01-23Various design tweaksMichael Wood
2015-01-23Parser: Add feature to have the reponse from a submission in JSONMichael Wood
2015-01-23views: Add backward compatibility for the send-error-reportMichael Wood
2015-01-23Parser: Return more details about a successful build error being loggedMichael Wood
2015-01-23Move the filtering, queries and ordering to use the orm functionsMichael Wood
2015-01-23views/urls: Remove unused importsMichael Wood
2015-01-23home: Rework the mechanism for generating graphs via custom templateMichael Wood
2015-01-23error-report-web: add filtering capabilitiesRoxana Ciobanu
2014-09-08error-report-web: Sorting error tablesRoxana Ciobanu
2014-09-05error-report-tool: apply changes to the landing pageRoxana Ciobanu
2014-08-22error-report: sort table by 'Submitted on' columnRoxana Ciobanu
2014-08-22error-report: add 'Edit columns' menuRoxana Ciobanu
2014-02-28templates: add search error page and hide register functionalityAndreea Proca
2014-02-17views: fix duplicated elementsAndreea Proca
2014-02-11templates: use discreteBarChart type for chartsAndreea Proca
2014-01-29Initial commit of error-report web interfaceAndreea Proca