<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek/tests, branch v0.8.0</title>
<subtitle>A web-based GPX track tracker</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/'/>
<entry>
<title>fix lint</title>
<updated>2023-06-05T18:25:31+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-06-05T18:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=6951ddaec6ff693849b58cbb2083d1ef989bd0d0'/>
<id>6951ddaec6ff693849b58cbb2083d1ef989bd0d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for verification mail resending</title>
<updated>2023-05-31T18:42:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-05-31T18:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=3151722f364b0fc1b27b4fd545b80e7f44d0395d'/>
<id>3151722f364b0fc1b27b4fd545b80e7f44d0395d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fietsctl-commands'</title>
<updated>2023-05-25T19:22:42+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-05-25T19:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=fb3eabd184cd5b75653d7cb1e0fe3a1ac4b748e3'/>
<id>fb3eabd184cd5b75653d7cb1e0fe3a1ac4b748e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move "sort" button on home page up</title>
<updated>2023-05-25T18:59:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-05-25T18:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=cd60935d777aee984224844badc7f260caa3bb46'/>
<id>cd60935d777aee984224844badc7f260caa3bb46</id>
<content type='text'>
This looks better than having the header line and the sort button below
each other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This looks better than having the header line and the sort button below
each other.
</pre>
</div>
</content>
</entry>
<entry>
<title>add a test for the new elevation jump transformer</title>
<updated>2023-05-13T14:47:38+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-05-13T14:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=11107fb3f6fff7a074a3f8015bee34fa93a002b2'/>
<id>11107fb3f6fff7a074a3f8015bee34fa93a002b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add unit tests for util.human_size</title>
<updated>2023-05-12T21:45:25+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-05-12T21:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=dca030a075d2a1b12f8ca902ffb44fa1eeb6b718'/>
<id>dca030a075d2a1b12f8ca902ffb44fa1eeb6b718</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace bleach with nh3</title>
<updated>2023-04-13T18:46:04+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-04-13T18:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=c8d3a9d1a926b244aadedb0d1811d8d8d4a4f4c0'/>
<id>c8d3a9d1a926b244aadedb0d1811d8d8d4a4f4c0</id>
<content type='text'>
See https://github.com/mozilla/bleach/issues/698

nh3 is a small wrapper around https://crates.io/crates/ammonia - more
Rust code in Fietsboek! \o/

The default seems to be to strip unknown tags instead of replace them
with htmlentities, which is fine. Then the &lt;script&gt; tags are completely
gone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/mozilla/bleach/issues/698

nh3 is a small wrapper around https://crates.io/crates/ammonia - more
Rust code in Fietsboek! \o/

The default seems to be to strip unknown tags instead of replace them
with htmlentities, which is fine. Then the &lt;script&gt; tags are completely
gone.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove import across toplevel</title>
<updated>2023-04-01T11:17:40+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-04-01T11:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=e3b9e0e1de60acb441794c36b1aee55ff8f1d94f'/>
<id>e3b9e0e1de60acb441794c36b1aee55ff8f1d94f</id>
<content type='text'>
Python seems to do fine, but pylint complains (probably rightfully,
since the tests do not represent packages). We lose type hinting for the
playwright_helper, but there's probably a better way to do it in the
future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python seems to do fine, but pylint complains (probably rightfully,
since the tests do not represent packages). We lose type hinting for the
playwright_helper, but there's probably a better way to do it in the
future.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix isolated running of unit tests</title>
<updated>2023-04-01T11:14:17+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-04-01T11:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=78ea2acd5950919ee65960ef8d87359d223a0068'/>
<id>78ea2acd5950919ee65960ef8d87359d223a0068</id>
<content type='text'>
They caused issues because they might not have created the database
tables or the data directory. Since the cleanup job runs globally after
every test, it should take that into consideration and not error out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They caused issues because they might not have created the database
tables or the data directory. Since the cleanup job runs globally after
every test, it should take that into consideration and not error out.
</pre>
</div>
</content>
</entry>
<entry>
<title>add some very basic tests for profiles</title>
<updated>2023-04-01T11:08:02+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-04-01T11:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=e37e056c36272e5f0c0e23bd993290208e14a979'/>
<id>e37e056c36272e5f0c0e23bd993290208e14a979</id>
<content type='text'>
I'd like to have more, but this is a start (and already caught some
errors, see the last two commits).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'd like to have more, but this is a start (and already caught some
errors, see the last two commits).
</pre>
</div>
</content>
</entry>
</feed>
