<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg.git/src/cstore, branch napa-dev</title>
<subtitle>Vyatta configuration system (mirror of https://github.com/vyos/vyatta-cfg.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=napa-dev</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg.git/atom?h=napa-dev'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/'/>
<updated>2011-04-30T13:42:12+00:00</updated>
<entry>
<title>preliminary implementation of new commit</title>
<updated>2011-04-30T13:42:12+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-04-30T13:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538'/>
<id>urn:sha1:1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 6985</title>
<updated>2011-04-08T17:47:45+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-04-08T17:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=46facd0c7284b5ea97618e916747026156babf48'/>
<id>urn:sha1:46facd0c7284b5ea97618e916747026156babf48</id>
<content type='text'>
* rename needs to mark the new tag value "changed".
</content>
</entry>
<entry>
<title>minor refactoring</title>
<updated>2011-04-07T01:58:22+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-04-07T01:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=fcdc4ad086945f8a947c2ede2f87bc8d549bcae0'/>
<id>urn:sha1:fcdc4ad086945f8a947c2ede2f87bc8d549bcae0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add missing initialization</title>
<updated>2011-04-01T01:02:30+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-04-01T01:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=9761035c817c65fb9ecceefe08cc6f9553d0033f'/>
<id>urn:sha1:9761035c817c65fb9ecceefe08cc6f9553d0033f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for bug 6966</title>
<updated>2011-04-01T00:55:39+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-04-01T00:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=dc07fe4c2b0df40589d4d63287953ee623711fb8'/>
<id>urn:sha1:dc07fe4c2b0df40589d4d63287953ee623711fb8</id>
<content type='text'>
* fix paths issue in edit mode.
</content>
</entry>
<entry>
<title>add config path abstraction and high-level caching</title>
<updated>2011-03-17T18:48:54+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-03-17T18:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=eb9f5718d412022015bb65eb08c30785c79e79e6'/>
<id>urn:sha1:eb9f5718d412022015bb65eb08c30785c79e79e6</id>
<content type='text'>
* part of the config backend cleanup/optimization work.
* improves the performance of "load" (w/o commit) by ~55% and "show" by ~15%.
</content>
</entry>
<entry>
<title>switch query functions to use lower-level API directly.</title>
<updated>2011-03-09T21:46:27+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-03-09T21:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=9157d664daca5dcefd4ae8fcc2d5ae81484ce750'/>
<id>urn:sha1:9157d664daca5dcefd4ae8fcc2d5ae81484ce750</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove deactivate-handling code from commit</title>
<updated>2011-03-03T23:17:40+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-03-03T23:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=84d379b8b8d3537a82d12d7b734209bef6c4ee63'/>
<id>urn:sha1:84d379b8b8d3537a82d12d7b734209bef6c4ee63</id>
<content type='text'>
* activate/deactivate is pending redesign, so the old code no longer applies.
* conceptually activate/deactivate should be transparent to commit so removing the old code.
</content>
</entry>
<entry>
<title>tweak map iterator usage</title>
<updated>2011-03-02T00:55:34+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-03-02T00:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=0acc2454cacb3ccab512b41b96cbaa024ebb0117'/>
<id>urn:sha1:0acc2454cacb3ccab512b41b96cbaa024ebb0117</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add caching for parsed config templates</title>
<updated>2011-03-01T19:22:17+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2011-03-01T19:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg.git/commit/?id=cf5c5f6a492bb92b25aeb880e46e9df2560a4c2e'/>
<id>urn:sha1:cf5c5f6a492bb92b25aeb880e46e9df2560a4c2e</id>
<content type='text'>
* this improves backend performance by ~15% in, e.g., "load" (w/o commit) and "show".
* this is only temporary and eventually caching should be done at higher level for better performance, and that will require config path abstraction.
</content>
</entry>
</feed>
