Commit Graph

22 Commits

Author SHA1 Message Date
Dan McGee
b7b2474064 Various minor code cleanups and fixes
Most of these were suggested by PyCharm, and include everything from
little syntax issues and other bad smells to dead or bad code.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-04-16 22:12:01 -05:00
Dan McGee
b642c93aff Add a view to download the torrent available for a given release
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-19 17:40:26 -06:00
Dan McGee
1a7e5d22f1 Add basic release list and details views
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-19 12:08:31 -06:00
Dan McGee
bc5dab41a8 releng views code cleanup
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-08-13 21:24:40 -05:00
Dan McGee
76c37ce3ac Replace deprecated direct_to_template() with render() shortcut
Now that Django actually provides a concise way to use a RequestContext
object without instantiating it, we can use that rather than the old
function-based generic view that worked well to do the same.
Additionally, these function-based generic views will be gone in Django
1.5, so might as well make the move now.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-24 19:57:20 -05:00
Dan McGee
c1ccc88d07 Prune down table rows on ISO testing overview page
This table is getting very long as we have upwards of 210 ISOs in the
production database. However, it doesn't make much sense to list ISOs
that no longer exist and were never tested, so omit these from the
results page if we know this to be the case.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-04-17 15:36:33 -05:00
Dan McGee
ea87160c39 releng: ensure links are valid for option names with spaces
Can't believe this went unnoticed for so long.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-03-23 20:16:58 -05:00
Dan McGee
871cf5ad2d Use verbose name for releng options display
So we see something like 'Hardware Type' instead of 'Hardware_Type'.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-17 20:54:01 -05:00
Dan McGee
c80afa08c7 releng: refactor results overview page for performance
Use some annotation stuff and trickeration to reduce the number of
queries we need on the results overview page by quite a bit.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-17 09:01:07 -05:00
Dan McGee
61311701a5 Add architecture to releng results listing
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-17 08:11:23 -05:00
Tom Willemsen
7954617a05 New page ISO Overview
ISO Overview shows a simple list of all the ISOs that are available
and how many times they've been tested successfully or have failed.

Signed-off-by: Tom Willemsen <ryuslash@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-17 07:51:42 -05:00
Dieter Plaetinck
c4e1f01417 clarify that issues should still be reported on the bugtracker
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-05-24 16:53:07 -05:00
Dan McGee
1e19b6af3e Use proper punctuation/grammar in help text
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-05-15 12:30:10 -05:00
Dan McGee
2261cf40bc Put most recent ISOs first in lists
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-05-12 10:33:46 -05:00
Dan McGee
972b010743 Ensure releng modules links work correctly
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
2011-05-10 14:38:37 -05:00
Dieter Plaetinck
9881ba5c23 releng: fix typos
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-05-09 16:57:41 -05:00
Dieter Plaetinck
03bc3e619f releng: clarify some text and options
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-05-09 16:57:38 -05:00
Dan McGee
5a417bd7e2 releng: ensure we save M2M values from submission form
Whoops- forgot to add this rather important call back in here when I
made the form not auto-commit. Fixes FS#24019.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-05-02 11:25:40 -05:00
Dan McGee
2d02bf7719 releng: fix FS#24021, allow unselection of rollback FS
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-05-02 11:18:39 -05:00
Dan McGee
abb3ae1502 releng: make rollback fs a standard_option
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-29 09:33:30 -05:00
Dan McGee
1ab065a982 releng: enhance admin, remove errant print statement
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-29 09:31:16 -05:00
Dan McGee
bfe6afcd7a Rename isotests to releng
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-28 17:58:13 -05:00