~linaro-validation/lava-dashboard/next

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Zygmunt Krynicki
  • Date: 2011-05-03 20:20:30 UTC
  • mto: This revision was merged to the branch mainline in revision 168.
  • Revision ID: zygmunt.krynicki@linaro.org-20110503202030-v73cy1qn0bg4yyqx
Updated changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Release 0.4:
 
2
 
 
3
Improvements to application core:
 
4
 * Old reporting framework has been removed and replaced with new approach.
 
5
   Old data sources have become data views, pure SQL-based construct. Old
 
6
   reports have been converted from python applications to client-side
 
7
   JavaScript snippets that can query data views via XML-RPC. Both reports and
 
8
   data views are loaded from .xml files from configurable directories.
 
9
 * Database schema is now managed by South, custom migrations are now possible
 
10
   without dropping the database.
 
11
 * Data security (a feature where uploaded content could be private) has been
 
12
   removed due to complexity with providing security with anonymous SQL
 
13
   queries.
 
14
 * A number of XML-RPC methods has been added to implement data views.
 
15
 
 
16
Improvements to user interface:
 
17
 * The jQuery UI theme has been changed form smoothness to Aristo. This theme
 
18
   is much more pleasant looking. 
 
19
 
 
20
Other changes:
 
21
 * Initial release of jQuery API for Dashboard.
 
22
 
1
23
Release 0.3:
2
24
 
3
25
Improvements to test code: