<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git, branch ini-list-indent</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>actions: update apt cache</title>
<updated>2024-08-07T17:43:44+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T17:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=bae434e9caffb74f785ef7d5bbd5a23f97e6157d'/>
<id>bae434e9caffb74f785ef7d5bbd5a23f97e6157d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>download() returns long, not int</title>
<updated>2024-08-07T16:18:46+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T16:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1c006759796d7fcbd9f40a797853fc0528204839'/>
<id>1c006759796d7fcbd9f40a797853fc0528204839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ini_getval(), ini_getval_required() and conv_*() usage</title>
<updated>2024-08-07T16:18:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T16:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b113f83658f16df39531f98ea300eccd079f6138'/>
<id>b113f83658f16df39531f98ea300eccd079f6138</id>
<content type='text'>
* Now using ini_getval_TYPE() functions and ini_setval()
* Remove unused helper functions and variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Now using ini_getval_TYPE() functions and ini_setval()
* Remove unused helper functions and variables
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Free resources</title>
<updated>2024-08-07T16:13:07+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T16:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=a33f8a493349af9ec54be8039b9b00a645cdea4b'/>
<id>a33f8a493349af9ec54be8039b9b00a645cdea4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix_tox_conf(): Use ini_getval and ini_setval instead of modifying the original pointers directly</title>
<updated>2024-08-07T16:12:38+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T16:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=05e2d2a9cd1d98932e88581057afb714b996ef0f'/>
<id>05e2d2a9cd1d98932e88581057afb714b996ef0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ini_getval: Return copies, not the original.</title>
<updated>2024-08-07T15:06:47+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T15:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=3560c2e01563f39bf3775f6afe1e12997fe99969'/>
<id>3560c2e01563f39bf3775f6afe1e12997fe99969</id>
<content type='text'>
* This forces one to use ini_setval to replace/append values to the data array(s). It's safer this way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This forces one to use ini_setval to replace/append values to the data array(s). It's safer this way.
</pre>
</div>
</content>
</entry>
<entry>
<title>ini_getval: expand template variables immediately before processing the output</title>
<updated>2024-08-07T15:03:10+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T15:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=09906cbbad8a1fe1ad442110dbeabff63540d656'/>
<id>09906cbbad8a1fe1ad442110dbeabff63540d656</id>
<content type='text'>
* Strip leading space to avoid issues with string comparisons against the result
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Strip leading space to avoid issues with string comparisons against the result
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ini_getvar_TYPE() functions</title>
<updated>2024-08-07T15:00:34+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-07T15:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=190b1fcddf3db8257722dbb7fd0f7e5c74fc7597'/>
<id>190b1fcddf3db8257722dbb7fd0f7e5c74fc7597</id>
<content type='text'>
* These replace the functionality of static conv_TYPE() functions in delivery.c
* Add support for missing types: U/CHAR, U/SHORT, STRLIST
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* These replace the functionality of static conv_TYPE() functions in delivery.c
* Add support for missing types: U/CHAR, U/SHORT, STRLIST
</pre>
</div>
</content>
</entry>
<entry>
<title>Add handler for space-delimited lists</title>
<updated>2024-08-05T15:59:45+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-08-05T15:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1524075828995e14fef035ff5884134997c7479a'/>
<id>1524075828995e14fef035ff5884134997c7479a</id>
<content type='text'>
* This needs attention, however. The INI writer has no way to know a list with spaces is a list; this happens in the value conversion functions.
* Add type_hint member to INIData structure. At some point support with be added for all INIVAL_TYPE_* defines. Right now it's only used with arrays.
* Zero out line buffer in ini_open after each iteration
* Do not strip raw INI data. Let the conversion functions handle it
* Add spaces to key value pairs in rendered INI output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This needs attention, however. The INI writer has no way to know a list with spaces is a list; this happens in the value conversion functions.
* Add type_hint member to INIData structure. At some point support with be added for all INIVAL_TYPE_* defines. Right now it's only used with arrays.
* Zero out line buffer in ini_open after each iteration
* Do not strip raw INI data. Let the conversion functions handle it
* Add spaces to key value pairs in rendered INI output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes deprecated call to ENV in Dockerfile templates (#17)</title>
<updated>2024-07-31T14:38:14+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2024-07-31T14:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=202e69c8951a38187489c66e994dd593755d62cb'/>
<id>202e69c8951a38187489c66e994dd593755d62cb</id>
<content type='text'>
* LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line XY)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line XY)</pre>
</div>
</content>
</entry>
</feed>
