summaryrefslogtreecommitdiffstats
path: root/cobbler/modules
Commit message (Collapse)AuthorAgeFilesLines
* Initial bits of code to make CLI modular, and use new object system for ↵Michael DeHaan2007-11-191-0/+82
| | | | defining new CLI commands.
* Abstract out the modules system to allow for other types of modules, and to ↵Michael DeHaan2007-11-122-2/+2
| | | | also centralize configuration/loading/access some more.
* Rename the shelve serialized files to ".shelve".Michael DeHaan2007-10-241-1/+1
|
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-172-25/+71
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Make experimental shelve module explicitly use gdbm.Michael DeHaan2007-10-171-18/+23
|
* Fix typo.Michael DeHaan2007-10-151-1/+1
|
* Fix deletion logic.Michael DeHaan2007-10-151-1/+2
|
* Work on an shelve-based external storage, for performance testing. SqliteMichael DeHaan2007-10-151-0/+109
| | | | is just as likely at this point.
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-051-3/+3
| | | | | | | | | | | | | | format choice in settings (which is something of a Catch-22 situation), this may end up being a config file setting in /etc. Module loaders work and still default to yaml, though I've coded up a sample simple_json serializer that will be functional if users install simple-json. This is just demoware, JSON isn't replacing yaml and is (at least in this case) not as readable because of the way it escapes slashes. This is primarily to enable future work to integrate with other config file formats, such as possibly getting some of the system info from LDAP. Possibly.
* Working on pluggable serializers.root2007-09-052-0/+101