<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git, branch fix-botched-pr-19</title>
<subtitle>A pipeline delivery generator
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/'/>
<entry>
<title>Render template variables after bootstrapping the delivery</title>
<updated>2024-08-08T16:31:01+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T16:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d65d23866c83b6a42ae870e3d65dffb0827f3c36'/>
<id>d65d23866c83b6a42ae870e3d65dffb0827f3c36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only add conda packages and wheels to the image</title>
<updated>2024-08-08T16:22:55+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T16:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=999bd5075984426586cbef1e5ddd0cbef2b2b30e'/>
<id>999bd5075984426586cbef1e5ddd0cbef2b2b30e</id>
<content type='text'>
* docker images are saved to the packages directory and will be consumed by the image if present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* docker images are saved to the packages directory and will be consumed by the image if present.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_ini: Add render mode</title>
<updated>2024-08-08T16:22:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T16:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9edde2ca71cf0d1a6eff052cbec42640f98119b0'/>
<id>9edde2ca71cf0d1a6eff052cbec42640f98119b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_conda: Add render mode</title>
<updated>2024-08-08T16:22:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T16:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=8bc56092719ff514c3e0ecfb5cb5739204f88437'/>
<id>8bc56092719ff514c3e0ecfb5cb5739204f88437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>delivery_init: add render_mode argument</title>
<updated>2024-08-08T16:22:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T16:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d04b0b8992c0d68139e824de17d83ac49f65935a'/>
<id>d04b0b8992c0d68139e824de17d83ac49f65935a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use defines instead of magic numbers</title>
<updated>2024-08-08T16:22:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T16:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=23e650d0b9f8bf194921a0fc0b467235df021af6'/>
<id>23e650d0b9f8bf194921a0fc0b467235df021af6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix strlist_append_tokenize</title>
<updated>2024-08-08T16:22:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T16:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=a081a841ed38b60e8fd9e41c2499188826945e1f'/>
<id>a081a841ed38b60e8fd9e41c2499188826945e1f</id>
<content type='text'>
* original pointer is no longer modified
* token strings are stripped of leading space before appending to the list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* original pointer is no longer modified
* token strings are stripped of leading space before appending to the list
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish type hinting implementation</title>
<updated>2024-08-08T16:22:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T16:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1c65b4c4a73292892c5017e9977c5bb184e892c2'/>
<id>1c65b4c4a73292892c5017e9977c5bb184e892c2</id>
<content type='text'>
* ini_getval_* functions now able to affect rendering mode using INI_READ_RAW and INI_READ_RENDER
* Created pointers to deeply nested structures to increase readability
* Output from ini_write() is more consistent, with fewer errant spaces and line feeds
* Fixes accidental regression in #19. INIVAL_TYPE_STR_ARRAY never produced an array of pointers to char. This needs to be corrected in the future. i.e. It has always generated a new-line delimited string, not a StrList, or array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ini_getval_* functions now able to affect rendering mode using INI_READ_RAW and INI_READ_RENDER
* Created pointers to deeply nested structures to increase readability
* Output from ini_write() is more consistent, with fewer errant spaces and line feeds
* Fixes accidental regression in #19. INIVAL_TYPE_STR_ARRAY never produced an array of pointers to char. This needs to be corrected in the future. i.e. It has always generated a new-line delimited string, not a StrList, or array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes always_update_base_environment override bug added by PR #19</title>
<updated>2024-08-08T16:22:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-08T15:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d01447bd639346277b6d55e3f246bb5f659b5400'/>
<id>d01447bd639346277b6d55e3f246bb5f659b5400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Continuation of #19</title>
<updated>2024-08-08T16:22:15+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T20:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=531c4c4e97e22bc447cd98d5e9a83c53ab3580c1'/>
<id>531c4c4e97e22bc447cd98d5e9a83c53ab3580c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
