<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyconf.git/src, branch v0.1</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=v0.1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyconf.git/atom?h=v0.1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/'/>
<updated>2018-11-29T00:57:27+00:00</updated>
<entry>
<title>Escape special characters inside value strings when converting configs to commands.</title>
<updated>2018-11-29T00:57:27+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-11-29T00:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=1ebea2e6914e5d2c4f07654bdbd489aa2c1ce165'/>
<id>urn:sha1:1ebea2e6914e5d2c4f07654bdbd489aa2c1ce165</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for node renaming.</title>
<updated>2018-09-02T11:03:12+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-09-02T11:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=d33442c2576793420802bbd54127923079c487c4'/>
<id>urn:sha1:d33442c2576793420802bbd54127923079c487c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use String.concat instead of reinventing it with fold.</title>
<updated>2018-06-05T20:16:49+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-06-05T20:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=05b086a782eeee8c2b0566660d942ec0909da6fb'/>
<id>urn:sha1:05b086a782eeee8c2b0566660d942ec0909da6fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a function for getting sorted children from a node and use it for sorting set commands.</title>
<updated>2018-06-05T09:35:12+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-06-05T09:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=335560d2c0420a363942d3368dec0b04dd8bf62b'/>
<id>urn:sha1:335560d2c0420a363942d3368dec0b04dd8bf62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial implementation of the commands formatter.</title>
<updated>2018-06-04T16:20:57+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-06-04T16:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=7f26d95164265b0ffd345afd510bf03ee98cd1d8'/>
<id>urn:sha1:7f26d95164265b0ffd345afd510bf03ee98cd1d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose missing exceptions from Config_tree in the module interface.</title>
<updated>2018-05-23T12:24:58+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-23T12:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=fb6d3f6dfdbc3601a9af99263ec233bbd3a46e50'/>
<id>urn:sha1:fb6d3f6dfdbc3601a9af99263ec233bbd3a46e50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Render valueless nodes correctly.</title>
<updated>2018-05-23T10:03:25+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-23T09:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=f0ed6868a5896dfde3d6519c1068f5e5dfea0417'/>
<id>urn:sha1:f0ed6868a5896dfde3d6519c1068f5e5dfea0417</id>
<content type='text'>
The canonical format for valueless nodes is "foo;".
There are two cases: when it's known from the reference tree that
a node is valueless, we should render it the canonical way.

However, a valueless node is not the same as a normal node with no children,
semantically, so nodes that are note valueless should be rendered as "foo {}".

If the reference tree is not present, resort to rendering all nodes
without values as if they were normal nodes with no children
rather than as if they were valueless.

The parser is unaware of the distinction, so there are no implications for it.
</content>
</entry>
<entry>
<title>Remove a leftover debug print.</title>
<updated>2018-05-22T14:06:35+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-22T14:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=c754178f2fe2e741105c5ce34029b32aad033f91'/>
<id>urn:sha1:c754178f2fe2e741105c5ce34029b32aad033f91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send a response to the client if error occurs.</title>
<updated>2018-05-22T14:04:11+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-22T14:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=08cc3adf5a85d1fd93ae9789e7fd1b1348095264'/>
<id>urn:sha1:08cc3adf5a85d1fd93ae9789e7fd1b1348095264</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get the show_config operation to work correctly.</title>
<updated>2018-05-21T16:39:21+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-21T16:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=c53fbb4e60896692485a95ce4fd2a6aeb58d66a7'/>
<id>urn:sha1:c53fbb4e60896692485a95ce4fd2a6aeb58d66a7</id>
<content type='text'>
</content>
</entry>
</feed>
