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
  2. 26b7ec7 Note: This change is to support a project that I am working on. You should see no change in the behavior of your current Autotest installations. by showard · 15 years ago
  3. a5288b4 Upgrade from Django 0.96 to Django 1.0.2. by showard · 15 years ago
  4. 7a37db1 by showard · 16 years ago
  5. 2e490cc -refactor frontend/afe/test.py to make it reusable by new_tko by showard · 16 years ago
  6. 1a573ca Allow a different host for readonly connections. by showard · 16 years ago
  7. e90eb5e Fixed the path in TEMPLATE_DIRS. Now constructs the absolute path to by showard · 16 years ago
  8. 37c7fe6 Added templates for 404 and 500 errors. 404 displays a generic "page by showard · 16 years ago
  9. 09096d8 -added readonly_connection.py, which opens a second DB connection using readonly credentials found in the global config by showard · 16 years ago
  10. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  11. 437c3a6 Since Django messes with paths and imports, using the "from common by mbligh · 16 years ago
  12. e8a79d5 Fix import in settings.py. by showard · 16 years ago
  13. fa7ef63 The final piece of global_config is done. settings reads from global_config to fill in the needed info for django. by showard · 16 years ago
  14. e8819cd Add frontend and scheduler for Autotest by mbligh · 16 years ago