gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: Added detail page for finished milestone 8


From: gnunet
Subject: [www] branch master updated: Added detail page for finished milestone 8
Date: Thu, 03 Aug 2023 19:25:55 +0200

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new ae05f52f Added detail page for finished milestone 8
ae05f52f is described below

commit ae05f52fc67a53db3e5683552c40a3dc6982b8fd
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Thu Aug 3 19:25:36 2023 +0200

    Added detail page for finished milestone 8
---
 template/l2o/index.html.j2 |  2 +-
 template/l2o/mile8.html.j2 | 86 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+), 1 deletion(-)

diff --git a/template/l2o/index.html.j2 b/template/l2o/index.html.j2
index e859f70f..9bccae22 100644
--- a/template/l2o/index.html.j2
+++ b/template/l2o/index.html.j2
@@ -244,7 +244,7 @@ being usable for its basic functionality (DHT, GNS, CADET, 
FS, Messenger …).
        <h4>Deliverable</h4><br/>
        <p>
           {% trans %}
-               GNUnet running with new API.
+               GNUnet running with new API. More  <a 
href="mile8.html">Details</a>.
          {% endtrans %}
         </p><br/>
       </section>
diff --git a/template/l2o/mile8.html.j2 b/template/l2o/mile8.html.j2
new file mode 100644
index 00000000..8af78816
--- /dev/null
+++ b/template/l2o/mile8.html.j2
@@ -0,0 +1,86 @@
+ {% extends "common/base.j2" %}
+{% block body_content %}
+<main id="maincontent">
+<article class="container">
+
+  <header>
+    <h1>{{ _("NGI Assure project: Layer-2-Overlay") }}</h1>
+  </header>
+
+  <div class="row">
+    <div class="col-2 d-none d-lg-block"><!-- for large viewports show menu 
for better orientation -->
+      <nav class="nav subnav position-fixed flex-column border-right" 
style="position:fixed">
+      <a class="nav-link" href="index.html#idea">{{ _("Project main page") 
}}</a>
+      </nav>
+    </div>
+    <div class="col">
+
+      <h2>Implementation details milestone 8</h2><br/>
+
+      <section>
+        <h4>{{ _("Added command to execute a script") }}</h4><br/>
+        <p>
+          {% trans %}
+         A command to start any kind of script was added. As of now this 
command blocks until the script finished. In the context of this milestone this 
command is later used to execute a script which blocks until it finds a 
specific file.</br></br>
+         
+         See branch l20integration revision 40a5a65.
+         {% endtrans %}
+        </p>
+      </section>
+      <section>
+        <h4>{{ _("Added generic start script for test cases") }}</h4><br/>
+        <p>
+          {% trans %}
+         We do not want to have a specific start script for every test case. 
This start script asks for a test case configuration to use.</br></br>
+         
+         See branch l20integration revision 80971b6.
+         {% endtrans %}
+        </p>
+      </section>
+      <section>
+        <h4>{{ _("Moved start peer command to testing subsystem") }}</h4><br/>
+        <p>
+          {% trans %}
+         A start script was added, that can be used by test cases in all 
subsystems, and which starts the new transport subsystem.</br></br> 
+         
+         See branch l20integration revision 03a5d17.
+         {% endtrans %}
+        </p>
+      </section>
+      <section>
+        <h4>{{ _("Added Testcase that just runs two peers, and blocks") 
}}</h4><br/>
+        <p>
+          {% trans %}
+         This testcase just runs to peers with the new transport subsystem and 
runs the command that executes a script that blocks until </br></br> 
+         
+         See branch l20integration revision 4ba7b5f.
+         {% endtrans %}
+        </p>
+      </section>
+      <section>
+        <h4>{{ _("Manually testing") }}</h4><br/>
+        <p>
+          {% trans %}
+         With the above mentioned test case, it was possible to get GNUnet 
running with the new transport (L2O) subsystem, do manually testing. Some bugs 
were already fixed:</br></br> 
+         <ul>
+               <li>Fixed bug that core subsystem is not calling 
GNUNET_TRANSPORT_core_receive_continue. See branch l20integration revision 
61bbc04.</li>
+               <li>Fixed bug that QueueEntry of another queue still holds 
reference to PendingMessage. See branch l20integration revision aec63bf.</li>
+         </ul>
+         {% endtrans %}
+        </p>
+      </section>
+      <section>
+        <h4>{{ _("Status") }}</h4><br/>
+        <p>
+          {% trans %}
+         The core and cadet subsystems were manually tested regarding 
integration with transport. They are boh working.
+
+         Next subsystems to test: dhtu, fs and topology.
+         {% endtrans %}
+        </p>
+      </section>
+    </div>
+  </div>
+
+</article>
+{% endblock body_content %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]