summaryrefslogtreecommitdiffstats
path: root/cobbler/commands.py
Commit message (Expand)AuthorAgeFilesLines
* Fix removal of images that have child objects, so that orphan detection and r...Michael DeHaan2009-02-181-1/+1
* Don't traceback on some forms of invalid commands, just print help.Michael DeHaan2009-02-171-0/+6
* Make CLI interface edits clear out duplicate fieldsMichael DeHaan2008-12-171-2/+12
* Add a --version command to cobbler which works by writing the file for /var/l...Michael DeHaan2008-11-181-3/+9
* Two security things -- restrict python imports within cheetah code, allow pow...Michael DeHaan2008-11-141-3/+3
* Work on adding power management to the webapp (seems solid now), and also col...Michael DeHaan2008-11-141-2/+0
* More work on power management feature.Michael DeHaan2008-11-141-0/+2
* Working on adding power management codeMichael DeHaan2008-11-141-0/+21
* Apply Anderson Silva's patch to restore "cobbler ___ report --name=X" syntax ...Michael DeHaan2008-10-021-2/+2
* Anderson Silva's initial cobbler report formatting patchMichael DeHaan2008-09-181-28/+4
* Fix command parsingMichael DeHaan2008-09-021-1/+4
* SystemExit return code preservation + reworking --help to make it smarter whe...Michael DeHaan2008-08-151-3/+34
* Merge in Dave Hatton's "getks" command, with some minor tweaks so it detects ...Michael DeHaan2008-08-131-0/+21
* At Spot's suggestion, make sure all source code files include the correct GPL...Michael DeHaan2008-08-131-4/+12
* Wildcard search for "cobbler find" commands and API calls. Plus return code ...Michael DeHaan2008-07-241-9/+2
* bash completion upgradesMichael DeHaan2008-07-231-10/+10
* Apply improved bash completion script. Looks like we need to make the CLI a ...Michael DeHaan2008-07-181-2/+22
* Apply patch to provide a --helpbash command, which is not for humans, but is ...Michael DeHaan2008-07-171-1/+13
* Various image changes + bash completion scriptMichael DeHaan2008-07-151-1/+2
* More fixes to base image tracking code.Michael DeHaan2008-07-011-1/+1
* This change makes triggers that are registered for addition and removal of ob...Michael DeHaan2008-05-301-4/+2
* Make duplicate mac checking work in more places, nicer error when encounterin...Michael DeHaan2008-05-121-5/+6
* Add "dumpvars" command.Michael DeHaan2008-04-231-2/+15
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Added a "--clobber" option to all add commands that allows the add to functio...Michael DeHaan2008-04-041-2/+12
* Working on adding checks for duplicate names/ips/macs to cobblerroot2008-04-041-1/+29
* Sort 'cobbler list' outputMichael DeHaan2008-01-311-1/+10
* Recursive deletes are now possible with --recursive. Web UI still needs to t...Michael DeHaan2008-01-311-1/+8
* Add rename and copy functionality to the base API, the remote interface, and ...Michael DeHaan2008-01-221-6/+5
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-2/+5
* Make cobbler commands be more tolerant of casing and synonyms (delete vs remo...Michael DeHaan2007-11-291-3/+21
* Nicely warn when editing objects that do not exist.Michael DeHaan2007-11-281-0/+2
* Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like t...Michael DeHaan2007-11-271-12/+93
* Work on CLI functions for manipulating objects, including adding the delete c...Michael DeHaan2007-11-261-0/+4
* Further work on CLI modularization. All commands implemented now, except for...Michael DeHaan2007-11-191-4/+12
* Make the object creator code aware of subobjects.Michael DeHaan2007-11-191-2/+2
* All cobbler objects are now stubbed in as CLI modules, still needs testing. ...Michael DeHaan2007-11-191-31/+33
* Initial bits of code to make CLI modular, and use new object system for defin...Michael DeHaan2007-11-191-0/+195