public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Update the web interface to the latest versions of foundation components
@ 2011-05-27  4:21 Lucas Meneghel Rodrigues
  2011-05-27  4:21 ` [PATCH 1/6] Update admin site URL dispatcher to Django 1.3 Lucas Meneghel Rodrigues
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-05-27  4:21 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

Update the web interface to use Django 1.3, fixed the remaining problems with
custom SQL injection code, resolving problems with the scheduler. Also, tested
the latest versions of gwt and gwt incubator, bumping the requirements on the
build_externals code, making the web interface to run on the latest stable
versions of each foundation component (Django, gwt and gwt-incubator).

Lucas Meneghel Rodrigues (6):
  Update admin site URL dispatcher to Django 1.3
  afe/readonly connection: Catch AttributeError exceptions
  Adding afe custom database engine
  Change web app to use new DB engine
  Removing get_from_clause() from custom query class
  external_packages: Bump version number requirements for web deps

 frontend/afe/model_logic.py               |   15 -------------
 frontend/afe/readonly_connection.py       |   10 ++++++++-
 frontend/db/backends/afe/base.py          |   22 +++++++++++++++++++
 frontend/db/backends/afe/compiler.py      |   32 +++++++++++++++++++++++++++++
 frontend/db/backends/afe/creation.py      |    1 +
 frontend/db/backends/afe/introspection.py |    1 +
 frontend/db/backends/afe/validation.py    |    1 +
 frontend/settings.py                      |    3 +-
 frontend/urls.py                          |    2 +-
 utils/external_packages.py                |   12 +++++-----
 10 files changed, 75 insertions(+), 24 deletions(-)
 create mode 100644 frontend/db/__init__.py
 create mode 100644 frontend/db/backends/__init__.py
 create mode 100644 frontend/db/backends/afe/__init__.py
 create mode 100644 frontend/db/backends/afe/base.py
 create mode 100644 frontend/db/backends/afe/compiler.py
 create mode 100644 frontend/db/backends/afe/creation.py
 create mode 100644 frontend/db/backends/afe/introspection.py
 create mode 100644 frontend/db/backends/afe/validation.py

-- 
1.7.5.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-05-27 17:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-27  4:21 [PATCH 0/6] Update the web interface to the latest versions of foundation components Lucas Meneghel Rodrigues
2011-05-27  4:21 ` [PATCH 1/6] Update admin site URL dispatcher to Django 1.3 Lucas Meneghel Rodrigues
     [not found]   ` <BANLkTi=VgwjAZ5bP=6_GZgRiv0g_TNbS7g@mail.gmail.com>
2011-05-27 17:33     ` Lucas Meneghel Rodrigues
2011-05-27  4:21 ` [PATCH 2/6] afe/readonly connection: Catch AttributeError exceptions Lucas Meneghel Rodrigues
2011-05-27  4:21 ` [PATCH 3/6] Adding afe custom database engine Lucas Meneghel Rodrigues
2011-05-27  4:21 ` [PATCH 4/6] Change web app to use new DB engine Lucas Meneghel Rodrigues
2011-05-27  4:21 ` [PATCH 5/6] Removing get_from_clause() from custom query class Lucas Meneghel Rodrigues
2011-05-27  4:21 ` [PATCH 6/6] external_packages: Bump version number requirements for web deps Lucas Meneghel Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox