Skip to content

Commit 2e98cb6

Browse files
committed
Generate Pelican site
1 parent 0c6cace commit 2e98cb6

26 files changed

+2836
-1929
lines changed

blog/archives/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595

9696
<section id="blog-list">
9797
<h1 class="top-header">Archives</h1>
98+
<h2 class="top-subheader">Mon 20 May 2024</h2>
99+
<p>
100+
<a href="/blog/kiwi-tcms-team/2024/05/20/kiwi-tcms-133/">Kiwi TCMS 13.3</a>
101+
</p>
98102
<h2 class="top-subheader">Sat 04 May 2024</h2>
99103
<p>
100104
<a href="/blog/kiwi-tcms-team/2024/05/04/kiwi-tcms-132/">Kiwi TCMS 13.2</a>

blog/authors/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h1 class="top-header">Blog authors</h1>
9999
<h2 class="top-subheader">Alexander Todorov (21)</h2>
100100
</a>
101101
<a href="/blog/kiwi-tcms-team/" rel="bookmark">
102-
<h2 class="top-subheader">Kiwi TCMS Team (136)</h2>
102+
<h2 class="top-subheader">Kiwi TCMS Team (137)</h2>
103103
</a>
104104
<a href="/blog/malcolm-shore/" rel="bookmark">
105105
<h2 class="top-subheader">Malcolm Shore (1)</h2>

blog/index.html

+119-42
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,125 @@
9595
<section id="blog-list">
9696
<h1>Blog</h1>
9797

98+
<article class="blog-list">
99+
<div class="header">
100+
<a href="/blog/kiwi-tcms-team/2024/05/20/kiwi-tcms-133/" rel="bookmark" title="Permalink to Kiwi TCMS 13.3">
101+
<h1 class="top-header">Kiwi TCMS 13.3</h1>
102+
</a>
103+
104+
<p class="post-meta">Posted by
105+
<a href="/blog/kiwi-tcms-team/">Kiwi TCMS Team</a>
106+
on Mon 20 May 2024
107+
</p>
108+
</div>
109+
110+
<div class="content">
111+
<p>We're happy to announce Kiwi TCMS version 13.3!</p>
112+
<p><strong>IMPORTANT:</strong>
113+
This is a small release which contains several improvements, bug fixes,
114+
internal refactoring and updated translations!</p>
115+
<p>Recommended
116+
<a class="reference external" href="https://kiwitcms.readthedocs.io/en/latest/installing_docker.html#upgrading-instructions">upgrade</a>
117+
path:</p>
118+
<pre class="literal-block">
119+
13.2 -&gt; 13.3
120+
</pre>
121+
<p>You can explore everything at
122+
<a class="reference external" href="https://public.tenant.kiwitcms.org/">https://public.tenant.kiwitcms.org</a>!</p>
123+
<p>---</p>
124+
<blockquote>
125+
<p>Upstream container images (x86_64):</p>
126+
<pre class="literal-block">
127+
kiwitcms/kiwi latest c43a47e388ab 675MB
128+
</pre>
129+
</blockquote>
130+
<p><strong>IMPORTANT:</strong> version tagged and multi-arch
131+
<a class="reference external" href="/containers/">container images</a> are available only to
132+
<a class="reference external" href="/#subscriptions">subscribers</a>!</p>
133+
<div class="section" id="changes-since-kiwi-tcms-13-2">
134+
<h2>Changes since Kiwi TCMS 13.2</h2>
135+
<div class="section" id="improvements">
136+
<h3>Improvements</h3>
137+
<ul class="simple">
138+
<li>Update Django from 4.2.11 to 4.2.12</li>
139+
<li>Update psycopg from 3.1.18 to 3.1.19</li>
140+
<li>Update PyGithub from 1.58.2 to 2.3.0</li>
141+
<li>Update pygments from 2.17.2 to 2.18.0</li>
142+
<li>Update python-gitlab from 4.4.0 to 4.5.0</li>
143+
<li>Replace more inline <tt class="docutils literal">style=</tt> HTML attributes with CSS classes</li>
144+
</ul>
145+
</div>
146+
<div class="section" id="bug-fixes">
147+
<h3>Bug fixes</h3>
148+
<ul class="simple">
149+
<li>Truncate <tt class="docutils literal">TestCase.text</tt> length for Jira 1-click bug reports to avoid
150+
400, 414 and/or 500 errors! Text will be truncated to 30k chars for automated
151+
POST requests and 6k chars for fallback GET requests to fit inside Jira
152+
limitations</li>
153+
</ul>
154+
</div>
155+
<div class="section" id="refactoring-and-testing">
156+
<h3>Refactoring and testing</h3>
157+
<ul class="simple">
158+
<li>Remove double slash in Jira fallback URL</li>
159+
<li>Stop using the <tt class="docutils literal">Github(login_or_token)</tt> argument b/c it is deprecated</li>
160+
<li>Update selenium from 4.20.0 to 4.21.0</li>
161+
</ul>
162+
</div>
163+
<div class="section" id="translations">
164+
<h3>Translations</h3>
165+
<ul class="simple">
166+
<li>Updated <a class="reference external" href="https://crowdin.com/project/kiwitcms/zh-CN#">Chinese Simplified translation</a></li>
167+
<li>Updated <a class="reference external" href="https://crowdin.com/project/kiwitcms/zh-TW#">Chinese Traditional translation</a></li>
168+
</ul>
169+
</div>
170+
</div>
171+
<div class="section" id="kiwi-tcms-enterprise-v13-3-mt">
172+
<h2>Kiwi TCMS Enterprise v13.3-mt</h2>
173+
<ul class="simple">
174+
<li>Based on Kiwi TCMS v13.3</li>
175+
<li>Update kiwitcms-github-app from 1.6.0 to 1.7.0</li>
176+
<li>Update sentry-sdk from 2.0.1 to 2.2.0</li>
177+
<li>Preserve <tt class="docutils literal">/static/ca.crt</tt> file inside the container</li>
178+
</ul>
179+
</div>
180+
<div class="section" id="private-container-images">
181+
<h2>Private container images</h2>
182+
<blockquote>
183+
<pre class="literal-block">
184+
quay.io/kiwitcms/version 13.3 (aarch64) 0f9f70835859 20 May 2024 686MB
185+
quay.io/kiwitcms/version 13.3 (x86_64) c43a47e388ab 20 May 2024 675MB
186+
quay.io/kiwitcms/enterprise 13.3-mt (aarch64) 40d0769bc640 20 May 2024 1.05GB
187+
quay.io/kiwitcms/enterprise 13.3-mt (x86_64) ea3d8e8999f4 20 May 2024 1.03GB
188+
</pre>
189+
</blockquote>
190+
<p><strong>IMPORTANT:</strong> version tagged, multi-arch and Enterprise
191+
<a class="reference external" href="/containers/">container images</a> are available only to
192+
<a class="reference external" href="/#subscriptions">subscribers</a>!</p>
193+
</div>
194+
<div class="section" id="how-to-upgrade">
195+
<h2>How to upgrade</h2>
196+
<p><a class="reference external" href="/blog/atodorov/2018/07/30/how-to-backup-docker-volumes-for-kiwi-tcms/">Backup</a> first!
197+
Then follow the
198+
<a class="reference external" href="https://kiwitcms.readthedocs.io/en/latest/installing_docker.html#upgrading-instructions">Upgrading instructions</a>
199+
from our documentation.</p>
200+
<p>Happy testing!</p>
201+
<p>---</p>
202+
<p>If you like what we're doing and how Kiwi TCMS supports various communities
203+
please help us grow!</p>
204+
<ul class="simple">
205+
<li><a class="reference external" href="https://github.com/kiwitcms/Kiwi/stargazers">Give ⭐ on GitHub</a>;</li>
206+
<li><a class="reference external" href="https://gitlab.com/gitlab-org/gitlab/-/issues/334558">Give 👍 on GitLab</a>;</li>
207+
<li><a class="reference external" href="https://kiwitcms.us17.list-manage.com/subscribe/post?u=9b57a21155a3b7c655ae8f922&amp;id=c970a37581">Join our newsletter</a>
208+
and follow all project news;</li>
209+
<li><a class="reference external" href="https://kiwitcms.readthedocs.io/en/latest/contribution.html">Become a contributor</a>
210+
and an awesome open source hacker;</li>
211+
<li><a class="reference external" href="/#subscriptions">Become a subscriber</a> and help us sustain development</li>
212+
</ul>
213+
</div>
214+
215+
</div>
216+
</article>
98217
<article class="blog-list">
99218
<div class="header">
100219
<a href="/blog/kiwi-tcms-team/2024/05/04/kiwi-tcms-132/" rel="bookmark" title="Permalink to Kiwi TCMS 13.2">
@@ -2617,48 +2736,6 @@ <h2>How to upgrade</h2>
26172736

26182737
</div>
26192738
</article>
2620-
<article class="blog-list">
2621-
<div class="header">
2622-
<a href="/blog/kiwi-tcms-team/2022/12/23/program-for-testing-and-automation-devroom-fosdem23/" rel="bookmark" title="Permalink to Program for Testing and Automation devroom, FOSDEM'23">
2623-
<h1 class="top-header">Program for Testing and Automation devroom, FOSDEM'23</h1>
2624-
</a>
2625-
2626-
<p class="post-meta">Posted by
2627-
<a href="/blog/kiwi-tcms-team/">Kiwi TCMS Team</a>
2628-
on Fri 23 December 2022
2629-
</p>
2630-
</div>
2631-
2632-
<div class="content">
2633-
<p><img alt="&quot;Devroom banner&quot;" src="/images/fosdem/2023/banner.png" title="Devroom banner"></p>
2634-
<p>Attention testers! On behalf of
2635-
<a href="https://fosdem.org/2023/schedule/track/testing_and_automation/"><em>Testing and Automation devroom</em></a>
2636-
we'd like to announce that the final program for the devroom is ready!</p>
2637-
<p>We received over 30 submissions this year and the entire collection of topics was extremely good.
2638-
During FOSDEM we are going to see topics around functional testing for the Linux kernel,
2639-
growing testing infrastructure for Linux, testing of new networking protocols, observability-driven
2640-
development, the testing history behind the GNOME desktop environment, property-based testing
2641-
and mutation testing.</p>
2642-
<p><strong>Important:</strong> devroom will take place 09:00 to 12:50, Sunday, February 5th 2023 at
2643-
<a href="https://fosdem.org/2023/practical/transportation/">ULB Solbosch Campus, Brussels, Belgium</a>.</p>
2644-
<p>If you are around don't forget to check-out our friends from the
2645-
<a href="https://fosdem.org/2023/schedule/track/continuous_integration_and_continuous_deployment/">Continuous Integration and Continuous Deployment devroom</a>
2646-
on Saturday, February 4th 2023!</p>
2647-
<p>See you there and happy testing!</p>
2648-
<hr>
2649-
<p>If you like what we're doing and how Kiwi TCMS supports various communities
2650-
please help us!</p>
2651-
<ul>
2652-
<li><a href="https://github.com/kiwitcms/Kiwi/stargazers">Give ⭐ on GitHub</a>;</li>
2653-
<li><a href="https://gitlab.com/gitlab-org/gitlab/-/issues/334558">Give 👍 on GitLab</a>;</li>
2654-
<li><a href="https://opencollective.com/kiwitcms/donate">Donate via Open Collective</a> as low as 1 EUR;</li>
2655-
<li><a href="https://kiwitcms.us17.list-manage.com/subscribe/post?u=9b57a21155a3b7c655ae8f922&amp;id=c970a37581">Join our newsletter</a>
2656-
and follow all project news;</li>
2657-
<li><a href="https://kiwitcms.readthedocs.io/en/latest/contribution.html">Become a contributor</a> and an awesome open source hacker;</li>
2658-
<li><a href="/#subscriptions">Become a customer</a> and we'll share our profits with the community</li>
2659-
</ul>
2660-
</div>
2661-
</article>
26622739

26632740
<section id="pagination">
26642741
<p>

blog/index2.html

+42-56
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,48 @@
9595
<section id="blog-list">
9696
<h1>Blog</h1>
9797

98+
<article class="blog-list">
99+
<div class="header">
100+
<a href="/blog/kiwi-tcms-team/2022/12/23/program-for-testing-and-automation-devroom-fosdem23/" rel="bookmark" title="Permalink to Program for Testing and Automation devroom, FOSDEM'23">
101+
<h1 class="top-header">Program for Testing and Automation devroom, FOSDEM'23</h1>
102+
</a>
103+
104+
<p class="post-meta">Posted by
105+
<a href="/blog/kiwi-tcms-team/">Kiwi TCMS Team</a>
106+
on Fri 23 December 2022
107+
</p>
108+
</div>
109+
110+
<div class="content">
111+
<p><img alt="&quot;Devroom banner&quot;" src="/images/fosdem/2023/banner.png" title="Devroom banner"></p>
112+
<p>Attention testers! On behalf of
113+
<a href="https://fosdem.org/2023/schedule/track/testing_and_automation/"><em>Testing and Automation devroom</em></a>
114+
we'd like to announce that the final program for the devroom is ready!</p>
115+
<p>We received over 30 submissions this year and the entire collection of topics was extremely good.
116+
During FOSDEM we are going to see topics around functional testing for the Linux kernel,
117+
growing testing infrastructure for Linux, testing of new networking protocols, observability-driven
118+
development, the testing history behind the GNOME desktop environment, property-based testing
119+
and mutation testing.</p>
120+
<p><strong>Important:</strong> devroom will take place 09:00 to 12:50, Sunday, February 5th 2023 at
121+
<a href="https://fosdem.org/2023/practical/transportation/">ULB Solbosch Campus, Brussels, Belgium</a>.</p>
122+
<p>If you are around don't forget to check-out our friends from the
123+
<a href="https://fosdem.org/2023/schedule/track/continuous_integration_and_continuous_deployment/">Continuous Integration and Continuous Deployment devroom</a>
124+
on Saturday, February 4th 2023!</p>
125+
<p>See you there and happy testing!</p>
126+
<hr>
127+
<p>If you like what we're doing and how Kiwi TCMS supports various communities
128+
please help us!</p>
129+
<ul>
130+
<li><a href="https://github.com/kiwitcms/Kiwi/stargazers">Give ⭐ on GitHub</a>;</li>
131+
<li><a href="https://gitlab.com/gitlab-org/gitlab/-/issues/334558">Give 👍 on GitLab</a>;</li>
132+
<li><a href="https://opencollective.com/kiwitcms/donate">Donate via Open Collective</a> as low as 1 EUR;</li>
133+
<li><a href="https://kiwitcms.us17.list-manage.com/subscribe/post?u=9b57a21155a3b7c655ae8f922&amp;id=c970a37581">Join our newsletter</a>
134+
and follow all project news;</li>
135+
<li><a href="https://kiwitcms.readthedocs.io/en/latest/contribution.html">Become a contributor</a> and an awesome open source hacker;</li>
136+
<li><a href="/#subscriptions">Become a customer</a> and we'll share our profits with the community</li>
137+
</ul>
138+
</div>
139+
</article>
98140
<article class="blog-list">
99141
<div class="header">
100142
<a href="/blog/kiwi-tcms-team/2022/11/09/kiwi-tcms-116/" rel="bookmark" title="Permalink to Kiwi TCMS 11.6">
@@ -2152,62 +2194,6 @@ <h1 class="top-header">New versions of automation frameworks plugins</h1>
21522194

21532195
</div>
21542196
</article>
2155-
<article class="blog-list">
2156-
<div class="header">
2157-
<a href="/blog/kiwi-tcms-team/2021/12/06/call-for-participation-testing-and-automation-devroom-fosdem22/" rel="bookmark" title="Permalink to Call for participation: Testing and Automation devroom, FOSDEM'22">
2158-
<h1 class="top-header">Call for participation: Testing and Automation devroom, FOSDEM'22</h1>
2159-
</a>
2160-
2161-
<p class="post-meta">Posted by
2162-
<a href="/blog/kiwi-tcms-team/">Kiwi TCMS Team</a>
2163-
on Mon 06 December 2021
2164-
</p>
2165-
</div>
2166-
2167-
<div class="content">
2168-
<p><img alt="&quot;Cfp banner&quot;" src="/images/fosdem/2022/banner.png" title="Cfp banner"></p>
2169-
<p>Attention testers! On behalf of
2170-
<a href="https://fosdem-testingautomation.github.io/"><em>Testing and Automation devroom</em></a>
2171-
we'd like to announce that call for participation is now open.</p>
2172-
<p>Here are some ideas for topics that are a good fit for this devroom:</p>
2173-
<p>Testing in the real, open source world</p>
2174-
<ul>
2175-
<li>War stories/strategies for testing large scale or complex projects</li>
2176-
<li>Demystify resource e.g. systems/device/cloud provisioning in a CI loop</li>
2177-
<li>Tools that extend the ability to test low-level code, e.g. bootloaders, init
2178-
systems, etc.</li>
2179-
<li>Projects that are introducing new/interesting ways of testing "systems"</li>
2180-
<li>Address the automated testing frameworks fragmentation</li>
2181-
<li>Lessons learned from testing</li>
2182-
</ul>
2183-
<p>Cool Tools (good candidates for lightning talks)</p>
2184-
<ul>
2185-
<li>How your open source tool made developing quality software better</li>
2186-
<li>What tools do you use to setup your CI/CD</li>
2187-
<li>Combining projects/plugins/tools to build amazing things "Not enough people in
2188-
the open source community know how to use $X, but here's a tutorial on how to
2189-
use $X to make your project better."</li>
2190-
</ul>
2191-
<p>In the past the devroom has seen both newbies/students and experienced professionals and
2192-
past speakers as part of the audience and talks covering from beginner/practical
2193-
to advanced/abstract topics. If you have doubts then submit your proposal and
2194-
leave a comment for the devroom managers and we'll get back to you.</p>
2195-
<p>Checkout
2196-
<a href="https://fosdem-testingautomation.github.io/">https://fosdem-testingautomation.github.io/</a> for more information!</p>
2197-
<p>Happy Testing!</p>
2198-
<hr>
2199-
<p>If you like what we're doing and how Kiwi TCMS supports various communities
2200-
please help us!</p>
2201-
<ul>
2202-
<li><a href="https://github.com/kiwitcms/Kiwi/stargazers">Give ⭐ on GitHub</a>;</li>
2203-
<li><a href="https://opencollective.com/kiwitcms/donate">Donate via Open Collective</a> as low as 1 EUR;</li>
2204-
<li><a href="https://kiwitcms.us17.list-manage.com/subscribe/post?u=9b57a21155a3b7c655ae8f922&amp;id=c970a37581">Join our newsletter</a>
2205-
and follow all project news;</li>
2206-
<li><a href="https://kiwitcms.readthedocs.io/en/latest/contribution.html">Become a contributor</a> and an awesome open source hacker;</li>
2207-
<li><a href="/#subscriptions">Become a customer</a> and we'll share our profits with the community</li>
2208-
</ul>
2209-
</div>
2210-
</article>
22112197

22122198
<section id="pagination">
22132199
<a href="/blog/index.html" class="btn" icon="reversed"><i reversed></i> Newer Posts </a>

0 commit comments

Comments
 (0)