<feed xmlns='http://www.w3.org/2005/Atom'>
<title>paste, branch master</title>
<subtitle>A basic WSGI paste site.
</subtitle>
<id>https://the-tk.com/cgit/paste/atom?h=master</id>
<link rel='self' href='https://the-tk.com/cgit/paste/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/'/>
<updated>2023-04-04T21:43:54Z</updated>
<entry>
<title>avoid using capfd to test cli</title>
<updated>2023-04-04T21:43:54Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-04-04T21:43:54Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=c491a361718d03b7eff3d3a69b48292354dcac54'/>
<id>urn:sha1:c491a361718d03b7eff3d3a69b48292354dcac54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the main module succeed a strict pyright check</title>
<updated>2023-04-04T21:43:21Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-04-04T21:42:44Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=83697ed2e0bbadfd79607e349049861dd4d764d3'/>
<id>urn:sha1:83697ed2e0bbadfd79607e349049861dd4d764d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>application: use get_store to turn environ into Store</title>
<updated>2023-03-29T18:02:53Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-03-29T18:02:53Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=e4c4db197c1ac3c51f9e3db553689d9c1f9614df'/>
<id>urn:sha1:e4c4db197c1ac3c51f9e3db553689d9c1f9614df</id>
<content type='text'>
This is a form of dependency injection and means that this function
should now be testable without monkeypatching.
</content>
</entry>
<entry>
<title>very basic cli test</title>
<updated>2023-03-29T18:01:43Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-03-29T17:00:10Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=72e3796c9e89946fd820fda96912dba2519e0828'/>
<id>urn:sha1:72e3796c9e89946fd820fda96912dba2519e0828</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a list of middlewares instead of decorators</title>
<updated>2023-03-28T19:45:05Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-03-28T18:56:45Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=10425e109b4160e309fa8f32eabd13576b3ab5c7'/>
<id>urn:sha1:10425e109b4160e309fa8f32eabd13576b3ab5c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ruff to pyproject.toml</title>
<updated>2023-03-28T19:10:48Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-03-28T18:17:32Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=4177aa0c3bb345dbc31cc43c39007571d205c736'/>
<id>urn:sha1:4177aa0c3bb345dbc31cc43c39007571d205c736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unused variable</title>
<updated>2023-03-28T19:10:48Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-03-28T18:17:18Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=a2315ed8e7fab4ff694c31254bb636b4ffb58dea'/>
<id>urn:sha1:a2315ed8e7fab4ff694c31254bb636b4ffb58dea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unused imports</title>
<updated>2023-03-28T19:10:48Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-03-28T18:16:02Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=bfdf1d1c1b0e021eb8aea77d7913a24749863462'/>
<id>urn:sha1:bfdf1d1c1b0e021eb8aea77d7913a24749863462</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make authenticate easier to test without monkeypatching</title>
<updated>2023-03-28T19:10:48Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-03-28T18:10:41Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=e344527db7faae25ff1cb13ff70edc98cd811b4e'/>
<id>urn:sha1:e344527db7faae25ff1cb13ff70edc98cd811b4e</id>
<content type='text'>
By having authenticate be a function taking a parameter to a getter
which can get an Auth from an Env, it's now possible to test it without
needing monkeypatching.
</content>
</entry>
<entry>
<title>remove superfluous import</title>
<updated>2023-03-28T19:10:48Z</updated>
<author>
<name>Tomasz Kramkowski</name>
<email>tomasz@kramkow.ski</email>
</author>
<published>2023-03-28T18:04:38Z</published>
<link rel='alternate' type='text/html' href='https://the-tk.com/cgit/paste/commit/?id=cba20d70c21cefaad3345a5779c88423edd0655b'/>
<id>urn:sha1:cba20d70c21cefaad3345a5779c88423edd0655b</id>
<content type='text'>
</content>
</entry>
</feed>
