Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add JSGrowl until packagable in Fedora/EPEL, again, setting author to avoid ↵ | JsGrowl | 2009-07-07 | 2 | -0/+1354 | |
| | | | | | | | | padding stats :) -- mpd | |||||
* | | Check in jQuery until Fedora/EPEL has it packaged and guidelines are set. | JQuery | 2009-07-07 | 2 | -0/+4395 | |
| | | | | | | | | Commit author set to something arbitrary to not pad my stats. -- mpd :) | |||||
* | | In progress work on remote.py | Michael DeHaan | 2009-07-07 | 1 | -9/+6 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobbler | Michael DeHaan | 2009-07-06 | 10 | -61/+67 | |
|\| | ||||||
| * | Packaging fixes for webapp (include .o's, would rather exclude from setup.py ↵ | Michael DeHaan | 2009-07-02 | 4 | -15/+21 | |
| | | | | | | | | though), logging permission fixes to allow mod_python bits to work, don't pass logger to find (unbreaks find calls throughout the app). | |||||
| * | Logging changes for validateks, and also removed a bug where a kickstart ↵ | Michael DeHaan | 2009-07-02 | 2 | -21/+15 | |
| | | | | | | | | template would not be rechecked even if the templating variables were different. | |||||
| * | Status is now also logging/outputting in the new style. | Michael DeHaan | 2009-07-02 | 1 | -1/+2 | |
| | | ||||||
| * | Report is now loggerized too. I've added a new flat logging type since it's ↵ | Michael DeHaan | 2009-07-02 | 2 | -15/+17 | |
| | | | | | | | | a multiline output kind of thing and wanted it readable, so we could include reports in actual logs where it made sense and call it from other actions (maybe). The CLI will have to scrub off the parts of the log that are date/level related regardless, but the flat() call is for multiline output. | |||||
| * | Completed migration of replicate logging/output. | Michael DeHaan | 2009-07-02 | 1 | -8/+9 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobbler | Michael DeHaan | 2009-07-02 | 46 | -844/+934 | |
| |\ | ||||||
| * | | Fix for redhat-register for Satellite/Spacewalk | Justin Sherrill | 2009-07-02 | 1 | -1/+3 | |
| | | | ||||||
* | | | Task listing and serving -- logfile serving via XMLRPC (should probably do ↵ | Michael DeHaan | 2009-07-06 | 6 | -48/+64 | |
| | | | | | | | | | | | | this straight from mod_python) | |||||
* | | | Working on adding task display to the webapp, not done. | Michael DeHaan | 2009-07-06 | 7 | -5/+120 | |
| |/ |/| | ||||||
* | | Updating logging to replicate feature (not done), also added ctime/mtime to ↵ | Michael DeHaan | 2009-07-01 | 2 | -49/+53 | |
| | | | | | | | | distro object which was missing in devel given refactoring done recently | |||||
* | | Logging conversions for power module | Michael DeHaan | 2009-07-01 | 2 | -23/+23 | |
| | | ||||||
* | | Logging changes for litesync, and also remove extra imports (something that, ↵ | Michael DeHaan | 2009-07-01 | 1 | -10/+1 | |
| | | | | | | | | while not important, we should also do elsewhere) | |||||
* | | Finished logging changes to import | Michael DeHaan | 2009-07-01 | 1 | -9/+9 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobbler | Michael DeHaan | 2009-07-01 | 39 | -727/+754 | |
|\ \ | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
| * | | Continued conversion of import; probably not done. | Michael DeHaan | 2009-06-30 | 1 | -4/+4 | |
| | | | ||||||
| * | | Corrections to import | Michael DeHaan | 2009-06-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | Syntax fixes | Michael DeHaan | 2009-06-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Don't use newer syntaxes | Michael DeHaan | 2009-06-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Conversions in progress | Michael DeHaan | 2009-06-30 | 1 | -91/+77 | |
| | | | ||||||
| * | | Logging changes for hardlink | Michael DeHaan | 2009-06-30 | 1 | -3/+3 | |
| | | | ||||||
| * | | Log/print changes for get-loaders | Michael DeHaan | 2009-06-30 | 1 | -3/+3 | |
| | | | ||||||
| * | | Changes to print/logging for aclsetup and check | Michael DeHaan | 2009-06-30 | 3 | -9/+14 | |
| | | | ||||||
| * | | logging changes for sync | Michael DeHaan | 2009-06-30 | 1 | -2/+1 | |
| | | | ||||||
| * | | Added logging changes for aclsetup | Michael DeHaan | 2009-06-30 | 2 | -48/+43 | |
| | | | ||||||
| * | | Add a utils.die() function that works like raise but logs a bit more ↵ | Michael DeHaan | 2009-06-26 | 2 | -21/+41 | |
| | | | | | | | | | | | | intelligently. | |||||
| * | | Added optional logger parameters to all actions, allowing background tasks ↵ | Michael DeHaan | 2009-06-26 | 10 | -21/+53 | |
| | | | | | | | | | | | | to control where they log to. We still need to ensure that all prints are replaced with logs, and that Cobbler exceptions also get copied to the correct log. Note that cobbler add operations inside of operations like import will also need to pass the logger object down. The exception logging may require the run method to catch and log, then re-raise, as the CobblerException handling is essentially global/higher up and won't have access to the set logger variable. | |||||
| * | | Streamlining of api.py, move methods that are related to be adjacent, add ↵ | Michael DeHaan | 2009-06-26 | 9 | -91/+187 | |
| | | | | | | | | | | | | logging stubs where not already added, some fixes from previous edits. | |||||
| * | | Various code cleanup, in progress. The new "_item" functions weren't being ↵ | Michael DeHaan | 2009-06-26 | 13 | -262/+176 | |
| | | | | | | | | | | | | used by the older per-class functions, which was one thing to correct. I'm also adding a logger parameter to most actions we will anticipate being used in background task context, so they have a change to override the logger being used. | |||||
| * | | Working on task engine, reposync is mostly backgrounded. Perhaps we should ↵ | Michael DeHaan | 2009-06-25 | 15 | -225/+224 | |
| | | | | | | | | | | | | | | | | | | | | | remove --quiet though I'm not sure. There are many other places in the program that will now need similar changes -- all the actions for starters. There is also more exception handling cleanup to do. | |||||
| * | | remove prints from reposync, as an example for other functions. Remove ↵ | Michael DeHaan | 2009-06-25 | 7 | -45/+44 | |
| | | | | | | | | | | | | | | | | | | needless print_exc call in utils to discourage use. | |||||
| * | | Remove stray prints | Michael DeHaan | 2009-06-25 | 1 | -6/+0 | |
| | | | ||||||
| * | | Remove Ctrl-C locking code as we no longer need it (common data model in ↵ | Michael DeHaan | 2009-06-25 | 2 | -16/+3 | |
| | | | | | | | | | | | | cobblerd only moving forward) | |||||
| * | | keep_ssh_host_keys snippet gets F11+RAID support | Leonid Flaks | 2009-06-25 | 2 | -5/+27 | |
| | | | ||||||
* | | | F11 and RAID support for keep_ssh_host_keys snippet | Michael DeHaan | 2009-06-25 | 3 | -5/+28 | |
|/ / | ||||||
* | | Merge commit 'jamesc/HEAD' | Michael DeHaan | 2009-06-25 | 5 | -32/+41 | |
|\ \ | ||||||
| * | | Removed duplicate license line from spec file | James Cammarata | 2009-06-20 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge branch 'cobbler-debian' of git://github.com/javiplx/cobbler-devel into ↵ | James Cammarata | 2009-06-13 | 4 | -30/+41 | |
| |\ \ | | | | | | | | | | | | | HEAD | |||||
| | * | | Automatically create repositories only for network-only debian imports | Javier Palacios | 2009-06-01 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Removed boot parameter producing problems with debian installs | Javier Palacios | 2009-06-01 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Moved Ubuntu names to short forms to match names in dists directories | Javier Palacios | 2009-06-01 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | Detect if we are importing an actually populated media, setting proper ↵ | Javier Palacios | 2009-06-01 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | installation tree | |||||
| | * | | Fixed proper release file for Ubuntu (8.10, 9.04) | Javier Palacios | 2009-06-01 | 1 | -27/+6 | |
| | | | | ||||||
| | * | | Fixed Ubuntu 9.04 import issues | Javier Palacios | 2009-06-01 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Avoid inclusion of debian repositories for ubuntu flavours | Javier Palacios | 2009-06-01 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Proper checks for debian support | root | 2009-04-23 | 1 | -0/+15 | |
| | | | | ||||||
| * | | | Merge branch 'master' of git://git.fedorahosted.org/cobbler into HEAD | James Cammarata | 2009-06-13 | 17 | -221/+217 | |
| |\ \ \ | | | |/ | | |/| |