From bfe6afcd7ac5ae7b6f07caa7b02a33fec710ebda Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 28 Apr 2011 17:58:13 -0500 Subject: Rename isotests to releng Signed-off-by: Dan McGee --- templates/releng/add.html | 20 ++++++++++++++++++ templates/releng/result_list.html | 41 ++++++++++++++++++++++++++++++++++++ templates/releng/result_section.html | 26 +++++++++++++++++++++++ templates/releng/results.html | 25 ++++++++++++++++++++++ templates/releng/thanks.html | 13 ++++++++++++ 5 files changed, 125 insertions(+) create mode 100644 templates/releng/add.html create mode 100644 templates/releng/result_list.html create mode 100644 templates/releng/result_section.html create mode 100644 templates/releng/results.html create mode 100644 templates/releng/thanks.html (limited to 'templates/releng') diff --git a/templates/releng/add.html b/templates/releng/add.html new file mode 100644 index 00000000..3678532d --- /dev/null +++ b/templates/releng/add.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} + +{% block title %}Arch Linux - Test Result Entry{% endblock %} + +{% block content %} +
+

Arch Releng Testbuild Feedback Entry

+ +

This page allows you to submit feedback after testing and using a + release engineering install ISO. If you do not currently have feedback to + submit, you may want to take a look at the current + results page.

+ +
{% csrf_token %} + {{ form.as_p }} + +
+
+
+{% endblock %} diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html new file mode 100644 index 00000000..b3ae025b --- /dev/null +++ b/templates/releng/result_list.html @@ -0,0 +1,41 @@ +{% extends "base.html" %} + +{% block content %} +
+

Results for: + {% if option %}{{ option|title }}: {{ value }}{% endif %} + {{ iso_name|default:"" }} +

+ +

Go back to testing results

+ + + + + + + + + + + + {% for test in test_list %} + + + + + + + {% endfor %} + +
IsoSubmitted ByDate SubmittedSuccess
{{ test.iso.name }}{{ test.user_name }}{{ test.created|date }}{{ test.success|yesno }}
+
+{% load cdn %}{% jquery %} + + + +{% endblock %} diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html new file mode 100644 index 00000000..52f03339 --- /dev/null +++ b/templates/releng/result_section.html @@ -0,0 +1,26 @@ + +

{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}

+ +{% for item in option.values %} + + + + {{ item.value.name|lower }} + + + + {% if item.success %} + + {{ item.success.name }} + + {% else %}Never succeeded{% endif %} + + + {% if item.failure %} + + {{ item.failure.name }} + + {% else %}Never failed{% endif %} + + +{% endfor %} diff --git a/templates/releng/results.html b/templates/releng/results.html new file mode 100644 index 00000000..4aca1f10 --- /dev/null +++ b/templates/releng/results.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} + +{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %} + +{% block content %} +
+

Release Engineering Testbuild Results

+ +

This is a overview screen showing a test results matrix of release + engineering produced ISOs. Various options and configurations are shown + with last success and last failure results, if known. To help improve ISO + quality, you are encouraged to give feedback + if you have tested and used any ISOs. Both successful and failed results + are encouraged and welcome.

+ +

All ISOs referenced on this page are available from + {{ iso_url }}.

+ + + {% for option in options %} + {% include "releng/result_section.html" %} + {% endfor %} +
+
+{% endblock %} diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html new file mode 100644 index 00000000..b261426d --- /dev/null +++ b/templates/releng/thanks.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block title %}Arch Linux - Feedback - Thanks!{% endblock %} + +{% block content %} +
+

Thanks!

+

Thank you for taking the time to give us this information! + Your results have been succesfully added to our database.

+

You can now go back to the results, + or give more feedback.

+
+{% endblock %} -- cgit v1.2.3-2-g168b From 8544eb9bc36982540ce1cdcabff824a7a73fdb6e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 2 May 2011 11:10:58 -0500 Subject: Add column headers for success/failure values Signed-off-by: Dan McGee --- templates/releng/result_section.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/releng') diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html index 52f03339..08e46fb7 100644 --- a/templates/releng/result_section.html +++ b/templates/releng/result_section.html @@ -1,5 +1,7 @@ -

{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}

+ {% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }} + Last Success + Last Failure {% for item in option.values %} -- cgit v1.2.3-2-g168b From 03bc3e619f311e11323be5bfce57ebd0842e6595 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 8 May 2011 18:02:55 +0200 Subject: releng: clarify some text and options Signed-off-by: Dieter Plaetinck Signed-off-by: Dan McGee --- templates/releng/add.html | 15 +++++++++++---- templates/releng/results.html | 4 ++++ 2 files changed, 15 insertions(+), 4 deletions(-) (limited to 'templates/releng') diff --git a/templates/releng/add.html b/templates/releng/add.html index 3678532d..8488b40c 100644 --- a/templates/releng/add.html +++ b/templates/releng/add.html @@ -6,10 +6,17 @@

Arch Releng Testbuild Feedback Entry

-

This page allows you to submit feedback after testing and using a - release engineering install ISO. If you do not currently have feedback to - submit, you may want to take a look at the current - results page.

+

This page allows you to submit feedback after testing an Arch Linux installation + using a release engineering testbuild. Mark all the options you used during the + installation; at the end you can specify whether everything went OK. Be + sure to only denote a successful install after having checked the + installation properly. Some options require you to check several things (such as + config files), this will be mentioned alongside the option.

+

There is also an overview of all feedback on the + results page. Once we have + builds that are properly tested (enough successful feedback for all + important features of the ISO or a slightly earlier ISO), we can release new + official media.

{% csrf_token %} {{ form.as_p }} diff --git a/templates/releng/results.html b/templates/releng/results.html index 4aca1f10..d7708cb7 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -13,6 +13,10 @@ if you have tested and used any ISOs. Both successful and failed results are encouraged and welcome.

+

For more information, see the documentation + on the wiki

+

All ISOs referenced on this page are available from {{ iso_url }}.

-- cgit v1.2.3-2-g168b From 9881ba5c238edbaec3b9c6f38b00a6a39ff168b4 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 8 May 2011 18:02:56 +0200 Subject: releng: fix typos Signed-off-by: Dieter Plaetinck Signed-off-by: Dan McGee --- templates/releng/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/releng') diff --git a/templates/releng/results.html b/templates/releng/results.html index d7708cb7..70d0f618 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -6,7 +6,7 @@

Release Engineering Testbuild Results

-

This is a overview screen showing a test results matrix of release +

This is an overview screen showing a test results matrix of release engineering produced ISOs. Various options and configurations are shown with last success and last failure results, if known. To help improve ISO quality, you are encouraged to give feedback -- cgit v1.2.3-2-g168b From 3f93b99ad012fecb1929bb250bacb3297c458c5e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 10 May 2011 14:38:02 -0500 Subject: Use proper punctuation Signed-off-by: Dan McGee --- templates/releng/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/releng') diff --git a/templates/releng/results.html b/templates/releng/results.html index 70d0f618..ee07c856 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -15,7 +15,7 @@

For more information, see the documentation - on the wiki

+ on the wiki

.

All ISOs referenced on this page are available from {{ iso_url }}.

-- cgit v1.2.3-2-g168b From 2470c543d60c96343a5b0fefe04464b5b445b859 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 10 May 2011 14:42:42 -0500 Subject: Put the period in the correct place Signed-off-by: Dan McGee --- templates/releng/results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/releng') diff --git a/templates/releng/results.html b/templates/releng/results.html index ee07c856..c3e7d99a 100644 --- a/templates/releng/results.html +++ b/templates/releng/results.html @@ -15,7 +15,7 @@

For more information, see the documentation - on the wiki

. + on the wiki.

All ISOs referenced on this page are available from {{ iso_url }}.

-- cgit v1.2.3-2-g168b