summaryrefslogtreecommitdiffstats
path: root/acf/persistence/backends/augeas.lua
Commit message (Collapse)AuthorAgeFilesLines
* changed module paths from acf to acf2v0.1.0Kaarle Ritvanen2013-10-081-153/+0
|
* eliminate explicit use of string moduleKaarle Ritvanen2013-09-041-3/+7
|
* eliminate deprecated module styleKaarle Ritvanen2013-09-041-3/+4
|
* augeas back-end: correct reading of nodes with identical namesKaarle Ritvanen2013-07-031-1/+1
|
* augeas back-end: order nodes according to model topologyKaarle Ritvanen2013-06-281-6/+25
|
* eliminate data type arguments from transaction and persistence manager intefacesKaarle Ritvanen2013-06-281-11/+14
| | | | utilize model topology information instead
* persistence: Augeas back-end rewrittenKaarle Ritvanen2013-05-091-8/+108
| | | | | map identically named nodes to collections implement set function
* allow numerical components in path namesKaarle Ritvanen2013-05-011-1/+1
| | | | use escape syntax to encode number-looking strings
* make persistence manager aware of data typesKaarle Ritvanen2013-05-011-1/+1
| | | | coerce values into proper types
* allow escaped slashes in object path namesKaarle Ritvanen2013-03-251-2/+2
|
* initial versionKaarle Ritvanen2012-12-161-0/+26