<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek, branch cli-tests</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>upload pictures in playwright test</title>
<updated>2026-01-10T16:15:40+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-10T16:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=e0cd553185383f3ccf94a04220c64f8cbe610a99'/>
<id>e0cd553185383f3ccf94a04220c64f8cbe610a99</id>
<content type='text'>
We now have them as test assets, so why not use them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now have them as test assets, so why not use them.
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for fietsctl maintenance-mode</title>
<updated>2026-01-10T15:54:50+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-10T15:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=3ba5031a74bc0dc7aab16dc8eb349b871c012a1c'/>
<id>3ba5031a74bc0dc7aab16dc8eb349b871c012a1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for fietsctl track list/del</title>
<updated>2026-01-09T16:33:26+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-09T16:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=8ba285d4d1cccafcf4cb6b7c7cb5c92196d7a75e'/>
<id>8ba285d4d1cccafcf4cb6b7c7cb5c92196d7a75e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>have a general populate() to fill some data in</title>
<updated>2026-01-09T16:15:36+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-09T16:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=adab3f162ddc642f5fe4fad39d0eeda543c1d2db'/>
<id>adab3f162ddc642f5fe4fad39d0eeda543c1d2db</id>
<content type='text'>
Especially with all the "list" commands, we now see that we always have
to put some data into the instance. This is cumbersome, especially as we
get to the track commands. Therefore, I added a method to put some data
into the instance -- that also helps to ensure that we properly cascade
things if we delete a user, for example.

Currently, this method only adds two users and two tracks, but I plan to
also add comments and friendship associations.

Further, we can think about re-writing the playwright tests to use this
population as well, instead of the playwright_helper one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Especially with all the "list" commands, we now see that we always have
to put some data into the instance. This is cumbersome, especially as we
get to the track commands. Therefore, I added a method to put some data
into the instance -- that also helps to ensure that we properly cascade
things if we delete a user, for example.

Currently, this method only adds two users and two tracks, but I plan to
also add comments and friendship associations.

Further, we can think about re-writing the playwright tests to use this
population as well, instead of the playwright_helper one.
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for fietsctl user modify</title>
<updated>2026-01-08T16:34:54+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-08T16:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=735d8278e95cb1ac1237992bb93ae6187be4923a'/>
<id>735d8278e95cb1ac1237992bb93ae6187be4923a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>start working on tests for the CLI tools</title>
<updated>2026-01-04T21:47:47+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-04T21:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=34896029855f58148d69ae165a1ce4f99310b3ac'/>
<id>34896029855f58148d69ae165a1ce4f99310b3ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix fietsctl maintenance-mode</title>
<updated>2026-01-03T22:49:29+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-03T22:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=84dc4394e68a6aee6b6f2dfb526bba1f2dd6f15f'/>
<id>84dc4394e68a6aee6b6f2dfb526bba1f2dd6f15f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix enum name for Postgres</title>
<updated>2026-01-03T21:52:36+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-03T21:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=6f0a8c3351a9b293beb1d2eba16c1bcfa7d1a33b'/>
<id>6f0a8c3351a9b293beb1d2eba16c1bcfa7d1a33b</id>
<content type='text'>
In Postgres, enums must have a name. The auto-generated name for
journey.Visibility and track.Visibility was the same ("visibility"),
which caused issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Postgres, enums must have a name. The auto-generated name for
journey.Visibility and track.Visibility was the same ("visibility"),
which caused issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix importlib.resources.read_bytes for Python 3.11</title>
<updated>2026-01-03T21:21:39+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-03T21:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=c2734f4ef29b6555c3e8d0616e42cd218f4eab69'/>
<id>c2734f4ef29b6555c3e8d0616e42cd218f4eab69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing newline</title>
<updated>2026-01-03T20:58:03+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-03T20:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=fc57a66945b6dfb275326f3d537bbc3265f3aafc'/>
<id>fc57a66945b6dfb275326f3d537bbc3265f3aafc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
