aboutsummaryrefslogtreecommitdiffstats
path: root/Post
AgeCommit message (Expand)Author
2015-02-09main: Make sure we remove a filters/order_by on hide of that columnMichael 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-26latest-errors: Only show tooltip on ellipsized recipe_versionMichael Wood
2015-01-26views: Add more fields to the general searchMichael Wood
2015-01-26tests: Add test for common urls and invalid parametersMichael 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-23Paser: Return a useful error for invalid characters in payloadMichael Wood
2015-01-23Post: Add some basic unit tests for testing submissionsMichael 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-23latest-errors: Add visual indication that submitted_on is the default sortMichael 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-23Add migrations support. This uses the in built django migrationsMichael Wood
2015-01-23createStatistics: Reduce the number series to 6 in each graphMichael Wood
2015-01-23views/urls: Remove unused importsMichael Wood
2015-01-23home: Rework the mechanism for generating graphs via custom templateMichael Wood
2015-01-23createStatistics: Fix missing tz info in date passed to modelMichael Wood
2015-01-23error-report-web: add filtering capabilitiesRoxana Ciobanu
2015-01-23error-report-web: add FontAwesome andd css customizationRoxana Ciobanu
2015-01-23error-report-web: Enhancements to the error pagerRoxana Ciobanu
2014-10-23parser: Check for tag markup in the metadata fields0.1v0.1Michael Wood
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: add css customizationRoxana Ciobanu
2014-08-22error-report: sort table by 'Submitted on' columnRoxana Ciobanu
2014-08-22jquery.cookie.js: add the Cookie PluginRoxana Ciobanu
2014-08-22error-report: add 'Edit columns' menuRoxana Ciobanu
2014-08-14error-report: add 'Submitted on' columnRoxana Ciobanu
2014-02-28templates: add search error page and hide register functionalityAndreea Proca
2014-02-17views: fix duplicated elementsAndreea Proca
2014-02-14templates: design changesAndreea Proca
2014-02-11templates: use discreteBarChart type for chartsAndreea Proca
2014-01-29Initial commit of error-report web interfaceAndreea Proca