1. 250d84d Merge the two databases and the two Django projects. Note that the TKO migrations are still present, as is the migration code for TKO in database/migrate.py. These pieces of code are preserved because they are required by this change to perform the merge. A separate change will be submitted in the future to remove those references. by showard · 15 years ago[Renamed (99%) from new_tko/tko/graphing_utils.py]
  2. 1984197 Remove the bundled version of simplejson on the autotest by mbligh · 15 years ago
  3. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  4. a5288b4 Upgrade from Django 0.96 to Django 1.0.2. by showard · 15 years ago
  5. d178447 Gracefully handle divide by zero when trying to graph a normalized plot and by showard · 15 years ago
  6. 90e2726 Neater way to get matplotlib to use /tmp as its temp directory. by showard · 15 years ago
  7. 66b510e Fix create_embedded_plot() to use the *Plot classes. This fixes the "Link to this graph" feature in TKO. by showard · 15 years ago
  8. de01b76 Parameter "plot_info" should've been "plot_type" -- was a mistake. by showard · 15 years ago
  9. fbdab0b Support multiple embedded graph widgets on the same page. This required two changes to avoid collisions with shared global resources: by showard · 15 years ago
  10. 3b2b930 * extract code for displaying graphs and managing graph drilldowns from *Frontend classes (which also manage the graph setup UI) into separate Plot classes (a Plot class and two subclasses, MetricsPlot and MachineQualHistogram). eventually, these plot classes will be usable as embedded widgets in other pages. by showard · 15 years ago
  11. 84f3732 by showard · 15 years ago
  12. e5ae165 by showard · 15 years ago
  13. 56e9377 Get the frontend unittest to run against SQLite. This required scattered changes: by showard · 16 years ago
  14. 7fc993c Change code which makes multiple calls to fetchall() to make a single by showard · 16 years ago
  15. ce12f55 Attached is a large patch for a powerful and flexible new graphing system for new TKO. This system subsumes all the previous kernel graphing scripts under the tko/ directory and is capable of much more. These wiki pages document usage of the new system and give an idea of what it's capable of: by showard · 16 years ago