| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable web-editing of management classes for systems. | Jasper Capel | 2009-02-27 | 1 | -1/+2 |
* | Make more fields standardize around space seperation, not comma seperation | Michael DeHaan | 2009-02-06 | 1 | -1/+1 |
* | Making sure no objects are set to None internally at the API level, rather | Michael DeHaan | 2008-12-02 | 1 | -0/+2 |
* | Add UID field to API | Michael DeHaan | 2008-11-24 | 1 | -0/+1 |
* | Updated code and tests based on test results, webapp still not updated, need ... | Michael DeHaan | 2008-11-19 | 1 | -1/+1 |
* | Keep creation and modification times with each object | Michael DeHaan | 2008-11-10 | 1 | -0/+2 |
* | Updated changelog to reflect previous patch, and on top of previous, added co... | Michael DeHaan | 2008-11-10 | 1 | -0/+4 |
* | Patch #2 for cobbler template-files addition | James Cammarata | 2008-09-27 | 1 | -1/+0 |
* | Commit for template-files testing | James Cammarata | 2008-09-26 | 1 | -0/+17 |
* | Added puppet integration via an external nodes mod_python URL and --mgmt-clas... | Michael DeHaan | 2008-09-08 | 1 | -0/+8 |
* | Apply patch to add --kopts-post which lets you configure the kernel options o... | Michael DeHaan | 2008-08-19 | 1 | -0/+16 |
* | Wildcard search for "cobbler find" commands and API calls. Plus return code ... | Michael DeHaan | 2008-07-24 | 1 | -3/+7 |
* | Upgrades to multiple --kopts support | Michael DeHaan | 2008-07-02 | 1 | -2/+2 |
* | Added patch to allow in-place editing of --kopts/--ksmeta | Michael DeHaan | 2008-07-02 | 1 | -4/+12 |
* | Added cobbler find command to do searches from the command line. | Michael DeHaan | 2008-06-09 | 1 | -7/+49 |
* | Add "dumpvars" command. | Michael DeHaan | 2008-04-23 | 1 | -0/+8 |
* | Some fixes in reg code | Michael DeHaan | 2008-04-22 | 1 | -2/+3 |
* | Two things -- (A) remove rhpl dep as we aren't using it and we want to use | Michael DeHaan | 2008-04-09 | 1 | -1/+1 |
* | Allow underscores. | Michael DeHaan | 2008-04-08 | 1 | -1/+1 |
* | Merge branch 'master' into devel | Michael DeHaan | 2008-04-08 | 1 | -2/+3 |
|\ |
|
| * | Update name-check code to be more strict, bump version | Michael DeHaan | 2008-04-08 | 1 | -2/+3 |
* | | Merge branch 'master' into devel | Michael DeHaan | 2008-04-08 | 1 | -0/+4 |
|\| |
|
| * | Force names to be alphanumeric, update dates for release. | Michael DeHaan | 2008-04-08 | 1 | -0/+4 |
* | | Fix default ownership on cobbler owned objects to come from the settings | Michael DeHaan | 2008-04-03 | 1 | -1/+0 |
* | | Add a --owner to all the objects, plus associated API calls and backend stuff... | Michael DeHaan | 2008-03-26 | 1 | -1/+11 |
|/ |
|
* | API and web svc now use seperate logging, and logging is greatly enhanced and... | Michael DeHaan | 2007-12-10 | 1 | -1/+1 |
* | Work on an shelve-based external storage, for performance testing. Sqlite | Michael DeHaan | 2007-10-15 | 1 | -1/+0 |
* | Lots of changes to make subprofile creation and editing work in the WebUI. | Michael DeHaan | 2007-10-11 | 1 | -1/+1 |
* | Added tests + fixes to multiple NIC support. | Michael DeHaan | 2007-10-09 | 1 | -3/+1 |
* | Storing NICs in a hash for easier access + some refactoring + modifications t... | Michael DeHaan | 2007-10-09 | 1 | -0/+33 |
* | Lots of work towards profile inheritance. This works in the UI now, with | Michael DeHaan | 2007-06-13 | 1 | -9/+28 |
* | random FIXME cleanup | Michael DeHaan | 2007-06-12 | 1 | -4/+0 |
* | release bump | Michael DeHaan | 2007-06-12 | 1 | -5/+13 |
* | Generalizes tree listing to allow for inheritance and arbitrary nesting | Michael DeHaan | 2007-06-12 | 1 | -0/+2 |
* | Add conceptual_parent concept, to allow tree retrieval of objects that may have | Michael DeHaan | 2007-06-12 | 1 | -0/+16 |
* | Add code for generation of object downlinks during config parsing. | Michael DeHaan | 2007-06-12 | 1 | -0/+29 |
* | Generalizes object blending and the concept of parentage to allow for later s... | Michael DeHaan | 2007-06-11 | 1 | -0/+6 |
* | Begining of i18n of cobbler. Tests pass, works with English. Need to test | Michael DeHaan | 2007-05-29 | 1 | -1/+2 |
* | Starting to add i18n to cobbler using rhpl | Michael DeHaan | 2007-05-25 | 1 | -0/+1 |
* | This commit overhauls the main cobbler CLI module and adds support for | Michael DeHaan | 2007-04-20 | 1 | -0/+11 |
* | Kickstart metadata items are seperated by whitespace, not commas. | Michael DeHaan | 2007-02-28 | 1 | -1/+1 |
* | sseago's patch to set_kernel_options, plus some additional error handling aro... | Michael DeHaan | 2007-02-27 | 1 | -3/+3 |
* | Converting storage for template parameters, kernel options, and repo lists (b... | Michael DeHaan | 2007-02-14 | 1 | -17/+18 |
* | Kickstart metadata variable can't be None. | Michael DeHaan | 2007-02-12 | 1 | -0/+2 |
* | Removing Cheetah to simplify deps, also don't delete the localmirror on sync ... | Michael DeHaan | 2006-10-17 | 1 | -1/+1 |
* | Import feature added (usable for things like /mnt/redhat) | Michael DeHaan | 2006-10-13 | 1 | -2/+2 |
* | Added a basic locking system to avoid multiple "sync" operations happening at... | Michael DeHaan | 2006-10-12 | 1 | -0/+10 |
* | Added templating support through new --ks_meta option which works like --kopt... | Michael DeHaan | 2006-07-12 | 1 | -0/+14 |
* | Added licensing and RH copyright. Pychecker (once again). Fixed one unit te... | Michael DeHaan | 2006-05-11 | 1 | -0/+8 |
* | PyChecker. | Michael DeHaan | 2006-05-08 | 1 | -7/+2 |