<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyconf.git, branch cla</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=cla</id>
<link rel='self' href='https://git.amelek.net/vyos/vyconf.git/atom?h=cla'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/'/>
<updated>2025-07-04T12:20:11+00:00</updated>
<entry>
<title>T7579: added workflow for CLA</title>
<updated>2025-07-04T12:20:11+00:00</updated>
<author>
<name>lemeshovich</name>
<email>17667824+lemeshovich@users.noreply.github.com</email>
</author>
<published>2025-07-04T12:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=8235d2577d3bcb1a2e25a6d2de2ed44af54a3977'/>
<id>urn:sha1:8235d2577d3bcb1a2e25a6d2de2ed44af54a3977</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #23 from jestabro/vyconf-cli</title>
<updated>2025-06-05T11:06:28+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-06-05T11:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=30d9df43317ae7395a11c9e8a5414f177cefae79'/>
<id>urn:sha1:30d9df43317ae7395a11c9e8a5414f177cefae79</id>
<content type='text'>
T7374: add executable to replace legacy my_* cli tools</content>
</entry>
<entry>
<title>T7374: add executable to replace legacy my_* cli tools</title>
<updated>2025-05-27T13:09:25+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-05-25T22:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=822583a476aff08b20a0ad4d64845c77e70749d0'/>
<id>urn:sha1:822583a476aff08b20a0ad4d64845c77e70749d0</id>
<content type='text'>
Add framework and initial replacements vy_set, vy_delete, vy_discard,
and the utility vy_session_changed.
</content>
</entry>
<entry>
<title>Merge pull request #21 from jestabro/config-context</title>
<updated>2025-05-20T14:23:07+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-05-20T14:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=014a390488aa8d6601f907f8a691878f3583b5e8'/>
<id>urn:sha1:014a390488aa8d6601f907f8a691878f3583b5e8</id>
<content type='text'>
T7363: Add vyconf aware initialization of Config</content>
</entry>
<entry>
<title>Merge pull request #22 from vyos/T7450-use-pcre2</title>
<updated>2025-05-13T20:26:56+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-05-13T20:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=9c0377200774cf8351dde9e134634aef85381674'/>
<id>urn:sha1:9c0377200774cf8351dde9e134634aef85381674</id>
<content type='text'>
deps: T7450: Use PCRE2 instead of the original, oudated PCRE</content>
</entry>
<entry>
<title>deps: T7450: Use PCRE2 instead of the original, oudated PCRE</title>
<updated>2025-05-13T12:38:14+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-05-13T12:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=75a8e1a6fe4daff0c5a17d6fd24743adc84e6adc'/>
<id>urn:sha1:75a8e1a6fe4daff0c5a17d6fd24743adc84e6adc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7363: add get_config(s) request for Config instance initialization</title>
<updated>2025-05-12T22:24:24+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-05-10T02:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=b50a8d2b1d7af48a66446d71dd3875307cc2b1e0'/>
<id>urn:sha1:b50a8d2b1d7af48a66446d71dd3875307cc2b1e0</id>
<content type='text'>
Request cache of session running and proposed configs for loading on
intialization of Config instance. As used elsewhere (for example
vyos-commitd), this is a much faster method of exchanging information
than render and re-parse.
</content>
</entry>
<entry>
<title>T7352: add option to load legacy config on start for interoperability</title>
<updated>2025-05-12T16:26:41+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-05-09T19:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=d4d8d619a70e81229927bf0268d8c1257fd7e5cd'/>
<id>urn:sha1:d4d8d619a70e81229927bf0268d8c1257fd7e5cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7363: add error indicating uncommited changes</title>
<updated>2025-05-12T16:26:41+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-05-09T15:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=96b559e44783908874a64d19a27cafe532bbee42'/>
<id>urn:sha1:96b559e44783908874a64d19a27cafe532bbee42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7363: add session search and update by pid</title>
<updated>2025-05-12T16:26:41+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-04-17T00:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyconf.git/commit/?id=6292c66b8d281f9d8f6230b1889bbbf3b308746c'/>
<id>urn:sha1:6292c66b8d281f9d8f6230b1889bbbf3b308746c</id>
<content type='text'>
</content>
</entry>
</feed>
