aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-10-23parser: Check for tag markup in the metadata fields0.1v0.1Michael Wood
Before we commit the error report metadata to the database do a rudimentary check on all fields that are passed to the graphs page to avoid any XSS happening. Signed-off-by: Michael Wood <michael.g.wood@intel.com>
2014-09-08error-report-web: Sorting error tablesRoxana Ciobanu
Add sorting functionality to the search results page. [YOCTO #6539] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-09-05error-report-tool: apply changes to the landing pageRoxana Ciobanu
* Reduce the time range from the last month to the last week * Provide a list of the latest errors * Provide a link to the list of errors generated by the autobuilder [YOCTO #6537] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-24README: add info on the git repo and contributingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-08-22error-report: add top 'Show rows' menuRoxana Ciobanu
[YOCTO #6538] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-22error-report: add css customizationRoxana Ciobanu
Add css customization for navbar-inner and dropdown-menu. [YOCTO #6538] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-22error-report: sort table by 'Submitted on' columnRoxana Ciobanu
The information in the table needs to be sorted by "Submitted on", in inverse chronological order (the most recent error on top). [YOCTO #6538] Signer-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-22error-report: remember state of the menuRoxana Ciobanu
Remember the state of the menu, so that people are not forced to customise the columns every time they search. [YOCTO #6538] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-22jquery.cookie.js: add the Cookie PluginRoxana Ciobanu
Add the Cookie Plugin [YOCTO #6538] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-22error-report: add 'Edit columns' menuRoxana Ciobanu
Add 'Edit columns' menu. [YOCTO #6538] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-14error-report: add 'Submitter' columnRoxana Ciobanu
Show the submitter in the search results page [YOCTO #6538] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-14error-report: add 'Submitted on' detailRoxana Ciobanu
Show the submission date and time for an error in the the error details page. [YOCTO #6538] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-08-14error-report: add 'Submitted on' columnRoxana Ciobanu
Show the submission date and time for an error in the search results page [YOCTO #6538] Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
2014-03-06README: add required version for django-nvd3Andreea Proca
Signed-off-by: Andreea Proca <andreea.b.proca@intel.com>
2014-03-05templates/error-page: keep the search stringAndreea Proca
Signed-off-by: Andreea Proca <andreea.b.proca@intel.com>
2014-02-28templates: add search error page and hide register functionalityAndreea Proca
- hides the relevant pages for login/logout - not used atm - add new page for search errors Signed-off-by: Andreea Proca <andreea.b.proca@intel.com>
2014-02-17views: fix duplicated elementsAndreea Proca
Signed-off-by: Andreea Proca <andreea.b.proca@intel.com>
2014-02-14templates: design changesAndreea Proca
- back button was missing in some pages - tiny changes to custom.css - improve registration and charts templates Signed-off-by: Andreea Proca <andreea.b.proca@intel.com>
2014-02-11templates: use discreteBarChart type for chartsAndreea Proca
Signed-off-by: Andreea Proca <andreea.b.proca@intel.com>
2014-01-29Initial commit of error-report web interfaceAndreea Proca
This is a Django web interface intended to be used with the error-report class from the OE build system. It receives data sent from users using the send-error-report script and saves it in a DB. Using the web interface users are able to search for errors and visualize statistics. Signed-off-by: Andreea Proca <andreea.b.proca@intel.com>