<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git, branch settings-join-paths</title>
<subtitle>github.com: getpelican/pelican.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/'/>
<entry>
<title>Build settings paths as strings</title>
<updated>2020-05-10T05:50:32+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-05-10T05:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=d1338f201d2bc69122ba624558e1c4f0d2b002f5'/>
<id>d1338f201d2bc69122ba624558e1c4f0d2b002f5</id>
<content type='text'>
… instead of `posix_join`. Fixes #2431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
… instead of `posix_join`. Fixes #2431
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2753 from avaris/log-dict</title>
<updated>2020-05-10T05:32:54+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-05-10T05:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=ca1c58e20186c3128955aedb97ce1c1da569cff2'/>
<id>ca1c58e20186c3128955aedb97ce1c1da569cff2</id>
<content type='text'>
Fix dictionary logging in formatter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix dictionary logging in formatter</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2750 from avaris/autoreload</title>
<updated>2020-05-10T05:29:27+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-05-10T05:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=2eb9c26cdb367033692cb75f3c8d9937cf7db94d'/>
<id>2eb9c26cdb367033692cb75f3c8d9937cf7db94d</id>
<content type='text'>
Refactor file/folder watchers and autoreload</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor file/folder watchers and autoreload</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2747 from avaris/github-actions</title>
<updated>2020-05-10T05:16:47+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-05-10T05:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=177bc2262cc81a0dff06fa096304c36d31e09409'/>
<id>177bc2262cc81a0dff06fa096304c36d31e09409</id>
<content type='text'>
Add GitHub Actions workflow</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add GitHub Actions workflow</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dictionary logging in formatter</title>
<updated>2020-05-09T18:25:38+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2020-05-09T16:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=50281c42e5bd8d170bd666668ae527170997f357'/>
<id>50281c42e5bd8d170bd666668ae527170997f357</id>
<content type='text'>
Python special cases single Mapping arguments to logging. This
adjusts BaseFormatter to skip "fancy" formatting if argument
is of type Mapping. Also adds various formatted log outputs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python special cases single Mapping arguments to logging. This
adjusts BaseFormatter to skip "fancy" formatting if argument
is of type Mapping. Also adds various formatted log outputs.
</pre>
</div>
</content>
</entry>
<entry>
<title>use context manager for log testing</title>
<updated>2020-05-09T16:30:21+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2020-05-09T16:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=c19075816bd7b909421bbf20a463f332ee9e03be'/>
<id>c19075816bd7b909421bbf20a463f332ee9e03be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor file/folder watchers and autoreload</title>
<updated>2020-05-09T13:22:36+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2020-05-05T22:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=48d842faa7f5a6ea9924072628c786987abf566c'/>
<id>48d842faa7f5a6ea9924072628c786987abf566c</id>
<content type='text'>
Combined file and folder watchers under a class and refactored
common watcher related code from __init__.py to the class.
This simplifies the main and autoreload functions in __init__
as well as fix the problem with crashes related to multiprocessing
on systems where default spawn mode is "spawn" instead of "fork".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Combined file and folder watchers under a class and refactored
common watcher related code from __init__.py to the class.
This simplifies the main and autoreload functions in __init__
as well as fix the problem with crashes related to multiprocessing
on systems where default spawn mode is "spawn" instead of "fork".
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Windows tests</title>
<updated>2020-05-09T13:17:14+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2020-04-28T20:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=2e482b207b344fa7ec1b7f4bb047407440f62690'/>
<id>2e482b207b344fa7ec1b7f4bb047407440f62690</id>
<content type='text'>
* Unskip passable tests
* Fix broken tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Unskip passable tests
* Fix broken tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup test environment and requirements</title>
<updated>2020-05-09T13:17:14+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2020-04-25T21:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=839629b102e020fc9a3aa3a66cc9ae0e23f210f5'/>
<id>839629b102e020fc9a3aa3a66cc9ae0e23f210f5</id>
<content type='text'>
- pytest: verbose isn't needed but show skipped tests
- mock is not needed anymore. it is part of stdlib
- Unpin Sphinx and fix warning about lexer
- Mirror tox command for doc build in tasks.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- pytest: verbose isn't needed but show skipped tests
- mock is not needed anymore. it is part of stdlib
- Unpin Sphinx and fix warning about lexer
- Mirror tox command for doc build in tasks.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify tox envs to simplify CI and add Python 3.8</title>
<updated>2020-05-09T13:17:13+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2020-04-26T12:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=125dec493e214d3d3f0d3ad540a55832a6ecef97'/>
<id>125dec493e214d3d3f0d3ad540a55832a6ecef97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
