summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bring same expand/collapse style over to left hand side menuMichael DeHaan2009-07-303-21/+50
|
* Some very nice category based expand/collapse DIVs for the webappMichael DeHaan2009-07-308-75/+126
|
* Add power commands back to CLI.Peter Vreman2009-07-305-26/+29
|
* Another TODO updateMichael DeHaan2009-07-291-0/+2
|
* Update TODO fileMichael DeHaan2009-07-291-2/+1
|
* update TODOMichael DeHaan2009-07-291-1/+1
|
* Update changelog and TODOMichael DeHaan2009-07-292-6/+7
|
* Look at ksdevice to determine where network info comes from when using buildisoSimon Woolsgrove2009-07-291-0/+20
|
* Add dates to the task id so logging shows the time.Michael DeHaan2009-07-291-5/+7
|
* Print remote exceptions from the CLI nicelyMichael DeHaan2009-07-291-8/+29
|
* Remoted version of --clobber works for CLI commands that should override an ↵Michael DeHaan2009-07-292-6/+11
| | | | object whether it exists or not.
* Operation of --in-place restoredMichael DeHaan2009-07-291-1/+1
|
* Working on making --in-place work in remoted CLIMichael DeHaan2009-07-292-4/+16
|
* Fix typoMichael DeHaan2009-07-291-1/+1
|
* Don't add alias interfaces as hardware interfaces to virt machinesMichael DeHaan2009-07-292-2/+2
|
* "check" and "status" are now remoted. check's XMLRPC API now requires a token.Michael DeHaan2009-07-282-7/+18
|
* Remoting validateksMichael DeHaan2009-07-281-11/+6
|
* Remote the status command.Michael DeHaan2009-07-284-8/+7
|
* aclsetup is now remoted, updated todo file, removed some old references to ↵Michael DeHaan2009-07-284-21/+28
| | | | deploy
* Add mkdir to setup.pyJames Cammarata2009-07-281-0/+1
|
* Close file descriptors by default.Michael DeHaan2009-07-281-1/+1
|
* Remove extra references to network objects.Peter Vreman2009-07-282-5/+0
|
* Remove some other fragments of the deploy feature.Michael DeHaan2009-07-282-50/+4
|
* Deploy feature is to be in the next release, at which point I plan to ↵Michael DeHaan2009-07-282-83/+0
| | | | rewrite a large chunk of it.
* Tweak webapp to send proper XMLRPC calls for background ops. Also fixed ↵Michael DeHaan2009-07-273-17/+24
| | | | | | Trac #428, which is about a kickstart path for rescue images
* Make --version work as "cobbler version" and just "--version", similarly, ↵Michael DeHaan2009-07-271-7/+10
| | | | (no args) and "--help"
* Add hooks for all missing remote calls, meaning we just have to write the ↵Michael DeHaan2009-07-271-14/+17
| | | | | | wrappers in remote.py for them now for the CLI to use them all. (CLI basically done, barring minor polishing/fixups)
* Fixed option usage for importMichael DeHaan2009-07-272-2/+2
|
* Fix option variable name for buildisoMichael DeHaan2009-07-271-1/+2
|
* Massive cleanup of remote.py background thread code, eliminating redundancy, ↵Michael DeHaan2009-07-272-200/+131
| | | | and at least get-loaders is functional under this new form. Changes to webapp and existing CLI code, and completion of remoted CLI pending.
* Auto-tail background tasks from the remote commandline.Michael DeHaan2009-07-272-21/+52
| | | | | NOTE: this cheats, in that it uses /local/ files, meaning later we are going to need to modify it to use the remote APIs or, possibly, remote tail will not be supported.
* Working on option passing for buildiso, not quite there, but buildiso is ↵Michael DeHaan2009-07-242-3/+33
| | | | remoted.
* Adding buildiso to CLI, this is an example of how we can generically pass ↵Michael DeHaan2009-07-242-4/+15
| | | | | | extended options as a hash w/o needing to have a long series of them -- we'll follow this mode for other functions.
* Remove various unneeded files that we no longer need for reference.Michael DeHaan2009-07-2430-7423/+0
|
* Removed old cli module (no longer needed), working on new CLI handlerMichael DeHaan2009-07-242-433/+7
|
* Add CLI options for all direct object commandsMichael DeHaan2009-07-241-0/+54
|
* System editing, including multiple interfaces/removal, now works via remoted CLIMichael DeHaan2009-07-233-5/+35
|
* Fix some saving bugs and remove some debug outputMichael DeHaan2009-07-234-45/+12
|
* CLI copies (and copy API, previously not used in app) now workingMichael DeHaan2009-07-231-3/+4
|
* renames work, investigating copyMichael DeHaan2009-07-234-12/+15
|
* Update AUTHORSMichael DeHaan2009-07-221-1/+1
|
* Add entry to AUTHORSMichael DeHaan2009-07-221-0/+1
|
* Merge commit 'lflaks/master'Michael DeHaan2009-07-222-2/+101
|\
| * Fixed an error in if statement that checks for successfull mounts.Leonid Flaks2009-07-172-2/+101
| | | | | | | | Added similar keep_cfengine_keys snippet
* | Merge commit 'eoghan/master'Michael DeHaan2009-07-222-2/+2
|\ \ | | | | | | | | | | | | Conflicts: web/cobbler_web/templates/task_created.tmpl
| * | Don't link to localhost!Eoghan Gaffney2009-07-151-1/+1
| | |
| * | 'auto=true' and 'auto' do different things. 'auto' alone expands toEoghan Gaffney2009-07-141-1/+1
| | | | | | | | | | | | 'auto=true priority=critical', which stops the installer asking stupid questions
* | | Various fixes, CLI and remote xapi edits now workMichael DeHaan2009-07-221-3/+3
| | |
* | | Fixes to make generic removals work in the API again, and also the CLIMichael DeHaan2009-07-229-29/+26
| | |
* | | Find now remoted!Michael DeHaan2009-07-221-7/+8
| | |