1. 7bef841 [autotest] Refactor readonly_connection by Jakob Juelich · 10 years ago
  2. 3536b98 Fix django 1.3 DeprecationWarning for DATABASES. by Mike Truty · 13 years ago
  3. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  4. b31e2a4 Fix autotest web frontend readonly db connection. by Eric Li · 13 years ago
  5. a5288b4 Upgrade from Django 0.96 to Django 1.0.2. by showard · 15 years ago
  6. 844960a make the readonly connection fallback to the regular Django connection when running in the scheduer. this is really important, because otherwise the readonly connection is not autocommit and bad, bad things could happen, though i'm not sure exactly what existing problems there might have been. we used to do this only for testing, but since we do it in another context here, i renamed the method to be more generic and appropriate. by showard · 15 years ago
  7. 56e9377 Get the frontend unittest to run against SQLite. This required scattered changes: by showard · 16 years ago
  8. 1a573ca Allow a different host for readonly connections. 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