<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyconf.git/src/vyconf_config.ml, branch rolling</title>
<subtitle>Software appliance configuration framework (mirror of https://github.com/vyos/vyconf.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyconf.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyconf.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/'/>
<updated>2025-03-17T04:13:39+00:00</updated>
<entry>
<title>T7121: add cache directory and files, and commitd socket name</title>
<updated>2025-03-17T04:13:39+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-03-17T03:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=d246228cfb94261a4b71cd8ed066d6c651f0a550'/>
<id>urn:sha1:d246228cfb94261a4b71cd8ed066d6c651f0a550</id>
<content type='text'>
Pass active and proposed configs between vyconfd and vyos-commitd using
a fast cache to avoid parsing overhead.
</content>
</entry>
<entry>
<title>T7046: move reftree.cache to unique directory</title>
<updated>2025-01-14T18:33:48+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-01-14T18:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=41bb56f9a69001100c5a003f3a0abb03afd3bae2'/>
<id>urn:sha1:41bb56f9a69001100c5a003f3a0abb03afd3bae2</id>
<content type='text'>
This will simplify updates of the reference_tree in case of supplemental
contributions, say, addon packages.
</content>
</entry>
<entry>
<title>T6718: read reference tree json file on startup</title>
<updated>2024-10-28T02:17:35+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-10-23T23:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=085b22f7be84944a27e565be4227dc55720bec47'/>
<id>urn:sha1:085b22f7be84944a27e565be4227dc55720bec47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6718: update build system, drop batteries, and adjust for lib changes</title>
<updated>2024-10-28T01:50:41+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-10-23T23:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=5d7927e392e70436aaca1f8261e5d4ab8e4ec8f8'/>
<id>urn:sha1:5d7927e392e70436aaca1f8261e5d4ab8e4ec8f8</id>
<content type='text'>
Update as needed for use with contemporary vyos1x-config:
. update build system to use dune
. drop use of batteries
. update for protoc breaking changes in versions &gt;= 3.0
. remove files now in vyos1x-config (config_tree et. al.; parsing)
</content>
</entry>
<entry>
<title>Revert "Fix build with new Toml module version."</title>
<updated>2018-02-11T20:59:02+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-02-11T20:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=668e7e3ef3d31666b053a8d7cd7c01d7c853c053'/>
<id>urn:sha1:668e7e3ef3d31666b053a8d7cd7c01d7c853c053</id>
<content type='text'>
Seems lenses are back.

This reverts commit 8938e627c04c01f8f30a854be6903a9abcd2fa5b.
</content>
</entry>
<entry>
<title>Fix build with new Toml module version.</title>
<updated>2018-01-26T03:51:49+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-01-26T03:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=8938e627c04c01f8f30a854be6903a9abcd2fa5b'/>
<id>urn:sha1:8938e627c04c01f8f30a854be6903a9abcd2fa5b</id>
<content type='text'>
I have no idea where TomlLenses module is gone but frankly the whole thing
is a lot less pretty without it.
</content>
</entry>
<entry>
<title>Revert "Add basepath option to the vyconfd config."</title>
<updated>2017-02-09T00:25:52+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2017-02-09T00:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=b7bbf381b785a58bd0903d9c6106fde305148edc'/>
<id>urn:sha1:b7bbf381b785a58bd0903d9c6106fde305148edc</id>
<content type='text'>
Basepath is better be a command line option, since when it's really needed,
having it in the config is pretty much useless.

This reverts commit 377de9472716266bb932813a8f7a7ba9aa1630fb.
</content>
</entry>
<entry>
<title>Add basepath option to the vyconfd config.</title>
<updated>2017-01-23T16:04:50+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2017-01-23T16:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=377de9472716266bb932813a8f7a7ba9aa1630fb'/>
<id>urn:sha1:377de9472716266bb932813a8f7a7ba9aa1630fb</id>
<content type='text'>
Right now the primary motivation is ease of testing without installing
any appliance on a real system, but in real appliances, this may be handy
for those who want things in /opt, even if I'm not a fan of /opt
</content>
</entry>
<entry>
<title>Use BatOption.defalt instead of homegrown equivalent.</title>
<updated>2017-01-20T16:56:32+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2017-01-20T16:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=46efea7823acfef5230f33f4b27c99bc176aafbc'/>
<id>urn:sha1:46efea7823acfef5230f33f4b27c99bc176aafbc</id>
<content type='text'>
If we are going to use batteries for numeric_compare, why not take
advantage of the rest.
</content>
</entry>
<entry>
<title>Use the new Util.substitute_default in Vyconf_config.</title>
<updated>2017-01-16T07:44:15+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2017-01-16T07:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=9ffe1e87bb9ed5cec0eacecc43282e01e8d32829'/>
<id>urn:sha1:9ffe1e87bb9ed5cec0eacecc43282e01e8d32829</id>
<content type='text'>
</content>
</entry>
</feed>
