summaryrefslogtreecommitdiffstats
path: root/cobbler/item.py
Commit message (Expand)AuthorAgeFilesLines
* Enable web-editing of management classes for systems.Jasper Capel2009-02-271-1/+2
* Make more fields standardize around space seperation, not comma seperationMichael DeHaan2009-02-061-1/+1
* Making sure no objects are set to None internally at the API level, ratherMichael DeHaan2008-12-021-0/+2
* Add UID field to APIMichael DeHaan2008-11-241-0/+1
* Updated code and tests based on test results, webapp still not updated, need ...Michael DeHaan2008-11-191-1/+1
* Keep creation and modification times with each objectMichael DeHaan2008-11-101-0/+2
* Updated changelog to reflect previous patch, and on top of previous, added co...Michael DeHaan2008-11-101-0/+4
* Patch #2 for cobbler template-files additionJames Cammarata2008-09-271-1/+0
* Commit for template-files testingJames Cammarata2008-09-261-0/+17
* Added puppet integration via an external nodes mod_python URL and --mgmt-clas...Michael DeHaan2008-09-081-0/+8
* Apply patch to add --kopts-post which lets you configure the kernel options o...Michael DeHaan2008-08-191-0/+16
* Wildcard search for "cobbler find" commands and API calls. Plus return code ...Michael DeHaan2008-07-241-3/+7
* Upgrades to multiple --kopts supportMichael DeHaan2008-07-021-2/+2
* Added patch to allow in-place editing of --kopts/--ksmetaMichael DeHaan2008-07-021-4/+12
* Added cobbler find command to do searches from the command line.Michael DeHaan2008-06-091-7/+49
* Add "dumpvars" command.Michael DeHaan2008-04-231-0/+8
* Some fixes in reg codeMichael DeHaan2008-04-221-2/+3
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Allow underscores.Michael DeHaan2008-04-081-1/+1
* Merge branch 'master' into develMichael DeHaan2008-04-081-2/+3
|\
| * Update name-check code to be more strict, bump versionMichael DeHaan2008-04-081-2/+3
* | Merge branch 'master' into develMichael DeHaan2008-04-081-0/+4
|\|
| * Force names to be alphanumeric, update dates for release.Michael DeHaan2008-04-081-0/+4
* | Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-031-1/+0
* | Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-261-1/+11
|/
* API and web svc now use seperate logging, and logging is greatly enhanced and...Michael DeHaan2007-12-101-1/+1
* Work on an shelve-based external storage, for performance testing. SqliteMichael DeHaan2007-10-151-1/+0
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-1/+1
* Added tests + fixes to multiple NIC support.Michael DeHaan2007-10-091-3/+1
* Storing NICs in a hash for easier access + some refactoring + modifications t...Michael DeHaan2007-10-091-0/+33
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-9/+28
* random FIXME cleanupMichael DeHaan2007-06-121-4/+0
* release bumpMichael DeHaan2007-06-121-5/+13
* Generalizes tree listing to allow for inheritance and arbitrary nestingMichael DeHaan2007-06-121-0/+2
* Add conceptual_parent concept, to allow tree retrieval of objects that may haveMichael DeHaan2007-06-121-0/+16
* Add code for generation of object downlinks during config parsing.Michael DeHaan2007-06-121-0/+29
* Generalizes object blending and the concept of parentage to allow for later s...Michael DeHaan2007-06-111-0/+6
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-1/+2
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+1
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-0/+11
* Kickstart metadata items are seperated by whitespace, not commas.Michael DeHaan2007-02-281-1/+1
* sseago's patch to set_kernel_options, plus some additional error handling aro...Michael DeHaan2007-02-271-3/+3
* Converting storage for template parameters, kernel options, and repo lists (b...Michael DeHaan2007-02-141-17/+18
* Kickstart metadata variable can't be None.Michael DeHaan2007-02-121-0/+2
* Removing Cheetah to simplify deps, also don't delete the localmirror on sync ...Michael DeHaan2006-10-171-1/+1
* Import feature added (usable for things like /mnt/redhat)Michael DeHaan2006-10-131-2/+2
* Added a basic locking system to avoid multiple "sync" operations happening at...Michael DeHaan2006-10-121-0/+10
* Added templating support through new --ks_meta option which works like --kopt...Michael DeHaan2006-07-121-0/+14
* Added licensing and RH copyright. Pychecker (once again). Fixed one unit te...Michael DeHaan2006-05-111-0/+8
* PyChecker.Michael DeHaan2006-05-081-7/+2