summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
Commit message (Expand)AuthorAgeFilesLines
* Further work on CLI modularization. All commands implemented now, except for...Michael DeHaan2007-11-191-2/+2
* Initial bits of code to make CLI modular, and use new object system for defin...Michael DeHaan2007-11-191-1/+1
* Expose function for getting all modules of a specific category.Michael DeHaan2007-11-141-4/+5
* Abstract out the modules system to allow for other types of modules, and to a...Michael DeHaan2007-11-121-1/+15
* Various changes to allow for increased performance in the WebUI and in saving...Michael DeHaan2007-10-171-2/+5
* Work on an shelve-based external storage, for performance testing. SqliteMichael DeHaan2007-10-151-0/+3
* Ben Riggs patch to allow for reposyncs of explicit repos + tweakMichael DeHaan2007-09-061-2/+2
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-051-3/+4
* removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-051-12/+0
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-0/+35
* Added feature where a network install location can be given to do cobbler imp...Michael DeHaan2007-08-011-4/+9
* Added a SNIPPET::foo feature which can do the equivalent of %include in kicks...Michael DeHaan2007-07-271-1/+2
* Added -v/--versionMichael DeHaan2007-07-261-0/+19
* Added kickstart validation code to cobbler + documentation.Michael DeHaan2007-07-261-0/+13
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-8/+8
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-1/+0
* Various improvements to make the API more usable and cobbler a bitMichael DeHaan2007-04-191-4/+11
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-1/+1
* Most of these diffs come from directory reorg/cleanup, though the main featur...Michael DeHaan2007-03-191-4/+3
* Working on adding pxemenu support.Michael DeHaan2007-02-141-0/+3
* Remove variable/attribute confusion.Michael DeHaan2007-02-121-2/+2
* Minor fixes to sync flag stuff.Michael DeHaan2007-02-021-2/+2
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-011-5/+7
* Add kickstart pre-signaling to indicate starts in addition to stops.mdehaan@mdehaan.rdu.redhat.com2007-01-031-0/+1
* Add scaffolding for status report function/module.mdehaan@mdehaan.rdu.redhat.com2007-01-031-5/+6
* Allow "cobbler enchant" commands to also remotely install Xen on systems in t...Michael DeHaan2006-12-221-2/+2
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-3/+21
* Serialize changes during imports, since NFS traversal is very slow.Michael DeHaan2006-10-181-1/+1
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-171-4/+6
* Trailing whitespace.Michael DeHaan2006-10-161-1/+1
* Lots of work on importing rsync mirrors, including preliminary code to guessMichael DeHaan2006-10-131-2/+2
* Import feature added (usable for things like /mnt/redhat)Michael DeHaan2006-10-131-2/+4
* Initial code behind an import feature for directory trees, i.e. to transform ...Michael DeHaan2006-10-121-3/+4
* Development error temporarily removed enchant from the CLI accessible options...Michael DeHaan2006-10-121-2/+2
* Adding API stub for unfinished methodMichael DeHaan2006-10-111-0/+7
* Commiting the (working) enchant feature and associated changes to enableMichael DeHaan2006-09-291-3/+2
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-281-65/+73
* Remove api_call indirection and exception handling layer since tests had alre...Michael DeHaan2006-05-121-32/+15
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit te...Michael DeHaan2006-05-111-2/+10
* Simplified the command line, made a better 'list' function, some string and e...Michael DeHaan2006-05-091-3/+11
* Adding exception handling to remove the problem of propogating error codes a...Michael DeHaan2006-05-081-20/+33
* Interim checkin while straightening out exceptions. The last_error bit remin...Michael DeHaan2006-05-081-6/+0
* More pychecker. More comments.Michael DeHaan2006-05-081-30/+11
* PyChecker.Michael DeHaan2006-05-081-4/+0
* Unit tests pass again.Michael DeHaan2006-05-081-19/+18
* Interim commit during refactoring. Pretty broken as a result of some cleanup...Michael DeHaan2006-05-051-6/+30
* Interim commitMichael DeHaan2006-05-051-7/+9
* Interim refactoring commitMichael DeHaan2006-05-051-31/+18
* Interim commit while refactoring. This breaks lots of stuff.Michael DeHaan2006-05-051-527/+21
* Make /etc/cobbler.conf be packaged instead of being created, proper handling ...Michael DeHaan2006-05-051-3/+9