summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
Commit message (Expand)AuthorAgeFilesLines
* Nicer error reporting when user doesn't have permissions on the log filesMichael DeHaan2008-02-131-1/+7
* Added additional needed args to higher level API methods, also made higher le...Michael DeHaan2008-02-131-5/+17
* Recursive deletes are now possible with --recursive. Web UI still needs to t...Michael DeHaan2008-01-311-4/+4
* Add rename and copy functionality to the base API, the remote interface, and ...Michael DeHaan2008-01-221-16/+67
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-3/+3
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-3/+3
* Fix typoMichael DeHaan2007-12-131-1/+1
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-5/+14
* API and web svc now use seperate logging, and logging is greatly enhanced and...Michael DeHaan2007-12-101-23/+38
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-15/+20
* Some initial work on kerberos authentication via a helper program, some work ...Michael DeHaan2007-12-051-1/+55
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now activ...Michael DeHaan2007-12-041-2/+2
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-291-1/+1
* 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