summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Subcommand lists and reportingMichael DeHaan2009-07-221-3/+15
| | |
* | | Moving report to remoted versionMichael DeHaan2009-07-222-29/+50
| | |
* | | Basic remoted cobbler list.Michael DeHaan2009-07-221-1/+37
| | |
* | | Rough outline of remoted getks and dumpvars, moved commands.py to obsoleteMichael DeHaan2009-07-223-2/+21
| | | | | | | | | | | | | | | since it is no longer used -- will remove once we are done porting things over.
* | | Check in CLI codebase, also modify such that we are using the new xapi ↵Michael DeHaan2009-07-203-17/+324
| | | | | | | | | | | | (macro) remote functions, meaning the CLI makes less XMLRPC invocations for adds/edits -- many more CLI commands to surface yet.
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-07-201-12/+2
|\ \ \ | | |/ | |/|
| * | Some manpage tweaks, more to come.Michael DeHaan2009-07-171-12/+2
| | |
* | | Remove return code hack from remoteMichael DeHaan2009-07-201-11/+8
| | |
* | | Raw basis of "distro add" CLI via XMLRPC, edit may work, copy/rename do not, ↵Michael DeHaan2009-07-204-11/+24
| | | | | | | | | | | | | | | | | | other objects do not, list/report does not. Though working on it.
* | | More work on remoting the command line, "cobbler import (options)" now ↵Michael DeHaan2009-07-2017-143/+172
| | | | | | | | | | | | | | | | | | creates a background task. Still need to flesh out other commands and add tailing/status-polling logic as needed.
* | | First stages of making /usr/bin/cobbler (command line) speak XMLRPC.Michael DeHaan2009-07-203-154/+181
|/ /
* | Update changelog from 1.6.9Michael DeHaan2009-07-151-0/+1
| |
* | Add the --nameserver info to static interfaces when it is defined.Michael DeHaan2009-07-151-0/+3
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-07-1531-197/+162
|\ \ | | | | | | | | | | | | Conflicts: web/cobbler_web/views.py
| * | Added a ton of comments about how the field datastructure works and how you ↵Michael DeHaan2009-07-146-3/+83
| |/ | | | | | | add new fields to the CLI/webapp/core just by editing item_(what).py and field_info.py
| * Prune out network objects as they will not make the 2.0 release (it is ↵Michael DeHaan2009-07-1411-138/+1
| | | | | | | | concentrating instead on the new Cobbler Web and making all tasks remotable via XMLRPC, plus lots of code cleanup and easing barriers to entry on contributions, plus small features... network objects could be a later release)
| * Pass logger to all trigger modules, so that they may have logging.Michael DeHaan2009-07-1415-42/+46
| | | | | | | | | | | | | | | | | | Also log subprocess calls to old-style triggers to ensure logging goes to correct files. Make all triggers go through utils directly, eliminating wrapper function. So far only the restart services trigger makes full use of the logging -- others may still print or not pass the logger through utils.subprocess_call. I have added FIXMEs for those and they need to be made to fall in line.
| * Power and repo management streamlined.Michael DeHaan2009-07-144-12/+32
| |
* | Make HTML links in events show up as HTML in the web app.Michael DeHaan2009-07-151-3/+3
| |
* | Cobbler check and buildiso are now remotable and usable via the webapp. In ↵Michael DeHaan2009-07-1515-60/+172
|/ | | | | | | addition tasks are now events in nearly all areas of the program (display/urls/etc). Settings are also sorted and instructions are given for what to do after tweaking settings or correcting "check" instructions.
* Imports can now happen via the webui. We still should make alerts happen ↵Michael DeHaan2009-07-134-6/+32
| | | | for added objects to make it more clear how things work.
* add new templatesMichael DeHaan2009-07-132-0/+79
|
* Added import code and links to the web app. Next up, adding a task for it.Michael DeHaan2009-07-134-9/+48
|
* Update keep ssh host keys snippetLeonid Flaks2009-07-131-54/+49
|
* Merge commit 'jcapel/capel-master'Michael DeHaan2009-07-134-4/+13
|\
| * Missing release16 changelog bits to the master-changelogJasper Capel2009-07-061-0/+9
| |
| * Corrected my e-mail address in AUTHORS fileJasper Capel2009-07-061-1/+1
| |
| * Added virtio26 OS versions to redhat and suse breeds, so virtio can be used.Jasper Capel2009-07-061-2/+2
| |
| * Fix webui documentation link in the man pageJasper Capel2009-07-061-1/+1
| |
* | Add in a spot for some top level code to run before each thread's actualMichael DeHaan2009-07-102-5/+11
| | | | | | | | run body code.
* | Add some more logging for replication, some menu tweaksMichael DeHaan2009-07-103-5/+15
| |
* | Background replicationMichael DeHaan2009-07-107-4/+81
| |
* | Remove verbosity control and log everything to task specific log files, ↵Michael DeHaan2009-07-109-102/+136
| | | | | | | | various tweaks to event engine, added new background tasks to web app.
* | Don't show events in GUI that are older than 30 seconds, user can read those ↵Michael DeHaan2009-07-101-1/+4
| | | | | | | | from the task log.
* | Make task engine mark events as read for a certain user and only show new ↵Michael DeHaan2009-07-105-35/+88
| | | | | | | | eventsthat they have not yet seen.
* | Page onload logic restored.Michael DeHaan2009-07-091-2/+4
| |
* | Remove debug popupsMichael DeHaan2009-07-082-4/+1
| |
* | Updating task engine details, /not/ complete, currently a bug WRT missingMichael DeHaan2009-07-083-30/+18
| | | | | | | | events from hitting the sync button.
* | Restore page_onload handler for system editsMichael DeHaan2009-07-082-9/+36
| |
* | Remove settings we don't use from the settings fileMichael DeHaan2009-07-081-3/+0
| |
* | Generalize events and tasks so we can also post events. What we have now ↵Michael DeHaan2009-07-086-60/+82
| | | | | | | | for events are rather basic debug only.
* | Tasks do not have a "Scheduled" state.Michael DeHaan2009-07-071-5/+1
| |
* | Added function (full AJAX/JSON/RESTy stuff) to return tasks that occuredMichael DeHaan2009-07-074-17/+42
| | | | | | | | | | after a given time the next step is to add a call to each page that starts it at the right time and calls it periodically.
* | Fix up jsGrowl CSSMichael DeHaan2009-07-071-10/+79
| |
* | Working on growlMichael DeHaan2009-07-072-2/+2
| |
* | JGrowl now works. Working on polishing it up next.Michael DeHaan2009-07-073-3/+15
| |
* | Fix growl javascript, working on integrationMichael DeHaan2009-07-074-19/+276
| |
* | Fix CSSJsGrowl2009-07-078-9/+37
| |
* | Add CSSJsGrowl2009-07-071-0/+11
| |
* | Need raw versions from gitJsGrowl2009-07-074-1352/+56
| |