161 lines
7.7 KiB
XML
161 lines
7.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>server release feed</title>
|
|
<link>https://www.sitespeed.io</link>
|
|
<description>New releases and changelog feed of server</description>
|
|
<lastBuildDate>Fri, 27 Dec 2024 07:52:02 GMT</lastBuildDate>
|
|
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
|
<generator>https://github.com/jpmonette/feed</generator>
|
|
<language>en</language>
|
|
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
|
|
<category>Web Performance</category>
|
|
<atom:link href="https://www.sitespeed.io/feed/server.rss" rel="self" type="application/rss+xml"/>
|
|
<item>
|
|
<title><![CDATA[server 1.0.1]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.0.1</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.0.1</guid>
|
|
<pubDate>Fri, 06 Dec 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Fixed the release flow so the Docker containers get the correct tag.</li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 1.0.0]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.0.0</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#1.0.0</guid>
|
|
<pubDate>Fri, 06 Dec 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>A new Docker setup <a href="https://github.com/sitespeedio/onlinetest/pull/95">#95</a></li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 0.4.5]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.4.5</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.4.5</guid>
|
|
<pubDate>Tue, 24 Sep 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Express 5.0.0 <a href="https://github.com/sitespeedio/onlinetest/pull/86">#86</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Update body parser <a href="https://github.com/sitespeedio/onlinetest/pull/88">#88</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Bull 4.16.3 <a href="https://github.com/sitespeedio/onlinetest/pull/87">#87</a></li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 0.4.2]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.4.2</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.4.2</guid>
|
|
<pubDate>Mon, 09 Sep 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Device id was broken in the front end <a href="https://github.com/sitespeedio/onlinetest/pull/80">#80</a> and <a href="https://github.com/sitespeedio/onlinetest/pull/81">#81</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>The internal configuration was broken in the way that removing/adding testrunners failed removing correct configurations <a href="https://github.com/sitespeedio/onlinetest/pull/84">#84</a>. This fix also needs <a href="https://github.com/sitespeedio/onlinetest/pull/83">#83</a> in the testrunners.</li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 0.4.1]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.4.1</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.4.1</guid>
|
|
<pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Fix bug so you can choose emulated mobile in GUI <a href="https://github.com/sitespeedio/onlinetest/pull/76">#76</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 0.4.0]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.4.0</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.4.0</guid>
|
|
<pubDate>Fri, 02 Aug 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>Merged slug/label column in search result <a href="https://github.com/sitespeedio/onlinetest/pull/68">#68</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Make it possible to choose container that runs the test, using the API <a href="https://github.com/sitespeedio/onlinetest/pull/69/">#69</a></li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 0.3.2]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.3.2</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.3.2</guid>
|
|
<pubDate>Mon, 15 Jul 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Upgrade to Bull 4.15.1 <a href="https://github.com/sitespeedio/onlinetest/pull/57">#57</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Default to max 50 finished jobs in the queue <a href="https://github.com/sitespeedio/onlinetest/pull/58">#58</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Update dev dependencies like ESLint 9 <a href="https://github.com/sitespeedio/onlinetest/pull/62">#62</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Update DayJS 1.11.11 <a href="https://github.com/sitespeedio/onlinetest/pull/63">#63</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Make sure all uncaught errors are caught <a href="https://github.com/sitespeedio/onlinetest/pull/64">#64</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>Add a keydb configuration file <a href="https://github.com/sitespeedio/onlinetest/pull/56">#56</a></li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 0.3.1]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.3.1</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.3.1</guid>
|
|
<pubDate>Sat, 29 Jun 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>If the queue system is down when you add a new test, make sure the status of the test in the database is failed <a href="https://github.com/sitespeedio/onlinetest/pull/50">#50</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>If the queue is not up when you access the start page, make sure that at least after X seconds you get a error page <a href="https://github.com/sitespeedio/onlinetest/pull/53">#53</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 0.3.0]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.3.0</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.3.0</guid>
|
|
<pubDate>Fri, 28 Jun 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Added</h3>
|
|
<ul>
|
|
<li>search: Make label configurable in search result <a href="https://github.com/sitespeedio/onlinetest/pull/46">#46</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>search: Make run date readable <a href="https://github.com/sitespeedio/onlinetest/pull/45">#45</a>.</li>
|
|
</ul>
|
|
<ul>
|
|
<li>Show version number in footer and API <a href="https://github.com/sitespeedio/onlinetest/pull/44">#44</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
<item>
|
|
<title><![CDATA[server 0.2.1]]></title>
|
|
<link>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.2.1</link>
|
|
<guid>https://github.com/sitespeedio/server/blob/main/CHANGELOG.md#0.2.1</guid>
|
|
<pubDate>Thu, 27 Jun 2024 00:00:00 GMT</pubDate>
|
|
<description><![CDATA[<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Search: Fix for searching for test type <a href="https://github.com/sitespeedio/onlinetest/pull/42">#42</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
</item>
|
|
</channel>
|
|
</rss> |