History log of /external/autotest/frontend/afe/feeds/feed.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb903b59f543fedbfe5f0e68fb2f0b1961983392 23-Apr-2013 Alex Miller <milleral@chromium.org> [autotest] Fix issues from Django 1.3 -> 1.5 upgrade.

Some old code was left, so there was still a file using django 1.3 code
instead of django 1.5 code. This does not address the issue that we're
still using the mod_python handler from 1.3 to run django 1.5.

BUG=chromium:232388
DEPLOY=apache
TEST=AFE renders

Change-Id: I47d5195d56f9b0cce22b3620386c94422d80c780
Reviewed-on: https://gerrit.chromium.org/gerrit/48863
Tested-by: Alex Miller <milleral@chromium.org>
Reviewed-by: Prashanth Balasubramanian <beeps@chromium.org>
Commit-Queue: Alex Miller <milleral@chromium.org>
/external/autotest/frontend/afe/feeds/feed.py
8444cf4bb5e180cb9f1050c5908889331ae49253 11-Jun-2010 jamesren <jamesren@592f7852-d20e-0410-864c-8624ca9c26a4> From: Shaun Ruffell <sruffell@digium.com>

Eliminates the following exception when clicking the feeds link from the
frontend.

Traceback:
File "/usr/local/autotest/site-packages/django/core/handlers/base.py" in get_response
92. response = callback(request, *callback_args, **callback_kwargs)
File "/usr/local/autotest/frontend/afe/feeds/feed.py" in feed_view
30. feedgen = f(slug, request).get_feed(param)
File "/usr/local/autotest/frontend/afe/feeds/feed.py" in __init__
50. super(JobFeed, self).__init__(slug, request.path)
File "/usr/local/autotest/site-packages/django/contrib/syndication/feeds.py" in __init__
33. self.feed_url = self.feed_url or request.path

Exception Type: AttributeError at /afe/server/feeds/jobs/completed/
Exception Value: 'unicode' object has no attribute 'path'

Signed-off-by: Shaun Ruffell <sruffell@digium.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4595 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/frontend/afe/feeds/feed.py
a5288b4bb2b09aafe914d0b7d5aab79a7e433eaf 28-Jul-2009 showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> Upgrade from Django 0.96 to Django 1.0.2.

Risk: high (framework change)
Visibility: medium

Signed-off-by: James Ren <jamesren@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3457 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/frontend/afe/feeds/feed.py
0afbb6369aa5aa9a75ea67dd9e95ec4b21c0c181 06-Jun-2008 jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> Convert all python code to use four-space indents instead of eight-space tabs.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1658 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/frontend/afe/feeds/feed.py
b91c3b91c2629d2408b26d99c3cdd2d8afe20b7d 23-Apr-2008 showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> Add support for completed/failed jobs RSS feeds.
From: Ian Lawrence <ext-ian.lawrence@nokia.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@1460 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/frontend/afe/feeds/feed.py