<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek/testing.ini, branch climbs</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>add a comment to the test.ini for sql backends</title>
<updated>2025-06-12T18:22:21+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-12T18:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=a52781d2e039ccf9f984e06a4ff3aa5e02caff8b'/>
<id>a52781d2e039ccf9f984e06a4ff3aa5e02caff8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>have data_dir as a placeholder in testing.ini</title>
<updated>2024-04-18T20:29:38+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2024-04-18T20:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=7f526efeed7b807a3b56f465637bee5dc8a27e3d'/>
<id>7f526efeed7b807a3b56f465637bee5dc8a27e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add data directory for testing configuration</title>
<updated>2024-04-16T20:47:03+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2024-04-16T20:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=d6ad20a3df26e80fddd6a304550514f19d54811a'/>
<id>d6ad20a3df26e80fddd6a304550514f19d54811a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use alembic scripts from the package</title>
<updated>2024-04-16T20:42:25+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2024-04-16T20:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=bbdfcc99e8f7074c99ce6044e34080230e14fe6e'/>
<id>bbdfcc99e8f7074c99ce6044e34080230e14fe6e</id>
<content type='text'>
Especially for the installed module (which is probably the case if you
use production.ini), this makes more sense than referring to the source
location.

We leave the development.ini for now, as there it might make sense to
read the local directory (although it's probably installed as an
editable module anyway).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Especially for the installed module (which is probably the case if you
use production.ini), this makes more sense than referring to the source
location.

We leave the development.ini for now, as there it might make sense to
read the local directory (although it's probably installed as an
editable module anyway).
</pre>
</div>
</content>
</entry>
<entry>
<title>add preliminary tileproxy test</title>
<updated>2023-06-22T20:29:14+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-06-22T20:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=99e3e33cf0a529fa3fe71af98ce5017054dbb8ea'/>
<id>99e3e33cf0a529fa3fe71af98ce5017054dbb8ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable account registrations for testing</title>
<updated>2022-12-06T20:00:18+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-12-06T20:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=b52965cf9106d64a49bb5f4121d707666b401532'/>
<id>b52965cf9106d64a49bb5f4121d707666b401532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>parse/validate config with pydantic</title>
<updated>2022-12-05T20:06:25+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-12-05T20:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=d1f07803e39c1072127315821580eea3939fb51f'/>
<id>d1f07803e39c1072127315821580eea3939fb51f</id>
<content type='text'>
This is the first step, in the next step, we should actually use
request.config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first step, in the next step, we should actually use
request.config.
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for the login form</title>
<updated>2022-07-09T17:30:18+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-07-09T17:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=8cdf665c0c8c83abf6bf3ccdc4c594e039e59107'/>
<id>8cdf665c0c8c83abf6bf3ccdc4c594e039e59107</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2022-06-28T12:04:27+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2022-06-28T12:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=77ac79f1b29e8b07c74852e3c5be83abf6424c7a'/>
<id>77ac79f1b29e8b07c74852e3c5be83abf6424c7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
