Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Subcommand lists and reporting | Michael DeHaan | 2009-07-22 | 1 | -3/+15 | |
| | | | ||||||
* | | | Moving report to remoted version | Michael DeHaan | 2009-07-22 | 2 | -29/+50 | |
| | | | ||||||
* | | | Basic remoted cobbler list. | Michael DeHaan | 2009-07-22 | 1 | -1/+37 | |
| | | | ||||||
* | | | Rough outline of remoted getks and dumpvars, moved commands.py to obsolete | Michael DeHaan | 2009-07-22 | 3 | -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 DeHaan | 2009-07-20 | 3 | -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/cobbler | Michael DeHaan | 2009-07-20 | 1 | -12/+2 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Some manpage tweaks, more to come. | Michael DeHaan | 2009-07-17 | 1 | -12/+2 | |
| | | | ||||||
* | | | Remove return code hack from remote | Michael DeHaan | 2009-07-20 | 1 | -11/+8 | |
| | | | ||||||
* | | | Raw basis of "distro add" CLI via XMLRPC, edit may work, copy/rename do not, ↵ | Michael DeHaan | 2009-07-20 | 4 | -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 DeHaan | 2009-07-20 | 17 | -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 DeHaan | 2009-07-20 | 3 | -154/+181 | |
|/ / | ||||||
* | | Update changelog from 1.6.9 | Michael DeHaan | 2009-07-15 | 1 | -0/+1 | |
| | | ||||||
* | | Add the --nameserver info to static interfaces when it is defined. | Michael DeHaan | 2009-07-15 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobbler | Michael DeHaan | 2009-07-15 | 31 | -197/+162 | |
|\ \ | | | | | | | | | | | | | Conflicts: web/cobbler_web/views.py | |||||
| * | | Added a ton of comments about how the field datastructure works and how you ↵ | Michael DeHaan | 2009-07-14 | 6 | -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 DeHaan | 2009-07-14 | 11 | -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 DeHaan | 2009-07-14 | 15 | -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 DeHaan | 2009-07-14 | 4 | -12/+32 | |
| | | ||||||
* | | Make HTML links in events show up as HTML in the web app. | Michael DeHaan | 2009-07-15 | 1 | -3/+3 | |
| | | ||||||
* | | Cobbler check and buildiso are now remotable and usable via the webapp. In ↵ | Michael DeHaan | 2009-07-15 | 15 | -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 DeHaan | 2009-07-13 | 4 | -6/+32 | |
| | | | | for added objects to make it more clear how things work. | |||||
* | add new templates | Michael DeHaan | 2009-07-13 | 2 | -0/+79 | |
| | ||||||
* | Added import code and links to the web app. Next up, adding a task for it. | Michael DeHaan | 2009-07-13 | 4 | -9/+48 | |
| | ||||||
* | Update keep ssh host keys snippet | Leonid Flaks | 2009-07-13 | 1 | -54/+49 | |
| | ||||||
* | Merge commit 'jcapel/capel-master' | Michael DeHaan | 2009-07-13 | 4 | -4/+13 | |
|\ | ||||||
| * | Missing release16 changelog bits to the master-changelog | Jasper Capel | 2009-07-06 | 1 | -0/+9 | |
| | | ||||||
| * | Corrected my e-mail address in AUTHORS file | Jasper Capel | 2009-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | Added virtio26 OS versions to redhat and suse breeds, so virtio can be used. | Jasper Capel | 2009-07-06 | 1 | -2/+2 | |
| | | ||||||
| * | Fix webui documentation link in the man page | Jasper Capel | 2009-07-06 | 1 | -1/+1 | |
| | | ||||||
* | | Add in a spot for some top level code to run before each thread's actual | Michael DeHaan | 2009-07-10 | 2 | -5/+11 | |
| | | | | | | | | run body code. | |||||
* | | Add some more logging for replication, some menu tweaks | Michael DeHaan | 2009-07-10 | 3 | -5/+15 | |
| | | ||||||
* | | Background replication | Michael DeHaan | 2009-07-10 | 7 | -4/+81 | |
| | | ||||||
* | | Remove verbosity control and log everything to task specific log files, ↵ | Michael DeHaan | 2009-07-10 | 9 | -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 DeHaan | 2009-07-10 | 1 | -1/+4 | |
| | | | | | | | | from the task log. | |||||
* | | Make task engine mark events as read for a certain user and only show new ↵ | Michael DeHaan | 2009-07-10 | 5 | -35/+88 | |
| | | | | | | | | eventsthat they have not yet seen. | |||||
* | | Page onload logic restored. | Michael DeHaan | 2009-07-09 | 1 | -2/+4 | |
| | | ||||||
* | | Remove debug popups | Michael DeHaan | 2009-07-08 | 2 | -4/+1 | |
| | | ||||||
* | | Updating task engine details, /not/ complete, currently a bug WRT missing | Michael DeHaan | 2009-07-08 | 3 | -30/+18 | |
| | | | | | | | | events from hitting the sync button. | |||||
* | | Restore page_onload handler for system edits | Michael DeHaan | 2009-07-08 | 2 | -9/+36 | |
| | | ||||||
* | | Remove settings we don't use from the settings file | Michael DeHaan | 2009-07-08 | 1 | -3/+0 | |
| | | ||||||
* | | Generalize events and tasks so we can also post events. What we have now ↵ | Michael DeHaan | 2009-07-08 | 6 | -60/+82 | |
| | | | | | | | | for events are rather basic debug only. | |||||
* | | Tasks do not have a "Scheduled" state. | Michael DeHaan | 2009-07-07 | 1 | -5/+1 | |
| | | ||||||
* | | Added function (full AJAX/JSON/RESTy stuff) to return tasks that occured | Michael DeHaan | 2009-07-07 | 4 | -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 CSS | Michael DeHaan | 2009-07-07 | 1 | -10/+79 | |
| | | ||||||
* | | Working on growl | Michael DeHaan | 2009-07-07 | 2 | -2/+2 | |
| | | ||||||
* | | JGrowl now works. Working on polishing it up next. | Michael DeHaan | 2009-07-07 | 3 | -3/+15 | |
| | | ||||||
* | | Fix growl javascript, working on integration | Michael DeHaan | 2009-07-07 | 4 | -19/+276 | |
| | | ||||||
* | | Fix CSS | JsGrowl | 2009-07-07 | 8 | -9/+37 | |
| | | ||||||
* | | Add CSS | JsGrowl | 2009-07-07 | 1 | -0/+11 | |
| | | ||||||
* | | Need raw versions from git | JsGrowl | 2009-07-07 | 4 | -1352/+56 | |
| | |