summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add JSGrowl until packagable in Fedora/EPEL, again, setting author to avoid ↵JsGrowl2009-07-072-0/+1354
| | | | | | | | padding stats :) -- mpd
* | Check in jQuery until Fedora/EPEL has it packaged and guidelines are set.JQuery2009-07-072-0/+4395
| | | | | | | | Commit author set to something arbitrary to not pad my stats. -- mpd :)
* | In progress work on remote.pyMichael DeHaan2009-07-071-9/+6
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-07-0610-61/+67
|\|
| * Packaging fixes for webapp (include .o's, would rather exclude from setup.py ↵Michael DeHaan2009-07-024-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 DeHaan2009-07-022-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 DeHaan2009-07-021-1/+2
| |
| * Report is now loggerized too. I've added a new flat logging type since it's ↵Michael DeHaan2009-07-022-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 DeHaan2009-07-021-8/+9
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-07-0246-844/+934
| |\
| * | Fix for redhat-register for Satellite/SpacewalkJustin Sherrill2009-07-021-1/+3
| | |
* | | Task listing and serving -- logfile serving via XMLRPC (should probably do ↵Michael DeHaan2009-07-066-48/+64
| | | | | | | | | | | | this straight from mod_python)
* | | Working on adding task display to the webapp, not done.Michael DeHaan2009-07-067-5/+120
| |/ |/|
* | Updating logging to replicate feature (not done), also added ctime/mtime to ↵Michael DeHaan2009-07-012-49/+53
| | | | | | | | distro object which was missing in devel given refactoring done recently
* | Logging conversions for power moduleMichael DeHaan2009-07-012-23/+23
| |
* | Logging changes for litesync, and also remove extra imports (something that, ↵Michael DeHaan2009-07-011-10/+1
| | | | | | | | while not important, we should also do elsewhere)
* | Finished logging changes to importMichael DeHaan2009-07-011-9/+9
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-07-0139-727/+754
|\ \ | | | | | | | | | | | | Conflicts: CHANGELOG
| * | Continued conversion of import; probably not done.Michael DeHaan2009-06-301-4/+4
| | |
| * | Corrections to importMichael DeHaan2009-06-301-2/+2
| | |
| * | Syntax fixesMichael DeHaan2009-06-301-1/+1
| | |
| * | Don't use newer syntaxesMichael DeHaan2009-06-301-1/+1
| | |
| * | Conversions in progressMichael DeHaan2009-06-301-91/+77
| | |
| * | Logging changes for hardlinkMichael DeHaan2009-06-301-3/+3
| | |
| * | Log/print changes for get-loadersMichael DeHaan2009-06-301-3/+3
| | |
| * | Changes to print/logging for aclsetup and checkMichael DeHaan2009-06-303-9/+14
| | |
| * | logging changes for syncMichael DeHaan2009-06-301-2/+1
| | |
| * | Added logging changes for aclsetupMichael DeHaan2009-06-302-48/+43
| | |
| * | Add a utils.die() function that works like raise but logs a bit more ↵Michael DeHaan2009-06-262-21/+41
| | | | | | | | | | | | intelligently.
| * | Added optional logger parameters to all actions, allowing background tasks ↵Michael DeHaan2009-06-2610-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 DeHaan2009-06-269-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 DeHaan2009-06-2613-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 DeHaan2009-06-2515-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 DeHaan2009-06-257-45/+44
| | | | | | | | | | | | | | | | | | needless print_exc call in utils to discourage use.
| * | Remove stray printsMichael DeHaan2009-06-251-6/+0
| | |
| * | Remove Ctrl-C locking code as we no longer need it (common data model in ↵Michael DeHaan2009-06-252-16/+3
| | | | | | | | | | | | cobblerd only moving forward)
| * | keep_ssh_host_keys snippet gets F11+RAID supportLeonid Flaks2009-06-252-5/+27
| | |
* | | F11 and RAID support for keep_ssh_host_keys snippetMichael DeHaan2009-06-253-5/+28
|/ /
* | Merge commit 'jamesc/HEAD'Michael DeHaan2009-06-255-32/+41
|\ \
| * | Removed duplicate license line from spec fileJames Cammarata2009-06-201-1/+0
| | |
| * | Merge branch 'cobbler-debian' of git://github.com/javiplx/cobbler-devel into ↵James Cammarata2009-06-134-30/+41
| |\ \ | | | | | | | | | | | | HEAD
| | * | Automatically create repositories only for network-only debian importsJavier Palacios2009-06-011-1/+3
| | | |
| | * | Removed boot parameter producing problems with debian installsJavier Palacios2009-06-011-2/+2
| | | |
| | * | Moved Ubuntu names to short forms to match names in dists directoriesJavier Palacios2009-06-012-2/+2
| | | |
| | * | Detect if we are importing an actually populated media, setting proper ↵Javier Palacios2009-06-011-1/+5
| | | | | | | | | | | | | | | | installation tree
| | * | Fixed proper release file for Ubuntu (8.10, 9.04)Javier Palacios2009-06-011-27/+6
| | | |
| | * | Fixed Ubuntu 9.04 import issuesJavier Palacios2009-06-011-0/+6
| | | |
| | * | Avoid inclusion of debian repositories for ubuntu flavoursJavier Palacios2009-06-011-0/+5
| | | |
| | * | Proper checks for debian supportroot2009-04-231-0/+15
| | | |
| * | | Merge branch 'master' of git://git.fedorahosted.org/cobbler into HEADJames Cammarata2009-06-1317-221/+217
| |\ \ \ | | | |/ | | |/|